@charset "UTF-8";
/*@import 'bs-custom.scss';*/
/*COLORI BOOTSTRAP*/
/*COLORI CUSTOM*/
/*GREY*/
/*TEXT COLORS*/
.dropdown-item {
  border-radius: 0.25rem;
}

/*viewport - altezza navbar bootstrap*/
:root {
  --bs-dropdown-item-border-radius: 0.5rem;
}

/*COLORI BOOTSTRAP*/
/*COLORI CUSTOM*/
/*GREY*/
/*TEXT COLORS*/
.dropdown-item {
  border-radius: 0.25rem;
}

/*viewport - altezza navbar bootstrap*/
:root {
  --bs-dropdown-item-border-radius: 0.5rem;
}

.form-control-primary {
  background-color: rgb(60.35, 75.65, 114.75);
  border-color: rgb(48.9, 65.1, 106.5);
  color: #fff;
}
.form-control-primary:focus {
  background-color: rgb(106.15, 117.85, 147.75);
  border-color: rgb(48.9, 65.1, 106.5);
  color: #fff;
}
.form-control-primary::placeholder {
  color: rgb(140.5, 149.5, 172.5);
}

.form-control-secondary {
  background-color: rgb(196.35, 203.15, 253.3);
  border-color: rgb(192.9, 200.1, 253.2);
  color: #000;
}
.form-control-secondary:focus {
  background-color: rgb(210.15, 215.35, 253.7);
  border-color: rgb(192.9, 200.1, 253.2);
  color: #000;
}
.form-control-secondary::placeholder {
  color: rgb(220.5, 224.5, 254);
}

.form-control-success {
  background-color: rgb(59.5, 153, 109.65);
  border-color: rgb(48, 147, 101.1);
  color: #fff;
}
.form-control-success:focus {
  background-color: rgb(105.5, 177, 143.85);
  border-color: rgb(48, 147, 101.1);
  color: #fff;
}
.form-control-success::placeholder {
  color: rgb(140, 195, 169.5);
}

.form-control-info {
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  color: #000;
}
.form-control-info:focus {
  background-color: rgb(97.7, 220.55, 245.25);
  border-color: rgb(37.2, 207.3, 241.5);
  color: #000;
}
.form-control-info::placeholder {
  color: rgb(134, 228.5, 247.5);
}

.form-control-warning {
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  color: #000;
}
.form-control-warning:focus {
  background-color: rgb(255, 214.7, 93.8);
  border-color: rgb(255, 199.2, 31.8);
  color: #000;
}
.form-control-warning::placeholder {
  color: #ffe083;
}

.form-control-danger {
  background-color: rgb(225.25, 83.3, 96.9);
  border-color: rgb(223.5, 73.2, 87.6);
  color: #fff;
}
.form-control-danger:focus {
  background-color: rgb(232.25, 123.7, 134.1);
  border-color: rgb(223.5, 73.2, 87.6);
  color: #fff;
}
.form-control-danger::placeholder {
  color: rgb(237.5, 154, 162);
}

.form-control-light {
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  color: #000;
}
.form-control-light:focus {
  background-color: rgb(250.45, 251.1, 251.75);
  border-color: rgb(248.7, 249.6, 250.5);
  color: #000;
}
.form-control-light::placeholder {
  color: rgb(251.5, 252, 252.5);
}

.form-control-dark {
  background-color: rgb(66.3, 69.7, 73.1);
  border-color: rgb(55.2, 58.8, 62.4);
  color: #fff;
}
.form-control-dark:focus {
  background-color: rgb(110.7, 113.3, 115.9);
  border-color: rgb(55.2, 58.8, 62.4);
  color: #fff;
}
.form-control-dark::placeholder {
  color: #909294;
}

.form-control-terziario {
  background-color: rgba(183.2570320078, 188.8962172648, 203.3074684772, 0.2766666667);
  border-color: rgba(158.7862407862, 166.3488943489, 185.6756756757, 0.2341176471);
  color: #fff;
}
.form-control-terziario:focus {
  background-color: rgba(225.2143233281, 227.5555555556, 233.5387045814, 0.4468627451);
  border-color: rgba(158.7862407862, 166.3488943489, 185.6756756757, 0.2341176471);
  color: #fff;
}
.form-control-terziario::placeholder {
  color: rgba(237.937254902, 239.2784313725, 242.7058823529, 0.5745098039);
}

.form-control-quarto {
  background-color: rgba(225.4386682243, 227.7622663551, 233.7003504673, 0.1933333333);
  border-color: rgba(211.3631921824, 214.7931596091, 223.5586319218, 0.1458823529);
  color: #fff;
}
.form-control-quarto:focus {
  background-color: rgba(244.3911732456, 245.2250548246, 247.3560855263, 0.3831372549);
  border-color: rgba(211.3631921824, 214.7931596091, 223.5586319218, 0.1458823529);
  color: #fff;
}
.form-control-quarto::placeholder {
  color: rgba(249.162745098, 249.6215686275, 250.7941176471, 0.5254901961);
}

.form-control-quinto {
  background-color: rgb(152.15, 196.35, 175.1);
  border-color: rgb(146.1, 192.9, 170.4);
  color: #000;
}
.form-control-quinto:focus {
  background-color: rgb(176.35, 210.15, 193.9);
  border-color: rgb(146.1, 192.9, 170.4);
  color: #000;
}
.form-control-quinto::placeholder {
  color: rgb(194.5, 220.5, 208);
}

.form-control-detail {
  background-color: rgb(194.65, 62.05, 80.75);
  border-color: rgb(191.1, 50.7, 70.5);
  color: #fff;
}
.form-control-detail:focus {
  background-color: rgb(208.85, 107.45, 121.75);
  border-color: rgb(191.1, 50.7, 70.5);
  color: #fff;
}
.form-control-detail::placeholder {
  color: rgb(219.5, 141.5, 152.5);
}

.form-control-detail-light {
  background-color: rgb(38.25, 38.25, 38.25);
  border-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.form-control-detail-light:focus {
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.form-control-detail-light::placeholder {
  color: rgb(127.5, 127.5, 127.5);
}

.form-control-primary-grey {
  background-color: rgb(249.05, 248.2, 245.65);
  border-color: rgb(248.7, 247.8, 245.1);
  color: #000;
}
.form-control-primary-grey:focus {
  background-color: rgb(250.45, 249.8, 247.85);
  border-color: rgb(248.7, 247.8, 245.1);
  color: #000;
}
.form-control-primary-grey::placeholder {
  color: rgb(251.5, 251, 249.5);
}

.form-control-darker-primary-grey {
  background-color: rgb(234.6, 234.6, 234.6);
  border-color: rgb(233.4, 233.4, 233.4);
  color: #000;
}
.form-control-darker-primary-grey:focus {
  background-color: rgb(239.4, 239.4, 239.4);
  border-color: rgb(233.4, 233.4, 233.4);
  color: #000;
}
.form-control-darker-primary-grey::placeholder {
  color: #f3f3f3;
}

.form-control-lighter-primary-grey {
  background-color: rgb(246.5, 246.5, 246.5);
  border-color: #f6f6f6;
  color: #000;
}
.form-control-lighter-primary-grey:focus {
  background-color: rgb(248.5, 248.5, 248.5);
  border-color: #f6f6f6;
  color: #000;
}
.form-control-lighter-primary-grey::placeholder {
  color: #fafafa;
}

.form-control-text-primary {
  background-color: rgb(62.05, 69.7, 93.5);
  border-color: rgb(50.7, 58.8, 84);
  color: #fff;
}
.form-control-text-primary:focus {
  background-color: rgb(107.45, 113.3, 131.5);
  border-color: rgb(50.7, 58.8, 84);
  color: #fff;
}
.form-control-text-primary::placeholder {
  color: rgb(141.5, 146, 160);
}

.form-control-white {
  background-color: white;
  border-color: white;
  color: #000;
}
.form-control-white:focus {
  background-color: white;
  border-color: white;
  color: #000;
}
.form-control-white::placeholder {
  color: white;
}

.form-control.no-bs-validation:valid {
  border-color: var(--bs-border-color);
  background-image: none;
  padding: 0.375rem 0.75rem;
}

/*COLORI BOOTSTRAP*/
/*COLORI CUSTOM*/
/*GREY*/
/*TEXT COLORS*/
.dropdown-item {
  border-radius: 0.25rem;
}

/*viewport - altezza navbar bootstrap*/
:root {
  --bs-dropdown-item-border-radius: 0.5rem;
}

.cards-full-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1000;
}
.cards-full-loader.show {
  display: block;
}

.card-hoverable:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/*COLORI BOOTSTRAP*/
/*COLORI CUSTOM*/
/*GREY*/
/*TEXT COLORS*/
.dropdown-item {
  border-radius: 0.25rem;
}

/*viewport - altezza navbar bootstrap*/
:root {
  --bs-dropdown-item-border-radius: 0.5rem;
}

.left-navbar {
  height: calc(100vh - 3.7rem);
  top: 3.7rem;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f8f7f4;
  /*min-width: 200px;*/
  position: relative;
  padding: 10px;
  width: 300px;
  transition: width 0.6s;
}
.left-navbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.left-navbar::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  padding: 1px;
}
.left-navbar::-webkit-scrollbar-track {
  background: #f8f7f4;
}
.left-navbar {
  scrollbar-face-color: #e7e7e7;
  scrollbar-track-color: #f8f7f4;
}
.left-navbar .left-navbar-item {
  overflow-x: hidden;
  min-width: 39px;
}
.left-navbar .left-navbar-toggler {
  transition: transform ease-in-out 0.6s;
}
.left-navbar .left-navbar-item-text {
  transition: all 0.7s;
  margin-right: 0px;
}
.left-navbar .left-navbar-title {
  margin-left: 0;
  transition: all 0.6s;
  position: absolute;
  padding: 0 13px;
}
.left-navbar.toggled {
  width: 67px;
  transition: width 0.6s;
}
.left-navbar.toggled .left-navbar-title {
  margin-left: -100px;
}
.left-navbar.toggled .left-navbar-item-text {
  margin-right: -150px;
}
.left-navbar.toggled .left-navbar-toggler {
  transform: rotate(540deg);
  transition: transform ease-in-out 0.6s;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --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: #1A2C5A;
  --bs-secondary: #BAC2FD;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-terziario: rgba(26, 44, 90, 0.1490196078);
  --bs-quarto: rgba(26, 44, 90, 0.0509803922);
  --bs-quinto: #86BAA1;
  --bs-detail: #B81C32;
  --bs-detail-light: #000;
  --bs-primary-grey: #f8f7f4;
  --bs-darker-primary-grey: #e7e7e7;
  --bs-lighter-primary-grey: #f5f5f5;
  --bs-text-primary: #1C2541;
  --bs-white: #fff;
  --bs-primary-rgb: 26, 44, 90;
  --bs-secondary-rgb: 186, 194, 253;
  --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-primary-text-emphasis: rgb(10.4, 17.6, 36);
  --bs-secondary-text-emphasis: rgb(74.4, 77.6, 101.2);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209.2, 212.8, 222);
  --bs-secondary-bg-subtle: rgb(241.2, 242.8, 254.6);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(163.4, 170.6, 189);
  --bs-secondary-border-subtle: rgb(227.4, 230.6, 254.2);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1A2C5A;
  --bs-link-color-rgb: 26, 44, 90;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(20.8, 35.2, 72);
  --bs-link-hover-color-rgb: 21, 35, 72;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(26, 44, 90, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(117.6, 128.4, 156);
  --bs-secondary-text-emphasis: rgb(213.6, 218.4, 253.8);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(5.2, 8.8, 18);
  --bs-secondary-bg-subtle: rgb(37.2, 38.8, 50.6);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(15.6, 26.4, 54);
  --bs-secondary-border-subtle: rgb(111.6, 116.4, 151.8);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(117.6, 128.4, 156);
  --bs-link-hover-color: rgb(145.08, 153.72, 175.8);
  --bs-link-color-rgb: 118, 128, 156;
  --bs-link-hover-color-rgb: 145, 154, 176;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209.2, 212.8, 222);
  --bs-table-border-color: rgb(167.36, 170.24, 177.6);
  --bs-table-striped-bg: rgb(198.74, 202.16, 210.9);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.28, 191.52, 199.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.51, 196.84, 205.35);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(241.2, 242.8, 254.6);
  --bs-table-border-color: rgb(192.96, 194.24, 203.68);
  --bs-table-striped-bg: rgb(229.14, 230.66, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(217.08, 218.52, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(223.11, 224.59, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(140.5, 149.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 50rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 50rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 50rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 50rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(140.5, 149.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 50rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 50rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.1em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.1em;
}

.form-check-reverse {
  padding-right: 2.1em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.1em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.05em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 1em;
}
.form-check-input[type=radio] {
  border-radius: 100%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(140.5, 149.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.form-check-input:checked {
  background-color: #1A2C5A;
  border-color: #1A2C5A;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #1A2C5A;
  border-color: #1A2C5A;
  --bs-form-check-bg-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-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28140.5, 149.5, 172.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #1A2C5A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(186.3, 191.7, 205.5);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #1A2C5A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(186.3, 191.7, 205.5);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 50rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 50rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 50rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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.73.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");
  padding-right: 4.125rem;
  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, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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");
  padding-right: 4.125rem;
  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, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 16px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A2C5A;
  --bs-btn-border-color: #1A2C5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 37.4, 76.5);
  --bs-btn-hover-border-color: rgb(20.8, 35.2, 72);
  --bs-btn-focus-shadow-rgb: 60, 76, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 35.2, 72);
  --bs-btn-active-border-color: rgb(19.5, 33, 67.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1A2C5A;
  --bs-btn-disabled-border-color: #1A2C5A;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #BAC2FD;
  --bs-btn-border-color: #BAC2FD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(196.35, 203.15, 253.3);
  --bs-btn-hover-border-color: rgb(192.9, 200.1, 253.2);
  --bs-btn-focus-shadow-rgb: 158, 165, 215;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(199.8, 206.2, 253.4);
  --bs-btn-active-border-color: rgb(192.9, 200.1, 253.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #BAC2FD;
  --bs-btn-disabled-border-color: #BAC2FD;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-terziario {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-border-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(8.1454898157, 13.7846750727, 28.1959262852, 0.2766666667);
  --bs-btn-hover-border-color: rgba(6.3333333333, 10.7179487179, 21.9230769231, 0.3192156863);
  --bs-btn-focus-shadow-rgb: 183, 189, 203;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(6.3333333333, 10.7179487179, 21.9230769231, 0.3192156863);
  --bs-btn-active-border-color: rgba(5.0580204778, 8.5597269625, 17.5085324232, 0.3617647059);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-disabled-border-color: rgba(26, 44, 90, 0.1490196078);
}

.btn-quarto {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-border-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(3.3563084112, 5.6799065421, 11.6179906542, 0.1933333333);
  --bs-btn-hover-border-color: rgba(2.4626593807, 4.1675774135, 8.5245901639, 0.2407843137);
  --bs-btn-focus-shadow-rgb: 225, 228, 234;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(2.4626593807, 4.1675774135, 8.5245901639, 0.2407843137);
  --bs-btn-active-border-color: rgba(1.8917910448, 3.2014925373, 6.5485074627, 0.2882352941);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-disabled-border-color: rgba(26, 44, 90, 0.0509803922);
}

.btn-quinto {
  --bs-btn-color: #000;
  --bs-btn-bg: #86BAA1;
  --bs-btn-border-color: #86BAA1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(152.15, 196.35, 175.1);
  --bs-btn-hover-border-color: rgb(146.1, 192.9, 170.4);
  --bs-btn-focus-shadow-rgb: 114, 158, 137;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(158.2, 199.8, 179.8);
  --bs-btn-active-border-color: rgb(146.1, 192.9, 170.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #86BAA1;
  --bs-btn-disabled-border-color: #86BAA1;
}

.btn-detail {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B81C32;
  --bs-btn-border-color: #B81C32;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(156.4, 23.8, 42.5);
  --bs-btn-hover-border-color: rgb(147.2, 22.4, 40);
  --bs-btn-focus-shadow-rgb: 195, 62, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(147.2, 22.4, 40);
  --bs-btn-active-border-color: rgb(138, 21, 37.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B81C32;
  --bs-btn-disabled-border-color: #B81C32;
}

.btn-detail-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-primary-grey {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f7f4;
  --bs-btn-border-color: #f8f7f4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 248.2, 245.65);
  --bs-btn-hover-border-color: rgb(248.7, 247.8, 245.1);
  --bs-btn-focus-shadow-rgb: 211, 210, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 248.6, 246.2);
  --bs-btn-active-border-color: rgb(248.7, 247.8, 245.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f7f4;
  --bs-btn-disabled-border-color: #f8f7f4;
}

.btn-darker-primary-grey {
  --bs-btn-color: #000;
  --bs-btn-bg: #e7e7e7;
  --bs-btn-border-color: #e7e7e7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(234.6, 234.6, 234.6);
  --bs-btn-hover-border-color: rgb(233.4, 233.4, 233.4);
  --bs-btn-focus-shadow-rgb: 196, 196, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235.8, 235.8, 235.8);
  --bs-btn-active-border-color: rgb(233.4, 233.4, 233.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e7e7e7;
  --bs-btn-disabled-border-color: #e7e7e7;
}

.btn-lighter-primary-grey {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.5, 246.5, 246.5);
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-text-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1C2541;
  --bs-btn-border-color: #1C2541;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(23.8, 31.45, 55.25);
  --bs-btn-hover-border-color: rgb(22.4, 29.6, 52);
  --bs-btn-focus-shadow-rgb: 62, 70, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(22.4, 29.6, 52);
  --bs-btn-active-border-color: rgb(21, 27.75, 48.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1C2541;
  --bs-btn-disabled-border-color: #1C2541;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: #1A2C5A;
  --bs-btn-border-color: #1A2C5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A2C5A;
  --bs-btn-hover-border-color: #1A2C5A;
  --bs-btn-focus-shadow-rgb: 26, 44, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A2C5A;
  --bs-btn-active-border-color: #1A2C5A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A2C5A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A2C5A;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #BAC2FD;
  --bs-btn-border-color: #BAC2FD;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #BAC2FD;
  --bs-btn-hover-border-color: #BAC2FD;
  --bs-btn-focus-shadow-rgb: 186, 194, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #BAC2FD;
  --bs-btn-active-border-color: #BAC2FD;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #BAC2FD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #BAC2FD;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-terziario {
  --bs-btn-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-border-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-hover-border-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-focus-shadow-rgb: 26, 44, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-active-border-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(26, 44, 90, 0.1490196078);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(26, 44, 90, 0.1490196078);
  --bs-gradient: none;
}

.btn-outline-quarto {
  --bs-btn-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-border-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-hover-border-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-focus-shadow-rgb: 26, 44, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-active-border-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(26, 44, 90, 0.0509803922);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(26, 44, 90, 0.0509803922);
  --bs-gradient: none;
}

.btn-outline-quinto {
  --bs-btn-color: #86BAA1;
  --bs-btn-border-color: #86BAA1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #86BAA1;
  --bs-btn-hover-border-color: #86BAA1;
  --bs-btn-focus-shadow-rgb: 134, 186, 161;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #86BAA1;
  --bs-btn-active-border-color: #86BAA1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #86BAA1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #86BAA1;
  --bs-gradient: none;
}

.btn-outline-detail {
  --bs-btn-color: #B81C32;
  --bs-btn-border-color: #B81C32;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #B81C32;
  --bs-btn-hover-border-color: #B81C32;
  --bs-btn-focus-shadow-rgb: 184, 28, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B81C32;
  --bs-btn-active-border-color: #B81C32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B81C32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B81C32;
  --bs-gradient: none;
}

.btn-outline-detail-light {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-primary-grey {
  --bs-btn-color: #f8f7f4;
  --bs-btn-border-color: #f8f7f4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f7f4;
  --bs-btn-hover-border-color: #f8f7f4;
  --bs-btn-focus-shadow-rgb: 248, 247, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f7f4;
  --bs-btn-active-border-color: #f8f7f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f7f4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f7f4;
  --bs-gradient: none;
}

.btn-outline-darker-primary-grey {
  --bs-btn-color: #e7e7e7;
  --bs-btn-border-color: #e7e7e7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e7e7e7;
  --bs-btn-hover-border-color: #e7e7e7;
  --bs-btn-focus-shadow-rgb: 231, 231, 231;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e7e7e7;
  --bs-btn-active-border-color: #e7e7e7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e7e7e7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e7e7e7;
  --bs-gradient: none;
}

.btn-outline-lighter-primary-grey {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
}

.btn-outline-text-primary {
  --bs-btn-color: #1C2541;
  --bs-btn-border-color: #1C2541;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1C2541;
  --bs-btn-hover-border-color: #1C2541;
  --bs-btn-focus-shadow-rgb: 28, 37, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1C2541;
  --bs-btn-active-border-color: #1C2541;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1C2541;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1C2541;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 60, 76, 115;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 19px;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 13px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1A2C5A;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1A2C5A;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 16px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.3rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #1A2C5A;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.6rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.1125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 16px;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.3rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 22px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(22px - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2810.4, 17.6, 36%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28117.6, 128.4, 156%29'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28117.6, 128.4, 156%29'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: 16px;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #1A2C5A;
  --bs-pagination-active-border-color: #1A2C5A;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 16px;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 16px;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.5rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 12px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 4.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1.5rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-terziario {
  --bs-alert-color: var(--bs-terziario-text-emphasis);
  --bs-alert-bg: var(--bs-terziario-bg-subtle);
  --bs-alert-border-color: var(--bs-terziario-border-subtle);
  --bs-alert-link-color: var(--bs-terziario-text-emphasis);
}

.alert-quarto {
  --bs-alert-color: var(--bs-quarto-text-emphasis);
  --bs-alert-bg: var(--bs-quarto-bg-subtle);
  --bs-alert-border-color: var(--bs-quarto-border-subtle);
  --bs-alert-link-color: var(--bs-quarto-text-emphasis);
}

.alert-quinto {
  --bs-alert-color: var(--bs-quinto-text-emphasis);
  --bs-alert-bg: var(--bs-quinto-bg-subtle);
  --bs-alert-border-color: var(--bs-quinto-border-subtle);
  --bs-alert-link-color: var(--bs-quinto-text-emphasis);
}

.alert-detail {
  --bs-alert-color: var(--bs-detail-text-emphasis);
  --bs-alert-bg: var(--bs-detail-bg-subtle);
  --bs-alert-border-color: var(--bs-detail-border-subtle);
  --bs-alert-link-color: var(--bs-detail-text-emphasis);
}

.alert-detail-light {
  --bs-alert-color: var(--bs-detail-light-text-emphasis);
  --bs-alert-bg: var(--bs-detail-light-bg-subtle);
  --bs-alert-border-color: var(--bs-detail-light-border-subtle);
  --bs-alert-link-color: var(--bs-detail-light-text-emphasis);
}

.alert-primary-grey {
  --bs-alert-color: var(--bs-primary-grey-text-emphasis);
  --bs-alert-bg: var(--bs-primary-grey-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-grey-border-subtle);
  --bs-alert-link-color: var(--bs-primary-grey-text-emphasis);
}

.alert-darker-primary-grey {
  --bs-alert-color: var(--bs-darker-primary-grey-text-emphasis);
  --bs-alert-bg: var(--bs-darker-primary-grey-bg-subtle);
  --bs-alert-border-color: var(--bs-darker-primary-grey-border-subtle);
  --bs-alert-link-color: var(--bs-darker-primary-grey-text-emphasis);
}

.alert-lighter-primary-grey {
  --bs-alert-color: var(--bs-lighter-primary-grey-text-emphasis);
  --bs-alert-bg: var(--bs-lighter-primary-grey-bg-subtle);
  --bs-alert-border-color: var(--bs-lighter-primary-grey-border-subtle);
  --bs-alert-link-color: var(--bs-lighter-primary-grey-text-emphasis);
}

.alert-text-primary {
  --bs-alert-color: var(--bs-text-primary-text-emphasis);
  --bs-alert-bg: var(--bs-text-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-text-primary-border-subtle);
  --bs-alert-link-color: var(--bs-text-primary-text-emphasis);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #1A2C5A;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #1A2C5A;
  --bs-list-group-active-border-color: #1A2C5A;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-terziario {
  --bs-list-group-color: var(--bs-terziario-text-emphasis);
  --bs-list-group-bg: var(--bs-terziario-bg-subtle);
  --bs-list-group-border-color: var(--bs-terziario-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-terziario-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-terziario-border-subtle);
  --bs-list-group-active-color: var(--bs-terziario-bg-subtle);
  --bs-list-group-active-bg: var(--bs-terziario-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-terziario-text-emphasis);
}

.list-group-item-quarto {
  --bs-list-group-color: var(--bs-quarto-text-emphasis);
  --bs-list-group-bg: var(--bs-quarto-bg-subtle);
  --bs-list-group-border-color: var(--bs-quarto-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-quarto-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-quarto-border-subtle);
  --bs-list-group-active-color: var(--bs-quarto-bg-subtle);
  --bs-list-group-active-bg: var(--bs-quarto-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-quarto-text-emphasis);
}

.list-group-item-quinto {
  --bs-list-group-color: var(--bs-quinto-text-emphasis);
  --bs-list-group-bg: var(--bs-quinto-bg-subtle);
  --bs-list-group-border-color: var(--bs-quinto-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-quinto-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-quinto-border-subtle);
  --bs-list-group-active-color: var(--bs-quinto-bg-subtle);
  --bs-list-group-active-bg: var(--bs-quinto-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-quinto-text-emphasis);
}

.list-group-item-detail {
  --bs-list-group-color: var(--bs-detail-text-emphasis);
  --bs-list-group-bg: var(--bs-detail-bg-subtle);
  --bs-list-group-border-color: var(--bs-detail-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-detail-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-detail-border-subtle);
  --bs-list-group-active-color: var(--bs-detail-bg-subtle);
  --bs-list-group-active-bg: var(--bs-detail-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-detail-text-emphasis);
}

.list-group-item-detail-light {
  --bs-list-group-color: var(--bs-detail-light-text-emphasis);
  --bs-list-group-bg: var(--bs-detail-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-detail-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-detail-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-detail-light-border-subtle);
  --bs-list-group-active-color: var(--bs-detail-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-detail-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-detail-light-text-emphasis);
}

.list-group-item-primary-grey {
  --bs-list-group-color: var(--bs-primary-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-grey-text-emphasis);
}

.list-group-item-darker-primary-grey {
  --bs-list-group-color: var(--bs-darker-primary-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-darker-primary-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-darker-primary-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-darker-primary-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-darker-primary-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-darker-primary-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-darker-primary-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-darker-primary-grey-text-emphasis);
}

.list-group-item-lighter-primary-grey {
  --bs-list-group-color: var(--bs-lighter-primary-grey-text-emphasis);
  --bs-list-group-bg: var(--bs-lighter-primary-grey-bg-subtle);
  --bs-list-group-border-color: var(--bs-lighter-primary-grey-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lighter-primary-grey-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lighter-primary-grey-border-subtle);
  --bs-list-group-active-color: var(--bs-lighter-primary-grey-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lighter-primary-grey-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lighter-primary-grey-text-emphasis);
}

.list-group-item-text-primary {
  --bs-list-group-color: var(--bs-text-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-text-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-text-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-text-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-text-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-text-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-text-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-text-primary-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(26, 44, 90, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl: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 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-terziario {
  color: #fff !important;
  background-color: RGBA(var(--bs-terziario-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-quarto {
  color: #fff !important;
  background-color: RGBA(var(--bs-quarto-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-quinto {
  color: #000 !important;
  background-color: RGBA(var(--bs-quinto-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-detail {
  color: #fff !important;
  background-color: RGBA(var(--bs-detail-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-detail-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-detail-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary-grey {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-darker-primary-grey {
  color: #000 !important;
  background-color: RGBA(var(--bs-darker-primary-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lighter-primary-grey {
  color: #000 !important;
  background-color: RGBA(var(--bs-lighter-primary-grey-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-text-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-text-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(21, 35, 72, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 35, 72, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(200, 206, 253, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(200, 206, 253, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-terziario {
  color: RGBA(var(--bs-terziario-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-terziario-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-terziario:hover, .link-terziario:focus {
  color: RGBA(6, 11, 22, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 11, 22, var(--bs-link-underline-opacity, 1)) !important;
}

.link-quarto {
  color: RGBA(var(--bs-quarto-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-quarto-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-quarto:hover, .link-quarto:focus {
  color: RGBA(2, 4, 9, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(2, 4, 9, var(--bs-link-underline-opacity, 1)) !important;
}

.link-quinto {
  color: RGBA(var(--bs-quinto-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-quinto-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-quinto:hover, .link-quinto:focus {
  color: RGBA(158, 200, 180, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(158, 200, 180, var(--bs-link-underline-opacity, 1)) !important;
}

.link-detail {
  color: RGBA(var(--bs-detail-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-detail-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-detail:hover, .link-detail:focus {
  color: RGBA(147, 22, 40, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(147, 22, 40, var(--bs-link-underline-opacity, 1)) !important;
}

.link-detail-light {
  color: RGBA(var(--bs-detail-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-detail-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-detail-light:hover, .link-detail-light:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-grey {
  color: RGBA(var(--bs-primary-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-grey:hover, .link-primary-grey:focus {
  color: RGBA(249, 249, 246, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 249, 246, var(--bs-link-underline-opacity, 1)) !important;
}

.link-darker-primary-grey {
  color: RGBA(var(--bs-darker-primary-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-darker-primary-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-darker-primary-grey:hover, .link-darker-primary-grey:focus {
  color: RGBA(236, 236, 236, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(236, 236, 236, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lighter-primary-grey {
  color: RGBA(var(--bs-lighter-primary-grey-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lighter-primary-grey-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lighter-primary-grey:hover, .link-lighter-primary-grey:focus {
  color: RGBA(247, 247, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 247, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-text-primary {
  color: RGBA(var(--bs-text-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-text-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-text-primary:hover, .link-text-primary:focus {
  color: RGBA(22, 30, 52, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(22, 30, 52, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border-primary {
  border-color: #1A2C5A !important;
}

.border-secondary {
  border-color: #BAC2FD !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-black {
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-terziario {
  border-color: rgba(26, 44, 90, 0.1490196078) !important;
}

.border-quarto {
  border-color: rgba(26, 44, 90, 0.0509803922) !important;
}

.border-quinto {
  border-color: #86BAA1 !important;
}

.border-detail {
  border-color: #B81C32 !important;
}

.border-detail-light {
  border-color: #000 !important;
}

.border-primary-grey {
  border-color: #f8f7f4 !important;
}

.border-darker-primary-grey {
  border-color: #e7e7e7 !important;
}

.border-lighter-primary-grey {
  border-color: #f5f5f5 !important;
}

.border-text-primary {
  border-color: #1C2541 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: #1A2C5A !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #BAC2FD !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #198754 !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: #0dcaf0 !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: #dc3545 !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: #f8f9fa !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: #212529 !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-terziario {
  --bs-text-opacity: 1;
  color: rgba(26, 44, 90, 0.1490196078) !important;
}

.text-quarto {
  --bs-text-opacity: 1;
  color: rgba(26, 44, 90, 0.0509803922) !important;
}

.text-quinto {
  --bs-text-opacity: 1;
  color: #86BAA1 !important;
}

.text-detail {
  --bs-text-opacity: 1;
  color: #B81C32 !important;
}

.text-detail-light {
  --bs-text-opacity: 1;
  color: #000 !important;
}

.text-primary-grey {
  --bs-text-opacity: 1;
  color: #f8f7f4 !important;
}

.text-darker-primary-grey {
  --bs-text-opacity: 1;
  color: #e7e7e7 !important;
}

.text-lighter-primary-grey {
  --bs-text-opacity: 1;
  color: #f5f5f5 !important;
}

.text-text-primary {
  --bs-text-opacity: 1;
  color: #1C2541 !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  background-color: #1A2C5A !important;
}

.bg-secondary {
  background-color: #BAC2FD !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-body {
  background-color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bg-muted {
  background-color: var(--bs-secondary-color) !important;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-body-secondary {
  background-color: var(--bs-secondary-color) !important;
}

.bg-body-tertiary {
  background-color: var(--bs-tertiary-color) !important;
}

.bg-body-emphasis {
  background-color: var(--bs-emphasis-color) !important;
}

.bg-reset {
  background-color: inherit !important;
}

.bg-terziario {
  background-color: rgba(26, 44, 90, 0.1490196078) !important;
}

.bg-quarto {
  background-color: rgba(26, 44, 90, 0.0509803922) !important;
}

.bg-quinto {
  background-color: #86BAA1 !important;
}

.bg-detail {
  background-color: #B81C32 !important;
}

.bg-detail-light {
  background-color: #000 !important;
}

.bg-primary-grey {
  background-color: #f8f7f4 !important;
}

.bg-darker-primary-grey {
  background-color: #e7e7e7 !important;
}

.bg-lighter-primary-grey {
  background-color: #f5f5f5 !important;
}

.bg-text-primary {
  background-color: #1C2541 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.border-top-width-0 {
  border-top-width: 0px !important;
}

.border-top-width-1 {
  border-top-width: 1px !important;
}

.border-top-width-2 {
  border-top-width: 2px !important;
}

.border-top-width-3 {
  border-top-width: 3px !important;
}

.border-top-width-4 {
  border-top-width: 4px !important;
}

.border-top-width-5 {
  border-top-width: 5px !important;
}

.border-right-width-0 {
  border-right-width: 0px !important;
}

.border-right-width-1 {
  border-right-width: 1px !important;
}

.border-right-width-2 {
  border-right-width: 2px !important;
}

.border-right-width-3 {
  border-right-width: 3px !important;
}

.border-right-width-4 {
  border-right-width: 4px !important;
}

.border-right-width-5 {
  border-right-width: 5px !important;
}

.borderbottom-width-0 {
  border-bottom-width: 0px !important;
}

.borderbottom-width-1 {
  border-bottom-width: 1px !important;
}

.borderbottom-width-2 {
  border-bottom-width: 2px !important;
}

.borderbottom-width-3 {
  border-bottom-width: 3px !important;
}

.borderbottom-width-4 {
  border-bottom-width: 4px !important;
}

.borderbottom-width-5 {
  border-bottom-width: 5px !important;
}

.border-left-width-0 {
  border-right-width: 0px !important;
}

.border-left-width-1 {
  border-right-width: 1px !important;
}

.border-left-width-2 {
  border-right-width: 2px !important;
}

.border-left-width-3 {
  border-right-width: 3px !important;
}

.border-left-width-4 {
  border-right-width: 4px !important;
}

.border-left-width-5 {
  border-right-width: 5px !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .border-sm-0 {
    border-width: 0px !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .border-top-width-sm-0 {
    border-top-width: 0px !important;
  }
  .border-top-width-sm-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-sm-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-sm-3 {
    border-top-width: 3px !important;
  }
  .border-top-width-sm-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-sm-5 {
    border-top-width: 5px !important;
  }
  .border-right-width-sm-0 {
    border-right-width: 0px !important;
  }
  .border-right-width-sm-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-sm-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-sm-3 {
    border-right-width: 3px !important;
  }
  .border-right-width-sm-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-sm-5 {
    border-right-width: 5px !important;
  }
  .borderbottom-width-sm-0 {
    border-bottom-width: 0px !important;
  }
  .borderbottom-width-sm-1 {
    border-bottom-width: 1px !important;
  }
  .borderbottom-width-sm-2 {
    border-bottom-width: 2px !important;
  }
  .borderbottom-width-sm-3 {
    border-bottom-width: 3px !important;
  }
  .borderbottom-width-sm-4 {
    border-bottom-width: 4px !important;
  }
  .borderbottom-width-sm-5 {
    border-bottom-width: 5px !important;
  }
  .border-left-width-sm-0 {
    border-right-width: 0px !important;
  }
  .border-left-width-sm-1 {
    border-right-width: 1px !important;
  }
  .border-left-width-sm-2 {
    border-right-width: 2px !important;
  }
  .border-left-width-sm-3 {
    border-right-width: 3px !important;
  }
  .border-left-width-sm-4 {
    border-right-width: 4px !important;
  }
  .border-left-width-sm-5 {
    border-right-width: 5px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .border-md-0 {
    border-width: 0px !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .border-top-width-md-0 {
    border-top-width: 0px !important;
  }
  .border-top-width-md-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-md-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-md-3 {
    border-top-width: 3px !important;
  }
  .border-top-width-md-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-md-5 {
    border-top-width: 5px !important;
  }
  .border-right-width-md-0 {
    border-right-width: 0px !important;
  }
  .border-right-width-md-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-md-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-md-3 {
    border-right-width: 3px !important;
  }
  .border-right-width-md-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-md-5 {
    border-right-width: 5px !important;
  }
  .borderbottom-width-md-0 {
    border-bottom-width: 0px !important;
  }
  .borderbottom-width-md-1 {
    border-bottom-width: 1px !important;
  }
  .borderbottom-width-md-2 {
    border-bottom-width: 2px !important;
  }
  .borderbottom-width-md-3 {
    border-bottom-width: 3px !important;
  }
  .borderbottom-width-md-4 {
    border-bottom-width: 4px !important;
  }
  .borderbottom-width-md-5 {
    border-bottom-width: 5px !important;
  }
  .border-left-width-md-0 {
    border-right-width: 0px !important;
  }
  .border-left-width-md-1 {
    border-right-width: 1px !important;
  }
  .border-left-width-md-2 {
    border-right-width: 2px !important;
  }
  .border-left-width-md-3 {
    border-right-width: 3px !important;
  }
  .border-left-width-md-4 {
    border-right-width: 4px !important;
  }
  .border-left-width-md-5 {
    border-right-width: 5px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .border-lg-0 {
    border-width: 0px !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .border-top-width-lg-0 {
    border-top-width: 0px !important;
  }
  .border-top-width-lg-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-lg-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-lg-3 {
    border-top-width: 3px !important;
  }
  .border-top-width-lg-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-lg-5 {
    border-top-width: 5px !important;
  }
  .border-right-width-lg-0 {
    border-right-width: 0px !important;
  }
  .border-right-width-lg-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-lg-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-lg-3 {
    border-right-width: 3px !important;
  }
  .border-right-width-lg-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-lg-5 {
    border-right-width: 5px !important;
  }
  .borderbottom-width-lg-0 {
    border-bottom-width: 0px !important;
  }
  .borderbottom-width-lg-1 {
    border-bottom-width: 1px !important;
  }
  .borderbottom-width-lg-2 {
    border-bottom-width: 2px !important;
  }
  .borderbottom-width-lg-3 {
    border-bottom-width: 3px !important;
  }
  .borderbottom-width-lg-4 {
    border-bottom-width: 4px !important;
  }
  .borderbottom-width-lg-5 {
    border-bottom-width: 5px !important;
  }
  .border-left-width-lg-0 {
    border-right-width: 0px !important;
  }
  .border-left-width-lg-1 {
    border-right-width: 1px !important;
  }
  .border-left-width-lg-2 {
    border-right-width: 2px !important;
  }
  .border-left-width-lg-3 {
    border-right-width: 3px !important;
  }
  .border-left-width-lg-4 {
    border-right-width: 4px !important;
  }
  .border-left-width-lg-5 {
    border-right-width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .border-xl-0 {
    border-width: 0px !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .border-top-width-xl-0 {
    border-top-width: 0px !important;
  }
  .border-top-width-xl-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-xl-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-xl-3 {
    border-top-width: 3px !important;
  }
  .border-top-width-xl-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-xl-5 {
    border-top-width: 5px !important;
  }
  .border-right-width-xl-0 {
    border-right-width: 0px !important;
  }
  .border-right-width-xl-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-xl-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-xl-3 {
    border-right-width: 3px !important;
  }
  .border-right-width-xl-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-xl-5 {
    border-right-width: 5px !important;
  }
  .borderbottom-width-xl-0 {
    border-bottom-width: 0px !important;
  }
  .borderbottom-width-xl-1 {
    border-bottom-width: 1px !important;
  }
  .borderbottom-width-xl-2 {
    border-bottom-width: 2px !important;
  }
  .borderbottom-width-xl-3 {
    border-bottom-width: 3px !important;
  }
  .borderbottom-width-xl-4 {
    border-bottom-width: 4px !important;
  }
  .borderbottom-width-xl-5 {
    border-bottom-width: 5px !important;
  }
  .border-left-width-xl-0 {
    border-right-width: 0px !important;
  }
  .border-left-width-xl-1 {
    border-right-width: 1px !important;
  }
  .border-left-width-xl-2 {
    border-right-width: 2px !important;
  }
  .border-left-width-xl-3 {
    border-right-width: 3px !important;
  }
  .border-left-width-xl-4 {
    border-right-width: 4px !important;
  }
  .border-left-width-xl-5 {
    border-right-width: 5px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .border-xxl-0 {
    border-width: 0px !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .border-top-width-xxl-0 {
    border-top-width: 0px !important;
  }
  .border-top-width-xxl-1 {
    border-top-width: 1px !important;
  }
  .border-top-width-xxl-2 {
    border-top-width: 2px !important;
  }
  .border-top-width-xxl-3 {
    border-top-width: 3px !important;
  }
  .border-top-width-xxl-4 {
    border-top-width: 4px !important;
  }
  .border-top-width-xxl-5 {
    border-top-width: 5px !important;
  }
  .border-right-width-xxl-0 {
    border-right-width: 0px !important;
  }
  .border-right-width-xxl-1 {
    border-right-width: 1px !important;
  }
  .border-right-width-xxl-2 {
    border-right-width: 2px !important;
  }
  .border-right-width-xxl-3 {
    border-right-width: 3px !important;
  }
  .border-right-width-xxl-4 {
    border-right-width: 4px !important;
  }
  .border-right-width-xxl-5 {
    border-right-width: 5px !important;
  }
  .borderbottom-width-xxl-0 {
    border-bottom-width: 0px !important;
  }
  .borderbottom-width-xxl-1 {
    border-bottom-width: 1px !important;
  }
  .borderbottom-width-xxl-2 {
    border-bottom-width: 2px !important;
  }
  .borderbottom-width-xxl-3 {
    border-bottom-width: 3px !important;
  }
  .borderbottom-width-xxl-4 {
    border-bottom-width: 4px !important;
  }
  .borderbottom-width-xxl-5 {
    border-bottom-width: 5px !important;
  }
  .border-left-width-xxl-0 {
    border-right-width: 0px !important;
  }
  .border-left-width-xxl-1 {
    border-right-width: 1px !important;
  }
  .border-left-width-xxl-2 {
    border-right-width: 2px !important;
  }
  .border-left-width-xxl-3 {
    border-right-width: 3px !important;
  }
  .border-left-width-xxl-4 {
    border-right-width: 4px !important;
  }
  .border-left-width-xxl-5 {
    border-right-width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
#bodyContent {
  height: calc(100vh - 3.7rem);
  margin-top: 3.7rem;
}

.btn-super-detail {
  background: rgb(184, 28, 50);
  background: -moz-linear-gradient(302deg, rgb(184, 28, 50) 16%, rgb(255, 136, 17) 100%);
  background: -webkit-linear-gradient(302deg, rgb(184, 28, 50) 16%, rgb(255, 136, 17) 100%);
  background: linear-gradient(302deg, rgb(184, 28, 50) 16%, rgb(255, 136, 17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b81c32",endColorstr="#ff8811",GradientType=1);
  color: white;
  font-weight: bold;
  border-radius: 18px;
  border: 0;
}
.btn-super-detail:hover {
  background: rgb(255, 82, 106);
  background: -moz-linear-gradient(302deg, rgb(255, 82, 106) 16%, rgb(255, 167, 78) 100%);
  background: -webkit-linear-gradient(302deg, rgb(255, 82, 106) 16%, rgb(255, 167, 78) 100%);
  background: linear-gradient(302deg, rgb(255, 82, 106) 16%, rgb(255, 167, 78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff526a",endColorstr="#ffa74e",GradientType=1);
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-overlay .spinner-border {
  width: 4rem;
  height: 4rem;
}
.loading-overlay .overlay-text {
  position: absolute;
  top: calc(50% - 7rem);
}

.min-h-0 {
  min-height: 0px !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.max-w-0 {
  max-width: 0px !important;
}

.h-px-0 {
  height: 0px !important;
}

.w-px-0 {
  width: 0px !important;
}

.min-h-1 {
  min-height: 1px !important;
}

.max-h-1 {
  max-height: 1px !important;
}

.min-w-1 {
  min-width: 1px !important;
}

.max-w-1 {
  max-width: 1px !important;
}

.h-px-1 {
  height: 1px !important;
}

.w-px-1 {
  width: 1px !important;
}

.min-h-2 {
  min-height: 2px !important;
}

.max-h-2 {
  max-height: 2px !important;
}

.min-w-2 {
  min-width: 2px !important;
}

.max-w-2 {
  max-width: 2px !important;
}

.h-px-2 {
  height: 2px !important;
}

.w-px-2 {
  width: 2px !important;
}

.min-h-3 {
  min-height: 3px !important;
}

.max-h-3 {
  max-height: 3px !important;
}

.min-w-3 {
  min-width: 3px !important;
}

.max-w-3 {
  max-width: 3px !important;
}

.h-px-3 {
  height: 3px !important;
}

.w-px-3 {
  width: 3px !important;
}

.min-h-4 {
  min-height: 4px !important;
}

.max-h-4 {
  max-height: 4px !important;
}

.min-w-4 {
  min-width: 4px !important;
}

.max-w-4 {
  max-width: 4px !important;
}

.h-px-4 {
  height: 4px !important;
}

.w-px-4 {
  width: 4px !important;
}

.min-h-5 {
  min-height: 5px !important;
}

.max-h-5 {
  max-height: 5px !important;
}

.min-w-5 {
  min-width: 5px !important;
}

.max-w-5 {
  max-width: 5px !important;
}

.h-px-5 {
  height: 5px !important;
}

.w-px-5 {
  width: 5px !important;
}

.min-h-6 {
  min-height: 6px !important;
}

.max-h-6 {
  max-height: 6px !important;
}

.min-w-6 {
  min-width: 6px !important;
}

.max-w-6 {
  max-width: 6px !important;
}

.h-px-6 {
  height: 6px !important;
}

.w-px-6 {
  width: 6px !important;
}

.min-h-7 {
  min-height: 7px !important;
}

.max-h-7 {
  max-height: 7px !important;
}

.min-w-7 {
  min-width: 7px !important;
}

.max-w-7 {
  max-width: 7px !important;
}

.h-px-7 {
  height: 7px !important;
}

.w-px-7 {
  width: 7px !important;
}

.min-h-8 {
  min-height: 8px !important;
}

.max-h-8 {
  max-height: 8px !important;
}

.min-w-8 {
  min-width: 8px !important;
}

.max-w-8 {
  max-width: 8px !important;
}

.h-px-8 {
  height: 8px !important;
}

.w-px-8 {
  width: 8px !important;
}

.min-h-9 {
  min-height: 9px !important;
}

.max-h-9 {
  max-height: 9px !important;
}

.min-w-9 {
  min-width: 9px !important;
}

.max-w-9 {
  max-width: 9px !important;
}

.h-px-9 {
  height: 9px !important;
}

.w-px-9 {
  width: 9px !important;
}

.min-h-10 {
  min-height: 10px !important;
}

.max-h-10 {
  max-height: 10px !important;
}

.min-w-10 {
  min-width: 10px !important;
}

.max-w-10 {
  max-width: 10px !important;
}

.h-px-10 {
  height: 10px !important;
}

.w-px-10 {
  width: 10px !important;
}

.min-h-11 {
  min-height: 11px !important;
}

.max-h-11 {
  max-height: 11px !important;
}

.min-w-11 {
  min-width: 11px !important;
}

.max-w-11 {
  max-width: 11px !important;
}

.h-px-11 {
  height: 11px !important;
}

.w-px-11 {
  width: 11px !important;
}

.min-h-12 {
  min-height: 12px !important;
}

.max-h-12 {
  max-height: 12px !important;
}

.min-w-12 {
  min-width: 12px !important;
}

.max-w-12 {
  max-width: 12px !important;
}

.h-px-12 {
  height: 12px !important;
}

.w-px-12 {
  width: 12px !important;
}

.min-h-13 {
  min-height: 13px !important;
}

.max-h-13 {
  max-height: 13px !important;
}

.min-w-13 {
  min-width: 13px !important;
}

.max-w-13 {
  max-width: 13px !important;
}

.h-px-13 {
  height: 13px !important;
}

.w-px-13 {
  width: 13px !important;
}

.min-h-14 {
  min-height: 14px !important;
}

.max-h-14 {
  max-height: 14px !important;
}

.min-w-14 {
  min-width: 14px !important;
}

.max-w-14 {
  max-width: 14px !important;
}

.h-px-14 {
  height: 14px !important;
}

.w-px-14 {
  width: 14px !important;
}

.min-h-15 {
  min-height: 15px !important;
}

.max-h-15 {
  max-height: 15px !important;
}

.min-w-15 {
  min-width: 15px !important;
}

.max-w-15 {
  max-width: 15px !important;
}

.h-px-15 {
  height: 15px !important;
}

.w-px-15 {
  width: 15px !important;
}

.min-h-16 {
  min-height: 16px !important;
}

.max-h-16 {
  max-height: 16px !important;
}

.min-w-16 {
  min-width: 16px !important;
}

.max-w-16 {
  max-width: 16px !important;
}

.h-px-16 {
  height: 16px !important;
}

.w-px-16 {
  width: 16px !important;
}

.min-h-17 {
  min-height: 17px !important;
}

.max-h-17 {
  max-height: 17px !important;
}

.min-w-17 {
  min-width: 17px !important;
}

.max-w-17 {
  max-width: 17px !important;
}

.h-px-17 {
  height: 17px !important;
}

.w-px-17 {
  width: 17px !important;
}

.min-h-18 {
  min-height: 18px !important;
}

.max-h-18 {
  max-height: 18px !important;
}

.min-w-18 {
  min-width: 18px !important;
}

.max-w-18 {
  max-width: 18px !important;
}

.h-px-18 {
  height: 18px !important;
}

.w-px-18 {
  width: 18px !important;
}

.min-h-19 {
  min-height: 19px !important;
}

.max-h-19 {
  max-height: 19px !important;
}

.min-w-19 {
  min-width: 19px !important;
}

.max-w-19 {
  max-width: 19px !important;
}

.h-px-19 {
  height: 19px !important;
}

.w-px-19 {
  width: 19px !important;
}

.min-h-20 {
  min-height: 20px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.min-w-20 {
  min-width: 20px !important;
}

.max-w-20 {
  max-width: 20px !important;
}

.h-px-20 {
  height: 20px !important;
}

.w-px-20 {
  width: 20px !important;
}

.min-h-21 {
  min-height: 21px !important;
}

.max-h-21 {
  max-height: 21px !important;
}

.min-w-21 {
  min-width: 21px !important;
}

.max-w-21 {
  max-width: 21px !important;
}

.h-px-21 {
  height: 21px !important;
}

.w-px-21 {
  width: 21px !important;
}

.min-h-22 {
  min-height: 22px !important;
}

.max-h-22 {
  max-height: 22px !important;
}

.min-w-22 {
  min-width: 22px !important;
}

.max-w-22 {
  max-width: 22px !important;
}

.h-px-22 {
  height: 22px !important;
}

.w-px-22 {
  width: 22px !important;
}

.min-h-23 {
  min-height: 23px !important;
}

.max-h-23 {
  max-height: 23px !important;
}

.min-w-23 {
  min-width: 23px !important;
}

.max-w-23 {
  max-width: 23px !important;
}

.h-px-23 {
  height: 23px !important;
}

.w-px-23 {
  width: 23px !important;
}

.min-h-24 {
  min-height: 24px !important;
}

.max-h-24 {
  max-height: 24px !important;
}

.min-w-24 {
  min-width: 24px !important;
}

.max-w-24 {
  max-width: 24px !important;
}

.h-px-24 {
  height: 24px !important;
}

.w-px-24 {
  width: 24px !important;
}

.min-h-25 {
  min-height: 25px !important;
}

.max-h-25 {
  max-height: 25px !important;
}

.min-w-25 {
  min-width: 25px !important;
}

.max-w-25 {
  max-width: 25px !important;
}

.h-px-25 {
  height: 25px !important;
}

.w-px-25 {
  width: 25px !important;
}

.min-h-26 {
  min-height: 26px !important;
}

.max-h-26 {
  max-height: 26px !important;
}

.min-w-26 {
  min-width: 26px !important;
}

.max-w-26 {
  max-width: 26px !important;
}

.h-px-26 {
  height: 26px !important;
}

.w-px-26 {
  width: 26px !important;
}

.min-h-27 {
  min-height: 27px !important;
}

.max-h-27 {
  max-height: 27px !important;
}

.min-w-27 {
  min-width: 27px !important;
}

.max-w-27 {
  max-width: 27px !important;
}

.h-px-27 {
  height: 27px !important;
}

.w-px-27 {
  width: 27px !important;
}

.min-h-28 {
  min-height: 28px !important;
}

.max-h-28 {
  max-height: 28px !important;
}

.min-w-28 {
  min-width: 28px !important;
}

.max-w-28 {
  max-width: 28px !important;
}

.h-px-28 {
  height: 28px !important;
}

.w-px-28 {
  width: 28px !important;
}

.min-h-29 {
  min-height: 29px !important;
}

.max-h-29 {
  max-height: 29px !important;
}

.min-w-29 {
  min-width: 29px !important;
}

.max-w-29 {
  max-width: 29px !important;
}

.h-px-29 {
  height: 29px !important;
}

.w-px-29 {
  width: 29px !important;
}

.min-h-30 {
  min-height: 30px !important;
}

.max-h-30 {
  max-height: 30px !important;
}

.min-w-30 {
  min-width: 30px !important;
}

.max-w-30 {
  max-width: 30px !important;
}

.h-px-30 {
  height: 30px !important;
}

.w-px-30 {
  width: 30px !important;
}

.min-h-31 {
  min-height: 31px !important;
}

.max-h-31 {
  max-height: 31px !important;
}

.min-w-31 {
  min-width: 31px !important;
}

.max-w-31 {
  max-width: 31px !important;
}

.h-px-31 {
  height: 31px !important;
}

.w-px-31 {
  width: 31px !important;
}

.min-h-32 {
  min-height: 32px !important;
}

.max-h-32 {
  max-height: 32px !important;
}

.min-w-32 {
  min-width: 32px !important;
}

.max-w-32 {
  max-width: 32px !important;
}

.h-px-32 {
  height: 32px !important;
}

.w-px-32 {
  width: 32px !important;
}

.min-h-33 {
  min-height: 33px !important;
}

.max-h-33 {
  max-height: 33px !important;
}

.min-w-33 {
  min-width: 33px !important;
}

.max-w-33 {
  max-width: 33px !important;
}

.h-px-33 {
  height: 33px !important;
}

.w-px-33 {
  width: 33px !important;
}

.min-h-34 {
  min-height: 34px !important;
}

.max-h-34 {
  max-height: 34px !important;
}

.min-w-34 {
  min-width: 34px !important;
}

.max-w-34 {
  max-width: 34px !important;
}

.h-px-34 {
  height: 34px !important;
}

.w-px-34 {
  width: 34px !important;
}

.min-h-35 {
  min-height: 35px !important;
}

.max-h-35 {
  max-height: 35px !important;
}

.min-w-35 {
  min-width: 35px !important;
}

.max-w-35 {
  max-width: 35px !important;
}

.h-px-35 {
  height: 35px !important;
}

.w-px-35 {
  width: 35px !important;
}

.min-h-36 {
  min-height: 36px !important;
}

.max-h-36 {
  max-height: 36px !important;
}

.min-w-36 {
  min-width: 36px !important;
}

.max-w-36 {
  max-width: 36px !important;
}

.h-px-36 {
  height: 36px !important;
}

.w-px-36 {
  width: 36px !important;
}

.min-h-37 {
  min-height: 37px !important;
}

.max-h-37 {
  max-height: 37px !important;
}

.min-w-37 {
  min-width: 37px !important;
}

.max-w-37 {
  max-width: 37px !important;
}

.h-px-37 {
  height: 37px !important;
}

.w-px-37 {
  width: 37px !important;
}

.min-h-38 {
  min-height: 38px !important;
}

.max-h-38 {
  max-height: 38px !important;
}

.min-w-38 {
  min-width: 38px !important;
}

.max-w-38 {
  max-width: 38px !important;
}

.h-px-38 {
  height: 38px !important;
}

.w-px-38 {
  width: 38px !important;
}

.min-h-39 {
  min-height: 39px !important;
}

.max-h-39 {
  max-height: 39px !important;
}

.min-w-39 {
  min-width: 39px !important;
}

.max-w-39 {
  max-width: 39px !important;
}

.h-px-39 {
  height: 39px !important;
}

.w-px-39 {
  width: 39px !important;
}

.min-h-40 {
  min-height: 40px !important;
}

.max-h-40 {
  max-height: 40px !important;
}

.min-w-40 {
  min-width: 40px !important;
}

.max-w-40 {
  max-width: 40px !important;
}

.h-px-40 {
  height: 40px !important;
}

.w-px-40 {
  width: 40px !important;
}

.min-h-41 {
  min-height: 41px !important;
}

.max-h-41 {
  max-height: 41px !important;
}

.min-w-41 {
  min-width: 41px !important;
}

.max-w-41 {
  max-width: 41px !important;
}

.h-px-41 {
  height: 41px !important;
}

.w-px-41 {
  width: 41px !important;
}

.min-h-42 {
  min-height: 42px !important;
}

.max-h-42 {
  max-height: 42px !important;
}

.min-w-42 {
  min-width: 42px !important;
}

.max-w-42 {
  max-width: 42px !important;
}

.h-px-42 {
  height: 42px !important;
}

.w-px-42 {
  width: 42px !important;
}

.min-h-43 {
  min-height: 43px !important;
}

.max-h-43 {
  max-height: 43px !important;
}

.min-w-43 {
  min-width: 43px !important;
}

.max-w-43 {
  max-width: 43px !important;
}

.h-px-43 {
  height: 43px !important;
}

.w-px-43 {
  width: 43px !important;
}

.min-h-44 {
  min-height: 44px !important;
}

.max-h-44 {
  max-height: 44px !important;
}

.min-w-44 {
  min-width: 44px !important;
}

.max-w-44 {
  max-width: 44px !important;
}

.h-px-44 {
  height: 44px !important;
}

.w-px-44 {
  width: 44px !important;
}

.min-h-45 {
  min-height: 45px !important;
}

.max-h-45 {
  max-height: 45px !important;
}

.min-w-45 {
  min-width: 45px !important;
}

.max-w-45 {
  max-width: 45px !important;
}

.h-px-45 {
  height: 45px !important;
}

.w-px-45 {
  width: 45px !important;
}

.min-h-46 {
  min-height: 46px !important;
}

.max-h-46 {
  max-height: 46px !important;
}

.min-w-46 {
  min-width: 46px !important;
}

.max-w-46 {
  max-width: 46px !important;
}

.h-px-46 {
  height: 46px !important;
}

.w-px-46 {
  width: 46px !important;
}

.min-h-47 {
  min-height: 47px !important;
}

.max-h-47 {
  max-height: 47px !important;
}

.min-w-47 {
  min-width: 47px !important;
}

.max-w-47 {
  max-width: 47px !important;
}

.h-px-47 {
  height: 47px !important;
}

.w-px-47 {
  width: 47px !important;
}

.min-h-48 {
  min-height: 48px !important;
}

.max-h-48 {
  max-height: 48px !important;
}

.min-w-48 {
  min-width: 48px !important;
}

.max-w-48 {
  max-width: 48px !important;
}

.h-px-48 {
  height: 48px !important;
}

.w-px-48 {
  width: 48px !important;
}

.min-h-49 {
  min-height: 49px !important;
}

.max-h-49 {
  max-height: 49px !important;
}

.min-w-49 {
  min-width: 49px !important;
}

.max-w-49 {
  max-width: 49px !important;
}

.h-px-49 {
  height: 49px !important;
}

.w-px-49 {
  width: 49px !important;
}

.min-h-50 {
  min-height: 50px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.max-w-50 {
  max-width: 50px !important;
}

.h-px-50 {
  height: 50px !important;
}

.w-px-50 {
  width: 50px !important;
}

.min-h-51 {
  min-height: 51px !important;
}

.max-h-51 {
  max-height: 51px !important;
}

.min-w-51 {
  min-width: 51px !important;
}

.max-w-51 {
  max-width: 51px !important;
}

.h-px-51 {
  height: 51px !important;
}

.w-px-51 {
  width: 51px !important;
}

.min-h-52 {
  min-height: 52px !important;
}

.max-h-52 {
  max-height: 52px !important;
}

.min-w-52 {
  min-width: 52px !important;
}

.max-w-52 {
  max-width: 52px !important;
}

.h-px-52 {
  height: 52px !important;
}

.w-px-52 {
  width: 52px !important;
}

.min-h-53 {
  min-height: 53px !important;
}

.max-h-53 {
  max-height: 53px !important;
}

.min-w-53 {
  min-width: 53px !important;
}

.max-w-53 {
  max-width: 53px !important;
}

.h-px-53 {
  height: 53px !important;
}

.w-px-53 {
  width: 53px !important;
}

.min-h-54 {
  min-height: 54px !important;
}

.max-h-54 {
  max-height: 54px !important;
}

.min-w-54 {
  min-width: 54px !important;
}

.max-w-54 {
  max-width: 54px !important;
}

.h-px-54 {
  height: 54px !important;
}

.w-px-54 {
  width: 54px !important;
}

.min-h-55 {
  min-height: 55px !important;
}

.max-h-55 {
  max-height: 55px !important;
}

.min-w-55 {
  min-width: 55px !important;
}

.max-w-55 {
  max-width: 55px !important;
}

.h-px-55 {
  height: 55px !important;
}

.w-px-55 {
  width: 55px !important;
}

.min-h-56 {
  min-height: 56px !important;
}

.max-h-56 {
  max-height: 56px !important;
}

.min-w-56 {
  min-width: 56px !important;
}

.max-w-56 {
  max-width: 56px !important;
}

.h-px-56 {
  height: 56px !important;
}

.w-px-56 {
  width: 56px !important;
}

.min-h-57 {
  min-height: 57px !important;
}

.max-h-57 {
  max-height: 57px !important;
}

.min-w-57 {
  min-width: 57px !important;
}

.max-w-57 {
  max-width: 57px !important;
}

.h-px-57 {
  height: 57px !important;
}

.w-px-57 {
  width: 57px !important;
}

.min-h-58 {
  min-height: 58px !important;
}

.max-h-58 {
  max-height: 58px !important;
}

.min-w-58 {
  min-width: 58px !important;
}

.max-w-58 {
  max-width: 58px !important;
}

.h-px-58 {
  height: 58px !important;
}

.w-px-58 {
  width: 58px !important;
}

.min-h-59 {
  min-height: 59px !important;
}

.max-h-59 {
  max-height: 59px !important;
}

.min-w-59 {
  min-width: 59px !important;
}

.max-w-59 {
  max-width: 59px !important;
}

.h-px-59 {
  height: 59px !important;
}

.w-px-59 {
  width: 59px !important;
}

.min-h-60 {
  min-height: 60px !important;
}

.max-h-60 {
  max-height: 60px !important;
}

.min-w-60 {
  min-width: 60px !important;
}

.max-w-60 {
  max-width: 60px !important;
}

.h-px-60 {
  height: 60px !important;
}

.w-px-60 {
  width: 60px !important;
}

.min-h-61 {
  min-height: 61px !important;
}

.max-h-61 {
  max-height: 61px !important;
}

.min-w-61 {
  min-width: 61px !important;
}

.max-w-61 {
  max-width: 61px !important;
}

.h-px-61 {
  height: 61px !important;
}

.w-px-61 {
  width: 61px !important;
}

.min-h-62 {
  min-height: 62px !important;
}

.max-h-62 {
  max-height: 62px !important;
}

.min-w-62 {
  min-width: 62px !important;
}

.max-w-62 {
  max-width: 62px !important;
}

.h-px-62 {
  height: 62px !important;
}

.w-px-62 {
  width: 62px !important;
}

.min-h-63 {
  min-height: 63px !important;
}

.max-h-63 {
  max-height: 63px !important;
}

.min-w-63 {
  min-width: 63px !important;
}

.max-w-63 {
  max-width: 63px !important;
}

.h-px-63 {
  height: 63px !important;
}

.w-px-63 {
  width: 63px !important;
}

.min-h-64 {
  min-height: 64px !important;
}

.max-h-64 {
  max-height: 64px !important;
}

.min-w-64 {
  min-width: 64px !important;
}

.max-w-64 {
  max-width: 64px !important;
}

.h-px-64 {
  height: 64px !important;
}

.w-px-64 {
  width: 64px !important;
}

.min-h-65 {
  min-height: 65px !important;
}

.max-h-65 {
  max-height: 65px !important;
}

.min-w-65 {
  min-width: 65px !important;
}

.max-w-65 {
  max-width: 65px !important;
}

.h-px-65 {
  height: 65px !important;
}

.w-px-65 {
  width: 65px !important;
}

.min-h-66 {
  min-height: 66px !important;
}

.max-h-66 {
  max-height: 66px !important;
}

.min-w-66 {
  min-width: 66px !important;
}

.max-w-66 {
  max-width: 66px !important;
}

.h-px-66 {
  height: 66px !important;
}

.w-px-66 {
  width: 66px !important;
}

.min-h-67 {
  min-height: 67px !important;
}

.max-h-67 {
  max-height: 67px !important;
}

.min-w-67 {
  min-width: 67px !important;
}

.max-w-67 {
  max-width: 67px !important;
}

.h-px-67 {
  height: 67px !important;
}

.w-px-67 {
  width: 67px !important;
}

.min-h-68 {
  min-height: 68px !important;
}

.max-h-68 {
  max-height: 68px !important;
}

.min-w-68 {
  min-width: 68px !important;
}

.max-w-68 {
  max-width: 68px !important;
}

.h-px-68 {
  height: 68px !important;
}

.w-px-68 {
  width: 68px !important;
}

.min-h-69 {
  min-height: 69px !important;
}

.max-h-69 {
  max-height: 69px !important;
}

.min-w-69 {
  min-width: 69px !important;
}

.max-w-69 {
  max-width: 69px !important;
}

.h-px-69 {
  height: 69px !important;
}

.w-px-69 {
  width: 69px !important;
}

.min-h-70 {
  min-height: 70px !important;
}

.max-h-70 {
  max-height: 70px !important;
}

.min-w-70 {
  min-width: 70px !important;
}

.max-w-70 {
  max-width: 70px !important;
}

.h-px-70 {
  height: 70px !important;
}

.w-px-70 {
  width: 70px !important;
}

.min-h-71 {
  min-height: 71px !important;
}

.max-h-71 {
  max-height: 71px !important;
}

.min-w-71 {
  min-width: 71px !important;
}

.max-w-71 {
  max-width: 71px !important;
}

.h-px-71 {
  height: 71px !important;
}

.w-px-71 {
  width: 71px !important;
}

.min-h-72 {
  min-height: 72px !important;
}

.max-h-72 {
  max-height: 72px !important;
}

.min-w-72 {
  min-width: 72px !important;
}

.max-w-72 {
  max-width: 72px !important;
}

.h-px-72 {
  height: 72px !important;
}

.w-px-72 {
  width: 72px !important;
}

.min-h-73 {
  min-height: 73px !important;
}

.max-h-73 {
  max-height: 73px !important;
}

.min-w-73 {
  min-width: 73px !important;
}

.max-w-73 {
  max-width: 73px !important;
}

.h-px-73 {
  height: 73px !important;
}

.w-px-73 {
  width: 73px !important;
}

.min-h-74 {
  min-height: 74px !important;
}

.max-h-74 {
  max-height: 74px !important;
}

.min-w-74 {
  min-width: 74px !important;
}

.max-w-74 {
  max-width: 74px !important;
}

.h-px-74 {
  height: 74px !important;
}

.w-px-74 {
  width: 74px !important;
}

.min-h-75 {
  min-height: 75px !important;
}

.max-h-75 {
  max-height: 75px !important;
}

.min-w-75 {
  min-width: 75px !important;
}

.max-w-75 {
  max-width: 75px !important;
}

.h-px-75 {
  height: 75px !important;
}

.w-px-75 {
  width: 75px !important;
}

.min-h-76 {
  min-height: 76px !important;
}

.max-h-76 {
  max-height: 76px !important;
}

.min-w-76 {
  min-width: 76px !important;
}

.max-w-76 {
  max-width: 76px !important;
}

.h-px-76 {
  height: 76px !important;
}

.w-px-76 {
  width: 76px !important;
}

.min-h-77 {
  min-height: 77px !important;
}

.max-h-77 {
  max-height: 77px !important;
}

.min-w-77 {
  min-width: 77px !important;
}

.max-w-77 {
  max-width: 77px !important;
}

.h-px-77 {
  height: 77px !important;
}

.w-px-77 {
  width: 77px !important;
}

.min-h-78 {
  min-height: 78px !important;
}

.max-h-78 {
  max-height: 78px !important;
}

.min-w-78 {
  min-width: 78px !important;
}

.max-w-78 {
  max-width: 78px !important;
}

.h-px-78 {
  height: 78px !important;
}

.w-px-78 {
  width: 78px !important;
}

.min-h-79 {
  min-height: 79px !important;
}

.max-h-79 {
  max-height: 79px !important;
}

.min-w-79 {
  min-width: 79px !important;
}

.max-w-79 {
  max-width: 79px !important;
}

.h-px-79 {
  height: 79px !important;
}

.w-px-79 {
  width: 79px !important;
}

.min-h-80 {
  min-height: 80px !important;
}

.max-h-80 {
  max-height: 80px !important;
}

.min-w-80 {
  min-width: 80px !important;
}

.max-w-80 {
  max-width: 80px !important;
}

.h-px-80 {
  height: 80px !important;
}

.w-px-80 {
  width: 80px !important;
}

.min-h-81 {
  min-height: 81px !important;
}

.max-h-81 {
  max-height: 81px !important;
}

.min-w-81 {
  min-width: 81px !important;
}

.max-w-81 {
  max-width: 81px !important;
}

.h-px-81 {
  height: 81px !important;
}

.w-px-81 {
  width: 81px !important;
}

.min-h-82 {
  min-height: 82px !important;
}

.max-h-82 {
  max-height: 82px !important;
}

.min-w-82 {
  min-width: 82px !important;
}

.max-w-82 {
  max-width: 82px !important;
}

.h-px-82 {
  height: 82px !important;
}

.w-px-82 {
  width: 82px !important;
}

.min-h-83 {
  min-height: 83px !important;
}

.max-h-83 {
  max-height: 83px !important;
}

.min-w-83 {
  min-width: 83px !important;
}

.max-w-83 {
  max-width: 83px !important;
}

.h-px-83 {
  height: 83px !important;
}

.w-px-83 {
  width: 83px !important;
}

.min-h-84 {
  min-height: 84px !important;
}

.max-h-84 {
  max-height: 84px !important;
}

.min-w-84 {
  min-width: 84px !important;
}

.max-w-84 {
  max-width: 84px !important;
}

.h-px-84 {
  height: 84px !important;
}

.w-px-84 {
  width: 84px !important;
}

.min-h-85 {
  min-height: 85px !important;
}

.max-h-85 {
  max-height: 85px !important;
}

.min-w-85 {
  min-width: 85px !important;
}

.max-w-85 {
  max-width: 85px !important;
}

.h-px-85 {
  height: 85px !important;
}

.w-px-85 {
  width: 85px !important;
}

.min-h-86 {
  min-height: 86px !important;
}

.max-h-86 {
  max-height: 86px !important;
}

.min-w-86 {
  min-width: 86px !important;
}

.max-w-86 {
  max-width: 86px !important;
}

.h-px-86 {
  height: 86px !important;
}

.w-px-86 {
  width: 86px !important;
}

.min-h-87 {
  min-height: 87px !important;
}

.max-h-87 {
  max-height: 87px !important;
}

.min-w-87 {
  min-width: 87px !important;
}

.max-w-87 {
  max-width: 87px !important;
}

.h-px-87 {
  height: 87px !important;
}

.w-px-87 {
  width: 87px !important;
}

.min-h-88 {
  min-height: 88px !important;
}

.max-h-88 {
  max-height: 88px !important;
}

.min-w-88 {
  min-width: 88px !important;
}

.max-w-88 {
  max-width: 88px !important;
}

.h-px-88 {
  height: 88px !important;
}

.w-px-88 {
  width: 88px !important;
}

.min-h-89 {
  min-height: 89px !important;
}

.max-h-89 {
  max-height: 89px !important;
}

.min-w-89 {
  min-width: 89px !important;
}

.max-w-89 {
  max-width: 89px !important;
}

.h-px-89 {
  height: 89px !important;
}

.w-px-89 {
  width: 89px !important;
}

.min-h-90 {
  min-height: 90px !important;
}

.max-h-90 {
  max-height: 90px !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.max-w-90 {
  max-width: 90px !important;
}

.h-px-90 {
  height: 90px !important;
}

.w-px-90 {
  width: 90px !important;
}

.min-h-91 {
  min-height: 91px !important;
}

.max-h-91 {
  max-height: 91px !important;
}

.min-w-91 {
  min-width: 91px !important;
}

.max-w-91 {
  max-width: 91px !important;
}

.h-px-91 {
  height: 91px !important;
}

.w-px-91 {
  width: 91px !important;
}

.min-h-92 {
  min-height: 92px !important;
}

.max-h-92 {
  max-height: 92px !important;
}

.min-w-92 {
  min-width: 92px !important;
}

.max-w-92 {
  max-width: 92px !important;
}

.h-px-92 {
  height: 92px !important;
}

.w-px-92 {
  width: 92px !important;
}

.min-h-93 {
  min-height: 93px !important;
}

.max-h-93 {
  max-height: 93px !important;
}

.min-w-93 {
  min-width: 93px !important;
}

.max-w-93 {
  max-width: 93px !important;
}

.h-px-93 {
  height: 93px !important;
}

.w-px-93 {
  width: 93px !important;
}

.min-h-94 {
  min-height: 94px !important;
}

.max-h-94 {
  max-height: 94px !important;
}

.min-w-94 {
  min-width: 94px !important;
}

.max-w-94 {
  max-width: 94px !important;
}

.h-px-94 {
  height: 94px !important;
}

.w-px-94 {
  width: 94px !important;
}

.min-h-95 {
  min-height: 95px !important;
}

.max-h-95 {
  max-height: 95px !important;
}

.min-w-95 {
  min-width: 95px !important;
}

.max-w-95 {
  max-width: 95px !important;
}

.h-px-95 {
  height: 95px !important;
}

.w-px-95 {
  width: 95px !important;
}

.min-h-96 {
  min-height: 96px !important;
}

.max-h-96 {
  max-height: 96px !important;
}

.min-w-96 {
  min-width: 96px !important;
}

.max-w-96 {
  max-width: 96px !important;
}

.h-px-96 {
  height: 96px !important;
}

.w-px-96 {
  width: 96px !important;
}

.min-h-97 {
  min-height: 97px !important;
}

.max-h-97 {
  max-height: 97px !important;
}

.min-w-97 {
  min-width: 97px !important;
}

.max-w-97 {
  max-width: 97px !important;
}

.h-px-97 {
  height: 97px !important;
}

.w-px-97 {
  width: 97px !important;
}

.min-h-98 {
  min-height: 98px !important;
}

.max-h-98 {
  max-height: 98px !important;
}

.min-w-98 {
  min-width: 98px !important;
}

.max-w-98 {
  max-width: 98px !important;
}

.h-px-98 {
  height: 98px !important;
}

.w-px-98 {
  width: 98px !important;
}

.min-h-99 {
  min-height: 99px !important;
}

.max-h-99 {
  max-height: 99px !important;
}

.min-w-99 {
  min-width: 99px !important;
}

.max-w-99 {
  max-width: 99px !important;
}

.h-px-99 {
  height: 99px !important;
}

.w-px-99 {
  width: 99px !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.max-w-100 {
  max-width: 100px !important;
}

.h-px-100 {
  height: 100px !important;
}

.w-px-100 {
  width: 100px !important;
}

.min-h-101 {
  min-height: 101px !important;
}

.max-h-101 {
  max-height: 101px !important;
}

.min-w-101 {
  min-width: 101px !important;
}

.max-w-101 {
  max-width: 101px !important;
}

.h-px-101 {
  height: 101px !important;
}

.w-px-101 {
  width: 101px !important;
}

.min-h-102 {
  min-height: 102px !important;
}

.max-h-102 {
  max-height: 102px !important;
}

.min-w-102 {
  min-width: 102px !important;
}

.max-w-102 {
  max-width: 102px !important;
}

.h-px-102 {
  height: 102px !important;
}

.w-px-102 {
  width: 102px !important;
}

.min-h-103 {
  min-height: 103px !important;
}

.max-h-103 {
  max-height: 103px !important;
}

.min-w-103 {
  min-width: 103px !important;
}

.max-w-103 {
  max-width: 103px !important;
}

.h-px-103 {
  height: 103px !important;
}

.w-px-103 {
  width: 103px !important;
}

.min-h-104 {
  min-height: 104px !important;
}

.max-h-104 {
  max-height: 104px !important;
}

.min-w-104 {
  min-width: 104px !important;
}

.max-w-104 {
  max-width: 104px !important;
}

.h-px-104 {
  height: 104px !important;
}

.w-px-104 {
  width: 104px !important;
}

.min-h-105 {
  min-height: 105px !important;
}

.max-h-105 {
  max-height: 105px !important;
}

.min-w-105 {
  min-width: 105px !important;
}

.max-w-105 {
  max-width: 105px !important;
}

.h-px-105 {
  height: 105px !important;
}

.w-px-105 {
  width: 105px !important;
}

.min-h-106 {
  min-height: 106px !important;
}

.max-h-106 {
  max-height: 106px !important;
}

.min-w-106 {
  min-width: 106px !important;
}

.max-w-106 {
  max-width: 106px !important;
}

.h-px-106 {
  height: 106px !important;
}

.w-px-106 {
  width: 106px !important;
}

.min-h-107 {
  min-height: 107px !important;
}

.max-h-107 {
  max-height: 107px !important;
}

.min-w-107 {
  min-width: 107px !important;
}

.max-w-107 {
  max-width: 107px !important;
}

.h-px-107 {
  height: 107px !important;
}

.w-px-107 {
  width: 107px !important;
}

.min-h-108 {
  min-height: 108px !important;
}

.max-h-108 {
  max-height: 108px !important;
}

.min-w-108 {
  min-width: 108px !important;
}

.max-w-108 {
  max-width: 108px !important;
}

.h-px-108 {
  height: 108px !important;
}

.w-px-108 {
  width: 108px !important;
}

.min-h-109 {
  min-height: 109px !important;
}

.max-h-109 {
  max-height: 109px !important;
}

.min-w-109 {
  min-width: 109px !important;
}

.max-w-109 {
  max-width: 109px !important;
}

.h-px-109 {
  height: 109px !important;
}

.w-px-109 {
  width: 109px !important;
}

.min-h-110 {
  min-height: 110px !important;
}

.max-h-110 {
  max-height: 110px !important;
}

.min-w-110 {
  min-width: 110px !important;
}

.max-w-110 {
  max-width: 110px !important;
}

.h-px-110 {
  height: 110px !important;
}

.w-px-110 {
  width: 110px !important;
}

.min-h-111 {
  min-height: 111px !important;
}

.max-h-111 {
  max-height: 111px !important;
}

.min-w-111 {
  min-width: 111px !important;
}

.max-w-111 {
  max-width: 111px !important;
}

.h-px-111 {
  height: 111px !important;
}

.w-px-111 {
  width: 111px !important;
}

.min-h-112 {
  min-height: 112px !important;
}

.max-h-112 {
  max-height: 112px !important;
}

.min-w-112 {
  min-width: 112px !important;
}

.max-w-112 {
  max-width: 112px !important;
}

.h-px-112 {
  height: 112px !important;
}

.w-px-112 {
  width: 112px !important;
}

.min-h-113 {
  min-height: 113px !important;
}

.max-h-113 {
  max-height: 113px !important;
}

.min-w-113 {
  min-width: 113px !important;
}

.max-w-113 {
  max-width: 113px !important;
}

.h-px-113 {
  height: 113px !important;
}

.w-px-113 {
  width: 113px !important;
}

.min-h-114 {
  min-height: 114px !important;
}

.max-h-114 {
  max-height: 114px !important;
}

.min-w-114 {
  min-width: 114px !important;
}

.max-w-114 {
  max-width: 114px !important;
}

.h-px-114 {
  height: 114px !important;
}

.w-px-114 {
  width: 114px !important;
}

.min-h-115 {
  min-height: 115px !important;
}

.max-h-115 {
  max-height: 115px !important;
}

.min-w-115 {
  min-width: 115px !important;
}

.max-w-115 {
  max-width: 115px !important;
}

.h-px-115 {
  height: 115px !important;
}

.w-px-115 {
  width: 115px !important;
}

.min-h-116 {
  min-height: 116px !important;
}

.max-h-116 {
  max-height: 116px !important;
}

.min-w-116 {
  min-width: 116px !important;
}

.max-w-116 {
  max-width: 116px !important;
}

.h-px-116 {
  height: 116px !important;
}

.w-px-116 {
  width: 116px !important;
}

.min-h-117 {
  min-height: 117px !important;
}

.max-h-117 {
  max-height: 117px !important;
}

.min-w-117 {
  min-width: 117px !important;
}

.max-w-117 {
  max-width: 117px !important;
}

.h-px-117 {
  height: 117px !important;
}

.w-px-117 {
  width: 117px !important;
}

.min-h-118 {
  min-height: 118px !important;
}

.max-h-118 {
  max-height: 118px !important;
}

.min-w-118 {
  min-width: 118px !important;
}

.max-w-118 {
  max-width: 118px !important;
}

.h-px-118 {
  height: 118px !important;
}

.w-px-118 {
  width: 118px !important;
}

.min-h-119 {
  min-height: 119px !important;
}

.max-h-119 {
  max-height: 119px !important;
}

.min-w-119 {
  min-width: 119px !important;
}

.max-w-119 {
  max-width: 119px !important;
}

.h-px-119 {
  height: 119px !important;
}

.w-px-119 {
  width: 119px !important;
}

.min-h-120 {
  min-height: 120px !important;
}

.max-h-120 {
  max-height: 120px !important;
}

.min-w-120 {
  min-width: 120px !important;
}

.max-w-120 {
  max-width: 120px !important;
}

.h-px-120 {
  height: 120px !important;
}

.w-px-120 {
  width: 120px !important;
}

.min-h-121 {
  min-height: 121px !important;
}

.max-h-121 {
  max-height: 121px !important;
}

.min-w-121 {
  min-width: 121px !important;
}

.max-w-121 {
  max-width: 121px !important;
}

.h-px-121 {
  height: 121px !important;
}

.w-px-121 {
  width: 121px !important;
}

.min-h-122 {
  min-height: 122px !important;
}

.max-h-122 {
  max-height: 122px !important;
}

.min-w-122 {
  min-width: 122px !important;
}

.max-w-122 {
  max-width: 122px !important;
}

.h-px-122 {
  height: 122px !important;
}

.w-px-122 {
  width: 122px !important;
}

.min-h-123 {
  min-height: 123px !important;
}

.max-h-123 {
  max-height: 123px !important;
}

.min-w-123 {
  min-width: 123px !important;
}

.max-w-123 {
  max-width: 123px !important;
}

.h-px-123 {
  height: 123px !important;
}

.w-px-123 {
  width: 123px !important;
}

.min-h-124 {
  min-height: 124px !important;
}

.max-h-124 {
  max-height: 124px !important;
}

.min-w-124 {
  min-width: 124px !important;
}

.max-w-124 {
  max-width: 124px !important;
}

.h-px-124 {
  height: 124px !important;
}

.w-px-124 {
  width: 124px !important;
}

.min-h-125 {
  min-height: 125px !important;
}

.max-h-125 {
  max-height: 125px !important;
}

.min-w-125 {
  min-width: 125px !important;
}

.max-w-125 {
  max-width: 125px !important;
}

.h-px-125 {
  height: 125px !important;
}

.w-px-125 {
  width: 125px !important;
}

.min-h-126 {
  min-height: 126px !important;
}

.max-h-126 {
  max-height: 126px !important;
}

.min-w-126 {
  min-width: 126px !important;
}

.max-w-126 {
  max-width: 126px !important;
}

.h-px-126 {
  height: 126px !important;
}

.w-px-126 {
  width: 126px !important;
}

.min-h-127 {
  min-height: 127px !important;
}

.max-h-127 {
  max-height: 127px !important;
}

.min-w-127 {
  min-width: 127px !important;
}

.max-w-127 {
  max-width: 127px !important;
}

.h-px-127 {
  height: 127px !important;
}

.w-px-127 {
  width: 127px !important;
}

.min-h-128 {
  min-height: 128px !important;
}

.max-h-128 {
  max-height: 128px !important;
}

.min-w-128 {
  min-width: 128px !important;
}

.max-w-128 {
  max-width: 128px !important;
}

.h-px-128 {
  height: 128px !important;
}

.w-px-128 {
  width: 128px !important;
}

.min-h-129 {
  min-height: 129px !important;
}

.max-h-129 {
  max-height: 129px !important;
}

.min-w-129 {
  min-width: 129px !important;
}

.max-w-129 {
  max-width: 129px !important;
}

.h-px-129 {
  height: 129px !important;
}

.w-px-129 {
  width: 129px !important;
}

.min-h-130 {
  min-height: 130px !important;
}

.max-h-130 {
  max-height: 130px !important;
}

.min-w-130 {
  min-width: 130px !important;
}

.max-w-130 {
  max-width: 130px !important;
}

.h-px-130 {
  height: 130px !important;
}

.w-px-130 {
  width: 130px !important;
}

.min-h-131 {
  min-height: 131px !important;
}

.max-h-131 {
  max-height: 131px !important;
}

.min-w-131 {
  min-width: 131px !important;
}

.max-w-131 {
  max-width: 131px !important;
}

.h-px-131 {
  height: 131px !important;
}

.w-px-131 {
  width: 131px !important;
}

.min-h-132 {
  min-height: 132px !important;
}

.max-h-132 {
  max-height: 132px !important;
}

.min-w-132 {
  min-width: 132px !important;
}

.max-w-132 {
  max-width: 132px !important;
}

.h-px-132 {
  height: 132px !important;
}

.w-px-132 {
  width: 132px !important;
}

.min-h-133 {
  min-height: 133px !important;
}

.max-h-133 {
  max-height: 133px !important;
}

.min-w-133 {
  min-width: 133px !important;
}

.max-w-133 {
  max-width: 133px !important;
}

.h-px-133 {
  height: 133px !important;
}

.w-px-133 {
  width: 133px !important;
}

.min-h-134 {
  min-height: 134px !important;
}

.max-h-134 {
  max-height: 134px !important;
}

.min-w-134 {
  min-width: 134px !important;
}

.max-w-134 {
  max-width: 134px !important;
}

.h-px-134 {
  height: 134px !important;
}

.w-px-134 {
  width: 134px !important;
}

.min-h-135 {
  min-height: 135px !important;
}

.max-h-135 {
  max-height: 135px !important;
}

.min-w-135 {
  min-width: 135px !important;
}

.max-w-135 {
  max-width: 135px !important;
}

.h-px-135 {
  height: 135px !important;
}

.w-px-135 {
  width: 135px !important;
}

.min-h-136 {
  min-height: 136px !important;
}

.max-h-136 {
  max-height: 136px !important;
}

.min-w-136 {
  min-width: 136px !important;
}

.max-w-136 {
  max-width: 136px !important;
}

.h-px-136 {
  height: 136px !important;
}

.w-px-136 {
  width: 136px !important;
}

.min-h-137 {
  min-height: 137px !important;
}

.max-h-137 {
  max-height: 137px !important;
}

.min-w-137 {
  min-width: 137px !important;
}

.max-w-137 {
  max-width: 137px !important;
}

.h-px-137 {
  height: 137px !important;
}

.w-px-137 {
  width: 137px !important;
}

.min-h-138 {
  min-height: 138px !important;
}

.max-h-138 {
  max-height: 138px !important;
}

.min-w-138 {
  min-width: 138px !important;
}

.max-w-138 {
  max-width: 138px !important;
}

.h-px-138 {
  height: 138px !important;
}

.w-px-138 {
  width: 138px !important;
}

.min-h-139 {
  min-height: 139px !important;
}

.max-h-139 {
  max-height: 139px !important;
}

.min-w-139 {
  min-width: 139px !important;
}

.max-w-139 {
  max-width: 139px !important;
}

.h-px-139 {
  height: 139px !important;
}

.w-px-139 {
  width: 139px !important;
}

.min-h-140 {
  min-height: 140px !important;
}

.max-h-140 {
  max-height: 140px !important;
}

.min-w-140 {
  min-width: 140px !important;
}

.max-w-140 {
  max-width: 140px !important;
}

.h-px-140 {
  height: 140px !important;
}

.w-px-140 {
  width: 140px !important;
}

.min-h-141 {
  min-height: 141px !important;
}

.max-h-141 {
  max-height: 141px !important;
}

.min-w-141 {
  min-width: 141px !important;
}

.max-w-141 {
  max-width: 141px !important;
}

.h-px-141 {
  height: 141px !important;
}

.w-px-141 {
  width: 141px !important;
}

.min-h-142 {
  min-height: 142px !important;
}

.max-h-142 {
  max-height: 142px !important;
}

.min-w-142 {
  min-width: 142px !important;
}

.max-w-142 {
  max-width: 142px !important;
}

.h-px-142 {
  height: 142px !important;
}

.w-px-142 {
  width: 142px !important;
}

.min-h-143 {
  min-height: 143px !important;
}

.max-h-143 {
  max-height: 143px !important;
}

.min-w-143 {
  min-width: 143px !important;
}

.max-w-143 {
  max-width: 143px !important;
}

.h-px-143 {
  height: 143px !important;
}

.w-px-143 {
  width: 143px !important;
}

.min-h-144 {
  min-height: 144px !important;
}

.max-h-144 {
  max-height: 144px !important;
}

.min-w-144 {
  min-width: 144px !important;
}

.max-w-144 {
  max-width: 144px !important;
}

.h-px-144 {
  height: 144px !important;
}

.w-px-144 {
  width: 144px !important;
}

.min-h-145 {
  min-height: 145px !important;
}

.max-h-145 {
  max-height: 145px !important;
}

.min-w-145 {
  min-width: 145px !important;
}

.max-w-145 {
  max-width: 145px !important;
}

.h-px-145 {
  height: 145px !important;
}

.w-px-145 {
  width: 145px !important;
}

.min-h-146 {
  min-height: 146px !important;
}

.max-h-146 {
  max-height: 146px !important;
}

.min-w-146 {
  min-width: 146px !important;
}

.max-w-146 {
  max-width: 146px !important;
}

.h-px-146 {
  height: 146px !important;
}

.w-px-146 {
  width: 146px !important;
}

.min-h-147 {
  min-height: 147px !important;
}

.max-h-147 {
  max-height: 147px !important;
}

.min-w-147 {
  min-width: 147px !important;
}

.max-w-147 {
  max-width: 147px !important;
}

.h-px-147 {
  height: 147px !important;
}

.w-px-147 {
  width: 147px !important;
}

.min-h-148 {
  min-height: 148px !important;
}

.max-h-148 {
  max-height: 148px !important;
}

.min-w-148 {
  min-width: 148px !important;
}

.max-w-148 {
  max-width: 148px !important;
}

.h-px-148 {
  height: 148px !important;
}

.w-px-148 {
  width: 148px !important;
}

.min-h-149 {
  min-height: 149px !important;
}

.max-h-149 {
  max-height: 149px !important;
}

.min-w-149 {
  min-width: 149px !important;
}

.max-w-149 {
  max-width: 149px !important;
}

.h-px-149 {
  height: 149px !important;
}

.w-px-149 {
  width: 149px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.h-px-150 {
  height: 150px !important;
}

.w-px-150 {
  width: 150px !important;
}

.min-h-151 {
  min-height: 151px !important;
}

.max-h-151 {
  max-height: 151px !important;
}

.min-w-151 {
  min-width: 151px !important;
}

.max-w-151 {
  max-width: 151px !important;
}

.h-px-151 {
  height: 151px !important;
}

.w-px-151 {
  width: 151px !important;
}

.min-h-152 {
  min-height: 152px !important;
}

.max-h-152 {
  max-height: 152px !important;
}

.min-w-152 {
  min-width: 152px !important;
}

.max-w-152 {
  max-width: 152px !important;
}

.h-px-152 {
  height: 152px !important;
}

.w-px-152 {
  width: 152px !important;
}

.min-h-153 {
  min-height: 153px !important;
}

.max-h-153 {
  max-height: 153px !important;
}

.min-w-153 {
  min-width: 153px !important;
}

.max-w-153 {
  max-width: 153px !important;
}

.h-px-153 {
  height: 153px !important;
}

.w-px-153 {
  width: 153px !important;
}

.min-h-154 {
  min-height: 154px !important;
}

.max-h-154 {
  max-height: 154px !important;
}

.min-w-154 {
  min-width: 154px !important;
}

.max-w-154 {
  max-width: 154px !important;
}

.h-px-154 {
  height: 154px !important;
}

.w-px-154 {
  width: 154px !important;
}

.min-h-155 {
  min-height: 155px !important;
}

.max-h-155 {
  max-height: 155px !important;
}

.min-w-155 {
  min-width: 155px !important;
}

.max-w-155 {
  max-width: 155px !important;
}

.h-px-155 {
  height: 155px !important;
}

.w-px-155 {
  width: 155px !important;
}

.min-h-156 {
  min-height: 156px !important;
}

.max-h-156 {
  max-height: 156px !important;
}

.min-w-156 {
  min-width: 156px !important;
}

.max-w-156 {
  max-width: 156px !important;
}

.h-px-156 {
  height: 156px !important;
}

.w-px-156 {
  width: 156px !important;
}

.min-h-157 {
  min-height: 157px !important;
}

.max-h-157 {
  max-height: 157px !important;
}

.min-w-157 {
  min-width: 157px !important;
}

.max-w-157 {
  max-width: 157px !important;
}

.h-px-157 {
  height: 157px !important;
}

.w-px-157 {
  width: 157px !important;
}

.min-h-158 {
  min-height: 158px !important;
}

.max-h-158 {
  max-height: 158px !important;
}

.min-w-158 {
  min-width: 158px !important;
}

.max-w-158 {
  max-width: 158px !important;
}

.h-px-158 {
  height: 158px !important;
}

.w-px-158 {
  width: 158px !important;
}

.min-h-159 {
  min-height: 159px !important;
}

.max-h-159 {
  max-height: 159px !important;
}

.min-w-159 {
  min-width: 159px !important;
}

.max-w-159 {
  max-width: 159px !important;
}

.h-px-159 {
  height: 159px !important;
}

.w-px-159 {
  width: 159px !important;
}

.min-h-160 {
  min-height: 160px !important;
}

.max-h-160 {
  max-height: 160px !important;
}

.min-w-160 {
  min-width: 160px !important;
}

.max-w-160 {
  max-width: 160px !important;
}

.h-px-160 {
  height: 160px !important;
}

.w-px-160 {
  width: 160px !important;
}

.min-h-161 {
  min-height: 161px !important;
}

.max-h-161 {
  max-height: 161px !important;
}

.min-w-161 {
  min-width: 161px !important;
}

.max-w-161 {
  max-width: 161px !important;
}

.h-px-161 {
  height: 161px !important;
}

.w-px-161 {
  width: 161px !important;
}

.min-h-162 {
  min-height: 162px !important;
}

.max-h-162 {
  max-height: 162px !important;
}

.min-w-162 {
  min-width: 162px !important;
}

.max-w-162 {
  max-width: 162px !important;
}

.h-px-162 {
  height: 162px !important;
}

.w-px-162 {
  width: 162px !important;
}

.min-h-163 {
  min-height: 163px !important;
}

.max-h-163 {
  max-height: 163px !important;
}

.min-w-163 {
  min-width: 163px !important;
}

.max-w-163 {
  max-width: 163px !important;
}

.h-px-163 {
  height: 163px !important;
}

.w-px-163 {
  width: 163px !important;
}

.min-h-164 {
  min-height: 164px !important;
}

.max-h-164 {
  max-height: 164px !important;
}

.min-w-164 {
  min-width: 164px !important;
}

.max-w-164 {
  max-width: 164px !important;
}

.h-px-164 {
  height: 164px !important;
}

.w-px-164 {
  width: 164px !important;
}

.min-h-165 {
  min-height: 165px !important;
}

.max-h-165 {
  max-height: 165px !important;
}

.min-w-165 {
  min-width: 165px !important;
}

.max-w-165 {
  max-width: 165px !important;
}

.h-px-165 {
  height: 165px !important;
}

.w-px-165 {
  width: 165px !important;
}

.min-h-166 {
  min-height: 166px !important;
}

.max-h-166 {
  max-height: 166px !important;
}

.min-w-166 {
  min-width: 166px !important;
}

.max-w-166 {
  max-width: 166px !important;
}

.h-px-166 {
  height: 166px !important;
}

.w-px-166 {
  width: 166px !important;
}

.min-h-167 {
  min-height: 167px !important;
}

.max-h-167 {
  max-height: 167px !important;
}

.min-w-167 {
  min-width: 167px !important;
}

.max-w-167 {
  max-width: 167px !important;
}

.h-px-167 {
  height: 167px !important;
}

.w-px-167 {
  width: 167px !important;
}

.min-h-168 {
  min-height: 168px !important;
}

.max-h-168 {
  max-height: 168px !important;
}

.min-w-168 {
  min-width: 168px !important;
}

.max-w-168 {
  max-width: 168px !important;
}

.h-px-168 {
  height: 168px !important;
}

.w-px-168 {
  width: 168px !important;
}

.min-h-169 {
  min-height: 169px !important;
}

.max-h-169 {
  max-height: 169px !important;
}

.min-w-169 {
  min-width: 169px !important;
}

.max-w-169 {
  max-width: 169px !important;
}

.h-px-169 {
  height: 169px !important;
}

.w-px-169 {
  width: 169px !important;
}

.min-h-170 {
  min-height: 170px !important;
}

.max-h-170 {
  max-height: 170px !important;
}

.min-w-170 {
  min-width: 170px !important;
}

.max-w-170 {
  max-width: 170px !important;
}

.h-px-170 {
  height: 170px !important;
}

.w-px-170 {
  width: 170px !important;
}

.min-h-171 {
  min-height: 171px !important;
}

.max-h-171 {
  max-height: 171px !important;
}

.min-w-171 {
  min-width: 171px !important;
}

.max-w-171 {
  max-width: 171px !important;
}

.h-px-171 {
  height: 171px !important;
}

.w-px-171 {
  width: 171px !important;
}

.min-h-172 {
  min-height: 172px !important;
}

.max-h-172 {
  max-height: 172px !important;
}

.min-w-172 {
  min-width: 172px !important;
}

.max-w-172 {
  max-width: 172px !important;
}

.h-px-172 {
  height: 172px !important;
}

.w-px-172 {
  width: 172px !important;
}

.min-h-173 {
  min-height: 173px !important;
}

.max-h-173 {
  max-height: 173px !important;
}

.min-w-173 {
  min-width: 173px !important;
}

.max-w-173 {
  max-width: 173px !important;
}

.h-px-173 {
  height: 173px !important;
}

.w-px-173 {
  width: 173px !important;
}

.min-h-174 {
  min-height: 174px !important;
}

.max-h-174 {
  max-height: 174px !important;
}

.min-w-174 {
  min-width: 174px !important;
}

.max-w-174 {
  max-width: 174px !important;
}

.h-px-174 {
  height: 174px !important;
}

.w-px-174 {
  width: 174px !important;
}

.min-h-175 {
  min-height: 175px !important;
}

.max-h-175 {
  max-height: 175px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.max-w-175 {
  max-width: 175px !important;
}

.h-px-175 {
  height: 175px !important;
}

.w-px-175 {
  width: 175px !important;
}

.min-h-176 {
  min-height: 176px !important;
}

.max-h-176 {
  max-height: 176px !important;
}

.min-w-176 {
  min-width: 176px !important;
}

.max-w-176 {
  max-width: 176px !important;
}

.h-px-176 {
  height: 176px !important;
}

.w-px-176 {
  width: 176px !important;
}

.min-h-177 {
  min-height: 177px !important;
}

.max-h-177 {
  max-height: 177px !important;
}

.min-w-177 {
  min-width: 177px !important;
}

.max-w-177 {
  max-width: 177px !important;
}

.h-px-177 {
  height: 177px !important;
}

.w-px-177 {
  width: 177px !important;
}

.min-h-178 {
  min-height: 178px !important;
}

.max-h-178 {
  max-height: 178px !important;
}

.min-w-178 {
  min-width: 178px !important;
}

.max-w-178 {
  max-width: 178px !important;
}

.h-px-178 {
  height: 178px !important;
}

.w-px-178 {
  width: 178px !important;
}

.min-h-179 {
  min-height: 179px !important;
}

.max-h-179 {
  max-height: 179px !important;
}

.min-w-179 {
  min-width: 179px !important;
}

.max-w-179 {
  max-width: 179px !important;
}

.h-px-179 {
  height: 179px !important;
}

.w-px-179 {
  width: 179px !important;
}

.min-h-180 {
  min-height: 180px !important;
}

.max-h-180 {
  max-height: 180px !important;
}

.min-w-180 {
  min-width: 180px !important;
}

.max-w-180 {
  max-width: 180px !important;
}

.h-px-180 {
  height: 180px !important;
}

.w-px-180 {
  width: 180px !important;
}

.min-h-181 {
  min-height: 181px !important;
}

.max-h-181 {
  max-height: 181px !important;
}

.min-w-181 {
  min-width: 181px !important;
}

.max-w-181 {
  max-width: 181px !important;
}

.h-px-181 {
  height: 181px !important;
}

.w-px-181 {
  width: 181px !important;
}

.min-h-182 {
  min-height: 182px !important;
}

.max-h-182 {
  max-height: 182px !important;
}

.min-w-182 {
  min-width: 182px !important;
}

.max-w-182 {
  max-width: 182px !important;
}

.h-px-182 {
  height: 182px !important;
}

.w-px-182 {
  width: 182px !important;
}

.min-h-183 {
  min-height: 183px !important;
}

.max-h-183 {
  max-height: 183px !important;
}

.min-w-183 {
  min-width: 183px !important;
}

.max-w-183 {
  max-width: 183px !important;
}

.h-px-183 {
  height: 183px !important;
}

.w-px-183 {
  width: 183px !important;
}

.min-h-184 {
  min-height: 184px !important;
}

.max-h-184 {
  max-height: 184px !important;
}

.min-w-184 {
  min-width: 184px !important;
}

.max-w-184 {
  max-width: 184px !important;
}

.h-px-184 {
  height: 184px !important;
}

.w-px-184 {
  width: 184px !important;
}

.min-h-185 {
  min-height: 185px !important;
}

.max-h-185 {
  max-height: 185px !important;
}

.min-w-185 {
  min-width: 185px !important;
}

.max-w-185 {
  max-width: 185px !important;
}

.h-px-185 {
  height: 185px !important;
}

.w-px-185 {
  width: 185px !important;
}

.min-h-186 {
  min-height: 186px !important;
}

.max-h-186 {
  max-height: 186px !important;
}

.min-w-186 {
  min-width: 186px !important;
}

.max-w-186 {
  max-width: 186px !important;
}

.h-px-186 {
  height: 186px !important;
}

.w-px-186 {
  width: 186px !important;
}

.min-h-187 {
  min-height: 187px !important;
}

.max-h-187 {
  max-height: 187px !important;
}

.min-w-187 {
  min-width: 187px !important;
}

.max-w-187 {
  max-width: 187px !important;
}

.h-px-187 {
  height: 187px !important;
}

.w-px-187 {
  width: 187px !important;
}

.min-h-188 {
  min-height: 188px !important;
}

.max-h-188 {
  max-height: 188px !important;
}

.min-w-188 {
  min-width: 188px !important;
}

.max-w-188 {
  max-width: 188px !important;
}

.h-px-188 {
  height: 188px !important;
}

.w-px-188 {
  width: 188px !important;
}

.min-h-189 {
  min-height: 189px !important;
}

.max-h-189 {
  max-height: 189px !important;
}

.min-w-189 {
  min-width: 189px !important;
}

.max-w-189 {
  max-width: 189px !important;
}

.h-px-189 {
  height: 189px !important;
}

.w-px-189 {
  width: 189px !important;
}

.min-h-190 {
  min-height: 190px !important;
}

.max-h-190 {
  max-height: 190px !important;
}

.min-w-190 {
  min-width: 190px !important;
}

.max-w-190 {
  max-width: 190px !important;
}

.h-px-190 {
  height: 190px !important;
}

.w-px-190 {
  width: 190px !important;
}

.min-h-191 {
  min-height: 191px !important;
}

.max-h-191 {
  max-height: 191px !important;
}

.min-w-191 {
  min-width: 191px !important;
}

.max-w-191 {
  max-width: 191px !important;
}

.h-px-191 {
  height: 191px !important;
}

.w-px-191 {
  width: 191px !important;
}

.min-h-192 {
  min-height: 192px !important;
}

.max-h-192 {
  max-height: 192px !important;
}

.min-w-192 {
  min-width: 192px !important;
}

.max-w-192 {
  max-width: 192px !important;
}

.h-px-192 {
  height: 192px !important;
}

.w-px-192 {
  width: 192px !important;
}

.min-h-193 {
  min-height: 193px !important;
}

.max-h-193 {
  max-height: 193px !important;
}

.min-w-193 {
  min-width: 193px !important;
}

.max-w-193 {
  max-width: 193px !important;
}

.h-px-193 {
  height: 193px !important;
}

.w-px-193 {
  width: 193px !important;
}

.min-h-194 {
  min-height: 194px !important;
}

.max-h-194 {
  max-height: 194px !important;
}

.min-w-194 {
  min-width: 194px !important;
}

.max-w-194 {
  max-width: 194px !important;
}

.h-px-194 {
  height: 194px !important;
}

.w-px-194 {
  width: 194px !important;
}

.min-h-195 {
  min-height: 195px !important;
}

.max-h-195 {
  max-height: 195px !important;
}

.min-w-195 {
  min-width: 195px !important;
}

.max-w-195 {
  max-width: 195px !important;
}

.h-px-195 {
  height: 195px !important;
}

.w-px-195 {
  width: 195px !important;
}

.min-h-196 {
  min-height: 196px !important;
}

.max-h-196 {
  max-height: 196px !important;
}

.min-w-196 {
  min-width: 196px !important;
}

.max-w-196 {
  max-width: 196px !important;
}

.h-px-196 {
  height: 196px !important;
}

.w-px-196 {
  width: 196px !important;
}

.min-h-197 {
  min-height: 197px !important;
}

.max-h-197 {
  max-height: 197px !important;
}

.min-w-197 {
  min-width: 197px !important;
}

.max-w-197 {
  max-width: 197px !important;
}

.h-px-197 {
  height: 197px !important;
}

.w-px-197 {
  width: 197px !important;
}

.min-h-198 {
  min-height: 198px !important;
}

.max-h-198 {
  max-height: 198px !important;
}

.min-w-198 {
  min-width: 198px !important;
}

.max-w-198 {
  max-width: 198px !important;
}

.h-px-198 {
  height: 198px !important;
}

.w-px-198 {
  width: 198px !important;
}

.min-h-199 {
  min-height: 199px !important;
}

.max-h-199 {
  max-height: 199px !important;
}

.min-w-199 {
  min-width: 199px !important;
}

.max-w-199 {
  max-width: 199px !important;
}

.h-px-199 {
  height: 199px !important;
}

.w-px-199 {
  width: 199px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.h-px-200 {
  height: 200px !important;
}

.w-px-200 {
  width: 200px !important;
}

.min-h-201 {
  min-height: 201px !important;
}

.max-h-201 {
  max-height: 201px !important;
}

.min-w-201 {
  min-width: 201px !important;
}

.max-w-201 {
  max-width: 201px !important;
}

.h-px-201 {
  height: 201px !important;
}

.w-px-201 {
  width: 201px !important;
}

.min-h-202 {
  min-height: 202px !important;
}

.max-h-202 {
  max-height: 202px !important;
}

.min-w-202 {
  min-width: 202px !important;
}

.max-w-202 {
  max-width: 202px !important;
}

.h-px-202 {
  height: 202px !important;
}

.w-px-202 {
  width: 202px !important;
}

.min-h-203 {
  min-height: 203px !important;
}

.max-h-203 {
  max-height: 203px !important;
}

.min-w-203 {
  min-width: 203px !important;
}

.max-w-203 {
  max-width: 203px !important;
}

.h-px-203 {
  height: 203px !important;
}

.w-px-203 {
  width: 203px !important;
}

.min-h-204 {
  min-height: 204px !important;
}

.max-h-204 {
  max-height: 204px !important;
}

.min-w-204 {
  min-width: 204px !important;
}

.max-w-204 {
  max-width: 204px !important;
}

.h-px-204 {
  height: 204px !important;
}

.w-px-204 {
  width: 204px !important;
}

.min-h-205 {
  min-height: 205px !important;
}

.max-h-205 {
  max-height: 205px !important;
}

.min-w-205 {
  min-width: 205px !important;
}

.max-w-205 {
  max-width: 205px !important;
}

.h-px-205 {
  height: 205px !important;
}

.w-px-205 {
  width: 205px !important;
}

.min-h-206 {
  min-height: 206px !important;
}

.max-h-206 {
  max-height: 206px !important;
}

.min-w-206 {
  min-width: 206px !important;
}

.max-w-206 {
  max-width: 206px !important;
}

.h-px-206 {
  height: 206px !important;
}

.w-px-206 {
  width: 206px !important;
}

.min-h-207 {
  min-height: 207px !important;
}

.max-h-207 {
  max-height: 207px !important;
}

.min-w-207 {
  min-width: 207px !important;
}

.max-w-207 {
  max-width: 207px !important;
}

.h-px-207 {
  height: 207px !important;
}

.w-px-207 {
  width: 207px !important;
}

.min-h-208 {
  min-height: 208px !important;
}

.max-h-208 {
  max-height: 208px !important;
}

.min-w-208 {
  min-width: 208px !important;
}

.max-w-208 {
  max-width: 208px !important;
}

.h-px-208 {
  height: 208px !important;
}

.w-px-208 {
  width: 208px !important;
}

.min-h-209 {
  min-height: 209px !important;
}

.max-h-209 {
  max-height: 209px !important;
}

.min-w-209 {
  min-width: 209px !important;
}

.max-w-209 {
  max-width: 209px !important;
}

.h-px-209 {
  height: 209px !important;
}

.w-px-209 {
  width: 209px !important;
}

.min-h-210 {
  min-height: 210px !important;
}

.max-h-210 {
  max-height: 210px !important;
}

.min-w-210 {
  min-width: 210px !important;
}

.max-w-210 {
  max-width: 210px !important;
}

.h-px-210 {
  height: 210px !important;
}

.w-px-210 {
  width: 210px !important;
}

.min-h-211 {
  min-height: 211px !important;
}

.max-h-211 {
  max-height: 211px !important;
}

.min-w-211 {
  min-width: 211px !important;
}

.max-w-211 {
  max-width: 211px !important;
}

.h-px-211 {
  height: 211px !important;
}

.w-px-211 {
  width: 211px !important;
}

.min-h-212 {
  min-height: 212px !important;
}

.max-h-212 {
  max-height: 212px !important;
}

.min-w-212 {
  min-width: 212px !important;
}

.max-w-212 {
  max-width: 212px !important;
}

.h-px-212 {
  height: 212px !important;
}

.w-px-212 {
  width: 212px !important;
}

.min-h-213 {
  min-height: 213px !important;
}

.max-h-213 {
  max-height: 213px !important;
}

.min-w-213 {
  min-width: 213px !important;
}

.max-w-213 {
  max-width: 213px !important;
}

.h-px-213 {
  height: 213px !important;
}

.w-px-213 {
  width: 213px !important;
}

.min-h-214 {
  min-height: 214px !important;
}

.max-h-214 {
  max-height: 214px !important;
}

.min-w-214 {
  min-width: 214px !important;
}

.max-w-214 {
  max-width: 214px !important;
}

.h-px-214 {
  height: 214px !important;
}

.w-px-214 {
  width: 214px !important;
}

.min-h-215 {
  min-height: 215px !important;
}

.max-h-215 {
  max-height: 215px !important;
}

.min-w-215 {
  min-width: 215px !important;
}

.max-w-215 {
  max-width: 215px !important;
}

.h-px-215 {
  height: 215px !important;
}

.w-px-215 {
  width: 215px !important;
}

.min-h-216 {
  min-height: 216px !important;
}

.max-h-216 {
  max-height: 216px !important;
}

.min-w-216 {
  min-width: 216px !important;
}

.max-w-216 {
  max-width: 216px !important;
}

.h-px-216 {
  height: 216px !important;
}

.w-px-216 {
  width: 216px !important;
}

.min-h-217 {
  min-height: 217px !important;
}

.max-h-217 {
  max-height: 217px !important;
}

.min-w-217 {
  min-width: 217px !important;
}

.max-w-217 {
  max-width: 217px !important;
}

.h-px-217 {
  height: 217px !important;
}

.w-px-217 {
  width: 217px !important;
}

.min-h-218 {
  min-height: 218px !important;
}

.max-h-218 {
  max-height: 218px !important;
}

.min-w-218 {
  min-width: 218px !important;
}

.max-w-218 {
  max-width: 218px !important;
}

.h-px-218 {
  height: 218px !important;
}

.w-px-218 {
  width: 218px !important;
}

.min-h-219 {
  min-height: 219px !important;
}

.max-h-219 {
  max-height: 219px !important;
}

.min-w-219 {
  min-width: 219px !important;
}

.max-w-219 {
  max-width: 219px !important;
}

.h-px-219 {
  height: 219px !important;
}

.w-px-219 {
  width: 219px !important;
}

.min-h-220 {
  min-height: 220px !important;
}

.max-h-220 {
  max-height: 220px !important;
}

.min-w-220 {
  min-width: 220px !important;
}

.max-w-220 {
  max-width: 220px !important;
}

.h-px-220 {
  height: 220px !important;
}

.w-px-220 {
  width: 220px !important;
}

.min-h-221 {
  min-height: 221px !important;
}

.max-h-221 {
  max-height: 221px !important;
}

.min-w-221 {
  min-width: 221px !important;
}

.max-w-221 {
  max-width: 221px !important;
}

.h-px-221 {
  height: 221px !important;
}

.w-px-221 {
  width: 221px !important;
}

.min-h-222 {
  min-height: 222px !important;
}

.max-h-222 {
  max-height: 222px !important;
}

.min-w-222 {
  min-width: 222px !important;
}

.max-w-222 {
  max-width: 222px !important;
}

.h-px-222 {
  height: 222px !important;
}

.w-px-222 {
  width: 222px !important;
}

.min-h-223 {
  min-height: 223px !important;
}

.max-h-223 {
  max-height: 223px !important;
}

.min-w-223 {
  min-width: 223px !important;
}

.max-w-223 {
  max-width: 223px !important;
}

.h-px-223 {
  height: 223px !important;
}

.w-px-223 {
  width: 223px !important;
}

.min-h-224 {
  min-height: 224px !important;
}

.max-h-224 {
  max-height: 224px !important;
}

.min-w-224 {
  min-width: 224px !important;
}

.max-w-224 {
  max-width: 224px !important;
}

.h-px-224 {
  height: 224px !important;
}

.w-px-224 {
  width: 224px !important;
}

.min-h-225 {
  min-height: 225px !important;
}

.max-h-225 {
  max-height: 225px !important;
}

.min-w-225 {
  min-width: 225px !important;
}

.max-w-225 {
  max-width: 225px !important;
}

.h-px-225 {
  height: 225px !important;
}

.w-px-225 {
  width: 225px !important;
}

.min-h-226 {
  min-height: 226px !important;
}

.max-h-226 {
  max-height: 226px !important;
}

.min-w-226 {
  min-width: 226px !important;
}

.max-w-226 {
  max-width: 226px !important;
}

.h-px-226 {
  height: 226px !important;
}

.w-px-226 {
  width: 226px !important;
}

.min-h-227 {
  min-height: 227px !important;
}

.max-h-227 {
  max-height: 227px !important;
}

.min-w-227 {
  min-width: 227px !important;
}

.max-w-227 {
  max-width: 227px !important;
}

.h-px-227 {
  height: 227px !important;
}

.w-px-227 {
  width: 227px !important;
}

.min-h-228 {
  min-height: 228px !important;
}

.max-h-228 {
  max-height: 228px !important;
}

.min-w-228 {
  min-width: 228px !important;
}

.max-w-228 {
  max-width: 228px !important;
}

.h-px-228 {
  height: 228px !important;
}

.w-px-228 {
  width: 228px !important;
}

.min-h-229 {
  min-height: 229px !important;
}

.max-h-229 {
  max-height: 229px !important;
}

.min-w-229 {
  min-width: 229px !important;
}

.max-w-229 {
  max-width: 229px !important;
}

.h-px-229 {
  height: 229px !important;
}

.w-px-229 {
  width: 229px !important;
}

.min-h-230 {
  min-height: 230px !important;
}

.max-h-230 {
  max-height: 230px !important;
}

.min-w-230 {
  min-width: 230px !important;
}

.max-w-230 {
  max-width: 230px !important;
}

.h-px-230 {
  height: 230px !important;
}

.w-px-230 {
  width: 230px !important;
}

.min-h-231 {
  min-height: 231px !important;
}

.max-h-231 {
  max-height: 231px !important;
}

.min-w-231 {
  min-width: 231px !important;
}

.max-w-231 {
  max-width: 231px !important;
}

.h-px-231 {
  height: 231px !important;
}

.w-px-231 {
  width: 231px !important;
}

.min-h-232 {
  min-height: 232px !important;
}

.max-h-232 {
  max-height: 232px !important;
}

.min-w-232 {
  min-width: 232px !important;
}

.max-w-232 {
  max-width: 232px !important;
}

.h-px-232 {
  height: 232px !important;
}

.w-px-232 {
  width: 232px !important;
}

.min-h-233 {
  min-height: 233px !important;
}

.max-h-233 {
  max-height: 233px !important;
}

.min-w-233 {
  min-width: 233px !important;
}

.max-w-233 {
  max-width: 233px !important;
}

.h-px-233 {
  height: 233px !important;
}

.w-px-233 {
  width: 233px !important;
}

.min-h-234 {
  min-height: 234px !important;
}

.max-h-234 {
  max-height: 234px !important;
}

.min-w-234 {
  min-width: 234px !important;
}

.max-w-234 {
  max-width: 234px !important;
}

.h-px-234 {
  height: 234px !important;
}

.w-px-234 {
  width: 234px !important;
}

.min-h-235 {
  min-height: 235px !important;
}

.max-h-235 {
  max-height: 235px !important;
}

.min-w-235 {
  min-width: 235px !important;
}

.max-w-235 {
  max-width: 235px !important;
}

.h-px-235 {
  height: 235px !important;
}

.w-px-235 {
  width: 235px !important;
}

.min-h-236 {
  min-height: 236px !important;
}

.max-h-236 {
  max-height: 236px !important;
}

.min-w-236 {
  min-width: 236px !important;
}

.max-w-236 {
  max-width: 236px !important;
}

.h-px-236 {
  height: 236px !important;
}

.w-px-236 {
  width: 236px !important;
}

.min-h-237 {
  min-height: 237px !important;
}

.max-h-237 {
  max-height: 237px !important;
}

.min-w-237 {
  min-width: 237px !important;
}

.max-w-237 {
  max-width: 237px !important;
}

.h-px-237 {
  height: 237px !important;
}

.w-px-237 {
  width: 237px !important;
}

.min-h-238 {
  min-height: 238px !important;
}

.max-h-238 {
  max-height: 238px !important;
}

.min-w-238 {
  min-width: 238px !important;
}

.max-w-238 {
  max-width: 238px !important;
}

.h-px-238 {
  height: 238px !important;
}

.w-px-238 {
  width: 238px !important;
}

.min-h-239 {
  min-height: 239px !important;
}

.max-h-239 {
  max-height: 239px !important;
}

.min-w-239 {
  min-width: 239px !important;
}

.max-w-239 {
  max-width: 239px !important;
}

.h-px-239 {
  height: 239px !important;
}

.w-px-239 {
  width: 239px !important;
}

.min-h-240 {
  min-height: 240px !important;
}

.max-h-240 {
  max-height: 240px !important;
}

.min-w-240 {
  min-width: 240px !important;
}

.max-w-240 {
  max-width: 240px !important;
}

.h-px-240 {
  height: 240px !important;
}

.w-px-240 {
  width: 240px !important;
}

.min-h-241 {
  min-height: 241px !important;
}

.max-h-241 {
  max-height: 241px !important;
}

.min-w-241 {
  min-width: 241px !important;
}

.max-w-241 {
  max-width: 241px !important;
}

.h-px-241 {
  height: 241px !important;
}

.w-px-241 {
  width: 241px !important;
}

.min-h-242 {
  min-height: 242px !important;
}

.max-h-242 {
  max-height: 242px !important;
}

.min-w-242 {
  min-width: 242px !important;
}

.max-w-242 {
  max-width: 242px !important;
}

.h-px-242 {
  height: 242px !important;
}

.w-px-242 {
  width: 242px !important;
}

.min-h-243 {
  min-height: 243px !important;
}

.max-h-243 {
  max-height: 243px !important;
}

.min-w-243 {
  min-width: 243px !important;
}

.max-w-243 {
  max-width: 243px !important;
}

.h-px-243 {
  height: 243px !important;
}

.w-px-243 {
  width: 243px !important;
}

.min-h-244 {
  min-height: 244px !important;
}

.max-h-244 {
  max-height: 244px !important;
}

.min-w-244 {
  min-width: 244px !important;
}

.max-w-244 {
  max-width: 244px !important;
}

.h-px-244 {
  height: 244px !important;
}

.w-px-244 {
  width: 244px !important;
}

.min-h-245 {
  min-height: 245px !important;
}

.max-h-245 {
  max-height: 245px !important;
}

.min-w-245 {
  min-width: 245px !important;
}

.max-w-245 {
  max-width: 245px !important;
}

.h-px-245 {
  height: 245px !important;
}

.w-px-245 {
  width: 245px !important;
}

.min-h-246 {
  min-height: 246px !important;
}

.max-h-246 {
  max-height: 246px !important;
}

.min-w-246 {
  min-width: 246px !important;
}

.max-w-246 {
  max-width: 246px !important;
}

.h-px-246 {
  height: 246px !important;
}

.w-px-246 {
  width: 246px !important;
}

.min-h-247 {
  min-height: 247px !important;
}

.max-h-247 {
  max-height: 247px !important;
}

.min-w-247 {
  min-width: 247px !important;
}

.max-w-247 {
  max-width: 247px !important;
}

.h-px-247 {
  height: 247px !important;
}

.w-px-247 {
  width: 247px !important;
}

.min-h-248 {
  min-height: 248px !important;
}

.max-h-248 {
  max-height: 248px !important;
}

.min-w-248 {
  min-width: 248px !important;
}

.max-w-248 {
  max-width: 248px !important;
}

.h-px-248 {
  height: 248px !important;
}

.w-px-248 {
  width: 248px !important;
}

.min-h-249 {
  min-height: 249px !important;
}

.max-h-249 {
  max-height: 249px !important;
}

.min-w-249 {
  min-width: 249px !important;
}

.max-w-249 {
  max-width: 249px !important;
}

.h-px-249 {
  height: 249px !important;
}

.w-px-249 {
  width: 249px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.h-px-250 {
  height: 250px !important;
}

.w-px-250 {
  width: 250px !important;
}

.min-h-251 {
  min-height: 251px !important;
}

.max-h-251 {
  max-height: 251px !important;
}

.min-w-251 {
  min-width: 251px !important;
}

.max-w-251 {
  max-width: 251px !important;
}

.h-px-251 {
  height: 251px !important;
}

.w-px-251 {
  width: 251px !important;
}

.min-h-252 {
  min-height: 252px !important;
}

.max-h-252 {
  max-height: 252px !important;
}

.min-w-252 {
  min-width: 252px !important;
}

.max-w-252 {
  max-width: 252px !important;
}

.h-px-252 {
  height: 252px !important;
}

.w-px-252 {
  width: 252px !important;
}

.min-h-253 {
  min-height: 253px !important;
}

.max-h-253 {
  max-height: 253px !important;
}

.min-w-253 {
  min-width: 253px !important;
}

.max-w-253 {
  max-width: 253px !important;
}

.h-px-253 {
  height: 253px !important;
}

.w-px-253 {
  width: 253px !important;
}

.min-h-254 {
  min-height: 254px !important;
}

.max-h-254 {
  max-height: 254px !important;
}

.min-w-254 {
  min-width: 254px !important;
}

.max-w-254 {
  max-width: 254px !important;
}

.h-px-254 {
  height: 254px !important;
}

.w-px-254 {
  width: 254px !important;
}

.min-h-255 {
  min-height: 255px !important;
}

.max-h-255 {
  max-height: 255px !important;
}

.min-w-255 {
  min-width: 255px !important;
}

.max-w-255 {
  max-width: 255px !important;
}

.h-px-255 {
  height: 255px !important;
}

.w-px-255 {
  width: 255px !important;
}

.min-h-256 {
  min-height: 256px !important;
}

.max-h-256 {
  max-height: 256px !important;
}

.min-w-256 {
  min-width: 256px !important;
}

.max-w-256 {
  max-width: 256px !important;
}

.h-px-256 {
  height: 256px !important;
}

.w-px-256 {
  width: 256px !important;
}

.min-h-257 {
  min-height: 257px !important;
}

.max-h-257 {
  max-height: 257px !important;
}

.min-w-257 {
  min-width: 257px !important;
}

.max-w-257 {
  max-width: 257px !important;
}

.h-px-257 {
  height: 257px !important;
}

.w-px-257 {
  width: 257px !important;
}

.min-h-258 {
  min-height: 258px !important;
}

.max-h-258 {
  max-height: 258px !important;
}

.min-w-258 {
  min-width: 258px !important;
}

.max-w-258 {
  max-width: 258px !important;
}

.h-px-258 {
  height: 258px !important;
}

.w-px-258 {
  width: 258px !important;
}

.min-h-259 {
  min-height: 259px !important;
}

.max-h-259 {
  max-height: 259px !important;
}

.min-w-259 {
  min-width: 259px !important;
}

.max-w-259 {
  max-width: 259px !important;
}

.h-px-259 {
  height: 259px !important;
}

.w-px-259 {
  width: 259px !important;
}

.min-h-260 {
  min-height: 260px !important;
}

.max-h-260 {
  max-height: 260px !important;
}

.min-w-260 {
  min-width: 260px !important;
}

.max-w-260 {
  max-width: 260px !important;
}

.h-px-260 {
  height: 260px !important;
}

.w-px-260 {
  width: 260px !important;
}

.min-h-261 {
  min-height: 261px !important;
}

.max-h-261 {
  max-height: 261px !important;
}

.min-w-261 {
  min-width: 261px !important;
}

.max-w-261 {
  max-width: 261px !important;
}

.h-px-261 {
  height: 261px !important;
}

.w-px-261 {
  width: 261px !important;
}

.min-h-262 {
  min-height: 262px !important;
}

.max-h-262 {
  max-height: 262px !important;
}

.min-w-262 {
  min-width: 262px !important;
}

.max-w-262 {
  max-width: 262px !important;
}

.h-px-262 {
  height: 262px !important;
}

.w-px-262 {
  width: 262px !important;
}

.min-h-263 {
  min-height: 263px !important;
}

.max-h-263 {
  max-height: 263px !important;
}

.min-w-263 {
  min-width: 263px !important;
}

.max-w-263 {
  max-width: 263px !important;
}

.h-px-263 {
  height: 263px !important;
}

.w-px-263 {
  width: 263px !important;
}

.min-h-264 {
  min-height: 264px !important;
}

.max-h-264 {
  max-height: 264px !important;
}

.min-w-264 {
  min-width: 264px !important;
}

.max-w-264 {
  max-width: 264px !important;
}

.h-px-264 {
  height: 264px !important;
}

.w-px-264 {
  width: 264px !important;
}

.min-h-265 {
  min-height: 265px !important;
}

.max-h-265 {
  max-height: 265px !important;
}

.min-w-265 {
  min-width: 265px !important;
}

.max-w-265 {
  max-width: 265px !important;
}

.h-px-265 {
  height: 265px !important;
}

.w-px-265 {
  width: 265px !important;
}

.min-h-266 {
  min-height: 266px !important;
}

.max-h-266 {
  max-height: 266px !important;
}

.min-w-266 {
  min-width: 266px !important;
}

.max-w-266 {
  max-width: 266px !important;
}

.h-px-266 {
  height: 266px !important;
}

.w-px-266 {
  width: 266px !important;
}

.min-h-267 {
  min-height: 267px !important;
}

.max-h-267 {
  max-height: 267px !important;
}

.min-w-267 {
  min-width: 267px !important;
}

.max-w-267 {
  max-width: 267px !important;
}

.h-px-267 {
  height: 267px !important;
}

.w-px-267 {
  width: 267px !important;
}

.min-h-268 {
  min-height: 268px !important;
}

.max-h-268 {
  max-height: 268px !important;
}

.min-w-268 {
  min-width: 268px !important;
}

.max-w-268 {
  max-width: 268px !important;
}

.h-px-268 {
  height: 268px !important;
}

.w-px-268 {
  width: 268px !important;
}

.min-h-269 {
  min-height: 269px !important;
}

.max-h-269 {
  max-height: 269px !important;
}

.min-w-269 {
  min-width: 269px !important;
}

.max-w-269 {
  max-width: 269px !important;
}

.h-px-269 {
  height: 269px !important;
}

.w-px-269 {
  width: 269px !important;
}

.min-h-270 {
  min-height: 270px !important;
}

.max-h-270 {
  max-height: 270px !important;
}

.min-w-270 {
  min-width: 270px !important;
}

.max-w-270 {
  max-width: 270px !important;
}

.h-px-270 {
  height: 270px !important;
}

.w-px-270 {
  width: 270px !important;
}

.min-h-271 {
  min-height: 271px !important;
}

.max-h-271 {
  max-height: 271px !important;
}

.min-w-271 {
  min-width: 271px !important;
}

.max-w-271 {
  max-width: 271px !important;
}

.h-px-271 {
  height: 271px !important;
}

.w-px-271 {
  width: 271px !important;
}

.min-h-272 {
  min-height: 272px !important;
}

.max-h-272 {
  max-height: 272px !important;
}

.min-w-272 {
  min-width: 272px !important;
}

.max-w-272 {
  max-width: 272px !important;
}

.h-px-272 {
  height: 272px !important;
}

.w-px-272 {
  width: 272px !important;
}

.min-h-273 {
  min-height: 273px !important;
}

.max-h-273 {
  max-height: 273px !important;
}

.min-w-273 {
  min-width: 273px !important;
}

.max-w-273 {
  max-width: 273px !important;
}

.h-px-273 {
  height: 273px !important;
}

.w-px-273 {
  width: 273px !important;
}

.min-h-274 {
  min-height: 274px !important;
}

.max-h-274 {
  max-height: 274px !important;
}

.min-w-274 {
  min-width: 274px !important;
}

.max-w-274 {
  max-width: 274px !important;
}

.h-px-274 {
  height: 274px !important;
}

.w-px-274 {
  width: 274px !important;
}

.min-h-275 {
  min-height: 275px !important;
}

.max-h-275 {
  max-height: 275px !important;
}

.min-w-275 {
  min-width: 275px !important;
}

.max-w-275 {
  max-width: 275px !important;
}

.h-px-275 {
  height: 275px !important;
}

.w-px-275 {
  width: 275px !important;
}

.min-h-276 {
  min-height: 276px !important;
}

.max-h-276 {
  max-height: 276px !important;
}

.min-w-276 {
  min-width: 276px !important;
}

.max-w-276 {
  max-width: 276px !important;
}

.h-px-276 {
  height: 276px !important;
}

.w-px-276 {
  width: 276px !important;
}

.min-h-277 {
  min-height: 277px !important;
}

.max-h-277 {
  max-height: 277px !important;
}

.min-w-277 {
  min-width: 277px !important;
}

.max-w-277 {
  max-width: 277px !important;
}

.h-px-277 {
  height: 277px !important;
}

.w-px-277 {
  width: 277px !important;
}

.min-h-278 {
  min-height: 278px !important;
}

.max-h-278 {
  max-height: 278px !important;
}

.min-w-278 {
  min-width: 278px !important;
}

.max-w-278 {
  max-width: 278px !important;
}

.h-px-278 {
  height: 278px !important;
}

.w-px-278 {
  width: 278px !important;
}

.min-h-279 {
  min-height: 279px !important;
}

.max-h-279 {
  max-height: 279px !important;
}

.min-w-279 {
  min-width: 279px !important;
}

.max-w-279 {
  max-width: 279px !important;
}

.h-px-279 {
  height: 279px !important;
}

.w-px-279 {
  width: 279px !important;
}

.min-h-280 {
  min-height: 280px !important;
}

.max-h-280 {
  max-height: 280px !important;
}

.min-w-280 {
  min-width: 280px !important;
}

.max-w-280 {
  max-width: 280px !important;
}

.h-px-280 {
  height: 280px !important;
}

.w-px-280 {
  width: 280px !important;
}

.min-h-281 {
  min-height: 281px !important;
}

.max-h-281 {
  max-height: 281px !important;
}

.min-w-281 {
  min-width: 281px !important;
}

.max-w-281 {
  max-width: 281px !important;
}

.h-px-281 {
  height: 281px !important;
}

.w-px-281 {
  width: 281px !important;
}

.min-h-282 {
  min-height: 282px !important;
}

.max-h-282 {
  max-height: 282px !important;
}

.min-w-282 {
  min-width: 282px !important;
}

.max-w-282 {
  max-width: 282px !important;
}

.h-px-282 {
  height: 282px !important;
}

.w-px-282 {
  width: 282px !important;
}

.min-h-283 {
  min-height: 283px !important;
}

.max-h-283 {
  max-height: 283px !important;
}

.min-w-283 {
  min-width: 283px !important;
}

.max-w-283 {
  max-width: 283px !important;
}

.h-px-283 {
  height: 283px !important;
}

.w-px-283 {
  width: 283px !important;
}

.min-h-284 {
  min-height: 284px !important;
}

.max-h-284 {
  max-height: 284px !important;
}

.min-w-284 {
  min-width: 284px !important;
}

.max-w-284 {
  max-width: 284px !important;
}

.h-px-284 {
  height: 284px !important;
}

.w-px-284 {
  width: 284px !important;
}

.min-h-285 {
  min-height: 285px !important;
}

.max-h-285 {
  max-height: 285px !important;
}

.min-w-285 {
  min-width: 285px !important;
}

.max-w-285 {
  max-width: 285px !important;
}

.h-px-285 {
  height: 285px !important;
}

.w-px-285 {
  width: 285px !important;
}

.min-h-286 {
  min-height: 286px !important;
}

.max-h-286 {
  max-height: 286px !important;
}

.min-w-286 {
  min-width: 286px !important;
}

.max-w-286 {
  max-width: 286px !important;
}

.h-px-286 {
  height: 286px !important;
}

.w-px-286 {
  width: 286px !important;
}

.min-h-287 {
  min-height: 287px !important;
}

.max-h-287 {
  max-height: 287px !important;
}

.min-w-287 {
  min-width: 287px !important;
}

.max-w-287 {
  max-width: 287px !important;
}

.h-px-287 {
  height: 287px !important;
}

.w-px-287 {
  width: 287px !important;
}

.min-h-288 {
  min-height: 288px !important;
}

.max-h-288 {
  max-height: 288px !important;
}

.min-w-288 {
  min-width: 288px !important;
}

.max-w-288 {
  max-width: 288px !important;
}

.h-px-288 {
  height: 288px !important;
}

.w-px-288 {
  width: 288px !important;
}

.min-h-289 {
  min-height: 289px !important;
}

.max-h-289 {
  max-height: 289px !important;
}

.min-w-289 {
  min-width: 289px !important;
}

.max-w-289 {
  max-width: 289px !important;
}

.h-px-289 {
  height: 289px !important;
}

.w-px-289 {
  width: 289px !important;
}

.min-h-290 {
  min-height: 290px !important;
}

.max-h-290 {
  max-height: 290px !important;
}

.min-w-290 {
  min-width: 290px !important;
}

.max-w-290 {
  max-width: 290px !important;
}

.h-px-290 {
  height: 290px !important;
}

.w-px-290 {
  width: 290px !important;
}

.min-h-291 {
  min-height: 291px !important;
}

.max-h-291 {
  max-height: 291px !important;
}

.min-w-291 {
  min-width: 291px !important;
}

.max-w-291 {
  max-width: 291px !important;
}

.h-px-291 {
  height: 291px !important;
}

.w-px-291 {
  width: 291px !important;
}

.min-h-292 {
  min-height: 292px !important;
}

.max-h-292 {
  max-height: 292px !important;
}

.min-w-292 {
  min-width: 292px !important;
}

.max-w-292 {
  max-width: 292px !important;
}

.h-px-292 {
  height: 292px !important;
}

.w-px-292 {
  width: 292px !important;
}

.min-h-293 {
  min-height: 293px !important;
}

.max-h-293 {
  max-height: 293px !important;
}

.min-w-293 {
  min-width: 293px !important;
}

.max-w-293 {
  max-width: 293px !important;
}

.h-px-293 {
  height: 293px !important;
}

.w-px-293 {
  width: 293px !important;
}

.min-h-294 {
  min-height: 294px !important;
}

.max-h-294 {
  max-height: 294px !important;
}

.min-w-294 {
  min-width: 294px !important;
}

.max-w-294 {
  max-width: 294px !important;
}

.h-px-294 {
  height: 294px !important;
}

.w-px-294 {
  width: 294px !important;
}

.min-h-295 {
  min-height: 295px !important;
}

.max-h-295 {
  max-height: 295px !important;
}

.min-w-295 {
  min-width: 295px !important;
}

.max-w-295 {
  max-width: 295px !important;
}

.h-px-295 {
  height: 295px !important;
}

.w-px-295 {
  width: 295px !important;
}

.min-h-296 {
  min-height: 296px !important;
}

.max-h-296 {
  max-height: 296px !important;
}

.min-w-296 {
  min-width: 296px !important;
}

.max-w-296 {
  max-width: 296px !important;
}

.h-px-296 {
  height: 296px !important;
}

.w-px-296 {
  width: 296px !important;
}

.min-h-297 {
  min-height: 297px !important;
}

.max-h-297 {
  max-height: 297px !important;
}

.min-w-297 {
  min-width: 297px !important;
}

.max-w-297 {
  max-width: 297px !important;
}

.h-px-297 {
  height: 297px !important;
}

.w-px-297 {
  width: 297px !important;
}

.min-h-298 {
  min-height: 298px !important;
}

.max-h-298 {
  max-height: 298px !important;
}

.min-w-298 {
  min-width: 298px !important;
}

.max-w-298 {
  max-width: 298px !important;
}

.h-px-298 {
  height: 298px !important;
}

.w-px-298 {
  width: 298px !important;
}

.min-h-299 {
  min-height: 299px !important;
}

.max-h-299 {
  max-height: 299px !important;
}

.min-w-299 {
  min-width: 299px !important;
}

.max-w-299 {
  max-width: 299px !important;
}

.h-px-299 {
  height: 299px !important;
}

.w-px-299 {
  width: 299px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.h-px-300 {
  height: 300px !important;
}

.w-px-300 {
  width: 300px !important;
}

.min-h-301 {
  min-height: 301px !important;
}

.max-h-301 {
  max-height: 301px !important;
}

.min-w-301 {
  min-width: 301px !important;
}

.max-w-301 {
  max-width: 301px !important;
}

.h-px-301 {
  height: 301px !important;
}

.w-px-301 {
  width: 301px !important;
}

.min-h-302 {
  min-height: 302px !important;
}

.max-h-302 {
  max-height: 302px !important;
}

.min-w-302 {
  min-width: 302px !important;
}

.max-w-302 {
  max-width: 302px !important;
}

.h-px-302 {
  height: 302px !important;
}

.w-px-302 {
  width: 302px !important;
}

.min-h-303 {
  min-height: 303px !important;
}

.max-h-303 {
  max-height: 303px !important;
}

.min-w-303 {
  min-width: 303px !important;
}

.max-w-303 {
  max-width: 303px !important;
}

.h-px-303 {
  height: 303px !important;
}

.w-px-303 {
  width: 303px !important;
}

.min-h-304 {
  min-height: 304px !important;
}

.max-h-304 {
  max-height: 304px !important;
}

.min-w-304 {
  min-width: 304px !important;
}

.max-w-304 {
  max-width: 304px !important;
}

.h-px-304 {
  height: 304px !important;
}

.w-px-304 {
  width: 304px !important;
}

.min-h-305 {
  min-height: 305px !important;
}

.max-h-305 {
  max-height: 305px !important;
}

.min-w-305 {
  min-width: 305px !important;
}

.max-w-305 {
  max-width: 305px !important;
}

.h-px-305 {
  height: 305px !important;
}

.w-px-305 {
  width: 305px !important;
}

.min-h-306 {
  min-height: 306px !important;
}

.max-h-306 {
  max-height: 306px !important;
}

.min-w-306 {
  min-width: 306px !important;
}

.max-w-306 {
  max-width: 306px !important;
}

.h-px-306 {
  height: 306px !important;
}

.w-px-306 {
  width: 306px !important;
}

.min-h-307 {
  min-height: 307px !important;
}

.max-h-307 {
  max-height: 307px !important;
}

.min-w-307 {
  min-width: 307px !important;
}

.max-w-307 {
  max-width: 307px !important;
}

.h-px-307 {
  height: 307px !important;
}

.w-px-307 {
  width: 307px !important;
}

.min-h-308 {
  min-height: 308px !important;
}

.max-h-308 {
  max-height: 308px !important;
}

.min-w-308 {
  min-width: 308px !important;
}

.max-w-308 {
  max-width: 308px !important;
}

.h-px-308 {
  height: 308px !important;
}

.w-px-308 {
  width: 308px !important;
}

.min-h-309 {
  min-height: 309px !important;
}

.max-h-309 {
  max-height: 309px !important;
}

.min-w-309 {
  min-width: 309px !important;
}

.max-w-309 {
  max-width: 309px !important;
}

.h-px-309 {
  height: 309px !important;
}

.w-px-309 {
  width: 309px !important;
}

.min-h-310 {
  min-height: 310px !important;
}

.max-h-310 {
  max-height: 310px !important;
}

.min-w-310 {
  min-width: 310px !important;
}

.max-w-310 {
  max-width: 310px !important;
}

.h-px-310 {
  height: 310px !important;
}

.w-px-310 {
  width: 310px !important;
}

.min-h-311 {
  min-height: 311px !important;
}

.max-h-311 {
  max-height: 311px !important;
}

.min-w-311 {
  min-width: 311px !important;
}

.max-w-311 {
  max-width: 311px !important;
}

.h-px-311 {
  height: 311px !important;
}

.w-px-311 {
  width: 311px !important;
}

.min-h-312 {
  min-height: 312px !important;
}

.max-h-312 {
  max-height: 312px !important;
}

.min-w-312 {
  min-width: 312px !important;
}

.max-w-312 {
  max-width: 312px !important;
}

.h-px-312 {
  height: 312px !important;
}

.w-px-312 {
  width: 312px !important;
}

.min-h-313 {
  min-height: 313px !important;
}

.max-h-313 {
  max-height: 313px !important;
}

.min-w-313 {
  min-width: 313px !important;
}

.max-w-313 {
  max-width: 313px !important;
}

.h-px-313 {
  height: 313px !important;
}

.w-px-313 {
  width: 313px !important;
}

.min-h-314 {
  min-height: 314px !important;
}

.max-h-314 {
  max-height: 314px !important;
}

.min-w-314 {
  min-width: 314px !important;
}

.max-w-314 {
  max-width: 314px !important;
}

.h-px-314 {
  height: 314px !important;
}

.w-px-314 {
  width: 314px !important;
}

.min-h-315 {
  min-height: 315px !important;
}

.max-h-315 {
  max-height: 315px !important;
}

.min-w-315 {
  min-width: 315px !important;
}

.max-w-315 {
  max-width: 315px !important;
}

.h-px-315 {
  height: 315px !important;
}

.w-px-315 {
  width: 315px !important;
}

.min-h-316 {
  min-height: 316px !important;
}

.max-h-316 {
  max-height: 316px !important;
}

.min-w-316 {
  min-width: 316px !important;
}

.max-w-316 {
  max-width: 316px !important;
}

.h-px-316 {
  height: 316px !important;
}

.w-px-316 {
  width: 316px !important;
}

.min-h-317 {
  min-height: 317px !important;
}

.max-h-317 {
  max-height: 317px !important;
}

.min-w-317 {
  min-width: 317px !important;
}

.max-w-317 {
  max-width: 317px !important;
}

.h-px-317 {
  height: 317px !important;
}

.w-px-317 {
  width: 317px !important;
}

.min-h-318 {
  min-height: 318px !important;
}

.max-h-318 {
  max-height: 318px !important;
}

.min-w-318 {
  min-width: 318px !important;
}

.max-w-318 {
  max-width: 318px !important;
}

.h-px-318 {
  height: 318px !important;
}

.w-px-318 {
  width: 318px !important;
}

.min-h-319 {
  min-height: 319px !important;
}

.max-h-319 {
  max-height: 319px !important;
}

.min-w-319 {
  min-width: 319px !important;
}

.max-w-319 {
  max-width: 319px !important;
}

.h-px-319 {
  height: 319px !important;
}

.w-px-319 {
  width: 319px !important;
}

.min-h-320 {
  min-height: 320px !important;
}

.max-h-320 {
  max-height: 320px !important;
}

.min-w-320 {
  min-width: 320px !important;
}

.max-w-320 {
  max-width: 320px !important;
}

.h-px-320 {
  height: 320px !important;
}

.w-px-320 {
  width: 320px !important;
}

.min-h-321 {
  min-height: 321px !important;
}

.max-h-321 {
  max-height: 321px !important;
}

.min-w-321 {
  min-width: 321px !important;
}

.max-w-321 {
  max-width: 321px !important;
}

.h-px-321 {
  height: 321px !important;
}

.w-px-321 {
  width: 321px !important;
}

.min-h-322 {
  min-height: 322px !important;
}

.max-h-322 {
  max-height: 322px !important;
}

.min-w-322 {
  min-width: 322px !important;
}

.max-w-322 {
  max-width: 322px !important;
}

.h-px-322 {
  height: 322px !important;
}

.w-px-322 {
  width: 322px !important;
}

.min-h-323 {
  min-height: 323px !important;
}

.max-h-323 {
  max-height: 323px !important;
}

.min-w-323 {
  min-width: 323px !important;
}

.max-w-323 {
  max-width: 323px !important;
}

.h-px-323 {
  height: 323px !important;
}

.w-px-323 {
  width: 323px !important;
}

.min-h-324 {
  min-height: 324px !important;
}

.max-h-324 {
  max-height: 324px !important;
}

.min-w-324 {
  min-width: 324px !important;
}

.max-w-324 {
  max-width: 324px !important;
}

.h-px-324 {
  height: 324px !important;
}

.w-px-324 {
  width: 324px !important;
}

.min-h-325 {
  min-height: 325px !important;
}

.max-h-325 {
  max-height: 325px !important;
}

.min-w-325 {
  min-width: 325px !important;
}

.max-w-325 {
  max-width: 325px !important;
}

.h-px-325 {
  height: 325px !important;
}

.w-px-325 {
  width: 325px !important;
}

.min-h-326 {
  min-height: 326px !important;
}

.max-h-326 {
  max-height: 326px !important;
}

.min-w-326 {
  min-width: 326px !important;
}

.max-w-326 {
  max-width: 326px !important;
}

.h-px-326 {
  height: 326px !important;
}

.w-px-326 {
  width: 326px !important;
}

.min-h-327 {
  min-height: 327px !important;
}

.max-h-327 {
  max-height: 327px !important;
}

.min-w-327 {
  min-width: 327px !important;
}

.max-w-327 {
  max-width: 327px !important;
}

.h-px-327 {
  height: 327px !important;
}

.w-px-327 {
  width: 327px !important;
}

.min-h-328 {
  min-height: 328px !important;
}

.max-h-328 {
  max-height: 328px !important;
}

.min-w-328 {
  min-width: 328px !important;
}

.max-w-328 {
  max-width: 328px !important;
}

.h-px-328 {
  height: 328px !important;
}

.w-px-328 {
  width: 328px !important;
}

.min-h-329 {
  min-height: 329px !important;
}

.max-h-329 {
  max-height: 329px !important;
}

.min-w-329 {
  min-width: 329px !important;
}

.max-w-329 {
  max-width: 329px !important;
}

.h-px-329 {
  height: 329px !important;
}

.w-px-329 {
  width: 329px !important;
}

.min-h-330 {
  min-height: 330px !important;
}

.max-h-330 {
  max-height: 330px !important;
}

.min-w-330 {
  min-width: 330px !important;
}

.max-w-330 {
  max-width: 330px !important;
}

.h-px-330 {
  height: 330px !important;
}

.w-px-330 {
  width: 330px !important;
}

.min-h-331 {
  min-height: 331px !important;
}

.max-h-331 {
  max-height: 331px !important;
}

.min-w-331 {
  min-width: 331px !important;
}

.max-w-331 {
  max-width: 331px !important;
}

.h-px-331 {
  height: 331px !important;
}

.w-px-331 {
  width: 331px !important;
}

.min-h-332 {
  min-height: 332px !important;
}

.max-h-332 {
  max-height: 332px !important;
}

.min-w-332 {
  min-width: 332px !important;
}

.max-w-332 {
  max-width: 332px !important;
}

.h-px-332 {
  height: 332px !important;
}

.w-px-332 {
  width: 332px !important;
}

.min-h-333 {
  min-height: 333px !important;
}

.max-h-333 {
  max-height: 333px !important;
}

.min-w-333 {
  min-width: 333px !important;
}

.max-w-333 {
  max-width: 333px !important;
}

.h-px-333 {
  height: 333px !important;
}

.w-px-333 {
  width: 333px !important;
}

.min-h-334 {
  min-height: 334px !important;
}

.max-h-334 {
  max-height: 334px !important;
}

.min-w-334 {
  min-width: 334px !important;
}

.max-w-334 {
  max-width: 334px !important;
}

.h-px-334 {
  height: 334px !important;
}

.w-px-334 {
  width: 334px !important;
}

.min-h-335 {
  min-height: 335px !important;
}

.max-h-335 {
  max-height: 335px !important;
}

.min-w-335 {
  min-width: 335px !important;
}

.max-w-335 {
  max-width: 335px !important;
}

.h-px-335 {
  height: 335px !important;
}

.w-px-335 {
  width: 335px !important;
}

.min-h-336 {
  min-height: 336px !important;
}

.max-h-336 {
  max-height: 336px !important;
}

.min-w-336 {
  min-width: 336px !important;
}

.max-w-336 {
  max-width: 336px !important;
}

.h-px-336 {
  height: 336px !important;
}

.w-px-336 {
  width: 336px !important;
}

.min-h-337 {
  min-height: 337px !important;
}

.max-h-337 {
  max-height: 337px !important;
}

.min-w-337 {
  min-width: 337px !important;
}

.max-w-337 {
  max-width: 337px !important;
}

.h-px-337 {
  height: 337px !important;
}

.w-px-337 {
  width: 337px !important;
}

.min-h-338 {
  min-height: 338px !important;
}

.max-h-338 {
  max-height: 338px !important;
}

.min-w-338 {
  min-width: 338px !important;
}

.max-w-338 {
  max-width: 338px !important;
}

.h-px-338 {
  height: 338px !important;
}

.w-px-338 {
  width: 338px !important;
}

.min-h-339 {
  min-height: 339px !important;
}

.max-h-339 {
  max-height: 339px !important;
}

.min-w-339 {
  min-width: 339px !important;
}

.max-w-339 {
  max-width: 339px !important;
}

.h-px-339 {
  height: 339px !important;
}

.w-px-339 {
  width: 339px !important;
}

.min-h-340 {
  min-height: 340px !important;
}

.max-h-340 {
  max-height: 340px !important;
}

.min-w-340 {
  min-width: 340px !important;
}

.max-w-340 {
  max-width: 340px !important;
}

.h-px-340 {
  height: 340px !important;
}

.w-px-340 {
  width: 340px !important;
}

.min-h-341 {
  min-height: 341px !important;
}

.max-h-341 {
  max-height: 341px !important;
}

.min-w-341 {
  min-width: 341px !important;
}

.max-w-341 {
  max-width: 341px !important;
}

.h-px-341 {
  height: 341px !important;
}

.w-px-341 {
  width: 341px !important;
}

.min-h-342 {
  min-height: 342px !important;
}

.max-h-342 {
  max-height: 342px !important;
}

.min-w-342 {
  min-width: 342px !important;
}

.max-w-342 {
  max-width: 342px !important;
}

.h-px-342 {
  height: 342px !important;
}

.w-px-342 {
  width: 342px !important;
}

.min-h-343 {
  min-height: 343px !important;
}

.max-h-343 {
  max-height: 343px !important;
}

.min-w-343 {
  min-width: 343px !important;
}

.max-w-343 {
  max-width: 343px !important;
}

.h-px-343 {
  height: 343px !important;
}

.w-px-343 {
  width: 343px !important;
}

.min-h-344 {
  min-height: 344px !important;
}

.max-h-344 {
  max-height: 344px !important;
}

.min-w-344 {
  min-width: 344px !important;
}

.max-w-344 {
  max-width: 344px !important;
}

.h-px-344 {
  height: 344px !important;
}

.w-px-344 {
  width: 344px !important;
}

.min-h-345 {
  min-height: 345px !important;
}

.max-h-345 {
  max-height: 345px !important;
}

.min-w-345 {
  min-width: 345px !important;
}

.max-w-345 {
  max-width: 345px !important;
}

.h-px-345 {
  height: 345px !important;
}

.w-px-345 {
  width: 345px !important;
}

.min-h-346 {
  min-height: 346px !important;
}

.max-h-346 {
  max-height: 346px !important;
}

.min-w-346 {
  min-width: 346px !important;
}

.max-w-346 {
  max-width: 346px !important;
}

.h-px-346 {
  height: 346px !important;
}

.w-px-346 {
  width: 346px !important;
}

.min-h-347 {
  min-height: 347px !important;
}

.max-h-347 {
  max-height: 347px !important;
}

.min-w-347 {
  min-width: 347px !important;
}

.max-w-347 {
  max-width: 347px !important;
}

.h-px-347 {
  height: 347px !important;
}

.w-px-347 {
  width: 347px !important;
}

.min-h-348 {
  min-height: 348px !important;
}

.max-h-348 {
  max-height: 348px !important;
}

.min-w-348 {
  min-width: 348px !important;
}

.max-w-348 {
  max-width: 348px !important;
}

.h-px-348 {
  height: 348px !important;
}

.w-px-348 {
  width: 348px !important;
}

.min-h-349 {
  min-height: 349px !important;
}

.max-h-349 {
  max-height: 349px !important;
}

.min-w-349 {
  min-width: 349px !important;
}

.max-w-349 {
  max-width: 349px !important;
}

.h-px-349 {
  height: 349px !important;
}

.w-px-349 {
  width: 349px !important;
}

.min-h-350 {
  min-height: 350px !important;
}

.max-h-350 {
  max-height: 350px !important;
}

.min-w-350 {
  min-width: 350px !important;
}

.max-w-350 {
  max-width: 350px !important;
}

.h-px-350 {
  height: 350px !important;
}

.w-px-350 {
  width: 350px !important;
}

.min-h-351 {
  min-height: 351px !important;
}

.max-h-351 {
  max-height: 351px !important;
}

.min-w-351 {
  min-width: 351px !important;
}

.max-w-351 {
  max-width: 351px !important;
}

.h-px-351 {
  height: 351px !important;
}

.w-px-351 {
  width: 351px !important;
}

.min-h-352 {
  min-height: 352px !important;
}

.max-h-352 {
  max-height: 352px !important;
}

.min-w-352 {
  min-width: 352px !important;
}

.max-w-352 {
  max-width: 352px !important;
}

.h-px-352 {
  height: 352px !important;
}

.w-px-352 {
  width: 352px !important;
}

.min-h-353 {
  min-height: 353px !important;
}

.max-h-353 {
  max-height: 353px !important;
}

.min-w-353 {
  min-width: 353px !important;
}

.max-w-353 {
  max-width: 353px !important;
}

.h-px-353 {
  height: 353px !important;
}

.w-px-353 {
  width: 353px !important;
}

.min-h-354 {
  min-height: 354px !important;
}

.max-h-354 {
  max-height: 354px !important;
}

.min-w-354 {
  min-width: 354px !important;
}

.max-w-354 {
  max-width: 354px !important;
}

.h-px-354 {
  height: 354px !important;
}

.w-px-354 {
  width: 354px !important;
}

.min-h-355 {
  min-height: 355px !important;
}

.max-h-355 {
  max-height: 355px !important;
}

.min-w-355 {
  min-width: 355px !important;
}

.max-w-355 {
  max-width: 355px !important;
}

.h-px-355 {
  height: 355px !important;
}

.w-px-355 {
  width: 355px !important;
}

.min-h-356 {
  min-height: 356px !important;
}

.max-h-356 {
  max-height: 356px !important;
}

.min-w-356 {
  min-width: 356px !important;
}

.max-w-356 {
  max-width: 356px !important;
}

.h-px-356 {
  height: 356px !important;
}

.w-px-356 {
  width: 356px !important;
}

.min-h-357 {
  min-height: 357px !important;
}

.max-h-357 {
  max-height: 357px !important;
}

.min-w-357 {
  min-width: 357px !important;
}

.max-w-357 {
  max-width: 357px !important;
}

.h-px-357 {
  height: 357px !important;
}

.w-px-357 {
  width: 357px !important;
}

.min-h-358 {
  min-height: 358px !important;
}

.max-h-358 {
  max-height: 358px !important;
}

.min-w-358 {
  min-width: 358px !important;
}

.max-w-358 {
  max-width: 358px !important;
}

.h-px-358 {
  height: 358px !important;
}

.w-px-358 {
  width: 358px !important;
}

.min-h-359 {
  min-height: 359px !important;
}

.max-h-359 {
  max-height: 359px !important;
}

.min-w-359 {
  min-width: 359px !important;
}

.max-w-359 {
  max-width: 359px !important;
}

.h-px-359 {
  height: 359px !important;
}

.w-px-359 {
  width: 359px !important;
}

.min-h-360 {
  min-height: 360px !important;
}

.max-h-360 {
  max-height: 360px !important;
}

.min-w-360 {
  min-width: 360px !important;
}

.max-w-360 {
  max-width: 360px !important;
}

.h-px-360 {
  height: 360px !important;
}

.w-px-360 {
  width: 360px !important;
}

.min-h-361 {
  min-height: 361px !important;
}

.max-h-361 {
  max-height: 361px !important;
}

.min-w-361 {
  min-width: 361px !important;
}

.max-w-361 {
  max-width: 361px !important;
}

.h-px-361 {
  height: 361px !important;
}

.w-px-361 {
  width: 361px !important;
}

.min-h-362 {
  min-height: 362px !important;
}

.max-h-362 {
  max-height: 362px !important;
}

.min-w-362 {
  min-width: 362px !important;
}

.max-w-362 {
  max-width: 362px !important;
}

.h-px-362 {
  height: 362px !important;
}

.w-px-362 {
  width: 362px !important;
}

.min-h-363 {
  min-height: 363px !important;
}

.max-h-363 {
  max-height: 363px !important;
}

.min-w-363 {
  min-width: 363px !important;
}

.max-w-363 {
  max-width: 363px !important;
}

.h-px-363 {
  height: 363px !important;
}

.w-px-363 {
  width: 363px !important;
}

.min-h-364 {
  min-height: 364px !important;
}

.max-h-364 {
  max-height: 364px !important;
}

.min-w-364 {
  min-width: 364px !important;
}

.max-w-364 {
  max-width: 364px !important;
}

.h-px-364 {
  height: 364px !important;
}

.w-px-364 {
  width: 364px !important;
}

.min-h-365 {
  min-height: 365px !important;
}

.max-h-365 {
  max-height: 365px !important;
}

.min-w-365 {
  min-width: 365px !important;
}

.max-w-365 {
  max-width: 365px !important;
}

.h-px-365 {
  height: 365px !important;
}

.w-px-365 {
  width: 365px !important;
}

.min-h-366 {
  min-height: 366px !important;
}

.max-h-366 {
  max-height: 366px !important;
}

.min-w-366 {
  min-width: 366px !important;
}

.max-w-366 {
  max-width: 366px !important;
}

.h-px-366 {
  height: 366px !important;
}

.w-px-366 {
  width: 366px !important;
}

.min-h-367 {
  min-height: 367px !important;
}

.max-h-367 {
  max-height: 367px !important;
}

.min-w-367 {
  min-width: 367px !important;
}

.max-w-367 {
  max-width: 367px !important;
}

.h-px-367 {
  height: 367px !important;
}

.w-px-367 {
  width: 367px !important;
}

.min-h-368 {
  min-height: 368px !important;
}

.max-h-368 {
  max-height: 368px !important;
}

.min-w-368 {
  min-width: 368px !important;
}

.max-w-368 {
  max-width: 368px !important;
}

.h-px-368 {
  height: 368px !important;
}

.w-px-368 {
  width: 368px !important;
}

.min-h-369 {
  min-height: 369px !important;
}

.max-h-369 {
  max-height: 369px !important;
}

.min-w-369 {
  min-width: 369px !important;
}

.max-w-369 {
  max-width: 369px !important;
}

.h-px-369 {
  height: 369px !important;
}

.w-px-369 {
  width: 369px !important;
}

.min-h-370 {
  min-height: 370px !important;
}

.max-h-370 {
  max-height: 370px !important;
}

.min-w-370 {
  min-width: 370px !important;
}

.max-w-370 {
  max-width: 370px !important;
}

.h-px-370 {
  height: 370px !important;
}

.w-px-370 {
  width: 370px !important;
}

.min-h-371 {
  min-height: 371px !important;
}

.max-h-371 {
  max-height: 371px !important;
}

.min-w-371 {
  min-width: 371px !important;
}

.max-w-371 {
  max-width: 371px !important;
}

.h-px-371 {
  height: 371px !important;
}

.w-px-371 {
  width: 371px !important;
}

.min-h-372 {
  min-height: 372px !important;
}

.max-h-372 {
  max-height: 372px !important;
}

.min-w-372 {
  min-width: 372px !important;
}

.max-w-372 {
  max-width: 372px !important;
}

.h-px-372 {
  height: 372px !important;
}

.w-px-372 {
  width: 372px !important;
}

.min-h-373 {
  min-height: 373px !important;
}

.max-h-373 {
  max-height: 373px !important;
}

.min-w-373 {
  min-width: 373px !important;
}

.max-w-373 {
  max-width: 373px !important;
}

.h-px-373 {
  height: 373px !important;
}

.w-px-373 {
  width: 373px !important;
}

.min-h-374 {
  min-height: 374px !important;
}

.max-h-374 {
  max-height: 374px !important;
}

.min-w-374 {
  min-width: 374px !important;
}

.max-w-374 {
  max-width: 374px !important;
}

.h-px-374 {
  height: 374px !important;
}

.w-px-374 {
  width: 374px !important;
}

.min-h-375 {
  min-height: 375px !important;
}

.max-h-375 {
  max-height: 375px !important;
}

.min-w-375 {
  min-width: 375px !important;
}

.max-w-375 {
  max-width: 375px !important;
}

.h-px-375 {
  height: 375px !important;
}

.w-px-375 {
  width: 375px !important;
}

.min-h-376 {
  min-height: 376px !important;
}

.max-h-376 {
  max-height: 376px !important;
}

.min-w-376 {
  min-width: 376px !important;
}

.max-w-376 {
  max-width: 376px !important;
}

.h-px-376 {
  height: 376px !important;
}

.w-px-376 {
  width: 376px !important;
}

.min-h-377 {
  min-height: 377px !important;
}

.max-h-377 {
  max-height: 377px !important;
}

.min-w-377 {
  min-width: 377px !important;
}

.max-w-377 {
  max-width: 377px !important;
}

.h-px-377 {
  height: 377px !important;
}

.w-px-377 {
  width: 377px !important;
}

.min-h-378 {
  min-height: 378px !important;
}

.max-h-378 {
  max-height: 378px !important;
}

.min-w-378 {
  min-width: 378px !important;
}

.max-w-378 {
  max-width: 378px !important;
}

.h-px-378 {
  height: 378px !important;
}

.w-px-378 {
  width: 378px !important;
}

.min-h-379 {
  min-height: 379px !important;
}

.max-h-379 {
  max-height: 379px !important;
}

.min-w-379 {
  min-width: 379px !important;
}

.max-w-379 {
  max-width: 379px !important;
}

.h-px-379 {
  height: 379px !important;
}

.w-px-379 {
  width: 379px !important;
}

.min-h-380 {
  min-height: 380px !important;
}

.max-h-380 {
  max-height: 380px !important;
}

.min-w-380 {
  min-width: 380px !important;
}

.max-w-380 {
  max-width: 380px !important;
}

.h-px-380 {
  height: 380px !important;
}

.w-px-380 {
  width: 380px !important;
}

.min-h-381 {
  min-height: 381px !important;
}

.max-h-381 {
  max-height: 381px !important;
}

.min-w-381 {
  min-width: 381px !important;
}

.max-w-381 {
  max-width: 381px !important;
}

.h-px-381 {
  height: 381px !important;
}

.w-px-381 {
  width: 381px !important;
}

.min-h-382 {
  min-height: 382px !important;
}

.max-h-382 {
  max-height: 382px !important;
}

.min-w-382 {
  min-width: 382px !important;
}

.max-w-382 {
  max-width: 382px !important;
}

.h-px-382 {
  height: 382px !important;
}

.w-px-382 {
  width: 382px !important;
}

.min-h-383 {
  min-height: 383px !important;
}

.max-h-383 {
  max-height: 383px !important;
}

.min-w-383 {
  min-width: 383px !important;
}

.max-w-383 {
  max-width: 383px !important;
}

.h-px-383 {
  height: 383px !important;
}

.w-px-383 {
  width: 383px !important;
}

.min-h-384 {
  min-height: 384px !important;
}

.max-h-384 {
  max-height: 384px !important;
}

.min-w-384 {
  min-width: 384px !important;
}

.max-w-384 {
  max-width: 384px !important;
}

.h-px-384 {
  height: 384px !important;
}

.w-px-384 {
  width: 384px !important;
}

.min-h-385 {
  min-height: 385px !important;
}

.max-h-385 {
  max-height: 385px !important;
}

.min-w-385 {
  min-width: 385px !important;
}

.max-w-385 {
  max-width: 385px !important;
}

.h-px-385 {
  height: 385px !important;
}

.w-px-385 {
  width: 385px !important;
}

.min-h-386 {
  min-height: 386px !important;
}

.max-h-386 {
  max-height: 386px !important;
}

.min-w-386 {
  min-width: 386px !important;
}

.max-w-386 {
  max-width: 386px !important;
}

.h-px-386 {
  height: 386px !important;
}

.w-px-386 {
  width: 386px !important;
}

.min-h-387 {
  min-height: 387px !important;
}

.max-h-387 {
  max-height: 387px !important;
}

.min-w-387 {
  min-width: 387px !important;
}

.max-w-387 {
  max-width: 387px !important;
}

.h-px-387 {
  height: 387px !important;
}

.w-px-387 {
  width: 387px !important;
}

.min-h-388 {
  min-height: 388px !important;
}

.max-h-388 {
  max-height: 388px !important;
}

.min-w-388 {
  min-width: 388px !important;
}

.max-w-388 {
  max-width: 388px !important;
}

.h-px-388 {
  height: 388px !important;
}

.w-px-388 {
  width: 388px !important;
}

.min-h-389 {
  min-height: 389px !important;
}

.max-h-389 {
  max-height: 389px !important;
}

.min-w-389 {
  min-width: 389px !important;
}

.max-w-389 {
  max-width: 389px !important;
}

.h-px-389 {
  height: 389px !important;
}

.w-px-389 {
  width: 389px !important;
}

.min-h-390 {
  min-height: 390px !important;
}

.max-h-390 {
  max-height: 390px !important;
}

.min-w-390 {
  min-width: 390px !important;
}

.max-w-390 {
  max-width: 390px !important;
}

.h-px-390 {
  height: 390px !important;
}

.w-px-390 {
  width: 390px !important;
}

.min-h-391 {
  min-height: 391px !important;
}

.max-h-391 {
  max-height: 391px !important;
}

.min-w-391 {
  min-width: 391px !important;
}

.max-w-391 {
  max-width: 391px !important;
}

.h-px-391 {
  height: 391px !important;
}

.w-px-391 {
  width: 391px !important;
}

.min-h-392 {
  min-height: 392px !important;
}

.max-h-392 {
  max-height: 392px !important;
}

.min-w-392 {
  min-width: 392px !important;
}

.max-w-392 {
  max-width: 392px !important;
}

.h-px-392 {
  height: 392px !important;
}

.w-px-392 {
  width: 392px !important;
}

.min-h-393 {
  min-height: 393px !important;
}

.max-h-393 {
  max-height: 393px !important;
}

.min-w-393 {
  min-width: 393px !important;
}

.max-w-393 {
  max-width: 393px !important;
}

.h-px-393 {
  height: 393px !important;
}

.w-px-393 {
  width: 393px !important;
}

.min-h-394 {
  min-height: 394px !important;
}

.max-h-394 {
  max-height: 394px !important;
}

.min-w-394 {
  min-width: 394px !important;
}

.max-w-394 {
  max-width: 394px !important;
}

.h-px-394 {
  height: 394px !important;
}

.w-px-394 {
  width: 394px !important;
}

.min-h-395 {
  min-height: 395px !important;
}

.max-h-395 {
  max-height: 395px !important;
}

.min-w-395 {
  min-width: 395px !important;
}

.max-w-395 {
  max-width: 395px !important;
}

.h-px-395 {
  height: 395px !important;
}

.w-px-395 {
  width: 395px !important;
}

.min-h-396 {
  min-height: 396px !important;
}

.max-h-396 {
  max-height: 396px !important;
}

.min-w-396 {
  min-width: 396px !important;
}

.max-w-396 {
  max-width: 396px !important;
}

.h-px-396 {
  height: 396px !important;
}

.w-px-396 {
  width: 396px !important;
}

.min-h-397 {
  min-height: 397px !important;
}

.max-h-397 {
  max-height: 397px !important;
}

.min-w-397 {
  min-width: 397px !important;
}

.max-w-397 {
  max-width: 397px !important;
}

.h-px-397 {
  height: 397px !important;
}

.w-px-397 {
  width: 397px !important;
}

.min-h-398 {
  min-height: 398px !important;
}

.max-h-398 {
  max-height: 398px !important;
}

.min-w-398 {
  min-width: 398px !important;
}

.max-w-398 {
  max-width: 398px !important;
}

.h-px-398 {
  height: 398px !important;
}

.w-px-398 {
  width: 398px !important;
}

.min-h-399 {
  min-height: 399px !important;
}

.max-h-399 {
  max-height: 399px !important;
}

.min-w-399 {
  min-width: 399px !important;
}

.max-w-399 {
  max-width: 399px !important;
}

.h-px-399 {
  height: 399px !important;
}

.w-px-399 {
  width: 399px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.max-h-400 {
  max-height: 400px !important;
}

.min-w-400 {
  min-width: 400px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.h-px-400 {
  height: 400px !important;
}

.w-px-400 {
  width: 400px !important;
}

.min-h-401 {
  min-height: 401px !important;
}

.max-h-401 {
  max-height: 401px !important;
}

.min-w-401 {
  min-width: 401px !important;
}

.max-w-401 {
  max-width: 401px !important;
}

.h-px-401 {
  height: 401px !important;
}

.w-px-401 {
  width: 401px !important;
}

.min-h-402 {
  min-height: 402px !important;
}

.max-h-402 {
  max-height: 402px !important;
}

.min-w-402 {
  min-width: 402px !important;
}

.max-w-402 {
  max-width: 402px !important;
}

.h-px-402 {
  height: 402px !important;
}

.w-px-402 {
  width: 402px !important;
}

.min-h-403 {
  min-height: 403px !important;
}

.max-h-403 {
  max-height: 403px !important;
}

.min-w-403 {
  min-width: 403px !important;
}

.max-w-403 {
  max-width: 403px !important;
}

.h-px-403 {
  height: 403px !important;
}

.w-px-403 {
  width: 403px !important;
}

.min-h-404 {
  min-height: 404px !important;
}

.max-h-404 {
  max-height: 404px !important;
}

.min-w-404 {
  min-width: 404px !important;
}

.max-w-404 {
  max-width: 404px !important;
}

.h-px-404 {
  height: 404px !important;
}

.w-px-404 {
  width: 404px !important;
}

.min-h-405 {
  min-height: 405px !important;
}

.max-h-405 {
  max-height: 405px !important;
}

.min-w-405 {
  min-width: 405px !important;
}

.max-w-405 {
  max-width: 405px !important;
}

.h-px-405 {
  height: 405px !important;
}

.w-px-405 {
  width: 405px !important;
}

.min-h-406 {
  min-height: 406px !important;
}

.max-h-406 {
  max-height: 406px !important;
}

.min-w-406 {
  min-width: 406px !important;
}

.max-w-406 {
  max-width: 406px !important;
}

.h-px-406 {
  height: 406px !important;
}

.w-px-406 {
  width: 406px !important;
}

.min-h-407 {
  min-height: 407px !important;
}

.max-h-407 {
  max-height: 407px !important;
}

.min-w-407 {
  min-width: 407px !important;
}

.max-w-407 {
  max-width: 407px !important;
}

.h-px-407 {
  height: 407px !important;
}

.w-px-407 {
  width: 407px !important;
}

.min-h-408 {
  min-height: 408px !important;
}

.max-h-408 {
  max-height: 408px !important;
}

.min-w-408 {
  min-width: 408px !important;
}

.max-w-408 {
  max-width: 408px !important;
}

.h-px-408 {
  height: 408px !important;
}

.w-px-408 {
  width: 408px !important;
}

.min-h-409 {
  min-height: 409px !important;
}

.max-h-409 {
  max-height: 409px !important;
}

.min-w-409 {
  min-width: 409px !important;
}

.max-w-409 {
  max-width: 409px !important;
}

.h-px-409 {
  height: 409px !important;
}

.w-px-409 {
  width: 409px !important;
}

.min-h-410 {
  min-height: 410px !important;
}

.max-h-410 {
  max-height: 410px !important;
}

.min-w-410 {
  min-width: 410px !important;
}

.max-w-410 {
  max-width: 410px !important;
}

.h-px-410 {
  height: 410px !important;
}

.w-px-410 {
  width: 410px !important;
}

.min-h-411 {
  min-height: 411px !important;
}

.max-h-411 {
  max-height: 411px !important;
}

.min-w-411 {
  min-width: 411px !important;
}

.max-w-411 {
  max-width: 411px !important;
}

.h-px-411 {
  height: 411px !important;
}

.w-px-411 {
  width: 411px !important;
}

.min-h-412 {
  min-height: 412px !important;
}

.max-h-412 {
  max-height: 412px !important;
}

.min-w-412 {
  min-width: 412px !important;
}

.max-w-412 {
  max-width: 412px !important;
}

.h-px-412 {
  height: 412px !important;
}

.w-px-412 {
  width: 412px !important;
}

.min-h-413 {
  min-height: 413px !important;
}

.max-h-413 {
  max-height: 413px !important;
}

.min-w-413 {
  min-width: 413px !important;
}

.max-w-413 {
  max-width: 413px !important;
}

.h-px-413 {
  height: 413px !important;
}

.w-px-413 {
  width: 413px !important;
}

.min-h-414 {
  min-height: 414px !important;
}

.max-h-414 {
  max-height: 414px !important;
}

.min-w-414 {
  min-width: 414px !important;
}

.max-w-414 {
  max-width: 414px !important;
}

.h-px-414 {
  height: 414px !important;
}

.w-px-414 {
  width: 414px !important;
}

.min-h-415 {
  min-height: 415px !important;
}

.max-h-415 {
  max-height: 415px !important;
}

.min-w-415 {
  min-width: 415px !important;
}

.max-w-415 {
  max-width: 415px !important;
}

.h-px-415 {
  height: 415px !important;
}

.w-px-415 {
  width: 415px !important;
}

.min-h-416 {
  min-height: 416px !important;
}

.max-h-416 {
  max-height: 416px !important;
}

.min-w-416 {
  min-width: 416px !important;
}

.max-w-416 {
  max-width: 416px !important;
}

.h-px-416 {
  height: 416px !important;
}

.w-px-416 {
  width: 416px !important;
}

.min-h-417 {
  min-height: 417px !important;
}

.max-h-417 {
  max-height: 417px !important;
}

.min-w-417 {
  min-width: 417px !important;
}

.max-w-417 {
  max-width: 417px !important;
}

.h-px-417 {
  height: 417px !important;
}

.w-px-417 {
  width: 417px !important;
}

.min-h-418 {
  min-height: 418px !important;
}

.max-h-418 {
  max-height: 418px !important;
}

.min-w-418 {
  min-width: 418px !important;
}

.max-w-418 {
  max-width: 418px !important;
}

.h-px-418 {
  height: 418px !important;
}

.w-px-418 {
  width: 418px !important;
}

.min-h-419 {
  min-height: 419px !important;
}

.max-h-419 {
  max-height: 419px !important;
}

.min-w-419 {
  min-width: 419px !important;
}

.max-w-419 {
  max-width: 419px !important;
}

.h-px-419 {
  height: 419px !important;
}

.w-px-419 {
  width: 419px !important;
}

.min-h-420 {
  min-height: 420px !important;
}

.max-h-420 {
  max-height: 420px !important;
}

.min-w-420 {
  min-width: 420px !important;
}

.max-w-420 {
  max-width: 420px !important;
}

.h-px-420 {
  height: 420px !important;
}

.w-px-420 {
  width: 420px !important;
}

.min-h-421 {
  min-height: 421px !important;
}

.max-h-421 {
  max-height: 421px !important;
}

.min-w-421 {
  min-width: 421px !important;
}

.max-w-421 {
  max-width: 421px !important;
}

.h-px-421 {
  height: 421px !important;
}

.w-px-421 {
  width: 421px !important;
}

.min-h-422 {
  min-height: 422px !important;
}

.max-h-422 {
  max-height: 422px !important;
}

.min-w-422 {
  min-width: 422px !important;
}

.max-w-422 {
  max-width: 422px !important;
}

.h-px-422 {
  height: 422px !important;
}

.w-px-422 {
  width: 422px !important;
}

.min-h-423 {
  min-height: 423px !important;
}

.max-h-423 {
  max-height: 423px !important;
}

.min-w-423 {
  min-width: 423px !important;
}

.max-w-423 {
  max-width: 423px !important;
}

.h-px-423 {
  height: 423px !important;
}

.w-px-423 {
  width: 423px !important;
}

.min-h-424 {
  min-height: 424px !important;
}

.max-h-424 {
  max-height: 424px !important;
}

.min-w-424 {
  min-width: 424px !important;
}

.max-w-424 {
  max-width: 424px !important;
}

.h-px-424 {
  height: 424px !important;
}

.w-px-424 {
  width: 424px !important;
}

.min-h-425 {
  min-height: 425px !important;
}

.max-h-425 {
  max-height: 425px !important;
}

.min-w-425 {
  min-width: 425px !important;
}

.max-w-425 {
  max-width: 425px !important;
}

.h-px-425 {
  height: 425px !important;
}

.w-px-425 {
  width: 425px !important;
}

.min-h-426 {
  min-height: 426px !important;
}

.max-h-426 {
  max-height: 426px !important;
}

.min-w-426 {
  min-width: 426px !important;
}

.max-w-426 {
  max-width: 426px !important;
}

.h-px-426 {
  height: 426px !important;
}

.w-px-426 {
  width: 426px !important;
}

.min-h-427 {
  min-height: 427px !important;
}

.max-h-427 {
  max-height: 427px !important;
}

.min-w-427 {
  min-width: 427px !important;
}

.max-w-427 {
  max-width: 427px !important;
}

.h-px-427 {
  height: 427px !important;
}

.w-px-427 {
  width: 427px !important;
}

.min-h-428 {
  min-height: 428px !important;
}

.max-h-428 {
  max-height: 428px !important;
}

.min-w-428 {
  min-width: 428px !important;
}

.max-w-428 {
  max-width: 428px !important;
}

.h-px-428 {
  height: 428px !important;
}

.w-px-428 {
  width: 428px !important;
}

.min-h-429 {
  min-height: 429px !important;
}

.max-h-429 {
  max-height: 429px !important;
}

.min-w-429 {
  min-width: 429px !important;
}

.max-w-429 {
  max-width: 429px !important;
}

.h-px-429 {
  height: 429px !important;
}

.w-px-429 {
  width: 429px !important;
}

.min-h-430 {
  min-height: 430px !important;
}

.max-h-430 {
  max-height: 430px !important;
}

.min-w-430 {
  min-width: 430px !important;
}

.max-w-430 {
  max-width: 430px !important;
}

.h-px-430 {
  height: 430px !important;
}

.w-px-430 {
  width: 430px !important;
}

.min-h-431 {
  min-height: 431px !important;
}

.max-h-431 {
  max-height: 431px !important;
}

.min-w-431 {
  min-width: 431px !important;
}

.max-w-431 {
  max-width: 431px !important;
}

.h-px-431 {
  height: 431px !important;
}

.w-px-431 {
  width: 431px !important;
}

.min-h-432 {
  min-height: 432px !important;
}

.max-h-432 {
  max-height: 432px !important;
}

.min-w-432 {
  min-width: 432px !important;
}

.max-w-432 {
  max-width: 432px !important;
}

.h-px-432 {
  height: 432px !important;
}

.w-px-432 {
  width: 432px !important;
}

.min-h-433 {
  min-height: 433px !important;
}

.max-h-433 {
  max-height: 433px !important;
}

.min-w-433 {
  min-width: 433px !important;
}

.max-w-433 {
  max-width: 433px !important;
}

.h-px-433 {
  height: 433px !important;
}

.w-px-433 {
  width: 433px !important;
}

.min-h-434 {
  min-height: 434px !important;
}

.max-h-434 {
  max-height: 434px !important;
}

.min-w-434 {
  min-width: 434px !important;
}

.max-w-434 {
  max-width: 434px !important;
}

.h-px-434 {
  height: 434px !important;
}

.w-px-434 {
  width: 434px !important;
}

.min-h-435 {
  min-height: 435px !important;
}

.max-h-435 {
  max-height: 435px !important;
}

.min-w-435 {
  min-width: 435px !important;
}

.max-w-435 {
  max-width: 435px !important;
}

.h-px-435 {
  height: 435px !important;
}

.w-px-435 {
  width: 435px !important;
}

.min-h-436 {
  min-height: 436px !important;
}

.max-h-436 {
  max-height: 436px !important;
}

.min-w-436 {
  min-width: 436px !important;
}

.max-w-436 {
  max-width: 436px !important;
}

.h-px-436 {
  height: 436px !important;
}

.w-px-436 {
  width: 436px !important;
}

.min-h-437 {
  min-height: 437px !important;
}

.max-h-437 {
  max-height: 437px !important;
}

.min-w-437 {
  min-width: 437px !important;
}

.max-w-437 {
  max-width: 437px !important;
}

.h-px-437 {
  height: 437px !important;
}

.w-px-437 {
  width: 437px !important;
}

.min-h-438 {
  min-height: 438px !important;
}

.max-h-438 {
  max-height: 438px !important;
}

.min-w-438 {
  min-width: 438px !important;
}

.max-w-438 {
  max-width: 438px !important;
}

.h-px-438 {
  height: 438px !important;
}

.w-px-438 {
  width: 438px !important;
}

.min-h-439 {
  min-height: 439px !important;
}

.max-h-439 {
  max-height: 439px !important;
}

.min-w-439 {
  min-width: 439px !important;
}

.max-w-439 {
  max-width: 439px !important;
}

.h-px-439 {
  height: 439px !important;
}

.w-px-439 {
  width: 439px !important;
}

.min-h-440 {
  min-height: 440px !important;
}

.max-h-440 {
  max-height: 440px !important;
}

.min-w-440 {
  min-width: 440px !important;
}

.max-w-440 {
  max-width: 440px !important;
}

.h-px-440 {
  height: 440px !important;
}

.w-px-440 {
  width: 440px !important;
}

.min-h-441 {
  min-height: 441px !important;
}

.max-h-441 {
  max-height: 441px !important;
}

.min-w-441 {
  min-width: 441px !important;
}

.max-w-441 {
  max-width: 441px !important;
}

.h-px-441 {
  height: 441px !important;
}

.w-px-441 {
  width: 441px !important;
}

.min-h-442 {
  min-height: 442px !important;
}

.max-h-442 {
  max-height: 442px !important;
}

.min-w-442 {
  min-width: 442px !important;
}

.max-w-442 {
  max-width: 442px !important;
}

.h-px-442 {
  height: 442px !important;
}

.w-px-442 {
  width: 442px !important;
}

.min-h-443 {
  min-height: 443px !important;
}

.max-h-443 {
  max-height: 443px !important;
}

.min-w-443 {
  min-width: 443px !important;
}

.max-w-443 {
  max-width: 443px !important;
}

.h-px-443 {
  height: 443px !important;
}

.w-px-443 {
  width: 443px !important;
}

.min-h-444 {
  min-height: 444px !important;
}

.max-h-444 {
  max-height: 444px !important;
}

.min-w-444 {
  min-width: 444px !important;
}

.max-w-444 {
  max-width: 444px !important;
}

.h-px-444 {
  height: 444px !important;
}

.w-px-444 {
  width: 444px !important;
}

.min-h-445 {
  min-height: 445px !important;
}

.max-h-445 {
  max-height: 445px !important;
}

.min-w-445 {
  min-width: 445px !important;
}

.max-w-445 {
  max-width: 445px !important;
}

.h-px-445 {
  height: 445px !important;
}

.w-px-445 {
  width: 445px !important;
}

.min-h-446 {
  min-height: 446px !important;
}

.max-h-446 {
  max-height: 446px !important;
}

.min-w-446 {
  min-width: 446px !important;
}

.max-w-446 {
  max-width: 446px !important;
}

.h-px-446 {
  height: 446px !important;
}

.w-px-446 {
  width: 446px !important;
}

.min-h-447 {
  min-height: 447px !important;
}

.max-h-447 {
  max-height: 447px !important;
}

.min-w-447 {
  min-width: 447px !important;
}

.max-w-447 {
  max-width: 447px !important;
}

.h-px-447 {
  height: 447px !important;
}

.w-px-447 {
  width: 447px !important;
}

.min-h-448 {
  min-height: 448px !important;
}

.max-h-448 {
  max-height: 448px !important;
}

.min-w-448 {
  min-width: 448px !important;
}

.max-w-448 {
  max-width: 448px !important;
}

.h-px-448 {
  height: 448px !important;
}

.w-px-448 {
  width: 448px !important;
}

.min-h-449 {
  min-height: 449px !important;
}

.max-h-449 {
  max-height: 449px !important;
}

.min-w-449 {
  min-width: 449px !important;
}

.max-w-449 {
  max-width: 449px !important;
}

.h-px-449 {
  height: 449px !important;
}

.w-px-449 {
  width: 449px !important;
}

.min-h-450 {
  min-height: 450px !important;
}

.max-h-450 {
  max-height: 450px !important;
}

.min-w-450 {
  min-width: 450px !important;
}

.max-w-450 {
  max-width: 450px !important;
}

.h-px-450 {
  height: 450px !important;
}

.w-px-450 {
  width: 450px !important;
}

.min-h-451 {
  min-height: 451px !important;
}

.max-h-451 {
  max-height: 451px !important;
}

.min-w-451 {
  min-width: 451px !important;
}

.max-w-451 {
  max-width: 451px !important;
}

.h-px-451 {
  height: 451px !important;
}

.w-px-451 {
  width: 451px !important;
}

.min-h-452 {
  min-height: 452px !important;
}

.max-h-452 {
  max-height: 452px !important;
}

.min-w-452 {
  min-width: 452px !important;
}

.max-w-452 {
  max-width: 452px !important;
}

.h-px-452 {
  height: 452px !important;
}

.w-px-452 {
  width: 452px !important;
}

.min-h-453 {
  min-height: 453px !important;
}

.max-h-453 {
  max-height: 453px !important;
}

.min-w-453 {
  min-width: 453px !important;
}

.max-w-453 {
  max-width: 453px !important;
}

.h-px-453 {
  height: 453px !important;
}

.w-px-453 {
  width: 453px !important;
}

.min-h-454 {
  min-height: 454px !important;
}

.max-h-454 {
  max-height: 454px !important;
}

.min-w-454 {
  min-width: 454px !important;
}

.max-w-454 {
  max-width: 454px !important;
}

.h-px-454 {
  height: 454px !important;
}

.w-px-454 {
  width: 454px !important;
}

.min-h-455 {
  min-height: 455px !important;
}

.max-h-455 {
  max-height: 455px !important;
}

.min-w-455 {
  min-width: 455px !important;
}

.max-w-455 {
  max-width: 455px !important;
}

.h-px-455 {
  height: 455px !important;
}

.w-px-455 {
  width: 455px !important;
}

.min-h-456 {
  min-height: 456px !important;
}

.max-h-456 {
  max-height: 456px !important;
}

.min-w-456 {
  min-width: 456px !important;
}

.max-w-456 {
  max-width: 456px !important;
}

.h-px-456 {
  height: 456px !important;
}

.w-px-456 {
  width: 456px !important;
}

.min-h-457 {
  min-height: 457px !important;
}

.max-h-457 {
  max-height: 457px !important;
}

.min-w-457 {
  min-width: 457px !important;
}

.max-w-457 {
  max-width: 457px !important;
}

.h-px-457 {
  height: 457px !important;
}

.w-px-457 {
  width: 457px !important;
}

.min-h-458 {
  min-height: 458px !important;
}

.max-h-458 {
  max-height: 458px !important;
}

.min-w-458 {
  min-width: 458px !important;
}

.max-w-458 {
  max-width: 458px !important;
}

.h-px-458 {
  height: 458px !important;
}

.w-px-458 {
  width: 458px !important;
}

.min-h-459 {
  min-height: 459px !important;
}

.max-h-459 {
  max-height: 459px !important;
}

.min-w-459 {
  min-width: 459px !important;
}

.max-w-459 {
  max-width: 459px !important;
}

.h-px-459 {
  height: 459px !important;
}

.w-px-459 {
  width: 459px !important;
}

.min-h-460 {
  min-height: 460px !important;
}

.max-h-460 {
  max-height: 460px !important;
}

.min-w-460 {
  min-width: 460px !important;
}

.max-w-460 {
  max-width: 460px !important;
}

.h-px-460 {
  height: 460px !important;
}

.w-px-460 {
  width: 460px !important;
}

.min-h-461 {
  min-height: 461px !important;
}

.max-h-461 {
  max-height: 461px !important;
}

.min-w-461 {
  min-width: 461px !important;
}

.max-w-461 {
  max-width: 461px !important;
}

.h-px-461 {
  height: 461px !important;
}

.w-px-461 {
  width: 461px !important;
}

.min-h-462 {
  min-height: 462px !important;
}

.max-h-462 {
  max-height: 462px !important;
}

.min-w-462 {
  min-width: 462px !important;
}

.max-w-462 {
  max-width: 462px !important;
}

.h-px-462 {
  height: 462px !important;
}

.w-px-462 {
  width: 462px !important;
}

.min-h-463 {
  min-height: 463px !important;
}

.max-h-463 {
  max-height: 463px !important;
}

.min-w-463 {
  min-width: 463px !important;
}

.max-w-463 {
  max-width: 463px !important;
}

.h-px-463 {
  height: 463px !important;
}

.w-px-463 {
  width: 463px !important;
}

.min-h-464 {
  min-height: 464px !important;
}

.max-h-464 {
  max-height: 464px !important;
}

.min-w-464 {
  min-width: 464px !important;
}

.max-w-464 {
  max-width: 464px !important;
}

.h-px-464 {
  height: 464px !important;
}

.w-px-464 {
  width: 464px !important;
}

.min-h-465 {
  min-height: 465px !important;
}

.max-h-465 {
  max-height: 465px !important;
}

.min-w-465 {
  min-width: 465px !important;
}

.max-w-465 {
  max-width: 465px !important;
}

.h-px-465 {
  height: 465px !important;
}

.w-px-465 {
  width: 465px !important;
}

.min-h-466 {
  min-height: 466px !important;
}

.max-h-466 {
  max-height: 466px !important;
}

.min-w-466 {
  min-width: 466px !important;
}

.max-w-466 {
  max-width: 466px !important;
}

.h-px-466 {
  height: 466px !important;
}

.w-px-466 {
  width: 466px !important;
}

.min-h-467 {
  min-height: 467px !important;
}

.max-h-467 {
  max-height: 467px !important;
}

.min-w-467 {
  min-width: 467px !important;
}

.max-w-467 {
  max-width: 467px !important;
}

.h-px-467 {
  height: 467px !important;
}

.w-px-467 {
  width: 467px !important;
}

.min-h-468 {
  min-height: 468px !important;
}

.max-h-468 {
  max-height: 468px !important;
}

.min-w-468 {
  min-width: 468px !important;
}

.max-w-468 {
  max-width: 468px !important;
}

.h-px-468 {
  height: 468px !important;
}

.w-px-468 {
  width: 468px !important;
}

.min-h-469 {
  min-height: 469px !important;
}

.max-h-469 {
  max-height: 469px !important;
}

.min-w-469 {
  min-width: 469px !important;
}

.max-w-469 {
  max-width: 469px !important;
}

.h-px-469 {
  height: 469px !important;
}

.w-px-469 {
  width: 469px !important;
}

.min-h-470 {
  min-height: 470px !important;
}

.max-h-470 {
  max-height: 470px !important;
}

.min-w-470 {
  min-width: 470px !important;
}

.max-w-470 {
  max-width: 470px !important;
}

.h-px-470 {
  height: 470px !important;
}

.w-px-470 {
  width: 470px !important;
}

.min-h-471 {
  min-height: 471px !important;
}

.max-h-471 {
  max-height: 471px !important;
}

.min-w-471 {
  min-width: 471px !important;
}

.max-w-471 {
  max-width: 471px !important;
}

.h-px-471 {
  height: 471px !important;
}

.w-px-471 {
  width: 471px !important;
}

.min-h-472 {
  min-height: 472px !important;
}

.max-h-472 {
  max-height: 472px !important;
}

.min-w-472 {
  min-width: 472px !important;
}

.max-w-472 {
  max-width: 472px !important;
}

.h-px-472 {
  height: 472px !important;
}

.w-px-472 {
  width: 472px !important;
}

.min-h-473 {
  min-height: 473px !important;
}

.max-h-473 {
  max-height: 473px !important;
}

.min-w-473 {
  min-width: 473px !important;
}

.max-w-473 {
  max-width: 473px !important;
}

.h-px-473 {
  height: 473px !important;
}

.w-px-473 {
  width: 473px !important;
}

.min-h-474 {
  min-height: 474px !important;
}

.max-h-474 {
  max-height: 474px !important;
}

.min-w-474 {
  min-width: 474px !important;
}

.max-w-474 {
  max-width: 474px !important;
}

.h-px-474 {
  height: 474px !important;
}

.w-px-474 {
  width: 474px !important;
}

.min-h-475 {
  min-height: 475px !important;
}

.max-h-475 {
  max-height: 475px !important;
}

.min-w-475 {
  min-width: 475px !important;
}

.max-w-475 {
  max-width: 475px !important;
}

.h-px-475 {
  height: 475px !important;
}

.w-px-475 {
  width: 475px !important;
}

.min-h-476 {
  min-height: 476px !important;
}

.max-h-476 {
  max-height: 476px !important;
}

.min-w-476 {
  min-width: 476px !important;
}

.max-w-476 {
  max-width: 476px !important;
}

.h-px-476 {
  height: 476px !important;
}

.w-px-476 {
  width: 476px !important;
}

.min-h-477 {
  min-height: 477px !important;
}

.max-h-477 {
  max-height: 477px !important;
}

.min-w-477 {
  min-width: 477px !important;
}

.max-w-477 {
  max-width: 477px !important;
}

.h-px-477 {
  height: 477px !important;
}

.w-px-477 {
  width: 477px !important;
}

.min-h-478 {
  min-height: 478px !important;
}

.max-h-478 {
  max-height: 478px !important;
}

.min-w-478 {
  min-width: 478px !important;
}

.max-w-478 {
  max-width: 478px !important;
}

.h-px-478 {
  height: 478px !important;
}

.w-px-478 {
  width: 478px !important;
}

.min-h-479 {
  min-height: 479px !important;
}

.max-h-479 {
  max-height: 479px !important;
}

.min-w-479 {
  min-width: 479px !important;
}

.max-w-479 {
  max-width: 479px !important;
}

.h-px-479 {
  height: 479px !important;
}

.w-px-479 {
  width: 479px !important;
}

.min-h-480 {
  min-height: 480px !important;
}

.max-h-480 {
  max-height: 480px !important;
}

.min-w-480 {
  min-width: 480px !important;
}

.max-w-480 {
  max-width: 480px !important;
}

.h-px-480 {
  height: 480px !important;
}

.w-px-480 {
  width: 480px !important;
}

.min-h-481 {
  min-height: 481px !important;
}

.max-h-481 {
  max-height: 481px !important;
}

.min-w-481 {
  min-width: 481px !important;
}

.max-w-481 {
  max-width: 481px !important;
}

.h-px-481 {
  height: 481px !important;
}

.w-px-481 {
  width: 481px !important;
}

.min-h-482 {
  min-height: 482px !important;
}

.max-h-482 {
  max-height: 482px !important;
}

.min-w-482 {
  min-width: 482px !important;
}

.max-w-482 {
  max-width: 482px !important;
}

.h-px-482 {
  height: 482px !important;
}

.w-px-482 {
  width: 482px !important;
}

.min-h-483 {
  min-height: 483px !important;
}

.max-h-483 {
  max-height: 483px !important;
}

.min-w-483 {
  min-width: 483px !important;
}

.max-w-483 {
  max-width: 483px !important;
}

.h-px-483 {
  height: 483px !important;
}

.w-px-483 {
  width: 483px !important;
}

.min-h-484 {
  min-height: 484px !important;
}

.max-h-484 {
  max-height: 484px !important;
}

.min-w-484 {
  min-width: 484px !important;
}

.max-w-484 {
  max-width: 484px !important;
}

.h-px-484 {
  height: 484px !important;
}

.w-px-484 {
  width: 484px !important;
}

.min-h-485 {
  min-height: 485px !important;
}

.max-h-485 {
  max-height: 485px !important;
}

.min-w-485 {
  min-width: 485px !important;
}

.max-w-485 {
  max-width: 485px !important;
}

.h-px-485 {
  height: 485px !important;
}

.w-px-485 {
  width: 485px !important;
}

.min-h-486 {
  min-height: 486px !important;
}

.max-h-486 {
  max-height: 486px !important;
}

.min-w-486 {
  min-width: 486px !important;
}

.max-w-486 {
  max-width: 486px !important;
}

.h-px-486 {
  height: 486px !important;
}

.w-px-486 {
  width: 486px !important;
}

.min-h-487 {
  min-height: 487px !important;
}

.max-h-487 {
  max-height: 487px !important;
}

.min-w-487 {
  min-width: 487px !important;
}

.max-w-487 {
  max-width: 487px !important;
}

.h-px-487 {
  height: 487px !important;
}

.w-px-487 {
  width: 487px !important;
}

.min-h-488 {
  min-height: 488px !important;
}

.max-h-488 {
  max-height: 488px !important;
}

.min-w-488 {
  min-width: 488px !important;
}

.max-w-488 {
  max-width: 488px !important;
}

.h-px-488 {
  height: 488px !important;
}

.w-px-488 {
  width: 488px !important;
}

.min-h-489 {
  min-height: 489px !important;
}

.max-h-489 {
  max-height: 489px !important;
}

.min-w-489 {
  min-width: 489px !important;
}

.max-w-489 {
  max-width: 489px !important;
}

.h-px-489 {
  height: 489px !important;
}

.w-px-489 {
  width: 489px !important;
}

.min-h-490 {
  min-height: 490px !important;
}

.max-h-490 {
  max-height: 490px !important;
}

.min-w-490 {
  min-width: 490px !important;
}

.max-w-490 {
  max-width: 490px !important;
}

.h-px-490 {
  height: 490px !important;
}

.w-px-490 {
  width: 490px !important;
}

.min-h-491 {
  min-height: 491px !important;
}

.max-h-491 {
  max-height: 491px !important;
}

.min-w-491 {
  min-width: 491px !important;
}

.max-w-491 {
  max-width: 491px !important;
}

.h-px-491 {
  height: 491px !important;
}

.w-px-491 {
  width: 491px !important;
}

.min-h-492 {
  min-height: 492px !important;
}

.max-h-492 {
  max-height: 492px !important;
}

.min-w-492 {
  min-width: 492px !important;
}

.max-w-492 {
  max-width: 492px !important;
}

.h-px-492 {
  height: 492px !important;
}

.w-px-492 {
  width: 492px !important;
}

.min-h-493 {
  min-height: 493px !important;
}

.max-h-493 {
  max-height: 493px !important;
}

.min-w-493 {
  min-width: 493px !important;
}

.max-w-493 {
  max-width: 493px !important;
}

.h-px-493 {
  height: 493px !important;
}

.w-px-493 {
  width: 493px !important;
}

.min-h-494 {
  min-height: 494px !important;
}

.max-h-494 {
  max-height: 494px !important;
}

.min-w-494 {
  min-width: 494px !important;
}

.max-w-494 {
  max-width: 494px !important;
}

.h-px-494 {
  height: 494px !important;
}

.w-px-494 {
  width: 494px !important;
}

.min-h-495 {
  min-height: 495px !important;
}

.max-h-495 {
  max-height: 495px !important;
}

.min-w-495 {
  min-width: 495px !important;
}

.max-w-495 {
  max-width: 495px !important;
}

.h-px-495 {
  height: 495px !important;
}

.w-px-495 {
  width: 495px !important;
}

.min-h-496 {
  min-height: 496px !important;
}

.max-h-496 {
  max-height: 496px !important;
}

.min-w-496 {
  min-width: 496px !important;
}

.max-w-496 {
  max-width: 496px !important;
}

.h-px-496 {
  height: 496px !important;
}

.w-px-496 {
  width: 496px !important;
}

.min-h-497 {
  min-height: 497px !important;
}

.max-h-497 {
  max-height: 497px !important;
}

.min-w-497 {
  min-width: 497px !important;
}

.max-w-497 {
  max-width: 497px !important;
}

.h-px-497 {
  height: 497px !important;
}

.w-px-497 {
  width: 497px !important;
}

.min-h-498 {
  min-height: 498px !important;
}

.max-h-498 {
  max-height: 498px !important;
}

.min-w-498 {
  min-width: 498px !important;
}

.max-w-498 {
  max-width: 498px !important;
}

.h-px-498 {
  height: 498px !important;
}

.w-px-498 {
  width: 498px !important;
}

.min-h-499 {
  min-height: 499px !important;
}

.max-h-499 {
  max-height: 499px !important;
}

.min-w-499 {
  min-width: 499px !important;
}

.max-w-499 {
  max-width: 499px !important;
}

.h-px-499 {
  height: 499px !important;
}

.w-px-499 {
  width: 499px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.max-h-500 {
  max-height: 500px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.h-px-500 {
  height: 500px !important;
}

.w-px-500 {
  width: 500px !important;
}

.min-h-501 {
  min-height: 501px !important;
}

.max-h-501 {
  max-height: 501px !important;
}

.min-w-501 {
  min-width: 501px !important;
}

.max-w-501 {
  max-width: 501px !important;
}

.h-px-501 {
  height: 501px !important;
}

.w-px-501 {
  width: 501px !important;
}

.min-h-502 {
  min-height: 502px !important;
}

.max-h-502 {
  max-height: 502px !important;
}

.min-w-502 {
  min-width: 502px !important;
}

.max-w-502 {
  max-width: 502px !important;
}

.h-px-502 {
  height: 502px !important;
}

.w-px-502 {
  width: 502px !important;
}

.min-h-503 {
  min-height: 503px !important;
}

.max-h-503 {
  max-height: 503px !important;
}

.min-w-503 {
  min-width: 503px !important;
}

.max-w-503 {
  max-width: 503px !important;
}

.h-px-503 {
  height: 503px !important;
}

.w-px-503 {
  width: 503px !important;
}

.min-h-504 {
  min-height: 504px !important;
}

.max-h-504 {
  max-height: 504px !important;
}

.min-w-504 {
  min-width: 504px !important;
}

.max-w-504 {
  max-width: 504px !important;
}

.h-px-504 {
  height: 504px !important;
}

.w-px-504 {
  width: 504px !important;
}

.min-h-505 {
  min-height: 505px !important;
}

.max-h-505 {
  max-height: 505px !important;
}

.min-w-505 {
  min-width: 505px !important;
}

.max-w-505 {
  max-width: 505px !important;
}

.h-px-505 {
  height: 505px !important;
}

.w-px-505 {
  width: 505px !important;
}

.min-h-506 {
  min-height: 506px !important;
}

.max-h-506 {
  max-height: 506px !important;
}

.min-w-506 {
  min-width: 506px !important;
}

.max-w-506 {
  max-width: 506px !important;
}

.h-px-506 {
  height: 506px !important;
}

.w-px-506 {
  width: 506px !important;
}

.min-h-507 {
  min-height: 507px !important;
}

.max-h-507 {
  max-height: 507px !important;
}

.min-w-507 {
  min-width: 507px !important;
}

.max-w-507 {
  max-width: 507px !important;
}

.h-px-507 {
  height: 507px !important;
}

.w-px-507 {
  width: 507px !important;
}

.min-h-508 {
  min-height: 508px !important;
}

.max-h-508 {
  max-height: 508px !important;
}

.min-w-508 {
  min-width: 508px !important;
}

.max-w-508 {
  max-width: 508px !important;
}

.h-px-508 {
  height: 508px !important;
}

.w-px-508 {
  width: 508px !important;
}

.min-h-509 {
  min-height: 509px !important;
}

.max-h-509 {
  max-height: 509px !important;
}

.min-w-509 {
  min-width: 509px !important;
}

.max-w-509 {
  max-width: 509px !important;
}

.h-px-509 {
  height: 509px !important;
}

.w-px-509 {
  width: 509px !important;
}

.min-h-510 {
  min-height: 510px !important;
}

.max-h-510 {
  max-height: 510px !important;
}

.min-w-510 {
  min-width: 510px !important;
}

.max-w-510 {
  max-width: 510px !important;
}

.h-px-510 {
  height: 510px !important;
}

.w-px-510 {
  width: 510px !important;
}

.min-h-511 {
  min-height: 511px !important;
}

.max-h-511 {
  max-height: 511px !important;
}

.min-w-511 {
  min-width: 511px !important;
}

.max-w-511 {
  max-width: 511px !important;
}

.h-px-511 {
  height: 511px !important;
}

.w-px-511 {
  width: 511px !important;
}

.min-h-512 {
  min-height: 512px !important;
}

.max-h-512 {
  max-height: 512px !important;
}

.min-w-512 {
  min-width: 512px !important;
}

.max-w-512 {
  max-width: 512px !important;
}

.h-px-512 {
  height: 512px !important;
}

.w-px-512 {
  width: 512px !important;
}

.min-h-513 {
  min-height: 513px !important;
}

.max-h-513 {
  max-height: 513px !important;
}

.min-w-513 {
  min-width: 513px !important;
}

.max-w-513 {
  max-width: 513px !important;
}

.h-px-513 {
  height: 513px !important;
}

.w-px-513 {
  width: 513px !important;
}

.min-h-514 {
  min-height: 514px !important;
}

.max-h-514 {
  max-height: 514px !important;
}

.min-w-514 {
  min-width: 514px !important;
}

.max-w-514 {
  max-width: 514px !important;
}

.h-px-514 {
  height: 514px !important;
}

.w-px-514 {
  width: 514px !important;
}

.min-h-515 {
  min-height: 515px !important;
}

.max-h-515 {
  max-height: 515px !important;
}

.min-w-515 {
  min-width: 515px !important;
}

.max-w-515 {
  max-width: 515px !important;
}

.h-px-515 {
  height: 515px !important;
}

.w-px-515 {
  width: 515px !important;
}

.min-h-516 {
  min-height: 516px !important;
}

.max-h-516 {
  max-height: 516px !important;
}

.min-w-516 {
  min-width: 516px !important;
}

.max-w-516 {
  max-width: 516px !important;
}

.h-px-516 {
  height: 516px !important;
}

.w-px-516 {
  width: 516px !important;
}

.min-h-517 {
  min-height: 517px !important;
}

.max-h-517 {
  max-height: 517px !important;
}

.min-w-517 {
  min-width: 517px !important;
}

.max-w-517 {
  max-width: 517px !important;
}

.h-px-517 {
  height: 517px !important;
}

.w-px-517 {
  width: 517px !important;
}

.min-h-518 {
  min-height: 518px !important;
}

.max-h-518 {
  max-height: 518px !important;
}

.min-w-518 {
  min-width: 518px !important;
}

.max-w-518 {
  max-width: 518px !important;
}

.h-px-518 {
  height: 518px !important;
}

.w-px-518 {
  width: 518px !important;
}

.min-h-519 {
  min-height: 519px !important;
}

.max-h-519 {
  max-height: 519px !important;
}

.min-w-519 {
  min-width: 519px !important;
}

.max-w-519 {
  max-width: 519px !important;
}

.h-px-519 {
  height: 519px !important;
}

.w-px-519 {
  width: 519px !important;
}

.min-h-520 {
  min-height: 520px !important;
}

.max-h-520 {
  max-height: 520px !important;
}

.min-w-520 {
  min-width: 520px !important;
}

.max-w-520 {
  max-width: 520px !important;
}

.h-px-520 {
  height: 520px !important;
}

.w-px-520 {
  width: 520px !important;
}

.min-h-521 {
  min-height: 521px !important;
}

.max-h-521 {
  max-height: 521px !important;
}

.min-w-521 {
  min-width: 521px !important;
}

.max-w-521 {
  max-width: 521px !important;
}

.h-px-521 {
  height: 521px !important;
}

.w-px-521 {
  width: 521px !important;
}

.min-h-522 {
  min-height: 522px !important;
}

.max-h-522 {
  max-height: 522px !important;
}

.min-w-522 {
  min-width: 522px !important;
}

.max-w-522 {
  max-width: 522px !important;
}

.h-px-522 {
  height: 522px !important;
}

.w-px-522 {
  width: 522px !important;
}

.min-h-523 {
  min-height: 523px !important;
}

.max-h-523 {
  max-height: 523px !important;
}

.min-w-523 {
  min-width: 523px !important;
}

.max-w-523 {
  max-width: 523px !important;
}

.h-px-523 {
  height: 523px !important;
}

.w-px-523 {
  width: 523px !important;
}

.min-h-524 {
  min-height: 524px !important;
}

.max-h-524 {
  max-height: 524px !important;
}

.min-w-524 {
  min-width: 524px !important;
}

.max-w-524 {
  max-width: 524px !important;
}

.h-px-524 {
  height: 524px !important;
}

.w-px-524 {
  width: 524px !important;
}

.min-h-525 {
  min-height: 525px !important;
}

.max-h-525 {
  max-height: 525px !important;
}

.min-w-525 {
  min-width: 525px !important;
}

.max-w-525 {
  max-width: 525px !important;
}

.h-px-525 {
  height: 525px !important;
}

.w-px-525 {
  width: 525px !important;
}

.min-h-526 {
  min-height: 526px !important;
}

.max-h-526 {
  max-height: 526px !important;
}

.min-w-526 {
  min-width: 526px !important;
}

.max-w-526 {
  max-width: 526px !important;
}

.h-px-526 {
  height: 526px !important;
}

.w-px-526 {
  width: 526px !important;
}

.min-h-527 {
  min-height: 527px !important;
}

.max-h-527 {
  max-height: 527px !important;
}

.min-w-527 {
  min-width: 527px !important;
}

.max-w-527 {
  max-width: 527px !important;
}

.h-px-527 {
  height: 527px !important;
}

.w-px-527 {
  width: 527px !important;
}

.min-h-528 {
  min-height: 528px !important;
}

.max-h-528 {
  max-height: 528px !important;
}

.min-w-528 {
  min-width: 528px !important;
}

.max-w-528 {
  max-width: 528px !important;
}

.h-px-528 {
  height: 528px !important;
}

.w-px-528 {
  width: 528px !important;
}

.min-h-529 {
  min-height: 529px !important;
}

.max-h-529 {
  max-height: 529px !important;
}

.min-w-529 {
  min-width: 529px !important;
}

.max-w-529 {
  max-width: 529px !important;
}

.h-px-529 {
  height: 529px !important;
}

.w-px-529 {
  width: 529px !important;
}

.min-h-530 {
  min-height: 530px !important;
}

.max-h-530 {
  max-height: 530px !important;
}

.min-w-530 {
  min-width: 530px !important;
}

.max-w-530 {
  max-width: 530px !important;
}

.h-px-530 {
  height: 530px !important;
}

.w-px-530 {
  width: 530px !important;
}

.min-h-531 {
  min-height: 531px !important;
}

.max-h-531 {
  max-height: 531px !important;
}

.min-w-531 {
  min-width: 531px !important;
}

.max-w-531 {
  max-width: 531px !important;
}

.h-px-531 {
  height: 531px !important;
}

.w-px-531 {
  width: 531px !important;
}

.min-h-532 {
  min-height: 532px !important;
}

.max-h-532 {
  max-height: 532px !important;
}

.min-w-532 {
  min-width: 532px !important;
}

.max-w-532 {
  max-width: 532px !important;
}

.h-px-532 {
  height: 532px !important;
}

.w-px-532 {
  width: 532px !important;
}

.min-h-533 {
  min-height: 533px !important;
}

.max-h-533 {
  max-height: 533px !important;
}

.min-w-533 {
  min-width: 533px !important;
}

.max-w-533 {
  max-width: 533px !important;
}

.h-px-533 {
  height: 533px !important;
}

.w-px-533 {
  width: 533px !important;
}

.min-h-534 {
  min-height: 534px !important;
}

.max-h-534 {
  max-height: 534px !important;
}

.min-w-534 {
  min-width: 534px !important;
}

.max-w-534 {
  max-width: 534px !important;
}

.h-px-534 {
  height: 534px !important;
}

.w-px-534 {
  width: 534px !important;
}

.min-h-535 {
  min-height: 535px !important;
}

.max-h-535 {
  max-height: 535px !important;
}

.min-w-535 {
  min-width: 535px !important;
}

.max-w-535 {
  max-width: 535px !important;
}

.h-px-535 {
  height: 535px !important;
}

.w-px-535 {
  width: 535px !important;
}

.min-h-536 {
  min-height: 536px !important;
}

.max-h-536 {
  max-height: 536px !important;
}

.min-w-536 {
  min-width: 536px !important;
}

.max-w-536 {
  max-width: 536px !important;
}

.h-px-536 {
  height: 536px !important;
}

.w-px-536 {
  width: 536px !important;
}

.min-h-537 {
  min-height: 537px !important;
}

.max-h-537 {
  max-height: 537px !important;
}

.min-w-537 {
  min-width: 537px !important;
}

.max-w-537 {
  max-width: 537px !important;
}

.h-px-537 {
  height: 537px !important;
}

.w-px-537 {
  width: 537px !important;
}

.min-h-538 {
  min-height: 538px !important;
}

.max-h-538 {
  max-height: 538px !important;
}

.min-w-538 {
  min-width: 538px !important;
}

.max-w-538 {
  max-width: 538px !important;
}

.h-px-538 {
  height: 538px !important;
}

.w-px-538 {
  width: 538px !important;
}

.min-h-539 {
  min-height: 539px !important;
}

.max-h-539 {
  max-height: 539px !important;
}

.min-w-539 {
  min-width: 539px !important;
}

.max-w-539 {
  max-width: 539px !important;
}

.h-px-539 {
  height: 539px !important;
}

.w-px-539 {
  width: 539px !important;
}

.min-h-540 {
  min-height: 540px !important;
}

.max-h-540 {
  max-height: 540px !important;
}

.min-w-540 {
  min-width: 540px !important;
}

.max-w-540 {
  max-width: 540px !important;
}

.h-px-540 {
  height: 540px !important;
}

.w-px-540 {
  width: 540px !important;
}

.min-h-541 {
  min-height: 541px !important;
}

.max-h-541 {
  max-height: 541px !important;
}

.min-w-541 {
  min-width: 541px !important;
}

.max-w-541 {
  max-width: 541px !important;
}

.h-px-541 {
  height: 541px !important;
}

.w-px-541 {
  width: 541px !important;
}

.min-h-542 {
  min-height: 542px !important;
}

.max-h-542 {
  max-height: 542px !important;
}

.min-w-542 {
  min-width: 542px !important;
}

.max-w-542 {
  max-width: 542px !important;
}

.h-px-542 {
  height: 542px !important;
}

.w-px-542 {
  width: 542px !important;
}

.min-h-543 {
  min-height: 543px !important;
}

.max-h-543 {
  max-height: 543px !important;
}

.min-w-543 {
  min-width: 543px !important;
}

.max-w-543 {
  max-width: 543px !important;
}

.h-px-543 {
  height: 543px !important;
}

.w-px-543 {
  width: 543px !important;
}

.min-h-544 {
  min-height: 544px !important;
}

.max-h-544 {
  max-height: 544px !important;
}

.min-w-544 {
  min-width: 544px !important;
}

.max-w-544 {
  max-width: 544px !important;
}

.h-px-544 {
  height: 544px !important;
}

.w-px-544 {
  width: 544px !important;
}

.min-h-545 {
  min-height: 545px !important;
}

.max-h-545 {
  max-height: 545px !important;
}

.min-w-545 {
  min-width: 545px !important;
}

.max-w-545 {
  max-width: 545px !important;
}

.h-px-545 {
  height: 545px !important;
}

.w-px-545 {
  width: 545px !important;
}

.min-h-546 {
  min-height: 546px !important;
}

.max-h-546 {
  max-height: 546px !important;
}

.min-w-546 {
  min-width: 546px !important;
}

.max-w-546 {
  max-width: 546px !important;
}

.h-px-546 {
  height: 546px !important;
}

.w-px-546 {
  width: 546px !important;
}

.min-h-547 {
  min-height: 547px !important;
}

.max-h-547 {
  max-height: 547px !important;
}

.min-w-547 {
  min-width: 547px !important;
}

.max-w-547 {
  max-width: 547px !important;
}

.h-px-547 {
  height: 547px !important;
}

.w-px-547 {
  width: 547px !important;
}

.min-h-548 {
  min-height: 548px !important;
}

.max-h-548 {
  max-height: 548px !important;
}

.min-w-548 {
  min-width: 548px !important;
}

.max-w-548 {
  max-width: 548px !important;
}

.h-px-548 {
  height: 548px !important;
}

.w-px-548 {
  width: 548px !important;
}

.min-h-549 {
  min-height: 549px !important;
}

.max-h-549 {
  max-height: 549px !important;
}

.min-w-549 {
  min-width: 549px !important;
}

.max-w-549 {
  max-width: 549px !important;
}

.h-px-549 {
  height: 549px !important;
}

.w-px-549 {
  width: 549px !important;
}

.min-h-550 {
  min-height: 550px !important;
}

.max-h-550 {
  max-height: 550px !important;
}

.min-w-550 {
  min-width: 550px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.h-px-550 {
  height: 550px !important;
}

.w-px-550 {
  width: 550px !important;
}

.min-h-551 {
  min-height: 551px !important;
}

.max-h-551 {
  max-height: 551px !important;
}

.min-w-551 {
  min-width: 551px !important;
}

.max-w-551 {
  max-width: 551px !important;
}

.h-px-551 {
  height: 551px !important;
}

.w-px-551 {
  width: 551px !important;
}

.min-h-552 {
  min-height: 552px !important;
}

.max-h-552 {
  max-height: 552px !important;
}

.min-w-552 {
  min-width: 552px !important;
}

.max-w-552 {
  max-width: 552px !important;
}

.h-px-552 {
  height: 552px !important;
}

.w-px-552 {
  width: 552px !important;
}

.min-h-553 {
  min-height: 553px !important;
}

.max-h-553 {
  max-height: 553px !important;
}

.min-w-553 {
  min-width: 553px !important;
}

.max-w-553 {
  max-width: 553px !important;
}

.h-px-553 {
  height: 553px !important;
}

.w-px-553 {
  width: 553px !important;
}

.min-h-554 {
  min-height: 554px !important;
}

.max-h-554 {
  max-height: 554px !important;
}

.min-w-554 {
  min-width: 554px !important;
}

.max-w-554 {
  max-width: 554px !important;
}

.h-px-554 {
  height: 554px !important;
}

.w-px-554 {
  width: 554px !important;
}

.min-h-555 {
  min-height: 555px !important;
}

.max-h-555 {
  max-height: 555px !important;
}

.min-w-555 {
  min-width: 555px !important;
}

.max-w-555 {
  max-width: 555px !important;
}

.h-px-555 {
  height: 555px !important;
}

.w-px-555 {
  width: 555px !important;
}

.min-h-556 {
  min-height: 556px !important;
}

.max-h-556 {
  max-height: 556px !important;
}

.min-w-556 {
  min-width: 556px !important;
}

.max-w-556 {
  max-width: 556px !important;
}

.h-px-556 {
  height: 556px !important;
}

.w-px-556 {
  width: 556px !important;
}

.min-h-557 {
  min-height: 557px !important;
}

.max-h-557 {
  max-height: 557px !important;
}

.min-w-557 {
  min-width: 557px !important;
}

.max-w-557 {
  max-width: 557px !important;
}

.h-px-557 {
  height: 557px !important;
}

.w-px-557 {
  width: 557px !important;
}

.min-h-558 {
  min-height: 558px !important;
}

.max-h-558 {
  max-height: 558px !important;
}

.min-w-558 {
  min-width: 558px !important;
}

.max-w-558 {
  max-width: 558px !important;
}

.h-px-558 {
  height: 558px !important;
}

.w-px-558 {
  width: 558px !important;
}

.min-h-559 {
  min-height: 559px !important;
}

.max-h-559 {
  max-height: 559px !important;
}

.min-w-559 {
  min-width: 559px !important;
}

.max-w-559 {
  max-width: 559px !important;
}

.h-px-559 {
  height: 559px !important;
}

.w-px-559 {
  width: 559px !important;
}

.min-h-560 {
  min-height: 560px !important;
}

.max-h-560 {
  max-height: 560px !important;
}

.min-w-560 {
  min-width: 560px !important;
}

.max-w-560 {
  max-width: 560px !important;
}

.h-px-560 {
  height: 560px !important;
}

.w-px-560 {
  width: 560px !important;
}

.min-h-561 {
  min-height: 561px !important;
}

.max-h-561 {
  max-height: 561px !important;
}

.min-w-561 {
  min-width: 561px !important;
}

.max-w-561 {
  max-width: 561px !important;
}

.h-px-561 {
  height: 561px !important;
}

.w-px-561 {
  width: 561px !important;
}

.min-h-562 {
  min-height: 562px !important;
}

.max-h-562 {
  max-height: 562px !important;
}

.min-w-562 {
  min-width: 562px !important;
}

.max-w-562 {
  max-width: 562px !important;
}

.h-px-562 {
  height: 562px !important;
}

.w-px-562 {
  width: 562px !important;
}

.min-h-563 {
  min-height: 563px !important;
}

.max-h-563 {
  max-height: 563px !important;
}

.min-w-563 {
  min-width: 563px !important;
}

.max-w-563 {
  max-width: 563px !important;
}

.h-px-563 {
  height: 563px !important;
}

.w-px-563 {
  width: 563px !important;
}

.min-h-564 {
  min-height: 564px !important;
}

.max-h-564 {
  max-height: 564px !important;
}

.min-w-564 {
  min-width: 564px !important;
}

.max-w-564 {
  max-width: 564px !important;
}

.h-px-564 {
  height: 564px !important;
}

.w-px-564 {
  width: 564px !important;
}

.min-h-565 {
  min-height: 565px !important;
}

.max-h-565 {
  max-height: 565px !important;
}

.min-w-565 {
  min-width: 565px !important;
}

.max-w-565 {
  max-width: 565px !important;
}

.h-px-565 {
  height: 565px !important;
}

.w-px-565 {
  width: 565px !important;
}

.min-h-566 {
  min-height: 566px !important;
}

.max-h-566 {
  max-height: 566px !important;
}

.min-w-566 {
  min-width: 566px !important;
}

.max-w-566 {
  max-width: 566px !important;
}

.h-px-566 {
  height: 566px !important;
}

.w-px-566 {
  width: 566px !important;
}

.min-h-567 {
  min-height: 567px !important;
}

.max-h-567 {
  max-height: 567px !important;
}

.min-w-567 {
  min-width: 567px !important;
}

.max-w-567 {
  max-width: 567px !important;
}

.h-px-567 {
  height: 567px !important;
}

.w-px-567 {
  width: 567px !important;
}

.min-h-568 {
  min-height: 568px !important;
}

.max-h-568 {
  max-height: 568px !important;
}

.min-w-568 {
  min-width: 568px !important;
}

.max-w-568 {
  max-width: 568px !important;
}

.h-px-568 {
  height: 568px !important;
}

.w-px-568 {
  width: 568px !important;
}

.min-h-569 {
  min-height: 569px !important;
}

.max-h-569 {
  max-height: 569px !important;
}

.min-w-569 {
  min-width: 569px !important;
}

.max-w-569 {
  max-width: 569px !important;
}

.h-px-569 {
  height: 569px !important;
}

.w-px-569 {
  width: 569px !important;
}

.min-h-570 {
  min-height: 570px !important;
}

.max-h-570 {
  max-height: 570px !important;
}

.min-w-570 {
  min-width: 570px !important;
}

.max-w-570 {
  max-width: 570px !important;
}

.h-px-570 {
  height: 570px !important;
}

.w-px-570 {
  width: 570px !important;
}

.min-h-571 {
  min-height: 571px !important;
}

.max-h-571 {
  max-height: 571px !important;
}

.min-w-571 {
  min-width: 571px !important;
}

.max-w-571 {
  max-width: 571px !important;
}

.h-px-571 {
  height: 571px !important;
}

.w-px-571 {
  width: 571px !important;
}

.min-h-572 {
  min-height: 572px !important;
}

.max-h-572 {
  max-height: 572px !important;
}

.min-w-572 {
  min-width: 572px !important;
}

.max-w-572 {
  max-width: 572px !important;
}

.h-px-572 {
  height: 572px !important;
}

.w-px-572 {
  width: 572px !important;
}

.min-h-573 {
  min-height: 573px !important;
}

.max-h-573 {
  max-height: 573px !important;
}

.min-w-573 {
  min-width: 573px !important;
}

.max-w-573 {
  max-width: 573px !important;
}

.h-px-573 {
  height: 573px !important;
}

.w-px-573 {
  width: 573px !important;
}

.min-h-574 {
  min-height: 574px !important;
}

.max-h-574 {
  max-height: 574px !important;
}

.min-w-574 {
  min-width: 574px !important;
}

.max-w-574 {
  max-width: 574px !important;
}

.h-px-574 {
  height: 574px !important;
}

.w-px-574 {
  width: 574px !important;
}

.min-h-575 {
  min-height: 575px !important;
}

.max-h-575 {
  max-height: 575px !important;
}

.min-w-575 {
  min-width: 575px !important;
}

.max-w-575 {
  max-width: 575px !important;
}

.h-px-575 {
  height: 575px !important;
}

.w-px-575 {
  width: 575px !important;
}

.min-h-576 {
  min-height: 576px !important;
}

.max-h-576 {
  max-height: 576px !important;
}

.min-w-576 {
  min-width: 576px !important;
}

.max-w-576 {
  max-width: 576px !important;
}

.h-px-576 {
  height: 576px !important;
}

.w-px-576 {
  width: 576px !important;
}

.min-h-577 {
  min-height: 577px !important;
}

.max-h-577 {
  max-height: 577px !important;
}

.min-w-577 {
  min-width: 577px !important;
}

.max-w-577 {
  max-width: 577px !important;
}

.h-px-577 {
  height: 577px !important;
}

.w-px-577 {
  width: 577px !important;
}

.min-h-578 {
  min-height: 578px !important;
}

.max-h-578 {
  max-height: 578px !important;
}

.min-w-578 {
  min-width: 578px !important;
}

.max-w-578 {
  max-width: 578px !important;
}

.h-px-578 {
  height: 578px !important;
}

.w-px-578 {
  width: 578px !important;
}

.min-h-579 {
  min-height: 579px !important;
}

.max-h-579 {
  max-height: 579px !important;
}

.min-w-579 {
  min-width: 579px !important;
}

.max-w-579 {
  max-width: 579px !important;
}

.h-px-579 {
  height: 579px !important;
}

.w-px-579 {
  width: 579px !important;
}

.min-h-580 {
  min-height: 580px !important;
}

.max-h-580 {
  max-height: 580px !important;
}

.min-w-580 {
  min-width: 580px !important;
}

.max-w-580 {
  max-width: 580px !important;
}

.h-px-580 {
  height: 580px !important;
}

.w-px-580 {
  width: 580px !important;
}

.min-h-581 {
  min-height: 581px !important;
}

.max-h-581 {
  max-height: 581px !important;
}

.min-w-581 {
  min-width: 581px !important;
}

.max-w-581 {
  max-width: 581px !important;
}

.h-px-581 {
  height: 581px !important;
}

.w-px-581 {
  width: 581px !important;
}

.min-h-582 {
  min-height: 582px !important;
}

.max-h-582 {
  max-height: 582px !important;
}

.min-w-582 {
  min-width: 582px !important;
}

.max-w-582 {
  max-width: 582px !important;
}

.h-px-582 {
  height: 582px !important;
}

.w-px-582 {
  width: 582px !important;
}

.min-h-583 {
  min-height: 583px !important;
}

.max-h-583 {
  max-height: 583px !important;
}

.min-w-583 {
  min-width: 583px !important;
}

.max-w-583 {
  max-width: 583px !important;
}

.h-px-583 {
  height: 583px !important;
}

.w-px-583 {
  width: 583px !important;
}

.min-h-584 {
  min-height: 584px !important;
}

.max-h-584 {
  max-height: 584px !important;
}

.min-w-584 {
  min-width: 584px !important;
}

.max-w-584 {
  max-width: 584px !important;
}

.h-px-584 {
  height: 584px !important;
}

.w-px-584 {
  width: 584px !important;
}

.min-h-585 {
  min-height: 585px !important;
}

.max-h-585 {
  max-height: 585px !important;
}

.min-w-585 {
  min-width: 585px !important;
}

.max-w-585 {
  max-width: 585px !important;
}

.h-px-585 {
  height: 585px !important;
}

.w-px-585 {
  width: 585px !important;
}

.min-h-586 {
  min-height: 586px !important;
}

.max-h-586 {
  max-height: 586px !important;
}

.min-w-586 {
  min-width: 586px !important;
}

.max-w-586 {
  max-width: 586px !important;
}

.h-px-586 {
  height: 586px !important;
}

.w-px-586 {
  width: 586px !important;
}

.min-h-587 {
  min-height: 587px !important;
}

.max-h-587 {
  max-height: 587px !important;
}

.min-w-587 {
  min-width: 587px !important;
}

.max-w-587 {
  max-width: 587px !important;
}

.h-px-587 {
  height: 587px !important;
}

.w-px-587 {
  width: 587px !important;
}

.min-h-588 {
  min-height: 588px !important;
}

.max-h-588 {
  max-height: 588px !important;
}

.min-w-588 {
  min-width: 588px !important;
}

.max-w-588 {
  max-width: 588px !important;
}

.h-px-588 {
  height: 588px !important;
}

.w-px-588 {
  width: 588px !important;
}

.min-h-589 {
  min-height: 589px !important;
}

.max-h-589 {
  max-height: 589px !important;
}

.min-w-589 {
  min-width: 589px !important;
}

.max-w-589 {
  max-width: 589px !important;
}

.h-px-589 {
  height: 589px !important;
}

.w-px-589 {
  width: 589px !important;
}

.min-h-590 {
  min-height: 590px !important;
}

.max-h-590 {
  max-height: 590px !important;
}

.min-w-590 {
  min-width: 590px !important;
}

.max-w-590 {
  max-width: 590px !important;
}

.h-px-590 {
  height: 590px !important;
}

.w-px-590 {
  width: 590px !important;
}

.min-h-591 {
  min-height: 591px !important;
}

.max-h-591 {
  max-height: 591px !important;
}

.min-w-591 {
  min-width: 591px !important;
}

.max-w-591 {
  max-width: 591px !important;
}

.h-px-591 {
  height: 591px !important;
}

.w-px-591 {
  width: 591px !important;
}

.min-h-592 {
  min-height: 592px !important;
}

.max-h-592 {
  max-height: 592px !important;
}

.min-w-592 {
  min-width: 592px !important;
}

.max-w-592 {
  max-width: 592px !important;
}

.h-px-592 {
  height: 592px !important;
}

.w-px-592 {
  width: 592px !important;
}

.min-h-593 {
  min-height: 593px !important;
}

.max-h-593 {
  max-height: 593px !important;
}

.min-w-593 {
  min-width: 593px !important;
}

.max-w-593 {
  max-width: 593px !important;
}

.h-px-593 {
  height: 593px !important;
}

.w-px-593 {
  width: 593px !important;
}

.min-h-594 {
  min-height: 594px !important;
}

.max-h-594 {
  max-height: 594px !important;
}

.min-w-594 {
  min-width: 594px !important;
}

.max-w-594 {
  max-width: 594px !important;
}

.h-px-594 {
  height: 594px !important;
}

.w-px-594 {
  width: 594px !important;
}

.min-h-595 {
  min-height: 595px !important;
}

.max-h-595 {
  max-height: 595px !important;
}

.min-w-595 {
  min-width: 595px !important;
}

.max-w-595 {
  max-width: 595px !important;
}

.h-px-595 {
  height: 595px !important;
}

.w-px-595 {
  width: 595px !important;
}

.min-h-596 {
  min-height: 596px !important;
}

.max-h-596 {
  max-height: 596px !important;
}

.min-w-596 {
  min-width: 596px !important;
}

.max-w-596 {
  max-width: 596px !important;
}

.h-px-596 {
  height: 596px !important;
}

.w-px-596 {
  width: 596px !important;
}

.min-h-597 {
  min-height: 597px !important;
}

.max-h-597 {
  max-height: 597px !important;
}

.min-w-597 {
  min-width: 597px !important;
}

.max-w-597 {
  max-width: 597px !important;
}

.h-px-597 {
  height: 597px !important;
}

.w-px-597 {
  width: 597px !important;
}

.min-h-598 {
  min-height: 598px !important;
}

.max-h-598 {
  max-height: 598px !important;
}

.min-w-598 {
  min-width: 598px !important;
}

.max-w-598 {
  max-width: 598px !important;
}

.h-px-598 {
  height: 598px !important;
}

.w-px-598 {
  width: 598px !important;
}

.min-h-599 {
  min-height: 599px !important;
}

.max-h-599 {
  max-height: 599px !important;
}

.min-w-599 {
  min-width: 599px !important;
}

.max-w-599 {
  max-width: 599px !important;
}

.h-px-599 {
  height: 599px !important;
}

.w-px-599 {
  width: 599px !important;
}

.min-h-600 {
  min-height: 600px !important;
}

.max-h-600 {
  max-height: 600px !important;
}

.min-w-600 {
  min-width: 600px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.h-px-600 {
  height: 600px !important;
}

.w-px-600 {
  width: 600px !important;
}

.min-h-601 {
  min-height: 601px !important;
}

.max-h-601 {
  max-height: 601px !important;
}

.min-w-601 {
  min-width: 601px !important;
}

.max-w-601 {
  max-width: 601px !important;
}

.h-px-601 {
  height: 601px !important;
}

.w-px-601 {
  width: 601px !important;
}

.min-h-602 {
  min-height: 602px !important;
}

.max-h-602 {
  max-height: 602px !important;
}

.min-w-602 {
  min-width: 602px !important;
}

.max-w-602 {
  max-width: 602px !important;
}

.h-px-602 {
  height: 602px !important;
}

.w-px-602 {
  width: 602px !important;
}

.min-h-603 {
  min-height: 603px !important;
}

.max-h-603 {
  max-height: 603px !important;
}

.min-w-603 {
  min-width: 603px !important;
}

.max-w-603 {
  max-width: 603px !important;
}

.h-px-603 {
  height: 603px !important;
}

.w-px-603 {
  width: 603px !important;
}

.min-h-604 {
  min-height: 604px !important;
}

.max-h-604 {
  max-height: 604px !important;
}

.min-w-604 {
  min-width: 604px !important;
}

.max-w-604 {
  max-width: 604px !important;
}

.h-px-604 {
  height: 604px !important;
}

.w-px-604 {
  width: 604px !important;
}

.min-h-605 {
  min-height: 605px !important;
}

.max-h-605 {
  max-height: 605px !important;
}

.min-w-605 {
  min-width: 605px !important;
}

.max-w-605 {
  max-width: 605px !important;
}

.h-px-605 {
  height: 605px !important;
}

.w-px-605 {
  width: 605px !important;
}

.min-h-606 {
  min-height: 606px !important;
}

.max-h-606 {
  max-height: 606px !important;
}

.min-w-606 {
  min-width: 606px !important;
}

.max-w-606 {
  max-width: 606px !important;
}

.h-px-606 {
  height: 606px !important;
}

.w-px-606 {
  width: 606px !important;
}

.min-h-607 {
  min-height: 607px !important;
}

.max-h-607 {
  max-height: 607px !important;
}

.min-w-607 {
  min-width: 607px !important;
}

.max-w-607 {
  max-width: 607px !important;
}

.h-px-607 {
  height: 607px !important;
}

.w-px-607 {
  width: 607px !important;
}

.min-h-608 {
  min-height: 608px !important;
}

.max-h-608 {
  max-height: 608px !important;
}

.min-w-608 {
  min-width: 608px !important;
}

.max-w-608 {
  max-width: 608px !important;
}

.h-px-608 {
  height: 608px !important;
}

.w-px-608 {
  width: 608px !important;
}

.min-h-609 {
  min-height: 609px !important;
}

.max-h-609 {
  max-height: 609px !important;
}

.min-w-609 {
  min-width: 609px !important;
}

.max-w-609 {
  max-width: 609px !important;
}

.h-px-609 {
  height: 609px !important;
}

.w-px-609 {
  width: 609px !important;
}

.min-h-610 {
  min-height: 610px !important;
}

.max-h-610 {
  max-height: 610px !important;
}

.min-w-610 {
  min-width: 610px !important;
}

.max-w-610 {
  max-width: 610px !important;
}

.h-px-610 {
  height: 610px !important;
}

.w-px-610 {
  width: 610px !important;
}

.min-h-611 {
  min-height: 611px !important;
}

.max-h-611 {
  max-height: 611px !important;
}

.min-w-611 {
  min-width: 611px !important;
}

.max-w-611 {
  max-width: 611px !important;
}

.h-px-611 {
  height: 611px !important;
}

.w-px-611 {
  width: 611px !important;
}

.min-h-612 {
  min-height: 612px !important;
}

.max-h-612 {
  max-height: 612px !important;
}

.min-w-612 {
  min-width: 612px !important;
}

.max-w-612 {
  max-width: 612px !important;
}

.h-px-612 {
  height: 612px !important;
}

.w-px-612 {
  width: 612px !important;
}

.min-h-613 {
  min-height: 613px !important;
}

.max-h-613 {
  max-height: 613px !important;
}

.min-w-613 {
  min-width: 613px !important;
}

.max-w-613 {
  max-width: 613px !important;
}

.h-px-613 {
  height: 613px !important;
}

.w-px-613 {
  width: 613px !important;
}

.min-h-614 {
  min-height: 614px !important;
}

.max-h-614 {
  max-height: 614px !important;
}

.min-w-614 {
  min-width: 614px !important;
}

.max-w-614 {
  max-width: 614px !important;
}

.h-px-614 {
  height: 614px !important;
}

.w-px-614 {
  width: 614px !important;
}

.min-h-615 {
  min-height: 615px !important;
}

.max-h-615 {
  max-height: 615px !important;
}

.min-w-615 {
  min-width: 615px !important;
}

.max-w-615 {
  max-width: 615px !important;
}

.h-px-615 {
  height: 615px !important;
}

.w-px-615 {
  width: 615px !important;
}

.min-h-616 {
  min-height: 616px !important;
}

.max-h-616 {
  max-height: 616px !important;
}

.min-w-616 {
  min-width: 616px !important;
}

.max-w-616 {
  max-width: 616px !important;
}

.h-px-616 {
  height: 616px !important;
}

.w-px-616 {
  width: 616px !important;
}

.min-h-617 {
  min-height: 617px !important;
}

.max-h-617 {
  max-height: 617px !important;
}

.min-w-617 {
  min-width: 617px !important;
}

.max-w-617 {
  max-width: 617px !important;
}

.h-px-617 {
  height: 617px !important;
}

.w-px-617 {
  width: 617px !important;
}

.min-h-618 {
  min-height: 618px !important;
}

.max-h-618 {
  max-height: 618px !important;
}

.min-w-618 {
  min-width: 618px !important;
}

.max-w-618 {
  max-width: 618px !important;
}

.h-px-618 {
  height: 618px !important;
}

.w-px-618 {
  width: 618px !important;
}

.min-h-619 {
  min-height: 619px !important;
}

.max-h-619 {
  max-height: 619px !important;
}

.min-w-619 {
  min-width: 619px !important;
}

.max-w-619 {
  max-width: 619px !important;
}

.h-px-619 {
  height: 619px !important;
}

.w-px-619 {
  width: 619px !important;
}

.min-h-620 {
  min-height: 620px !important;
}

.max-h-620 {
  max-height: 620px !important;
}

.min-w-620 {
  min-width: 620px !important;
}

.max-w-620 {
  max-width: 620px !important;
}

.h-px-620 {
  height: 620px !important;
}

.w-px-620 {
  width: 620px !important;
}

.min-h-621 {
  min-height: 621px !important;
}

.max-h-621 {
  max-height: 621px !important;
}

.min-w-621 {
  min-width: 621px !important;
}

.max-w-621 {
  max-width: 621px !important;
}

.h-px-621 {
  height: 621px !important;
}

.w-px-621 {
  width: 621px !important;
}

.min-h-622 {
  min-height: 622px !important;
}

.max-h-622 {
  max-height: 622px !important;
}

.min-w-622 {
  min-width: 622px !important;
}

.max-w-622 {
  max-width: 622px !important;
}

.h-px-622 {
  height: 622px !important;
}

.w-px-622 {
  width: 622px !important;
}

.min-h-623 {
  min-height: 623px !important;
}

.max-h-623 {
  max-height: 623px !important;
}

.min-w-623 {
  min-width: 623px !important;
}

.max-w-623 {
  max-width: 623px !important;
}

.h-px-623 {
  height: 623px !important;
}

.w-px-623 {
  width: 623px !important;
}

.min-h-624 {
  min-height: 624px !important;
}

.max-h-624 {
  max-height: 624px !important;
}

.min-w-624 {
  min-width: 624px !important;
}

.max-w-624 {
  max-width: 624px !important;
}

.h-px-624 {
  height: 624px !important;
}

.w-px-624 {
  width: 624px !important;
}

.min-h-625 {
  min-height: 625px !important;
}

.max-h-625 {
  max-height: 625px !important;
}

.min-w-625 {
  min-width: 625px !important;
}

.max-w-625 {
  max-width: 625px !important;
}

.h-px-625 {
  height: 625px !important;
}

.w-px-625 {
  width: 625px !important;
}

.min-h-626 {
  min-height: 626px !important;
}

.max-h-626 {
  max-height: 626px !important;
}

.min-w-626 {
  min-width: 626px !important;
}

.max-w-626 {
  max-width: 626px !important;
}

.h-px-626 {
  height: 626px !important;
}

.w-px-626 {
  width: 626px !important;
}

.min-h-627 {
  min-height: 627px !important;
}

.max-h-627 {
  max-height: 627px !important;
}

.min-w-627 {
  min-width: 627px !important;
}

.max-w-627 {
  max-width: 627px !important;
}

.h-px-627 {
  height: 627px !important;
}

.w-px-627 {
  width: 627px !important;
}

.min-h-628 {
  min-height: 628px !important;
}

.max-h-628 {
  max-height: 628px !important;
}

.min-w-628 {
  min-width: 628px !important;
}

.max-w-628 {
  max-width: 628px !important;
}

.h-px-628 {
  height: 628px !important;
}

.w-px-628 {
  width: 628px !important;
}

.min-h-629 {
  min-height: 629px !important;
}

.max-h-629 {
  max-height: 629px !important;
}

.min-w-629 {
  min-width: 629px !important;
}

.max-w-629 {
  max-width: 629px !important;
}

.h-px-629 {
  height: 629px !important;
}

.w-px-629 {
  width: 629px !important;
}

.min-h-630 {
  min-height: 630px !important;
}

.max-h-630 {
  max-height: 630px !important;
}

.min-w-630 {
  min-width: 630px !important;
}

.max-w-630 {
  max-width: 630px !important;
}

.h-px-630 {
  height: 630px !important;
}

.w-px-630 {
  width: 630px !important;
}

.min-h-631 {
  min-height: 631px !important;
}

.max-h-631 {
  max-height: 631px !important;
}

.min-w-631 {
  min-width: 631px !important;
}

.max-w-631 {
  max-width: 631px !important;
}

.h-px-631 {
  height: 631px !important;
}

.w-px-631 {
  width: 631px !important;
}

.min-h-632 {
  min-height: 632px !important;
}

.max-h-632 {
  max-height: 632px !important;
}

.min-w-632 {
  min-width: 632px !important;
}

.max-w-632 {
  max-width: 632px !important;
}

.h-px-632 {
  height: 632px !important;
}

.w-px-632 {
  width: 632px !important;
}

.min-h-633 {
  min-height: 633px !important;
}

.max-h-633 {
  max-height: 633px !important;
}

.min-w-633 {
  min-width: 633px !important;
}

.max-w-633 {
  max-width: 633px !important;
}

.h-px-633 {
  height: 633px !important;
}

.w-px-633 {
  width: 633px !important;
}

.min-h-634 {
  min-height: 634px !important;
}

.max-h-634 {
  max-height: 634px !important;
}

.min-w-634 {
  min-width: 634px !important;
}

.max-w-634 {
  max-width: 634px !important;
}

.h-px-634 {
  height: 634px !important;
}

.w-px-634 {
  width: 634px !important;
}

.min-h-635 {
  min-height: 635px !important;
}

.max-h-635 {
  max-height: 635px !important;
}

.min-w-635 {
  min-width: 635px !important;
}

.max-w-635 {
  max-width: 635px !important;
}

.h-px-635 {
  height: 635px !important;
}

.w-px-635 {
  width: 635px !important;
}

.min-h-636 {
  min-height: 636px !important;
}

.max-h-636 {
  max-height: 636px !important;
}

.min-w-636 {
  min-width: 636px !important;
}

.max-w-636 {
  max-width: 636px !important;
}

.h-px-636 {
  height: 636px !important;
}

.w-px-636 {
  width: 636px !important;
}

.min-h-637 {
  min-height: 637px !important;
}

.max-h-637 {
  max-height: 637px !important;
}

.min-w-637 {
  min-width: 637px !important;
}

.max-w-637 {
  max-width: 637px !important;
}

.h-px-637 {
  height: 637px !important;
}

.w-px-637 {
  width: 637px !important;
}

.min-h-638 {
  min-height: 638px !important;
}

.max-h-638 {
  max-height: 638px !important;
}

.min-w-638 {
  min-width: 638px !important;
}

.max-w-638 {
  max-width: 638px !important;
}

.h-px-638 {
  height: 638px !important;
}

.w-px-638 {
  width: 638px !important;
}

.min-h-639 {
  min-height: 639px !important;
}

.max-h-639 {
  max-height: 639px !important;
}

.min-w-639 {
  min-width: 639px !important;
}

.max-w-639 {
  max-width: 639px !important;
}

.h-px-639 {
  height: 639px !important;
}

.w-px-639 {
  width: 639px !important;
}

.min-h-640 {
  min-height: 640px !important;
}

.max-h-640 {
  max-height: 640px !important;
}

.min-w-640 {
  min-width: 640px !important;
}

.max-w-640 {
  max-width: 640px !important;
}

.h-px-640 {
  height: 640px !important;
}

.w-px-640 {
  width: 640px !important;
}

.min-h-641 {
  min-height: 641px !important;
}

.max-h-641 {
  max-height: 641px !important;
}

.min-w-641 {
  min-width: 641px !important;
}

.max-w-641 {
  max-width: 641px !important;
}

.h-px-641 {
  height: 641px !important;
}

.w-px-641 {
  width: 641px !important;
}

.min-h-642 {
  min-height: 642px !important;
}

.max-h-642 {
  max-height: 642px !important;
}

.min-w-642 {
  min-width: 642px !important;
}

.max-w-642 {
  max-width: 642px !important;
}

.h-px-642 {
  height: 642px !important;
}

.w-px-642 {
  width: 642px !important;
}

.min-h-643 {
  min-height: 643px !important;
}

.max-h-643 {
  max-height: 643px !important;
}

.min-w-643 {
  min-width: 643px !important;
}

.max-w-643 {
  max-width: 643px !important;
}

.h-px-643 {
  height: 643px !important;
}

.w-px-643 {
  width: 643px !important;
}

.min-h-644 {
  min-height: 644px !important;
}

.max-h-644 {
  max-height: 644px !important;
}

.min-w-644 {
  min-width: 644px !important;
}

.max-w-644 {
  max-width: 644px !important;
}

.h-px-644 {
  height: 644px !important;
}

.w-px-644 {
  width: 644px !important;
}

.min-h-645 {
  min-height: 645px !important;
}

.max-h-645 {
  max-height: 645px !important;
}

.min-w-645 {
  min-width: 645px !important;
}

.max-w-645 {
  max-width: 645px !important;
}

.h-px-645 {
  height: 645px !important;
}

.w-px-645 {
  width: 645px !important;
}

.min-h-646 {
  min-height: 646px !important;
}

.max-h-646 {
  max-height: 646px !important;
}

.min-w-646 {
  min-width: 646px !important;
}

.max-w-646 {
  max-width: 646px !important;
}

.h-px-646 {
  height: 646px !important;
}

.w-px-646 {
  width: 646px !important;
}

.min-h-647 {
  min-height: 647px !important;
}

.max-h-647 {
  max-height: 647px !important;
}

.min-w-647 {
  min-width: 647px !important;
}

.max-w-647 {
  max-width: 647px !important;
}

.h-px-647 {
  height: 647px !important;
}

.w-px-647 {
  width: 647px !important;
}

.min-h-648 {
  min-height: 648px !important;
}

.max-h-648 {
  max-height: 648px !important;
}

.min-w-648 {
  min-width: 648px !important;
}

.max-w-648 {
  max-width: 648px !important;
}

.h-px-648 {
  height: 648px !important;
}

.w-px-648 {
  width: 648px !important;
}

.min-h-649 {
  min-height: 649px !important;
}

.max-h-649 {
  max-height: 649px !important;
}

.min-w-649 {
  min-width: 649px !important;
}

.max-w-649 {
  max-width: 649px !important;
}

.h-px-649 {
  height: 649px !important;
}

.w-px-649 {
  width: 649px !important;
}

.min-h-650 {
  min-height: 650px !important;
}

.max-h-650 {
  max-height: 650px !important;
}

.min-w-650 {
  min-width: 650px !important;
}

.max-w-650 {
  max-width: 650px !important;
}

.h-px-650 {
  height: 650px !important;
}

.w-px-650 {
  width: 650px !important;
}

.min-h-651 {
  min-height: 651px !important;
}

.max-h-651 {
  max-height: 651px !important;
}

.min-w-651 {
  min-width: 651px !important;
}

.max-w-651 {
  max-width: 651px !important;
}

.h-px-651 {
  height: 651px !important;
}

.w-px-651 {
  width: 651px !important;
}

.min-h-652 {
  min-height: 652px !important;
}

.max-h-652 {
  max-height: 652px !important;
}

.min-w-652 {
  min-width: 652px !important;
}

.max-w-652 {
  max-width: 652px !important;
}

.h-px-652 {
  height: 652px !important;
}

.w-px-652 {
  width: 652px !important;
}

.min-h-653 {
  min-height: 653px !important;
}

.max-h-653 {
  max-height: 653px !important;
}

.min-w-653 {
  min-width: 653px !important;
}

.max-w-653 {
  max-width: 653px !important;
}

.h-px-653 {
  height: 653px !important;
}

.w-px-653 {
  width: 653px !important;
}

.min-h-654 {
  min-height: 654px !important;
}

.max-h-654 {
  max-height: 654px !important;
}

.min-w-654 {
  min-width: 654px !important;
}

.max-w-654 {
  max-width: 654px !important;
}

.h-px-654 {
  height: 654px !important;
}

.w-px-654 {
  width: 654px !important;
}

.min-h-655 {
  min-height: 655px !important;
}

.max-h-655 {
  max-height: 655px !important;
}

.min-w-655 {
  min-width: 655px !important;
}

.max-w-655 {
  max-width: 655px !important;
}

.h-px-655 {
  height: 655px !important;
}

.w-px-655 {
  width: 655px !important;
}

.min-h-656 {
  min-height: 656px !important;
}

.max-h-656 {
  max-height: 656px !important;
}

.min-w-656 {
  min-width: 656px !important;
}

.max-w-656 {
  max-width: 656px !important;
}

.h-px-656 {
  height: 656px !important;
}

.w-px-656 {
  width: 656px !important;
}

.min-h-657 {
  min-height: 657px !important;
}

.max-h-657 {
  max-height: 657px !important;
}

.min-w-657 {
  min-width: 657px !important;
}

.max-w-657 {
  max-width: 657px !important;
}

.h-px-657 {
  height: 657px !important;
}

.w-px-657 {
  width: 657px !important;
}

.min-h-658 {
  min-height: 658px !important;
}

.max-h-658 {
  max-height: 658px !important;
}

.min-w-658 {
  min-width: 658px !important;
}

.max-w-658 {
  max-width: 658px !important;
}

.h-px-658 {
  height: 658px !important;
}

.w-px-658 {
  width: 658px !important;
}

.min-h-659 {
  min-height: 659px !important;
}

.max-h-659 {
  max-height: 659px !important;
}

.min-w-659 {
  min-width: 659px !important;
}

.max-w-659 {
  max-width: 659px !important;
}

.h-px-659 {
  height: 659px !important;
}

.w-px-659 {
  width: 659px !important;
}

.min-h-660 {
  min-height: 660px !important;
}

.max-h-660 {
  max-height: 660px !important;
}

.min-w-660 {
  min-width: 660px !important;
}

.max-w-660 {
  max-width: 660px !important;
}

.h-px-660 {
  height: 660px !important;
}

.w-px-660 {
  width: 660px !important;
}

.min-h-661 {
  min-height: 661px !important;
}

.max-h-661 {
  max-height: 661px !important;
}

.min-w-661 {
  min-width: 661px !important;
}

.max-w-661 {
  max-width: 661px !important;
}

.h-px-661 {
  height: 661px !important;
}

.w-px-661 {
  width: 661px !important;
}

.min-h-662 {
  min-height: 662px !important;
}

.max-h-662 {
  max-height: 662px !important;
}

.min-w-662 {
  min-width: 662px !important;
}

.max-w-662 {
  max-width: 662px !important;
}

.h-px-662 {
  height: 662px !important;
}

.w-px-662 {
  width: 662px !important;
}

.min-h-663 {
  min-height: 663px !important;
}

.max-h-663 {
  max-height: 663px !important;
}

.min-w-663 {
  min-width: 663px !important;
}

.max-w-663 {
  max-width: 663px !important;
}

.h-px-663 {
  height: 663px !important;
}

.w-px-663 {
  width: 663px !important;
}

.min-h-664 {
  min-height: 664px !important;
}

.max-h-664 {
  max-height: 664px !important;
}

.min-w-664 {
  min-width: 664px !important;
}

.max-w-664 {
  max-width: 664px !important;
}

.h-px-664 {
  height: 664px !important;
}

.w-px-664 {
  width: 664px !important;
}

.min-h-665 {
  min-height: 665px !important;
}

.max-h-665 {
  max-height: 665px !important;
}

.min-w-665 {
  min-width: 665px !important;
}

.max-w-665 {
  max-width: 665px !important;
}

.h-px-665 {
  height: 665px !important;
}

.w-px-665 {
  width: 665px !important;
}

.min-h-666 {
  min-height: 666px !important;
}

.max-h-666 {
  max-height: 666px !important;
}

.min-w-666 {
  min-width: 666px !important;
}

.max-w-666 {
  max-width: 666px !important;
}

.h-px-666 {
  height: 666px !important;
}

.w-px-666 {
  width: 666px !important;
}

.min-h-667 {
  min-height: 667px !important;
}

.max-h-667 {
  max-height: 667px !important;
}

.min-w-667 {
  min-width: 667px !important;
}

.max-w-667 {
  max-width: 667px !important;
}

.h-px-667 {
  height: 667px !important;
}

.w-px-667 {
  width: 667px !important;
}

.min-h-668 {
  min-height: 668px !important;
}

.max-h-668 {
  max-height: 668px !important;
}

.min-w-668 {
  min-width: 668px !important;
}

.max-w-668 {
  max-width: 668px !important;
}

.h-px-668 {
  height: 668px !important;
}

.w-px-668 {
  width: 668px !important;
}

.min-h-669 {
  min-height: 669px !important;
}

.max-h-669 {
  max-height: 669px !important;
}

.min-w-669 {
  min-width: 669px !important;
}

.max-w-669 {
  max-width: 669px !important;
}

.h-px-669 {
  height: 669px !important;
}

.w-px-669 {
  width: 669px !important;
}

.min-h-670 {
  min-height: 670px !important;
}

.max-h-670 {
  max-height: 670px !important;
}

.min-w-670 {
  min-width: 670px !important;
}

.max-w-670 {
  max-width: 670px !important;
}

.h-px-670 {
  height: 670px !important;
}

.w-px-670 {
  width: 670px !important;
}

.min-h-671 {
  min-height: 671px !important;
}

.max-h-671 {
  max-height: 671px !important;
}

.min-w-671 {
  min-width: 671px !important;
}

.max-w-671 {
  max-width: 671px !important;
}

.h-px-671 {
  height: 671px !important;
}

.w-px-671 {
  width: 671px !important;
}

.min-h-672 {
  min-height: 672px !important;
}

.max-h-672 {
  max-height: 672px !important;
}

.min-w-672 {
  min-width: 672px !important;
}

.max-w-672 {
  max-width: 672px !important;
}

.h-px-672 {
  height: 672px !important;
}

.w-px-672 {
  width: 672px !important;
}

.min-h-673 {
  min-height: 673px !important;
}

.max-h-673 {
  max-height: 673px !important;
}

.min-w-673 {
  min-width: 673px !important;
}

.max-w-673 {
  max-width: 673px !important;
}

.h-px-673 {
  height: 673px !important;
}

.w-px-673 {
  width: 673px !important;
}

.min-h-674 {
  min-height: 674px !important;
}

.max-h-674 {
  max-height: 674px !important;
}

.min-w-674 {
  min-width: 674px !important;
}

.max-w-674 {
  max-width: 674px !important;
}

.h-px-674 {
  height: 674px !important;
}

.w-px-674 {
  width: 674px !important;
}

.min-h-675 {
  min-height: 675px !important;
}

.max-h-675 {
  max-height: 675px !important;
}

.min-w-675 {
  min-width: 675px !important;
}

.max-w-675 {
  max-width: 675px !important;
}

.h-px-675 {
  height: 675px !important;
}

.w-px-675 {
  width: 675px !important;
}

.min-h-676 {
  min-height: 676px !important;
}

.max-h-676 {
  max-height: 676px !important;
}

.min-w-676 {
  min-width: 676px !important;
}

.max-w-676 {
  max-width: 676px !important;
}

.h-px-676 {
  height: 676px !important;
}

.w-px-676 {
  width: 676px !important;
}

.min-h-677 {
  min-height: 677px !important;
}

.max-h-677 {
  max-height: 677px !important;
}

.min-w-677 {
  min-width: 677px !important;
}

.max-w-677 {
  max-width: 677px !important;
}

.h-px-677 {
  height: 677px !important;
}

.w-px-677 {
  width: 677px !important;
}

.min-h-678 {
  min-height: 678px !important;
}

.max-h-678 {
  max-height: 678px !important;
}

.min-w-678 {
  min-width: 678px !important;
}

.max-w-678 {
  max-width: 678px !important;
}

.h-px-678 {
  height: 678px !important;
}

.w-px-678 {
  width: 678px !important;
}

.min-h-679 {
  min-height: 679px !important;
}

.max-h-679 {
  max-height: 679px !important;
}

.min-w-679 {
  min-width: 679px !important;
}

.max-w-679 {
  max-width: 679px !important;
}

.h-px-679 {
  height: 679px !important;
}

.w-px-679 {
  width: 679px !important;
}

.min-h-680 {
  min-height: 680px !important;
}

.max-h-680 {
  max-height: 680px !important;
}

.min-w-680 {
  min-width: 680px !important;
}

.max-w-680 {
  max-width: 680px !important;
}

.h-px-680 {
  height: 680px !important;
}

.w-px-680 {
  width: 680px !important;
}

.min-h-681 {
  min-height: 681px !important;
}

.max-h-681 {
  max-height: 681px !important;
}

.min-w-681 {
  min-width: 681px !important;
}

.max-w-681 {
  max-width: 681px !important;
}

.h-px-681 {
  height: 681px !important;
}

.w-px-681 {
  width: 681px !important;
}

.min-h-682 {
  min-height: 682px !important;
}

.max-h-682 {
  max-height: 682px !important;
}

.min-w-682 {
  min-width: 682px !important;
}

.max-w-682 {
  max-width: 682px !important;
}

.h-px-682 {
  height: 682px !important;
}

.w-px-682 {
  width: 682px !important;
}

.min-h-683 {
  min-height: 683px !important;
}

.max-h-683 {
  max-height: 683px !important;
}

.min-w-683 {
  min-width: 683px !important;
}

.max-w-683 {
  max-width: 683px !important;
}

.h-px-683 {
  height: 683px !important;
}

.w-px-683 {
  width: 683px !important;
}

.min-h-684 {
  min-height: 684px !important;
}

.max-h-684 {
  max-height: 684px !important;
}

.min-w-684 {
  min-width: 684px !important;
}

.max-w-684 {
  max-width: 684px !important;
}

.h-px-684 {
  height: 684px !important;
}

.w-px-684 {
  width: 684px !important;
}

.min-h-685 {
  min-height: 685px !important;
}

.max-h-685 {
  max-height: 685px !important;
}

.min-w-685 {
  min-width: 685px !important;
}

.max-w-685 {
  max-width: 685px !important;
}

.h-px-685 {
  height: 685px !important;
}

.w-px-685 {
  width: 685px !important;
}

.min-h-686 {
  min-height: 686px !important;
}

.max-h-686 {
  max-height: 686px !important;
}

.min-w-686 {
  min-width: 686px !important;
}

.max-w-686 {
  max-width: 686px !important;
}

.h-px-686 {
  height: 686px !important;
}

.w-px-686 {
  width: 686px !important;
}

.min-h-687 {
  min-height: 687px !important;
}

.max-h-687 {
  max-height: 687px !important;
}

.min-w-687 {
  min-width: 687px !important;
}

.max-w-687 {
  max-width: 687px !important;
}

.h-px-687 {
  height: 687px !important;
}

.w-px-687 {
  width: 687px !important;
}

.min-h-688 {
  min-height: 688px !important;
}

.max-h-688 {
  max-height: 688px !important;
}

.min-w-688 {
  min-width: 688px !important;
}

.max-w-688 {
  max-width: 688px !important;
}

.h-px-688 {
  height: 688px !important;
}

.w-px-688 {
  width: 688px !important;
}

.min-h-689 {
  min-height: 689px !important;
}

.max-h-689 {
  max-height: 689px !important;
}

.min-w-689 {
  min-width: 689px !important;
}

.max-w-689 {
  max-width: 689px !important;
}

.h-px-689 {
  height: 689px !important;
}

.w-px-689 {
  width: 689px !important;
}

.min-h-690 {
  min-height: 690px !important;
}

.max-h-690 {
  max-height: 690px !important;
}

.min-w-690 {
  min-width: 690px !important;
}

.max-w-690 {
  max-width: 690px !important;
}

.h-px-690 {
  height: 690px !important;
}

.w-px-690 {
  width: 690px !important;
}

.min-h-691 {
  min-height: 691px !important;
}

.max-h-691 {
  max-height: 691px !important;
}

.min-w-691 {
  min-width: 691px !important;
}

.max-w-691 {
  max-width: 691px !important;
}

.h-px-691 {
  height: 691px !important;
}

.w-px-691 {
  width: 691px !important;
}

.min-h-692 {
  min-height: 692px !important;
}

.max-h-692 {
  max-height: 692px !important;
}

.min-w-692 {
  min-width: 692px !important;
}

.max-w-692 {
  max-width: 692px !important;
}

.h-px-692 {
  height: 692px !important;
}

.w-px-692 {
  width: 692px !important;
}

.min-h-693 {
  min-height: 693px !important;
}

.max-h-693 {
  max-height: 693px !important;
}

.min-w-693 {
  min-width: 693px !important;
}

.max-w-693 {
  max-width: 693px !important;
}

.h-px-693 {
  height: 693px !important;
}

.w-px-693 {
  width: 693px !important;
}

.min-h-694 {
  min-height: 694px !important;
}

.max-h-694 {
  max-height: 694px !important;
}

.min-w-694 {
  min-width: 694px !important;
}

.max-w-694 {
  max-width: 694px !important;
}

.h-px-694 {
  height: 694px !important;
}

.w-px-694 {
  width: 694px !important;
}

.min-h-695 {
  min-height: 695px !important;
}

.max-h-695 {
  max-height: 695px !important;
}

.min-w-695 {
  min-width: 695px !important;
}

.max-w-695 {
  max-width: 695px !important;
}

.h-px-695 {
  height: 695px !important;
}

.w-px-695 {
  width: 695px !important;
}

.min-h-696 {
  min-height: 696px !important;
}

.max-h-696 {
  max-height: 696px !important;
}

.min-w-696 {
  min-width: 696px !important;
}

.max-w-696 {
  max-width: 696px !important;
}

.h-px-696 {
  height: 696px !important;
}

.w-px-696 {
  width: 696px !important;
}

.min-h-697 {
  min-height: 697px !important;
}

.max-h-697 {
  max-height: 697px !important;
}

.min-w-697 {
  min-width: 697px !important;
}

.max-w-697 {
  max-width: 697px !important;
}

.h-px-697 {
  height: 697px !important;
}

.w-px-697 {
  width: 697px !important;
}

.min-h-698 {
  min-height: 698px !important;
}

.max-h-698 {
  max-height: 698px !important;
}

.min-w-698 {
  min-width: 698px !important;
}

.max-w-698 {
  max-width: 698px !important;
}

.h-px-698 {
  height: 698px !important;
}

.w-px-698 {
  width: 698px !important;
}

.min-h-699 {
  min-height: 699px !important;
}

.max-h-699 {
  max-height: 699px !important;
}

.min-w-699 {
  min-width: 699px !important;
}

.max-w-699 {
  max-width: 699px !important;
}

.h-px-699 {
  height: 699px !important;
}

.w-px-699 {
  width: 699px !important;
}

.min-h-700 {
  min-height: 700px !important;
}

.max-h-700 {
  max-height: 700px !important;
}

.min-w-700 {
  min-width: 700px !important;
}

.max-w-700 {
  max-width: 700px !important;
}

.h-px-700 {
  height: 700px !important;
}

.w-px-700 {
  width: 700px !important;
}

.min-h-701 {
  min-height: 701px !important;
}

.max-h-701 {
  max-height: 701px !important;
}

.min-w-701 {
  min-width: 701px !important;
}

.max-w-701 {
  max-width: 701px !important;
}

.h-px-701 {
  height: 701px !important;
}

.w-px-701 {
  width: 701px !important;
}

.min-h-702 {
  min-height: 702px !important;
}

.max-h-702 {
  max-height: 702px !important;
}

.min-w-702 {
  min-width: 702px !important;
}

.max-w-702 {
  max-width: 702px !important;
}

.h-px-702 {
  height: 702px !important;
}

.w-px-702 {
  width: 702px !important;
}

.min-h-703 {
  min-height: 703px !important;
}

.max-h-703 {
  max-height: 703px !important;
}

.min-w-703 {
  min-width: 703px !important;
}

.max-w-703 {
  max-width: 703px !important;
}

.h-px-703 {
  height: 703px !important;
}

.w-px-703 {
  width: 703px !important;
}

.min-h-704 {
  min-height: 704px !important;
}

.max-h-704 {
  max-height: 704px !important;
}

.min-w-704 {
  min-width: 704px !important;
}

.max-w-704 {
  max-width: 704px !important;
}

.h-px-704 {
  height: 704px !important;
}

.w-px-704 {
  width: 704px !important;
}

.min-h-705 {
  min-height: 705px !important;
}

.max-h-705 {
  max-height: 705px !important;
}

.min-w-705 {
  min-width: 705px !important;
}

.max-w-705 {
  max-width: 705px !important;
}

.h-px-705 {
  height: 705px !important;
}

.w-px-705 {
  width: 705px !important;
}

.min-h-706 {
  min-height: 706px !important;
}

.max-h-706 {
  max-height: 706px !important;
}

.min-w-706 {
  min-width: 706px !important;
}

.max-w-706 {
  max-width: 706px !important;
}

.h-px-706 {
  height: 706px !important;
}

.w-px-706 {
  width: 706px !important;
}

.min-h-707 {
  min-height: 707px !important;
}

.max-h-707 {
  max-height: 707px !important;
}

.min-w-707 {
  min-width: 707px !important;
}

.max-w-707 {
  max-width: 707px !important;
}

.h-px-707 {
  height: 707px !important;
}

.w-px-707 {
  width: 707px !important;
}

.min-h-708 {
  min-height: 708px !important;
}

.max-h-708 {
  max-height: 708px !important;
}

.min-w-708 {
  min-width: 708px !important;
}

.max-w-708 {
  max-width: 708px !important;
}

.h-px-708 {
  height: 708px !important;
}

.w-px-708 {
  width: 708px !important;
}

.min-h-709 {
  min-height: 709px !important;
}

.max-h-709 {
  max-height: 709px !important;
}

.min-w-709 {
  min-width: 709px !important;
}

.max-w-709 {
  max-width: 709px !important;
}

.h-px-709 {
  height: 709px !important;
}

.w-px-709 {
  width: 709px !important;
}

.min-h-710 {
  min-height: 710px !important;
}

.max-h-710 {
  max-height: 710px !important;
}

.min-w-710 {
  min-width: 710px !important;
}

.max-w-710 {
  max-width: 710px !important;
}

.h-px-710 {
  height: 710px !important;
}

.w-px-710 {
  width: 710px !important;
}

.min-h-711 {
  min-height: 711px !important;
}

.max-h-711 {
  max-height: 711px !important;
}

.min-w-711 {
  min-width: 711px !important;
}

.max-w-711 {
  max-width: 711px !important;
}

.h-px-711 {
  height: 711px !important;
}

.w-px-711 {
  width: 711px !important;
}

.min-h-712 {
  min-height: 712px !important;
}

.max-h-712 {
  max-height: 712px !important;
}

.min-w-712 {
  min-width: 712px !important;
}

.max-w-712 {
  max-width: 712px !important;
}

.h-px-712 {
  height: 712px !important;
}

.w-px-712 {
  width: 712px !important;
}

.min-h-713 {
  min-height: 713px !important;
}

.max-h-713 {
  max-height: 713px !important;
}

.min-w-713 {
  min-width: 713px !important;
}

.max-w-713 {
  max-width: 713px !important;
}

.h-px-713 {
  height: 713px !important;
}

.w-px-713 {
  width: 713px !important;
}

.min-h-714 {
  min-height: 714px !important;
}

.max-h-714 {
  max-height: 714px !important;
}

.min-w-714 {
  min-width: 714px !important;
}

.max-w-714 {
  max-width: 714px !important;
}

.h-px-714 {
  height: 714px !important;
}

.w-px-714 {
  width: 714px !important;
}

.min-h-715 {
  min-height: 715px !important;
}

.max-h-715 {
  max-height: 715px !important;
}

.min-w-715 {
  min-width: 715px !important;
}

.max-w-715 {
  max-width: 715px !important;
}

.h-px-715 {
  height: 715px !important;
}

.w-px-715 {
  width: 715px !important;
}

.min-h-716 {
  min-height: 716px !important;
}

.max-h-716 {
  max-height: 716px !important;
}

.min-w-716 {
  min-width: 716px !important;
}

.max-w-716 {
  max-width: 716px !important;
}

.h-px-716 {
  height: 716px !important;
}

.w-px-716 {
  width: 716px !important;
}

.min-h-717 {
  min-height: 717px !important;
}

.max-h-717 {
  max-height: 717px !important;
}

.min-w-717 {
  min-width: 717px !important;
}

.max-w-717 {
  max-width: 717px !important;
}

.h-px-717 {
  height: 717px !important;
}

.w-px-717 {
  width: 717px !important;
}

.min-h-718 {
  min-height: 718px !important;
}

.max-h-718 {
  max-height: 718px !important;
}

.min-w-718 {
  min-width: 718px !important;
}

.max-w-718 {
  max-width: 718px !important;
}

.h-px-718 {
  height: 718px !important;
}

.w-px-718 {
  width: 718px !important;
}

.min-h-719 {
  min-height: 719px !important;
}

.max-h-719 {
  max-height: 719px !important;
}

.min-w-719 {
  min-width: 719px !important;
}

.max-w-719 {
  max-width: 719px !important;
}

.h-px-719 {
  height: 719px !important;
}

.w-px-719 {
  width: 719px !important;
}

.min-h-720 {
  min-height: 720px !important;
}

.max-h-720 {
  max-height: 720px !important;
}

.min-w-720 {
  min-width: 720px !important;
}

.max-w-720 {
  max-width: 720px !important;
}

.h-px-720 {
  height: 720px !important;
}

.w-px-720 {
  width: 720px !important;
}

.min-h-721 {
  min-height: 721px !important;
}

.max-h-721 {
  max-height: 721px !important;
}

.min-w-721 {
  min-width: 721px !important;
}

.max-w-721 {
  max-width: 721px !important;
}

.h-px-721 {
  height: 721px !important;
}

.w-px-721 {
  width: 721px !important;
}

.min-h-722 {
  min-height: 722px !important;
}

.max-h-722 {
  max-height: 722px !important;
}

.min-w-722 {
  min-width: 722px !important;
}

.max-w-722 {
  max-width: 722px !important;
}

.h-px-722 {
  height: 722px !important;
}

.w-px-722 {
  width: 722px !important;
}

.min-h-723 {
  min-height: 723px !important;
}

.max-h-723 {
  max-height: 723px !important;
}

.min-w-723 {
  min-width: 723px !important;
}

.max-w-723 {
  max-width: 723px !important;
}

.h-px-723 {
  height: 723px !important;
}

.w-px-723 {
  width: 723px !important;
}

.min-h-724 {
  min-height: 724px !important;
}

.max-h-724 {
  max-height: 724px !important;
}

.min-w-724 {
  min-width: 724px !important;
}

.max-w-724 {
  max-width: 724px !important;
}

.h-px-724 {
  height: 724px !important;
}

.w-px-724 {
  width: 724px !important;
}

.min-h-725 {
  min-height: 725px !important;
}

.max-h-725 {
  max-height: 725px !important;
}

.min-w-725 {
  min-width: 725px !important;
}

.max-w-725 {
  max-width: 725px !important;
}

.h-px-725 {
  height: 725px !important;
}

.w-px-725 {
  width: 725px !important;
}

.min-h-726 {
  min-height: 726px !important;
}

.max-h-726 {
  max-height: 726px !important;
}

.min-w-726 {
  min-width: 726px !important;
}

.max-w-726 {
  max-width: 726px !important;
}

.h-px-726 {
  height: 726px !important;
}

.w-px-726 {
  width: 726px !important;
}

.min-h-727 {
  min-height: 727px !important;
}

.max-h-727 {
  max-height: 727px !important;
}

.min-w-727 {
  min-width: 727px !important;
}

.max-w-727 {
  max-width: 727px !important;
}

.h-px-727 {
  height: 727px !important;
}

.w-px-727 {
  width: 727px !important;
}

.min-h-728 {
  min-height: 728px !important;
}

.max-h-728 {
  max-height: 728px !important;
}

.min-w-728 {
  min-width: 728px !important;
}

.max-w-728 {
  max-width: 728px !important;
}

.h-px-728 {
  height: 728px !important;
}

.w-px-728 {
  width: 728px !important;
}

.min-h-729 {
  min-height: 729px !important;
}

.max-h-729 {
  max-height: 729px !important;
}

.min-w-729 {
  min-width: 729px !important;
}

.max-w-729 {
  max-width: 729px !important;
}

.h-px-729 {
  height: 729px !important;
}

.w-px-729 {
  width: 729px !important;
}

.min-h-730 {
  min-height: 730px !important;
}

.max-h-730 {
  max-height: 730px !important;
}

.min-w-730 {
  min-width: 730px !important;
}

.max-w-730 {
  max-width: 730px !important;
}

.h-px-730 {
  height: 730px !important;
}

.w-px-730 {
  width: 730px !important;
}

.min-h-731 {
  min-height: 731px !important;
}

.max-h-731 {
  max-height: 731px !important;
}

.min-w-731 {
  min-width: 731px !important;
}

.max-w-731 {
  max-width: 731px !important;
}

.h-px-731 {
  height: 731px !important;
}

.w-px-731 {
  width: 731px !important;
}

.min-h-732 {
  min-height: 732px !important;
}

.max-h-732 {
  max-height: 732px !important;
}

.min-w-732 {
  min-width: 732px !important;
}

.max-w-732 {
  max-width: 732px !important;
}

.h-px-732 {
  height: 732px !important;
}

.w-px-732 {
  width: 732px !important;
}

.min-h-733 {
  min-height: 733px !important;
}

.max-h-733 {
  max-height: 733px !important;
}

.min-w-733 {
  min-width: 733px !important;
}

.max-w-733 {
  max-width: 733px !important;
}

.h-px-733 {
  height: 733px !important;
}

.w-px-733 {
  width: 733px !important;
}

.min-h-734 {
  min-height: 734px !important;
}

.max-h-734 {
  max-height: 734px !important;
}

.min-w-734 {
  min-width: 734px !important;
}

.max-w-734 {
  max-width: 734px !important;
}

.h-px-734 {
  height: 734px !important;
}

.w-px-734 {
  width: 734px !important;
}

.min-h-735 {
  min-height: 735px !important;
}

.max-h-735 {
  max-height: 735px !important;
}

.min-w-735 {
  min-width: 735px !important;
}

.max-w-735 {
  max-width: 735px !important;
}

.h-px-735 {
  height: 735px !important;
}

.w-px-735 {
  width: 735px !important;
}

.min-h-736 {
  min-height: 736px !important;
}

.max-h-736 {
  max-height: 736px !important;
}

.min-w-736 {
  min-width: 736px !important;
}

.max-w-736 {
  max-width: 736px !important;
}

.h-px-736 {
  height: 736px !important;
}

.w-px-736 {
  width: 736px !important;
}

.min-h-737 {
  min-height: 737px !important;
}

.max-h-737 {
  max-height: 737px !important;
}

.min-w-737 {
  min-width: 737px !important;
}

.max-w-737 {
  max-width: 737px !important;
}

.h-px-737 {
  height: 737px !important;
}

.w-px-737 {
  width: 737px !important;
}

.min-h-738 {
  min-height: 738px !important;
}

.max-h-738 {
  max-height: 738px !important;
}

.min-w-738 {
  min-width: 738px !important;
}

.max-w-738 {
  max-width: 738px !important;
}

.h-px-738 {
  height: 738px !important;
}

.w-px-738 {
  width: 738px !important;
}

.min-h-739 {
  min-height: 739px !important;
}

.max-h-739 {
  max-height: 739px !important;
}

.min-w-739 {
  min-width: 739px !important;
}

.max-w-739 {
  max-width: 739px !important;
}

.h-px-739 {
  height: 739px !important;
}

.w-px-739 {
  width: 739px !important;
}

.min-h-740 {
  min-height: 740px !important;
}

.max-h-740 {
  max-height: 740px !important;
}

.min-w-740 {
  min-width: 740px !important;
}

.max-w-740 {
  max-width: 740px !important;
}

.h-px-740 {
  height: 740px !important;
}

.w-px-740 {
  width: 740px !important;
}

.min-h-741 {
  min-height: 741px !important;
}

.max-h-741 {
  max-height: 741px !important;
}

.min-w-741 {
  min-width: 741px !important;
}

.max-w-741 {
  max-width: 741px !important;
}

.h-px-741 {
  height: 741px !important;
}

.w-px-741 {
  width: 741px !important;
}

.min-h-742 {
  min-height: 742px !important;
}

.max-h-742 {
  max-height: 742px !important;
}

.min-w-742 {
  min-width: 742px !important;
}

.max-w-742 {
  max-width: 742px !important;
}

.h-px-742 {
  height: 742px !important;
}

.w-px-742 {
  width: 742px !important;
}

.min-h-743 {
  min-height: 743px !important;
}

.max-h-743 {
  max-height: 743px !important;
}

.min-w-743 {
  min-width: 743px !important;
}

.max-w-743 {
  max-width: 743px !important;
}

.h-px-743 {
  height: 743px !important;
}

.w-px-743 {
  width: 743px !important;
}

.min-h-744 {
  min-height: 744px !important;
}

.max-h-744 {
  max-height: 744px !important;
}

.min-w-744 {
  min-width: 744px !important;
}

.max-w-744 {
  max-width: 744px !important;
}

.h-px-744 {
  height: 744px !important;
}

.w-px-744 {
  width: 744px !important;
}

.min-h-745 {
  min-height: 745px !important;
}

.max-h-745 {
  max-height: 745px !important;
}

.min-w-745 {
  min-width: 745px !important;
}

.max-w-745 {
  max-width: 745px !important;
}

.h-px-745 {
  height: 745px !important;
}

.w-px-745 {
  width: 745px !important;
}

.min-h-746 {
  min-height: 746px !important;
}

.max-h-746 {
  max-height: 746px !important;
}

.min-w-746 {
  min-width: 746px !important;
}

.max-w-746 {
  max-width: 746px !important;
}

.h-px-746 {
  height: 746px !important;
}

.w-px-746 {
  width: 746px !important;
}

.min-h-747 {
  min-height: 747px !important;
}

.max-h-747 {
  max-height: 747px !important;
}

.min-w-747 {
  min-width: 747px !important;
}

.max-w-747 {
  max-width: 747px !important;
}

.h-px-747 {
  height: 747px !important;
}

.w-px-747 {
  width: 747px !important;
}

.min-h-748 {
  min-height: 748px !important;
}

.max-h-748 {
  max-height: 748px !important;
}

.min-w-748 {
  min-width: 748px !important;
}

.max-w-748 {
  max-width: 748px !important;
}

.h-px-748 {
  height: 748px !important;
}

.w-px-748 {
  width: 748px !important;
}

.min-h-749 {
  min-height: 749px !important;
}

.max-h-749 {
  max-height: 749px !important;
}

.min-w-749 {
  min-width: 749px !important;
}

.max-w-749 {
  max-width: 749px !important;
}

.h-px-749 {
  height: 749px !important;
}

.w-px-749 {
  width: 749px !important;
}

.min-h-750 {
  min-height: 750px !important;
}

.max-h-750 {
  max-height: 750px !important;
}

.min-w-750 {
  min-width: 750px !important;
}

.max-w-750 {
  max-width: 750px !important;
}

.h-px-750 {
  height: 750px !important;
}

.w-px-750 {
  width: 750px !important;
}

.min-h-751 {
  min-height: 751px !important;
}

.max-h-751 {
  max-height: 751px !important;
}

.min-w-751 {
  min-width: 751px !important;
}

.max-w-751 {
  max-width: 751px !important;
}

.h-px-751 {
  height: 751px !important;
}

.w-px-751 {
  width: 751px !important;
}

.min-h-752 {
  min-height: 752px !important;
}

.max-h-752 {
  max-height: 752px !important;
}

.min-w-752 {
  min-width: 752px !important;
}

.max-w-752 {
  max-width: 752px !important;
}

.h-px-752 {
  height: 752px !important;
}

.w-px-752 {
  width: 752px !important;
}

.min-h-753 {
  min-height: 753px !important;
}

.max-h-753 {
  max-height: 753px !important;
}

.min-w-753 {
  min-width: 753px !important;
}

.max-w-753 {
  max-width: 753px !important;
}

.h-px-753 {
  height: 753px !important;
}

.w-px-753 {
  width: 753px !important;
}

.min-h-754 {
  min-height: 754px !important;
}

.max-h-754 {
  max-height: 754px !important;
}

.min-w-754 {
  min-width: 754px !important;
}

.max-w-754 {
  max-width: 754px !important;
}

.h-px-754 {
  height: 754px !important;
}

.w-px-754 {
  width: 754px !important;
}

.min-h-755 {
  min-height: 755px !important;
}

.max-h-755 {
  max-height: 755px !important;
}

.min-w-755 {
  min-width: 755px !important;
}

.max-w-755 {
  max-width: 755px !important;
}

.h-px-755 {
  height: 755px !important;
}

.w-px-755 {
  width: 755px !important;
}

.min-h-756 {
  min-height: 756px !important;
}

.max-h-756 {
  max-height: 756px !important;
}

.min-w-756 {
  min-width: 756px !important;
}

.max-w-756 {
  max-width: 756px !important;
}

.h-px-756 {
  height: 756px !important;
}

.w-px-756 {
  width: 756px !important;
}

.min-h-757 {
  min-height: 757px !important;
}

.max-h-757 {
  max-height: 757px !important;
}

.min-w-757 {
  min-width: 757px !important;
}

.max-w-757 {
  max-width: 757px !important;
}

.h-px-757 {
  height: 757px !important;
}

.w-px-757 {
  width: 757px !important;
}

.min-h-758 {
  min-height: 758px !important;
}

.max-h-758 {
  max-height: 758px !important;
}

.min-w-758 {
  min-width: 758px !important;
}

.max-w-758 {
  max-width: 758px !important;
}

.h-px-758 {
  height: 758px !important;
}

.w-px-758 {
  width: 758px !important;
}

.min-h-759 {
  min-height: 759px !important;
}

.max-h-759 {
  max-height: 759px !important;
}

.min-w-759 {
  min-width: 759px !important;
}

.max-w-759 {
  max-width: 759px !important;
}

.h-px-759 {
  height: 759px !important;
}

.w-px-759 {
  width: 759px !important;
}

.min-h-760 {
  min-height: 760px !important;
}

.max-h-760 {
  max-height: 760px !important;
}

.min-w-760 {
  min-width: 760px !important;
}

.max-w-760 {
  max-width: 760px !important;
}

.h-px-760 {
  height: 760px !important;
}

.w-px-760 {
  width: 760px !important;
}

.min-h-761 {
  min-height: 761px !important;
}

.max-h-761 {
  max-height: 761px !important;
}

.min-w-761 {
  min-width: 761px !important;
}

.max-w-761 {
  max-width: 761px !important;
}

.h-px-761 {
  height: 761px !important;
}

.w-px-761 {
  width: 761px !important;
}

.min-h-762 {
  min-height: 762px !important;
}

.max-h-762 {
  max-height: 762px !important;
}

.min-w-762 {
  min-width: 762px !important;
}

.max-w-762 {
  max-width: 762px !important;
}

.h-px-762 {
  height: 762px !important;
}

.w-px-762 {
  width: 762px !important;
}

.min-h-763 {
  min-height: 763px !important;
}

.max-h-763 {
  max-height: 763px !important;
}

.min-w-763 {
  min-width: 763px !important;
}

.max-w-763 {
  max-width: 763px !important;
}

.h-px-763 {
  height: 763px !important;
}

.w-px-763 {
  width: 763px !important;
}

.min-h-764 {
  min-height: 764px !important;
}

.max-h-764 {
  max-height: 764px !important;
}

.min-w-764 {
  min-width: 764px !important;
}

.max-w-764 {
  max-width: 764px !important;
}

.h-px-764 {
  height: 764px !important;
}

.w-px-764 {
  width: 764px !important;
}

.min-h-765 {
  min-height: 765px !important;
}

.max-h-765 {
  max-height: 765px !important;
}

.min-w-765 {
  min-width: 765px !important;
}

.max-w-765 {
  max-width: 765px !important;
}

.h-px-765 {
  height: 765px !important;
}

.w-px-765 {
  width: 765px !important;
}

.min-h-766 {
  min-height: 766px !important;
}

.max-h-766 {
  max-height: 766px !important;
}

.min-w-766 {
  min-width: 766px !important;
}

.max-w-766 {
  max-width: 766px !important;
}

.h-px-766 {
  height: 766px !important;
}

.w-px-766 {
  width: 766px !important;
}

.min-h-767 {
  min-height: 767px !important;
}

.max-h-767 {
  max-height: 767px !important;
}

.min-w-767 {
  min-width: 767px !important;
}

.max-w-767 {
  max-width: 767px !important;
}

.h-px-767 {
  height: 767px !important;
}

.w-px-767 {
  width: 767px !important;
}

.min-h-768 {
  min-height: 768px !important;
}

.max-h-768 {
  max-height: 768px !important;
}

.min-w-768 {
  min-width: 768px !important;
}

.max-w-768 {
  max-width: 768px !important;
}

.h-px-768 {
  height: 768px !important;
}

.w-px-768 {
  width: 768px !important;
}

.min-h-769 {
  min-height: 769px !important;
}

.max-h-769 {
  max-height: 769px !important;
}

.min-w-769 {
  min-width: 769px !important;
}

.max-w-769 {
  max-width: 769px !important;
}

.h-px-769 {
  height: 769px !important;
}

.w-px-769 {
  width: 769px !important;
}

.min-h-770 {
  min-height: 770px !important;
}

.max-h-770 {
  max-height: 770px !important;
}

.min-w-770 {
  min-width: 770px !important;
}

.max-w-770 {
  max-width: 770px !important;
}

.h-px-770 {
  height: 770px !important;
}

.w-px-770 {
  width: 770px !important;
}

.min-h-771 {
  min-height: 771px !important;
}

.max-h-771 {
  max-height: 771px !important;
}

.min-w-771 {
  min-width: 771px !important;
}

.max-w-771 {
  max-width: 771px !important;
}

.h-px-771 {
  height: 771px !important;
}

.w-px-771 {
  width: 771px !important;
}

.min-h-772 {
  min-height: 772px !important;
}

.max-h-772 {
  max-height: 772px !important;
}

.min-w-772 {
  min-width: 772px !important;
}

.max-w-772 {
  max-width: 772px !important;
}

.h-px-772 {
  height: 772px !important;
}

.w-px-772 {
  width: 772px !important;
}

.min-h-773 {
  min-height: 773px !important;
}

.max-h-773 {
  max-height: 773px !important;
}

.min-w-773 {
  min-width: 773px !important;
}

.max-w-773 {
  max-width: 773px !important;
}

.h-px-773 {
  height: 773px !important;
}

.w-px-773 {
  width: 773px !important;
}

.min-h-774 {
  min-height: 774px !important;
}

.max-h-774 {
  max-height: 774px !important;
}

.min-w-774 {
  min-width: 774px !important;
}

.max-w-774 {
  max-width: 774px !important;
}

.h-px-774 {
  height: 774px !important;
}

.w-px-774 {
  width: 774px !important;
}

.min-h-775 {
  min-height: 775px !important;
}

.max-h-775 {
  max-height: 775px !important;
}

.min-w-775 {
  min-width: 775px !important;
}

.max-w-775 {
  max-width: 775px !important;
}

.h-px-775 {
  height: 775px !important;
}

.w-px-775 {
  width: 775px !important;
}

.min-h-776 {
  min-height: 776px !important;
}

.max-h-776 {
  max-height: 776px !important;
}

.min-w-776 {
  min-width: 776px !important;
}

.max-w-776 {
  max-width: 776px !important;
}

.h-px-776 {
  height: 776px !important;
}

.w-px-776 {
  width: 776px !important;
}

.min-h-777 {
  min-height: 777px !important;
}

.max-h-777 {
  max-height: 777px !important;
}

.min-w-777 {
  min-width: 777px !important;
}

.max-w-777 {
  max-width: 777px !important;
}

.h-px-777 {
  height: 777px !important;
}

.w-px-777 {
  width: 777px !important;
}

.min-h-778 {
  min-height: 778px !important;
}

.max-h-778 {
  max-height: 778px !important;
}

.min-w-778 {
  min-width: 778px !important;
}

.max-w-778 {
  max-width: 778px !important;
}

.h-px-778 {
  height: 778px !important;
}

.w-px-778 {
  width: 778px !important;
}

.min-h-779 {
  min-height: 779px !important;
}

.max-h-779 {
  max-height: 779px !important;
}

.min-w-779 {
  min-width: 779px !important;
}

.max-w-779 {
  max-width: 779px !important;
}

.h-px-779 {
  height: 779px !important;
}

.w-px-779 {
  width: 779px !important;
}

.min-h-780 {
  min-height: 780px !important;
}

.max-h-780 {
  max-height: 780px !important;
}

.min-w-780 {
  min-width: 780px !important;
}

.max-w-780 {
  max-width: 780px !important;
}

.h-px-780 {
  height: 780px !important;
}

.w-px-780 {
  width: 780px !important;
}

.min-h-781 {
  min-height: 781px !important;
}

.max-h-781 {
  max-height: 781px !important;
}

.min-w-781 {
  min-width: 781px !important;
}

.max-w-781 {
  max-width: 781px !important;
}

.h-px-781 {
  height: 781px !important;
}

.w-px-781 {
  width: 781px !important;
}

.min-h-782 {
  min-height: 782px !important;
}

.max-h-782 {
  max-height: 782px !important;
}

.min-w-782 {
  min-width: 782px !important;
}

.max-w-782 {
  max-width: 782px !important;
}

.h-px-782 {
  height: 782px !important;
}

.w-px-782 {
  width: 782px !important;
}

.min-h-783 {
  min-height: 783px !important;
}

.max-h-783 {
  max-height: 783px !important;
}

.min-w-783 {
  min-width: 783px !important;
}

.max-w-783 {
  max-width: 783px !important;
}

.h-px-783 {
  height: 783px !important;
}

.w-px-783 {
  width: 783px !important;
}

.min-h-784 {
  min-height: 784px !important;
}

.max-h-784 {
  max-height: 784px !important;
}

.min-w-784 {
  min-width: 784px !important;
}

.max-w-784 {
  max-width: 784px !important;
}

.h-px-784 {
  height: 784px !important;
}

.w-px-784 {
  width: 784px !important;
}

.min-h-785 {
  min-height: 785px !important;
}

.max-h-785 {
  max-height: 785px !important;
}

.min-w-785 {
  min-width: 785px !important;
}

.max-w-785 {
  max-width: 785px !important;
}

.h-px-785 {
  height: 785px !important;
}

.w-px-785 {
  width: 785px !important;
}

.min-h-786 {
  min-height: 786px !important;
}

.max-h-786 {
  max-height: 786px !important;
}

.min-w-786 {
  min-width: 786px !important;
}

.max-w-786 {
  max-width: 786px !important;
}

.h-px-786 {
  height: 786px !important;
}

.w-px-786 {
  width: 786px !important;
}

.min-h-787 {
  min-height: 787px !important;
}

.max-h-787 {
  max-height: 787px !important;
}

.min-w-787 {
  min-width: 787px !important;
}

.max-w-787 {
  max-width: 787px !important;
}

.h-px-787 {
  height: 787px !important;
}

.w-px-787 {
  width: 787px !important;
}

.min-h-788 {
  min-height: 788px !important;
}

.max-h-788 {
  max-height: 788px !important;
}

.min-w-788 {
  min-width: 788px !important;
}

.max-w-788 {
  max-width: 788px !important;
}

.h-px-788 {
  height: 788px !important;
}

.w-px-788 {
  width: 788px !important;
}

.min-h-789 {
  min-height: 789px !important;
}

.max-h-789 {
  max-height: 789px !important;
}

.min-w-789 {
  min-width: 789px !important;
}

.max-w-789 {
  max-width: 789px !important;
}

.h-px-789 {
  height: 789px !important;
}

.w-px-789 {
  width: 789px !important;
}

.min-h-790 {
  min-height: 790px !important;
}

.max-h-790 {
  max-height: 790px !important;
}

.min-w-790 {
  min-width: 790px !important;
}

.max-w-790 {
  max-width: 790px !important;
}

.h-px-790 {
  height: 790px !important;
}

.w-px-790 {
  width: 790px !important;
}

.min-h-791 {
  min-height: 791px !important;
}

.max-h-791 {
  max-height: 791px !important;
}

.min-w-791 {
  min-width: 791px !important;
}

.max-w-791 {
  max-width: 791px !important;
}

.h-px-791 {
  height: 791px !important;
}

.w-px-791 {
  width: 791px !important;
}

.min-h-792 {
  min-height: 792px !important;
}

.max-h-792 {
  max-height: 792px !important;
}

.min-w-792 {
  min-width: 792px !important;
}

.max-w-792 {
  max-width: 792px !important;
}

.h-px-792 {
  height: 792px !important;
}

.w-px-792 {
  width: 792px !important;
}

.min-h-793 {
  min-height: 793px !important;
}

.max-h-793 {
  max-height: 793px !important;
}

.min-w-793 {
  min-width: 793px !important;
}

.max-w-793 {
  max-width: 793px !important;
}

.h-px-793 {
  height: 793px !important;
}

.w-px-793 {
  width: 793px !important;
}

.min-h-794 {
  min-height: 794px !important;
}

.max-h-794 {
  max-height: 794px !important;
}

.min-w-794 {
  min-width: 794px !important;
}

.max-w-794 {
  max-width: 794px !important;
}

.h-px-794 {
  height: 794px !important;
}

.w-px-794 {
  width: 794px !important;
}

.min-h-795 {
  min-height: 795px !important;
}

.max-h-795 {
  max-height: 795px !important;
}

.min-w-795 {
  min-width: 795px !important;
}

.max-w-795 {
  max-width: 795px !important;
}

.h-px-795 {
  height: 795px !important;
}

.w-px-795 {
  width: 795px !important;
}

.min-h-796 {
  min-height: 796px !important;
}

.max-h-796 {
  max-height: 796px !important;
}

.min-w-796 {
  min-width: 796px !important;
}

.max-w-796 {
  max-width: 796px !important;
}

.h-px-796 {
  height: 796px !important;
}

.w-px-796 {
  width: 796px !important;
}

.min-h-797 {
  min-height: 797px !important;
}

.max-h-797 {
  max-height: 797px !important;
}

.min-w-797 {
  min-width: 797px !important;
}

.max-w-797 {
  max-width: 797px !important;
}

.h-px-797 {
  height: 797px !important;
}

.w-px-797 {
  width: 797px !important;
}

.min-h-798 {
  min-height: 798px !important;
}

.max-h-798 {
  max-height: 798px !important;
}

.min-w-798 {
  min-width: 798px !important;
}

.max-w-798 {
  max-width: 798px !important;
}

.h-px-798 {
  height: 798px !important;
}

.w-px-798 {
  width: 798px !important;
}

.min-h-799 {
  min-height: 799px !important;
}

.max-h-799 {
  max-height: 799px !important;
}

.min-w-799 {
  min-width: 799px !important;
}

.max-w-799 {
  max-width: 799px !important;
}

.h-px-799 {
  height: 799px !important;
}

.w-px-799 {
  width: 799px !important;
}

.min-h-800 {
  min-height: 800px !important;
}

.max-h-800 {
  max-height: 800px !important;
}

.min-w-800 {
  min-width: 800px !important;
}

.max-w-800 {
  max-width: 800px !important;
}

.h-px-800 {
  height: 800px !important;
}

.w-px-800 {
  width: 800px !important;
}

.min-h-801 {
  min-height: 801px !important;
}

.max-h-801 {
  max-height: 801px !important;
}

.min-w-801 {
  min-width: 801px !important;
}

.max-w-801 {
  max-width: 801px !important;
}

.h-px-801 {
  height: 801px !important;
}

.w-px-801 {
  width: 801px !important;
}

.min-h-802 {
  min-height: 802px !important;
}

.max-h-802 {
  max-height: 802px !important;
}

.min-w-802 {
  min-width: 802px !important;
}

.max-w-802 {
  max-width: 802px !important;
}

.h-px-802 {
  height: 802px !important;
}

.w-px-802 {
  width: 802px !important;
}

.min-h-803 {
  min-height: 803px !important;
}

.max-h-803 {
  max-height: 803px !important;
}

.min-w-803 {
  min-width: 803px !important;
}

.max-w-803 {
  max-width: 803px !important;
}

.h-px-803 {
  height: 803px !important;
}

.w-px-803 {
  width: 803px !important;
}

.min-h-804 {
  min-height: 804px !important;
}

.max-h-804 {
  max-height: 804px !important;
}

.min-w-804 {
  min-width: 804px !important;
}

.max-w-804 {
  max-width: 804px !important;
}

.h-px-804 {
  height: 804px !important;
}

.w-px-804 {
  width: 804px !important;
}

.min-h-805 {
  min-height: 805px !important;
}

.max-h-805 {
  max-height: 805px !important;
}

.min-w-805 {
  min-width: 805px !important;
}

.max-w-805 {
  max-width: 805px !important;
}

.h-px-805 {
  height: 805px !important;
}

.w-px-805 {
  width: 805px !important;
}

.min-h-806 {
  min-height: 806px !important;
}

.max-h-806 {
  max-height: 806px !important;
}

.min-w-806 {
  min-width: 806px !important;
}

.max-w-806 {
  max-width: 806px !important;
}

.h-px-806 {
  height: 806px !important;
}

.w-px-806 {
  width: 806px !important;
}

.min-h-807 {
  min-height: 807px !important;
}

.max-h-807 {
  max-height: 807px !important;
}

.min-w-807 {
  min-width: 807px !important;
}

.max-w-807 {
  max-width: 807px !important;
}

.h-px-807 {
  height: 807px !important;
}

.w-px-807 {
  width: 807px !important;
}

.min-h-808 {
  min-height: 808px !important;
}

.max-h-808 {
  max-height: 808px !important;
}

.min-w-808 {
  min-width: 808px !important;
}

.max-w-808 {
  max-width: 808px !important;
}

.h-px-808 {
  height: 808px !important;
}

.w-px-808 {
  width: 808px !important;
}

.min-h-809 {
  min-height: 809px !important;
}

.max-h-809 {
  max-height: 809px !important;
}

.min-w-809 {
  min-width: 809px !important;
}

.max-w-809 {
  max-width: 809px !important;
}

.h-px-809 {
  height: 809px !important;
}

.w-px-809 {
  width: 809px !important;
}

.min-h-810 {
  min-height: 810px !important;
}

.max-h-810 {
  max-height: 810px !important;
}

.min-w-810 {
  min-width: 810px !important;
}

.max-w-810 {
  max-width: 810px !important;
}

.h-px-810 {
  height: 810px !important;
}

.w-px-810 {
  width: 810px !important;
}

.min-h-811 {
  min-height: 811px !important;
}

.max-h-811 {
  max-height: 811px !important;
}

.min-w-811 {
  min-width: 811px !important;
}

.max-w-811 {
  max-width: 811px !important;
}

.h-px-811 {
  height: 811px !important;
}

.w-px-811 {
  width: 811px !important;
}

.min-h-812 {
  min-height: 812px !important;
}

.max-h-812 {
  max-height: 812px !important;
}

.min-w-812 {
  min-width: 812px !important;
}

.max-w-812 {
  max-width: 812px !important;
}

.h-px-812 {
  height: 812px !important;
}

.w-px-812 {
  width: 812px !important;
}

.min-h-813 {
  min-height: 813px !important;
}

.max-h-813 {
  max-height: 813px !important;
}

.min-w-813 {
  min-width: 813px !important;
}

.max-w-813 {
  max-width: 813px !important;
}

.h-px-813 {
  height: 813px !important;
}

.w-px-813 {
  width: 813px !important;
}

.min-h-814 {
  min-height: 814px !important;
}

.max-h-814 {
  max-height: 814px !important;
}

.min-w-814 {
  min-width: 814px !important;
}

.max-w-814 {
  max-width: 814px !important;
}

.h-px-814 {
  height: 814px !important;
}

.w-px-814 {
  width: 814px !important;
}

.min-h-815 {
  min-height: 815px !important;
}

.max-h-815 {
  max-height: 815px !important;
}

.min-w-815 {
  min-width: 815px !important;
}

.max-w-815 {
  max-width: 815px !important;
}

.h-px-815 {
  height: 815px !important;
}

.w-px-815 {
  width: 815px !important;
}

.min-h-816 {
  min-height: 816px !important;
}

.max-h-816 {
  max-height: 816px !important;
}

.min-w-816 {
  min-width: 816px !important;
}

.max-w-816 {
  max-width: 816px !important;
}

.h-px-816 {
  height: 816px !important;
}

.w-px-816 {
  width: 816px !important;
}

.min-h-817 {
  min-height: 817px !important;
}

.max-h-817 {
  max-height: 817px !important;
}

.min-w-817 {
  min-width: 817px !important;
}

.max-w-817 {
  max-width: 817px !important;
}

.h-px-817 {
  height: 817px !important;
}

.w-px-817 {
  width: 817px !important;
}

.min-h-818 {
  min-height: 818px !important;
}

.max-h-818 {
  max-height: 818px !important;
}

.min-w-818 {
  min-width: 818px !important;
}

.max-w-818 {
  max-width: 818px !important;
}

.h-px-818 {
  height: 818px !important;
}

.w-px-818 {
  width: 818px !important;
}

.min-h-819 {
  min-height: 819px !important;
}

.max-h-819 {
  max-height: 819px !important;
}

.min-w-819 {
  min-width: 819px !important;
}

.max-w-819 {
  max-width: 819px !important;
}

.h-px-819 {
  height: 819px !important;
}

.w-px-819 {
  width: 819px !important;
}

.min-h-820 {
  min-height: 820px !important;
}

.max-h-820 {
  max-height: 820px !important;
}

.min-w-820 {
  min-width: 820px !important;
}

.max-w-820 {
  max-width: 820px !important;
}

.h-px-820 {
  height: 820px !important;
}

.w-px-820 {
  width: 820px !important;
}

.min-h-821 {
  min-height: 821px !important;
}

.max-h-821 {
  max-height: 821px !important;
}

.min-w-821 {
  min-width: 821px !important;
}

.max-w-821 {
  max-width: 821px !important;
}

.h-px-821 {
  height: 821px !important;
}

.w-px-821 {
  width: 821px !important;
}

.min-h-822 {
  min-height: 822px !important;
}

.max-h-822 {
  max-height: 822px !important;
}

.min-w-822 {
  min-width: 822px !important;
}

.max-w-822 {
  max-width: 822px !important;
}

.h-px-822 {
  height: 822px !important;
}

.w-px-822 {
  width: 822px !important;
}

.min-h-823 {
  min-height: 823px !important;
}

.max-h-823 {
  max-height: 823px !important;
}

.min-w-823 {
  min-width: 823px !important;
}

.max-w-823 {
  max-width: 823px !important;
}

.h-px-823 {
  height: 823px !important;
}

.w-px-823 {
  width: 823px !important;
}

.min-h-824 {
  min-height: 824px !important;
}

.max-h-824 {
  max-height: 824px !important;
}

.min-w-824 {
  min-width: 824px !important;
}

.max-w-824 {
  max-width: 824px !important;
}

.h-px-824 {
  height: 824px !important;
}

.w-px-824 {
  width: 824px !important;
}

.min-h-825 {
  min-height: 825px !important;
}

.max-h-825 {
  max-height: 825px !important;
}

.min-w-825 {
  min-width: 825px !important;
}

.max-w-825 {
  max-width: 825px !important;
}

.h-px-825 {
  height: 825px !important;
}

.w-px-825 {
  width: 825px !important;
}

.min-h-826 {
  min-height: 826px !important;
}

.max-h-826 {
  max-height: 826px !important;
}

.min-w-826 {
  min-width: 826px !important;
}

.max-w-826 {
  max-width: 826px !important;
}

.h-px-826 {
  height: 826px !important;
}

.w-px-826 {
  width: 826px !important;
}

.min-h-827 {
  min-height: 827px !important;
}

.max-h-827 {
  max-height: 827px !important;
}

.min-w-827 {
  min-width: 827px !important;
}

.max-w-827 {
  max-width: 827px !important;
}

.h-px-827 {
  height: 827px !important;
}

.w-px-827 {
  width: 827px !important;
}

.min-h-828 {
  min-height: 828px !important;
}

.max-h-828 {
  max-height: 828px !important;
}

.min-w-828 {
  min-width: 828px !important;
}

.max-w-828 {
  max-width: 828px !important;
}

.h-px-828 {
  height: 828px !important;
}

.w-px-828 {
  width: 828px !important;
}

.min-h-829 {
  min-height: 829px !important;
}

.max-h-829 {
  max-height: 829px !important;
}

.min-w-829 {
  min-width: 829px !important;
}

.max-w-829 {
  max-width: 829px !important;
}

.h-px-829 {
  height: 829px !important;
}

.w-px-829 {
  width: 829px !important;
}

.min-h-830 {
  min-height: 830px !important;
}

.max-h-830 {
  max-height: 830px !important;
}

.min-w-830 {
  min-width: 830px !important;
}

.max-w-830 {
  max-width: 830px !important;
}

.h-px-830 {
  height: 830px !important;
}

.w-px-830 {
  width: 830px !important;
}

.min-h-831 {
  min-height: 831px !important;
}

.max-h-831 {
  max-height: 831px !important;
}

.min-w-831 {
  min-width: 831px !important;
}

.max-w-831 {
  max-width: 831px !important;
}

.h-px-831 {
  height: 831px !important;
}

.w-px-831 {
  width: 831px !important;
}

.min-h-832 {
  min-height: 832px !important;
}

.max-h-832 {
  max-height: 832px !important;
}

.min-w-832 {
  min-width: 832px !important;
}

.max-w-832 {
  max-width: 832px !important;
}

.h-px-832 {
  height: 832px !important;
}

.w-px-832 {
  width: 832px !important;
}

.min-h-833 {
  min-height: 833px !important;
}

.max-h-833 {
  max-height: 833px !important;
}

.min-w-833 {
  min-width: 833px !important;
}

.max-w-833 {
  max-width: 833px !important;
}

.h-px-833 {
  height: 833px !important;
}

.w-px-833 {
  width: 833px !important;
}

.min-h-834 {
  min-height: 834px !important;
}

.max-h-834 {
  max-height: 834px !important;
}

.min-w-834 {
  min-width: 834px !important;
}

.max-w-834 {
  max-width: 834px !important;
}

.h-px-834 {
  height: 834px !important;
}

.w-px-834 {
  width: 834px !important;
}

.min-h-835 {
  min-height: 835px !important;
}

.max-h-835 {
  max-height: 835px !important;
}

.min-w-835 {
  min-width: 835px !important;
}

.max-w-835 {
  max-width: 835px !important;
}

.h-px-835 {
  height: 835px !important;
}

.w-px-835 {
  width: 835px !important;
}

.min-h-836 {
  min-height: 836px !important;
}

.max-h-836 {
  max-height: 836px !important;
}

.min-w-836 {
  min-width: 836px !important;
}

.max-w-836 {
  max-width: 836px !important;
}

.h-px-836 {
  height: 836px !important;
}

.w-px-836 {
  width: 836px !important;
}

.min-h-837 {
  min-height: 837px !important;
}

.max-h-837 {
  max-height: 837px !important;
}

.min-w-837 {
  min-width: 837px !important;
}

.max-w-837 {
  max-width: 837px !important;
}

.h-px-837 {
  height: 837px !important;
}

.w-px-837 {
  width: 837px !important;
}

.min-h-838 {
  min-height: 838px !important;
}

.max-h-838 {
  max-height: 838px !important;
}

.min-w-838 {
  min-width: 838px !important;
}

.max-w-838 {
  max-width: 838px !important;
}

.h-px-838 {
  height: 838px !important;
}

.w-px-838 {
  width: 838px !important;
}

.min-h-839 {
  min-height: 839px !important;
}

.max-h-839 {
  max-height: 839px !important;
}

.min-w-839 {
  min-width: 839px !important;
}

.max-w-839 {
  max-width: 839px !important;
}

.h-px-839 {
  height: 839px !important;
}

.w-px-839 {
  width: 839px !important;
}

.min-h-840 {
  min-height: 840px !important;
}

.max-h-840 {
  max-height: 840px !important;
}

.min-w-840 {
  min-width: 840px !important;
}

.max-w-840 {
  max-width: 840px !important;
}

.h-px-840 {
  height: 840px !important;
}

.w-px-840 {
  width: 840px !important;
}

.min-h-841 {
  min-height: 841px !important;
}

.max-h-841 {
  max-height: 841px !important;
}

.min-w-841 {
  min-width: 841px !important;
}

.max-w-841 {
  max-width: 841px !important;
}

.h-px-841 {
  height: 841px !important;
}

.w-px-841 {
  width: 841px !important;
}

.min-h-842 {
  min-height: 842px !important;
}

.max-h-842 {
  max-height: 842px !important;
}

.min-w-842 {
  min-width: 842px !important;
}

.max-w-842 {
  max-width: 842px !important;
}

.h-px-842 {
  height: 842px !important;
}

.w-px-842 {
  width: 842px !important;
}

.min-h-843 {
  min-height: 843px !important;
}

.max-h-843 {
  max-height: 843px !important;
}

.min-w-843 {
  min-width: 843px !important;
}

.max-w-843 {
  max-width: 843px !important;
}

.h-px-843 {
  height: 843px !important;
}

.w-px-843 {
  width: 843px !important;
}

.min-h-844 {
  min-height: 844px !important;
}

.max-h-844 {
  max-height: 844px !important;
}

.min-w-844 {
  min-width: 844px !important;
}

.max-w-844 {
  max-width: 844px !important;
}

.h-px-844 {
  height: 844px !important;
}

.w-px-844 {
  width: 844px !important;
}

.min-h-845 {
  min-height: 845px !important;
}

.max-h-845 {
  max-height: 845px !important;
}

.min-w-845 {
  min-width: 845px !important;
}

.max-w-845 {
  max-width: 845px !important;
}

.h-px-845 {
  height: 845px !important;
}

.w-px-845 {
  width: 845px !important;
}

.min-h-846 {
  min-height: 846px !important;
}

.max-h-846 {
  max-height: 846px !important;
}

.min-w-846 {
  min-width: 846px !important;
}

.max-w-846 {
  max-width: 846px !important;
}

.h-px-846 {
  height: 846px !important;
}

.w-px-846 {
  width: 846px !important;
}

.min-h-847 {
  min-height: 847px !important;
}

.max-h-847 {
  max-height: 847px !important;
}

.min-w-847 {
  min-width: 847px !important;
}

.max-w-847 {
  max-width: 847px !important;
}

.h-px-847 {
  height: 847px !important;
}

.w-px-847 {
  width: 847px !important;
}

.min-h-848 {
  min-height: 848px !important;
}

.max-h-848 {
  max-height: 848px !important;
}

.min-w-848 {
  min-width: 848px !important;
}

.max-w-848 {
  max-width: 848px !important;
}

.h-px-848 {
  height: 848px !important;
}

.w-px-848 {
  width: 848px !important;
}

.min-h-849 {
  min-height: 849px !important;
}

.max-h-849 {
  max-height: 849px !important;
}

.min-w-849 {
  min-width: 849px !important;
}

.max-w-849 {
  max-width: 849px !important;
}

.h-px-849 {
  height: 849px !important;
}

.w-px-849 {
  width: 849px !important;
}

.min-h-850 {
  min-height: 850px !important;
}

.max-h-850 {
  max-height: 850px !important;
}

.min-w-850 {
  min-width: 850px !important;
}

.max-w-850 {
  max-width: 850px !important;
}

.h-px-850 {
  height: 850px !important;
}

.w-px-850 {
  width: 850px !important;
}

.min-h-851 {
  min-height: 851px !important;
}

.max-h-851 {
  max-height: 851px !important;
}

.min-w-851 {
  min-width: 851px !important;
}

.max-w-851 {
  max-width: 851px !important;
}

.h-px-851 {
  height: 851px !important;
}

.w-px-851 {
  width: 851px !important;
}

.min-h-852 {
  min-height: 852px !important;
}

.max-h-852 {
  max-height: 852px !important;
}

.min-w-852 {
  min-width: 852px !important;
}

.max-w-852 {
  max-width: 852px !important;
}

.h-px-852 {
  height: 852px !important;
}

.w-px-852 {
  width: 852px !important;
}

.min-h-853 {
  min-height: 853px !important;
}

.max-h-853 {
  max-height: 853px !important;
}

.min-w-853 {
  min-width: 853px !important;
}

.max-w-853 {
  max-width: 853px !important;
}

.h-px-853 {
  height: 853px !important;
}

.w-px-853 {
  width: 853px !important;
}

.min-h-854 {
  min-height: 854px !important;
}

.max-h-854 {
  max-height: 854px !important;
}

.min-w-854 {
  min-width: 854px !important;
}

.max-w-854 {
  max-width: 854px !important;
}

.h-px-854 {
  height: 854px !important;
}

.w-px-854 {
  width: 854px !important;
}

.min-h-855 {
  min-height: 855px !important;
}

.max-h-855 {
  max-height: 855px !important;
}

.min-w-855 {
  min-width: 855px !important;
}

.max-w-855 {
  max-width: 855px !important;
}

.h-px-855 {
  height: 855px !important;
}

.w-px-855 {
  width: 855px !important;
}

.min-h-856 {
  min-height: 856px !important;
}

.max-h-856 {
  max-height: 856px !important;
}

.min-w-856 {
  min-width: 856px !important;
}

.max-w-856 {
  max-width: 856px !important;
}

.h-px-856 {
  height: 856px !important;
}

.w-px-856 {
  width: 856px !important;
}

.min-h-857 {
  min-height: 857px !important;
}

.max-h-857 {
  max-height: 857px !important;
}

.min-w-857 {
  min-width: 857px !important;
}

.max-w-857 {
  max-width: 857px !important;
}

.h-px-857 {
  height: 857px !important;
}

.w-px-857 {
  width: 857px !important;
}

.min-h-858 {
  min-height: 858px !important;
}

.max-h-858 {
  max-height: 858px !important;
}

.min-w-858 {
  min-width: 858px !important;
}

.max-w-858 {
  max-width: 858px !important;
}

.h-px-858 {
  height: 858px !important;
}

.w-px-858 {
  width: 858px !important;
}

.min-h-859 {
  min-height: 859px !important;
}

.max-h-859 {
  max-height: 859px !important;
}

.min-w-859 {
  min-width: 859px !important;
}

.max-w-859 {
  max-width: 859px !important;
}

.h-px-859 {
  height: 859px !important;
}

.w-px-859 {
  width: 859px !important;
}

.min-h-860 {
  min-height: 860px !important;
}

.max-h-860 {
  max-height: 860px !important;
}

.min-w-860 {
  min-width: 860px !important;
}

.max-w-860 {
  max-width: 860px !important;
}

.h-px-860 {
  height: 860px !important;
}

.w-px-860 {
  width: 860px !important;
}

.min-h-861 {
  min-height: 861px !important;
}

.max-h-861 {
  max-height: 861px !important;
}

.min-w-861 {
  min-width: 861px !important;
}

.max-w-861 {
  max-width: 861px !important;
}

.h-px-861 {
  height: 861px !important;
}

.w-px-861 {
  width: 861px !important;
}

.min-h-862 {
  min-height: 862px !important;
}

.max-h-862 {
  max-height: 862px !important;
}

.min-w-862 {
  min-width: 862px !important;
}

.max-w-862 {
  max-width: 862px !important;
}

.h-px-862 {
  height: 862px !important;
}

.w-px-862 {
  width: 862px !important;
}

.min-h-863 {
  min-height: 863px !important;
}

.max-h-863 {
  max-height: 863px !important;
}

.min-w-863 {
  min-width: 863px !important;
}

.max-w-863 {
  max-width: 863px !important;
}

.h-px-863 {
  height: 863px !important;
}

.w-px-863 {
  width: 863px !important;
}

.min-h-864 {
  min-height: 864px !important;
}

.max-h-864 {
  max-height: 864px !important;
}

.min-w-864 {
  min-width: 864px !important;
}

.max-w-864 {
  max-width: 864px !important;
}

.h-px-864 {
  height: 864px !important;
}

.w-px-864 {
  width: 864px !important;
}

.min-h-865 {
  min-height: 865px !important;
}

.max-h-865 {
  max-height: 865px !important;
}

.min-w-865 {
  min-width: 865px !important;
}

.max-w-865 {
  max-width: 865px !important;
}

.h-px-865 {
  height: 865px !important;
}

.w-px-865 {
  width: 865px !important;
}

.min-h-866 {
  min-height: 866px !important;
}

.max-h-866 {
  max-height: 866px !important;
}

.min-w-866 {
  min-width: 866px !important;
}

.max-w-866 {
  max-width: 866px !important;
}

.h-px-866 {
  height: 866px !important;
}

.w-px-866 {
  width: 866px !important;
}

.min-h-867 {
  min-height: 867px !important;
}

.max-h-867 {
  max-height: 867px !important;
}

.min-w-867 {
  min-width: 867px !important;
}

.max-w-867 {
  max-width: 867px !important;
}

.h-px-867 {
  height: 867px !important;
}

.w-px-867 {
  width: 867px !important;
}

.min-h-868 {
  min-height: 868px !important;
}

.max-h-868 {
  max-height: 868px !important;
}

.min-w-868 {
  min-width: 868px !important;
}

.max-w-868 {
  max-width: 868px !important;
}

.h-px-868 {
  height: 868px !important;
}

.w-px-868 {
  width: 868px !important;
}

.min-h-869 {
  min-height: 869px !important;
}

.max-h-869 {
  max-height: 869px !important;
}

.min-w-869 {
  min-width: 869px !important;
}

.max-w-869 {
  max-width: 869px !important;
}

.h-px-869 {
  height: 869px !important;
}

.w-px-869 {
  width: 869px !important;
}

.min-h-870 {
  min-height: 870px !important;
}

.max-h-870 {
  max-height: 870px !important;
}

.min-w-870 {
  min-width: 870px !important;
}

.max-w-870 {
  max-width: 870px !important;
}

.h-px-870 {
  height: 870px !important;
}

.w-px-870 {
  width: 870px !important;
}

.min-h-871 {
  min-height: 871px !important;
}

.max-h-871 {
  max-height: 871px !important;
}

.min-w-871 {
  min-width: 871px !important;
}

.max-w-871 {
  max-width: 871px !important;
}

.h-px-871 {
  height: 871px !important;
}

.w-px-871 {
  width: 871px !important;
}

.min-h-872 {
  min-height: 872px !important;
}

.max-h-872 {
  max-height: 872px !important;
}

.min-w-872 {
  min-width: 872px !important;
}

.max-w-872 {
  max-width: 872px !important;
}

.h-px-872 {
  height: 872px !important;
}

.w-px-872 {
  width: 872px !important;
}

.min-h-873 {
  min-height: 873px !important;
}

.max-h-873 {
  max-height: 873px !important;
}

.min-w-873 {
  min-width: 873px !important;
}

.max-w-873 {
  max-width: 873px !important;
}

.h-px-873 {
  height: 873px !important;
}

.w-px-873 {
  width: 873px !important;
}

.min-h-874 {
  min-height: 874px !important;
}

.max-h-874 {
  max-height: 874px !important;
}

.min-w-874 {
  min-width: 874px !important;
}

.max-w-874 {
  max-width: 874px !important;
}

.h-px-874 {
  height: 874px !important;
}

.w-px-874 {
  width: 874px !important;
}

.min-h-875 {
  min-height: 875px !important;
}

.max-h-875 {
  max-height: 875px !important;
}

.min-w-875 {
  min-width: 875px !important;
}

.max-w-875 {
  max-width: 875px !important;
}

.h-px-875 {
  height: 875px !important;
}

.w-px-875 {
  width: 875px !important;
}

.min-h-876 {
  min-height: 876px !important;
}

.max-h-876 {
  max-height: 876px !important;
}

.min-w-876 {
  min-width: 876px !important;
}

.max-w-876 {
  max-width: 876px !important;
}

.h-px-876 {
  height: 876px !important;
}

.w-px-876 {
  width: 876px !important;
}

.min-h-877 {
  min-height: 877px !important;
}

.max-h-877 {
  max-height: 877px !important;
}

.min-w-877 {
  min-width: 877px !important;
}

.max-w-877 {
  max-width: 877px !important;
}

.h-px-877 {
  height: 877px !important;
}

.w-px-877 {
  width: 877px !important;
}

.min-h-878 {
  min-height: 878px !important;
}

.max-h-878 {
  max-height: 878px !important;
}

.min-w-878 {
  min-width: 878px !important;
}

.max-w-878 {
  max-width: 878px !important;
}

.h-px-878 {
  height: 878px !important;
}

.w-px-878 {
  width: 878px !important;
}

.min-h-879 {
  min-height: 879px !important;
}

.max-h-879 {
  max-height: 879px !important;
}

.min-w-879 {
  min-width: 879px !important;
}

.max-w-879 {
  max-width: 879px !important;
}

.h-px-879 {
  height: 879px !important;
}

.w-px-879 {
  width: 879px !important;
}

.min-h-880 {
  min-height: 880px !important;
}

.max-h-880 {
  max-height: 880px !important;
}

.min-w-880 {
  min-width: 880px !important;
}

.max-w-880 {
  max-width: 880px !important;
}

.h-px-880 {
  height: 880px !important;
}

.w-px-880 {
  width: 880px !important;
}

.min-h-881 {
  min-height: 881px !important;
}

.max-h-881 {
  max-height: 881px !important;
}

.min-w-881 {
  min-width: 881px !important;
}

.max-w-881 {
  max-width: 881px !important;
}

.h-px-881 {
  height: 881px !important;
}

.w-px-881 {
  width: 881px !important;
}

.min-h-882 {
  min-height: 882px !important;
}

.max-h-882 {
  max-height: 882px !important;
}

.min-w-882 {
  min-width: 882px !important;
}

.max-w-882 {
  max-width: 882px !important;
}

.h-px-882 {
  height: 882px !important;
}

.w-px-882 {
  width: 882px !important;
}

.min-h-883 {
  min-height: 883px !important;
}

.max-h-883 {
  max-height: 883px !important;
}

.min-w-883 {
  min-width: 883px !important;
}

.max-w-883 {
  max-width: 883px !important;
}

.h-px-883 {
  height: 883px !important;
}

.w-px-883 {
  width: 883px !important;
}

.min-h-884 {
  min-height: 884px !important;
}

.max-h-884 {
  max-height: 884px !important;
}

.min-w-884 {
  min-width: 884px !important;
}

.max-w-884 {
  max-width: 884px !important;
}

.h-px-884 {
  height: 884px !important;
}

.w-px-884 {
  width: 884px !important;
}

.min-h-885 {
  min-height: 885px !important;
}

.max-h-885 {
  max-height: 885px !important;
}

.min-w-885 {
  min-width: 885px !important;
}

.max-w-885 {
  max-width: 885px !important;
}

.h-px-885 {
  height: 885px !important;
}

.w-px-885 {
  width: 885px !important;
}

.min-h-886 {
  min-height: 886px !important;
}

.max-h-886 {
  max-height: 886px !important;
}

.min-w-886 {
  min-width: 886px !important;
}

.max-w-886 {
  max-width: 886px !important;
}

.h-px-886 {
  height: 886px !important;
}

.w-px-886 {
  width: 886px !important;
}

.min-h-887 {
  min-height: 887px !important;
}

.max-h-887 {
  max-height: 887px !important;
}

.min-w-887 {
  min-width: 887px !important;
}

.max-w-887 {
  max-width: 887px !important;
}

.h-px-887 {
  height: 887px !important;
}

.w-px-887 {
  width: 887px !important;
}

.min-h-888 {
  min-height: 888px !important;
}

.max-h-888 {
  max-height: 888px !important;
}

.min-w-888 {
  min-width: 888px !important;
}

.max-w-888 {
  max-width: 888px !important;
}

.h-px-888 {
  height: 888px !important;
}

.w-px-888 {
  width: 888px !important;
}

.min-h-889 {
  min-height: 889px !important;
}

.max-h-889 {
  max-height: 889px !important;
}

.min-w-889 {
  min-width: 889px !important;
}

.max-w-889 {
  max-width: 889px !important;
}

.h-px-889 {
  height: 889px !important;
}

.w-px-889 {
  width: 889px !important;
}

.min-h-890 {
  min-height: 890px !important;
}

.max-h-890 {
  max-height: 890px !important;
}

.min-w-890 {
  min-width: 890px !important;
}

.max-w-890 {
  max-width: 890px !important;
}

.h-px-890 {
  height: 890px !important;
}

.w-px-890 {
  width: 890px !important;
}

.min-h-891 {
  min-height: 891px !important;
}

.max-h-891 {
  max-height: 891px !important;
}

.min-w-891 {
  min-width: 891px !important;
}

.max-w-891 {
  max-width: 891px !important;
}

.h-px-891 {
  height: 891px !important;
}

.w-px-891 {
  width: 891px !important;
}

.min-h-892 {
  min-height: 892px !important;
}

.max-h-892 {
  max-height: 892px !important;
}

.min-w-892 {
  min-width: 892px !important;
}

.max-w-892 {
  max-width: 892px !important;
}

.h-px-892 {
  height: 892px !important;
}

.w-px-892 {
  width: 892px !important;
}

.min-h-893 {
  min-height: 893px !important;
}

.max-h-893 {
  max-height: 893px !important;
}

.min-w-893 {
  min-width: 893px !important;
}

.max-w-893 {
  max-width: 893px !important;
}

.h-px-893 {
  height: 893px !important;
}

.w-px-893 {
  width: 893px !important;
}

.min-h-894 {
  min-height: 894px !important;
}

.max-h-894 {
  max-height: 894px !important;
}

.min-w-894 {
  min-width: 894px !important;
}

.max-w-894 {
  max-width: 894px !important;
}

.h-px-894 {
  height: 894px !important;
}

.w-px-894 {
  width: 894px !important;
}

.min-h-895 {
  min-height: 895px !important;
}

.max-h-895 {
  max-height: 895px !important;
}

.min-w-895 {
  min-width: 895px !important;
}

.max-w-895 {
  max-width: 895px !important;
}

.h-px-895 {
  height: 895px !important;
}

.w-px-895 {
  width: 895px !important;
}

.min-h-896 {
  min-height: 896px !important;
}

.max-h-896 {
  max-height: 896px !important;
}

.min-w-896 {
  min-width: 896px !important;
}

.max-w-896 {
  max-width: 896px !important;
}

.h-px-896 {
  height: 896px !important;
}

.w-px-896 {
  width: 896px !important;
}

.min-h-897 {
  min-height: 897px !important;
}

.max-h-897 {
  max-height: 897px !important;
}

.min-w-897 {
  min-width: 897px !important;
}

.max-w-897 {
  max-width: 897px !important;
}

.h-px-897 {
  height: 897px !important;
}

.w-px-897 {
  width: 897px !important;
}

.min-h-898 {
  min-height: 898px !important;
}

.max-h-898 {
  max-height: 898px !important;
}

.min-w-898 {
  min-width: 898px !important;
}

.max-w-898 {
  max-width: 898px !important;
}

.h-px-898 {
  height: 898px !important;
}

.w-px-898 {
  width: 898px !important;
}

.min-h-899 {
  min-height: 899px !important;
}

.max-h-899 {
  max-height: 899px !important;
}

.min-w-899 {
  min-width: 899px !important;
}

.max-w-899 {
  max-width: 899px !important;
}

.h-px-899 {
  height: 899px !important;
}

.w-px-899 {
  width: 899px !important;
}

.min-h-900 {
  min-height: 900px !important;
}

.max-h-900 {
  max-height: 900px !important;
}

.min-w-900 {
  min-width: 900px !important;
}

.max-w-900 {
  max-width: 900px !important;
}

.h-px-900 {
  height: 900px !important;
}

.w-px-900 {
  width: 900px !important;
}

.min-h-901 {
  min-height: 901px !important;
}

.max-h-901 {
  max-height: 901px !important;
}

.min-w-901 {
  min-width: 901px !important;
}

.max-w-901 {
  max-width: 901px !important;
}

.h-px-901 {
  height: 901px !important;
}

.w-px-901 {
  width: 901px !important;
}

.min-h-902 {
  min-height: 902px !important;
}

.max-h-902 {
  max-height: 902px !important;
}

.min-w-902 {
  min-width: 902px !important;
}

.max-w-902 {
  max-width: 902px !important;
}

.h-px-902 {
  height: 902px !important;
}

.w-px-902 {
  width: 902px !important;
}

.min-h-903 {
  min-height: 903px !important;
}

.max-h-903 {
  max-height: 903px !important;
}

.min-w-903 {
  min-width: 903px !important;
}

.max-w-903 {
  max-width: 903px !important;
}

.h-px-903 {
  height: 903px !important;
}

.w-px-903 {
  width: 903px !important;
}

.min-h-904 {
  min-height: 904px !important;
}

.max-h-904 {
  max-height: 904px !important;
}

.min-w-904 {
  min-width: 904px !important;
}

.max-w-904 {
  max-width: 904px !important;
}

.h-px-904 {
  height: 904px !important;
}

.w-px-904 {
  width: 904px !important;
}

.min-h-905 {
  min-height: 905px !important;
}

.max-h-905 {
  max-height: 905px !important;
}

.min-w-905 {
  min-width: 905px !important;
}

.max-w-905 {
  max-width: 905px !important;
}

.h-px-905 {
  height: 905px !important;
}

.w-px-905 {
  width: 905px !important;
}

.min-h-906 {
  min-height: 906px !important;
}

.max-h-906 {
  max-height: 906px !important;
}

.min-w-906 {
  min-width: 906px !important;
}

.max-w-906 {
  max-width: 906px !important;
}

.h-px-906 {
  height: 906px !important;
}

.w-px-906 {
  width: 906px !important;
}

.min-h-907 {
  min-height: 907px !important;
}

.max-h-907 {
  max-height: 907px !important;
}

.min-w-907 {
  min-width: 907px !important;
}

.max-w-907 {
  max-width: 907px !important;
}

.h-px-907 {
  height: 907px !important;
}

.w-px-907 {
  width: 907px !important;
}

.min-h-908 {
  min-height: 908px !important;
}

.max-h-908 {
  max-height: 908px !important;
}

.min-w-908 {
  min-width: 908px !important;
}

.max-w-908 {
  max-width: 908px !important;
}

.h-px-908 {
  height: 908px !important;
}

.w-px-908 {
  width: 908px !important;
}

.min-h-909 {
  min-height: 909px !important;
}

.max-h-909 {
  max-height: 909px !important;
}

.min-w-909 {
  min-width: 909px !important;
}

.max-w-909 {
  max-width: 909px !important;
}

.h-px-909 {
  height: 909px !important;
}

.w-px-909 {
  width: 909px !important;
}

.min-h-910 {
  min-height: 910px !important;
}

.max-h-910 {
  max-height: 910px !important;
}

.min-w-910 {
  min-width: 910px !important;
}

.max-w-910 {
  max-width: 910px !important;
}

.h-px-910 {
  height: 910px !important;
}

.w-px-910 {
  width: 910px !important;
}

.min-h-911 {
  min-height: 911px !important;
}

.max-h-911 {
  max-height: 911px !important;
}

.min-w-911 {
  min-width: 911px !important;
}

.max-w-911 {
  max-width: 911px !important;
}

.h-px-911 {
  height: 911px !important;
}

.w-px-911 {
  width: 911px !important;
}

.min-h-912 {
  min-height: 912px !important;
}

.max-h-912 {
  max-height: 912px !important;
}

.min-w-912 {
  min-width: 912px !important;
}

.max-w-912 {
  max-width: 912px !important;
}

.h-px-912 {
  height: 912px !important;
}

.w-px-912 {
  width: 912px !important;
}

.min-h-913 {
  min-height: 913px !important;
}

.max-h-913 {
  max-height: 913px !important;
}

.min-w-913 {
  min-width: 913px !important;
}

.max-w-913 {
  max-width: 913px !important;
}

.h-px-913 {
  height: 913px !important;
}

.w-px-913 {
  width: 913px !important;
}

.min-h-914 {
  min-height: 914px !important;
}

.max-h-914 {
  max-height: 914px !important;
}

.min-w-914 {
  min-width: 914px !important;
}

.max-w-914 {
  max-width: 914px !important;
}

.h-px-914 {
  height: 914px !important;
}

.w-px-914 {
  width: 914px !important;
}

.min-h-915 {
  min-height: 915px !important;
}

.max-h-915 {
  max-height: 915px !important;
}

.min-w-915 {
  min-width: 915px !important;
}

.max-w-915 {
  max-width: 915px !important;
}

.h-px-915 {
  height: 915px !important;
}

.w-px-915 {
  width: 915px !important;
}

.min-h-916 {
  min-height: 916px !important;
}

.max-h-916 {
  max-height: 916px !important;
}

.min-w-916 {
  min-width: 916px !important;
}

.max-w-916 {
  max-width: 916px !important;
}

.h-px-916 {
  height: 916px !important;
}

.w-px-916 {
  width: 916px !important;
}

.min-h-917 {
  min-height: 917px !important;
}

.max-h-917 {
  max-height: 917px !important;
}

.min-w-917 {
  min-width: 917px !important;
}

.max-w-917 {
  max-width: 917px !important;
}

.h-px-917 {
  height: 917px !important;
}

.w-px-917 {
  width: 917px !important;
}

.min-h-918 {
  min-height: 918px !important;
}

.max-h-918 {
  max-height: 918px !important;
}

.min-w-918 {
  min-width: 918px !important;
}

.max-w-918 {
  max-width: 918px !important;
}

.h-px-918 {
  height: 918px !important;
}

.w-px-918 {
  width: 918px !important;
}

.min-h-919 {
  min-height: 919px !important;
}

.max-h-919 {
  max-height: 919px !important;
}

.min-w-919 {
  min-width: 919px !important;
}

.max-w-919 {
  max-width: 919px !important;
}

.h-px-919 {
  height: 919px !important;
}

.w-px-919 {
  width: 919px !important;
}

.min-h-920 {
  min-height: 920px !important;
}

.max-h-920 {
  max-height: 920px !important;
}

.min-w-920 {
  min-width: 920px !important;
}

.max-w-920 {
  max-width: 920px !important;
}

.h-px-920 {
  height: 920px !important;
}

.w-px-920 {
  width: 920px !important;
}

.min-h-921 {
  min-height: 921px !important;
}

.max-h-921 {
  max-height: 921px !important;
}

.min-w-921 {
  min-width: 921px !important;
}

.max-w-921 {
  max-width: 921px !important;
}

.h-px-921 {
  height: 921px !important;
}

.w-px-921 {
  width: 921px !important;
}

.min-h-922 {
  min-height: 922px !important;
}

.max-h-922 {
  max-height: 922px !important;
}

.min-w-922 {
  min-width: 922px !important;
}

.max-w-922 {
  max-width: 922px !important;
}

.h-px-922 {
  height: 922px !important;
}

.w-px-922 {
  width: 922px !important;
}

.min-h-923 {
  min-height: 923px !important;
}

.max-h-923 {
  max-height: 923px !important;
}

.min-w-923 {
  min-width: 923px !important;
}

.max-w-923 {
  max-width: 923px !important;
}

.h-px-923 {
  height: 923px !important;
}

.w-px-923 {
  width: 923px !important;
}

.min-h-924 {
  min-height: 924px !important;
}

.max-h-924 {
  max-height: 924px !important;
}

.min-w-924 {
  min-width: 924px !important;
}

.max-w-924 {
  max-width: 924px !important;
}

.h-px-924 {
  height: 924px !important;
}

.w-px-924 {
  width: 924px !important;
}

.min-h-925 {
  min-height: 925px !important;
}

.max-h-925 {
  max-height: 925px !important;
}

.min-w-925 {
  min-width: 925px !important;
}

.max-w-925 {
  max-width: 925px !important;
}

.h-px-925 {
  height: 925px !important;
}

.w-px-925 {
  width: 925px !important;
}

.min-h-926 {
  min-height: 926px !important;
}

.max-h-926 {
  max-height: 926px !important;
}

.min-w-926 {
  min-width: 926px !important;
}

.max-w-926 {
  max-width: 926px !important;
}

.h-px-926 {
  height: 926px !important;
}

.w-px-926 {
  width: 926px !important;
}

.min-h-927 {
  min-height: 927px !important;
}

.max-h-927 {
  max-height: 927px !important;
}

.min-w-927 {
  min-width: 927px !important;
}

.max-w-927 {
  max-width: 927px !important;
}

.h-px-927 {
  height: 927px !important;
}

.w-px-927 {
  width: 927px !important;
}

.min-h-928 {
  min-height: 928px !important;
}

.max-h-928 {
  max-height: 928px !important;
}

.min-w-928 {
  min-width: 928px !important;
}

.max-w-928 {
  max-width: 928px !important;
}

.h-px-928 {
  height: 928px !important;
}

.w-px-928 {
  width: 928px !important;
}

.min-h-929 {
  min-height: 929px !important;
}

.max-h-929 {
  max-height: 929px !important;
}

.min-w-929 {
  min-width: 929px !important;
}

.max-w-929 {
  max-width: 929px !important;
}

.h-px-929 {
  height: 929px !important;
}

.w-px-929 {
  width: 929px !important;
}

.min-h-930 {
  min-height: 930px !important;
}

.max-h-930 {
  max-height: 930px !important;
}

.min-w-930 {
  min-width: 930px !important;
}

.max-w-930 {
  max-width: 930px !important;
}

.h-px-930 {
  height: 930px !important;
}

.w-px-930 {
  width: 930px !important;
}

.min-h-931 {
  min-height: 931px !important;
}

.max-h-931 {
  max-height: 931px !important;
}

.min-w-931 {
  min-width: 931px !important;
}

.max-w-931 {
  max-width: 931px !important;
}

.h-px-931 {
  height: 931px !important;
}

.w-px-931 {
  width: 931px !important;
}

.min-h-932 {
  min-height: 932px !important;
}

.max-h-932 {
  max-height: 932px !important;
}

.min-w-932 {
  min-width: 932px !important;
}

.max-w-932 {
  max-width: 932px !important;
}

.h-px-932 {
  height: 932px !important;
}

.w-px-932 {
  width: 932px !important;
}

.min-h-933 {
  min-height: 933px !important;
}

.max-h-933 {
  max-height: 933px !important;
}

.min-w-933 {
  min-width: 933px !important;
}

.max-w-933 {
  max-width: 933px !important;
}

.h-px-933 {
  height: 933px !important;
}

.w-px-933 {
  width: 933px !important;
}

.min-h-934 {
  min-height: 934px !important;
}

.max-h-934 {
  max-height: 934px !important;
}

.min-w-934 {
  min-width: 934px !important;
}

.max-w-934 {
  max-width: 934px !important;
}

.h-px-934 {
  height: 934px !important;
}

.w-px-934 {
  width: 934px !important;
}

.min-h-935 {
  min-height: 935px !important;
}

.max-h-935 {
  max-height: 935px !important;
}

.min-w-935 {
  min-width: 935px !important;
}

.max-w-935 {
  max-width: 935px !important;
}

.h-px-935 {
  height: 935px !important;
}

.w-px-935 {
  width: 935px !important;
}

.min-h-936 {
  min-height: 936px !important;
}

.max-h-936 {
  max-height: 936px !important;
}

.min-w-936 {
  min-width: 936px !important;
}

.max-w-936 {
  max-width: 936px !important;
}

.h-px-936 {
  height: 936px !important;
}

.w-px-936 {
  width: 936px !important;
}

.min-h-937 {
  min-height: 937px !important;
}

.max-h-937 {
  max-height: 937px !important;
}

.min-w-937 {
  min-width: 937px !important;
}

.max-w-937 {
  max-width: 937px !important;
}

.h-px-937 {
  height: 937px !important;
}

.w-px-937 {
  width: 937px !important;
}

.min-h-938 {
  min-height: 938px !important;
}

.max-h-938 {
  max-height: 938px !important;
}

.min-w-938 {
  min-width: 938px !important;
}

.max-w-938 {
  max-width: 938px !important;
}

.h-px-938 {
  height: 938px !important;
}

.w-px-938 {
  width: 938px !important;
}

.min-h-939 {
  min-height: 939px !important;
}

.max-h-939 {
  max-height: 939px !important;
}

.min-w-939 {
  min-width: 939px !important;
}

.max-w-939 {
  max-width: 939px !important;
}

.h-px-939 {
  height: 939px !important;
}

.w-px-939 {
  width: 939px !important;
}

.min-h-940 {
  min-height: 940px !important;
}

.max-h-940 {
  max-height: 940px !important;
}

.min-w-940 {
  min-width: 940px !important;
}

.max-w-940 {
  max-width: 940px !important;
}

.h-px-940 {
  height: 940px !important;
}

.w-px-940 {
  width: 940px !important;
}

.min-h-941 {
  min-height: 941px !important;
}

.max-h-941 {
  max-height: 941px !important;
}

.min-w-941 {
  min-width: 941px !important;
}

.max-w-941 {
  max-width: 941px !important;
}

.h-px-941 {
  height: 941px !important;
}

.w-px-941 {
  width: 941px !important;
}

.min-h-942 {
  min-height: 942px !important;
}

.max-h-942 {
  max-height: 942px !important;
}

.min-w-942 {
  min-width: 942px !important;
}

.max-w-942 {
  max-width: 942px !important;
}

.h-px-942 {
  height: 942px !important;
}

.w-px-942 {
  width: 942px !important;
}

.min-h-943 {
  min-height: 943px !important;
}

.max-h-943 {
  max-height: 943px !important;
}

.min-w-943 {
  min-width: 943px !important;
}

.max-w-943 {
  max-width: 943px !important;
}

.h-px-943 {
  height: 943px !important;
}

.w-px-943 {
  width: 943px !important;
}

.min-h-944 {
  min-height: 944px !important;
}

.max-h-944 {
  max-height: 944px !important;
}

.min-w-944 {
  min-width: 944px !important;
}

.max-w-944 {
  max-width: 944px !important;
}

.h-px-944 {
  height: 944px !important;
}

.w-px-944 {
  width: 944px !important;
}

.min-h-945 {
  min-height: 945px !important;
}

.max-h-945 {
  max-height: 945px !important;
}

.min-w-945 {
  min-width: 945px !important;
}

.max-w-945 {
  max-width: 945px !important;
}

.h-px-945 {
  height: 945px !important;
}

.w-px-945 {
  width: 945px !important;
}

.min-h-946 {
  min-height: 946px !important;
}

.max-h-946 {
  max-height: 946px !important;
}

.min-w-946 {
  min-width: 946px !important;
}

.max-w-946 {
  max-width: 946px !important;
}

.h-px-946 {
  height: 946px !important;
}

.w-px-946 {
  width: 946px !important;
}

.min-h-947 {
  min-height: 947px !important;
}

.max-h-947 {
  max-height: 947px !important;
}

.min-w-947 {
  min-width: 947px !important;
}

.max-w-947 {
  max-width: 947px !important;
}

.h-px-947 {
  height: 947px !important;
}

.w-px-947 {
  width: 947px !important;
}

.min-h-948 {
  min-height: 948px !important;
}

.max-h-948 {
  max-height: 948px !important;
}

.min-w-948 {
  min-width: 948px !important;
}

.max-w-948 {
  max-width: 948px !important;
}

.h-px-948 {
  height: 948px !important;
}

.w-px-948 {
  width: 948px !important;
}

.min-h-949 {
  min-height: 949px !important;
}

.max-h-949 {
  max-height: 949px !important;
}

.min-w-949 {
  min-width: 949px !important;
}

.max-w-949 {
  max-width: 949px !important;
}

.h-px-949 {
  height: 949px !important;
}

.w-px-949 {
  width: 949px !important;
}

.min-h-950 {
  min-height: 950px !important;
}

.max-h-950 {
  max-height: 950px !important;
}

.min-w-950 {
  min-width: 950px !important;
}

.max-w-950 {
  max-width: 950px !important;
}

.h-px-950 {
  height: 950px !important;
}

.w-px-950 {
  width: 950px !important;
}

.min-h-951 {
  min-height: 951px !important;
}

.max-h-951 {
  max-height: 951px !important;
}

.min-w-951 {
  min-width: 951px !important;
}

.max-w-951 {
  max-width: 951px !important;
}

.h-px-951 {
  height: 951px !important;
}

.w-px-951 {
  width: 951px !important;
}

.min-h-952 {
  min-height: 952px !important;
}

.max-h-952 {
  max-height: 952px !important;
}

.min-w-952 {
  min-width: 952px !important;
}

.max-w-952 {
  max-width: 952px !important;
}

.h-px-952 {
  height: 952px !important;
}

.w-px-952 {
  width: 952px !important;
}

.min-h-953 {
  min-height: 953px !important;
}

.max-h-953 {
  max-height: 953px !important;
}

.min-w-953 {
  min-width: 953px !important;
}

.max-w-953 {
  max-width: 953px !important;
}

.h-px-953 {
  height: 953px !important;
}

.w-px-953 {
  width: 953px !important;
}

.min-h-954 {
  min-height: 954px !important;
}

.max-h-954 {
  max-height: 954px !important;
}

.min-w-954 {
  min-width: 954px !important;
}

.max-w-954 {
  max-width: 954px !important;
}

.h-px-954 {
  height: 954px !important;
}

.w-px-954 {
  width: 954px !important;
}

.min-h-955 {
  min-height: 955px !important;
}

.max-h-955 {
  max-height: 955px !important;
}

.min-w-955 {
  min-width: 955px !important;
}

.max-w-955 {
  max-width: 955px !important;
}

.h-px-955 {
  height: 955px !important;
}

.w-px-955 {
  width: 955px !important;
}

.min-h-956 {
  min-height: 956px !important;
}

.max-h-956 {
  max-height: 956px !important;
}

.min-w-956 {
  min-width: 956px !important;
}

.max-w-956 {
  max-width: 956px !important;
}

.h-px-956 {
  height: 956px !important;
}

.w-px-956 {
  width: 956px !important;
}

.min-h-957 {
  min-height: 957px !important;
}

.max-h-957 {
  max-height: 957px !important;
}

.min-w-957 {
  min-width: 957px !important;
}

.max-w-957 {
  max-width: 957px !important;
}

.h-px-957 {
  height: 957px !important;
}

.w-px-957 {
  width: 957px !important;
}

.min-h-958 {
  min-height: 958px !important;
}

.max-h-958 {
  max-height: 958px !important;
}

.min-w-958 {
  min-width: 958px !important;
}

.max-w-958 {
  max-width: 958px !important;
}

.h-px-958 {
  height: 958px !important;
}

.w-px-958 {
  width: 958px !important;
}

.min-h-959 {
  min-height: 959px !important;
}

.max-h-959 {
  max-height: 959px !important;
}

.min-w-959 {
  min-width: 959px !important;
}

.max-w-959 {
  max-width: 959px !important;
}

.h-px-959 {
  height: 959px !important;
}

.w-px-959 {
  width: 959px !important;
}

.min-h-960 {
  min-height: 960px !important;
}

.max-h-960 {
  max-height: 960px !important;
}

.min-w-960 {
  min-width: 960px !important;
}

.max-w-960 {
  max-width: 960px !important;
}

.h-px-960 {
  height: 960px !important;
}

.w-px-960 {
  width: 960px !important;
}

.min-h-961 {
  min-height: 961px !important;
}

.max-h-961 {
  max-height: 961px !important;
}

.min-w-961 {
  min-width: 961px !important;
}

.max-w-961 {
  max-width: 961px !important;
}

.h-px-961 {
  height: 961px !important;
}

.w-px-961 {
  width: 961px !important;
}

.min-h-962 {
  min-height: 962px !important;
}

.max-h-962 {
  max-height: 962px !important;
}

.min-w-962 {
  min-width: 962px !important;
}

.max-w-962 {
  max-width: 962px !important;
}

.h-px-962 {
  height: 962px !important;
}

.w-px-962 {
  width: 962px !important;
}

.min-h-963 {
  min-height: 963px !important;
}

.max-h-963 {
  max-height: 963px !important;
}

.min-w-963 {
  min-width: 963px !important;
}

.max-w-963 {
  max-width: 963px !important;
}

.h-px-963 {
  height: 963px !important;
}

.w-px-963 {
  width: 963px !important;
}

.min-h-964 {
  min-height: 964px !important;
}

.max-h-964 {
  max-height: 964px !important;
}

.min-w-964 {
  min-width: 964px !important;
}

.max-w-964 {
  max-width: 964px !important;
}

.h-px-964 {
  height: 964px !important;
}

.w-px-964 {
  width: 964px !important;
}

.min-h-965 {
  min-height: 965px !important;
}

.max-h-965 {
  max-height: 965px !important;
}

.min-w-965 {
  min-width: 965px !important;
}

.max-w-965 {
  max-width: 965px !important;
}

.h-px-965 {
  height: 965px !important;
}

.w-px-965 {
  width: 965px !important;
}

.min-h-966 {
  min-height: 966px !important;
}

.max-h-966 {
  max-height: 966px !important;
}

.min-w-966 {
  min-width: 966px !important;
}

.max-w-966 {
  max-width: 966px !important;
}

.h-px-966 {
  height: 966px !important;
}

.w-px-966 {
  width: 966px !important;
}

.min-h-967 {
  min-height: 967px !important;
}

.max-h-967 {
  max-height: 967px !important;
}

.min-w-967 {
  min-width: 967px !important;
}

.max-w-967 {
  max-width: 967px !important;
}

.h-px-967 {
  height: 967px !important;
}

.w-px-967 {
  width: 967px !important;
}

.min-h-968 {
  min-height: 968px !important;
}

.max-h-968 {
  max-height: 968px !important;
}

.min-w-968 {
  min-width: 968px !important;
}

.max-w-968 {
  max-width: 968px !important;
}

.h-px-968 {
  height: 968px !important;
}

.w-px-968 {
  width: 968px !important;
}

.min-h-969 {
  min-height: 969px !important;
}

.max-h-969 {
  max-height: 969px !important;
}

.min-w-969 {
  min-width: 969px !important;
}

.max-w-969 {
  max-width: 969px !important;
}

.h-px-969 {
  height: 969px !important;
}

.w-px-969 {
  width: 969px !important;
}

.min-h-970 {
  min-height: 970px !important;
}

.max-h-970 {
  max-height: 970px !important;
}

.min-w-970 {
  min-width: 970px !important;
}

.max-w-970 {
  max-width: 970px !important;
}

.h-px-970 {
  height: 970px !important;
}

.w-px-970 {
  width: 970px !important;
}

.min-h-971 {
  min-height: 971px !important;
}

.max-h-971 {
  max-height: 971px !important;
}

.min-w-971 {
  min-width: 971px !important;
}

.max-w-971 {
  max-width: 971px !important;
}

.h-px-971 {
  height: 971px !important;
}

.w-px-971 {
  width: 971px !important;
}

.min-h-972 {
  min-height: 972px !important;
}

.max-h-972 {
  max-height: 972px !important;
}

.min-w-972 {
  min-width: 972px !important;
}

.max-w-972 {
  max-width: 972px !important;
}

.h-px-972 {
  height: 972px !important;
}

.w-px-972 {
  width: 972px !important;
}

.min-h-973 {
  min-height: 973px !important;
}

.max-h-973 {
  max-height: 973px !important;
}

.min-w-973 {
  min-width: 973px !important;
}

.max-w-973 {
  max-width: 973px !important;
}

.h-px-973 {
  height: 973px !important;
}

.w-px-973 {
  width: 973px !important;
}

.min-h-974 {
  min-height: 974px !important;
}

.max-h-974 {
  max-height: 974px !important;
}

.min-w-974 {
  min-width: 974px !important;
}

.max-w-974 {
  max-width: 974px !important;
}

.h-px-974 {
  height: 974px !important;
}

.w-px-974 {
  width: 974px !important;
}

.min-h-975 {
  min-height: 975px !important;
}

.max-h-975 {
  max-height: 975px !important;
}

.min-w-975 {
  min-width: 975px !important;
}

.max-w-975 {
  max-width: 975px !important;
}

.h-px-975 {
  height: 975px !important;
}

.w-px-975 {
  width: 975px !important;
}

.min-h-976 {
  min-height: 976px !important;
}

.max-h-976 {
  max-height: 976px !important;
}

.min-w-976 {
  min-width: 976px !important;
}

.max-w-976 {
  max-width: 976px !important;
}

.h-px-976 {
  height: 976px !important;
}

.w-px-976 {
  width: 976px !important;
}

.min-h-977 {
  min-height: 977px !important;
}

.max-h-977 {
  max-height: 977px !important;
}

.min-w-977 {
  min-width: 977px !important;
}

.max-w-977 {
  max-width: 977px !important;
}

.h-px-977 {
  height: 977px !important;
}

.w-px-977 {
  width: 977px !important;
}

.min-h-978 {
  min-height: 978px !important;
}

.max-h-978 {
  max-height: 978px !important;
}

.min-w-978 {
  min-width: 978px !important;
}

.max-w-978 {
  max-width: 978px !important;
}

.h-px-978 {
  height: 978px !important;
}

.w-px-978 {
  width: 978px !important;
}

.min-h-979 {
  min-height: 979px !important;
}

.max-h-979 {
  max-height: 979px !important;
}

.min-w-979 {
  min-width: 979px !important;
}

.max-w-979 {
  max-width: 979px !important;
}

.h-px-979 {
  height: 979px !important;
}

.w-px-979 {
  width: 979px !important;
}

.min-h-980 {
  min-height: 980px !important;
}

.max-h-980 {
  max-height: 980px !important;
}

.min-w-980 {
  min-width: 980px !important;
}

.max-w-980 {
  max-width: 980px !important;
}

.h-px-980 {
  height: 980px !important;
}

.w-px-980 {
  width: 980px !important;
}

.min-h-981 {
  min-height: 981px !important;
}

.max-h-981 {
  max-height: 981px !important;
}

.min-w-981 {
  min-width: 981px !important;
}

.max-w-981 {
  max-width: 981px !important;
}

.h-px-981 {
  height: 981px !important;
}

.w-px-981 {
  width: 981px !important;
}

.min-h-982 {
  min-height: 982px !important;
}

.max-h-982 {
  max-height: 982px !important;
}

.min-w-982 {
  min-width: 982px !important;
}

.max-w-982 {
  max-width: 982px !important;
}

.h-px-982 {
  height: 982px !important;
}

.w-px-982 {
  width: 982px !important;
}

.min-h-983 {
  min-height: 983px !important;
}

.max-h-983 {
  max-height: 983px !important;
}

.min-w-983 {
  min-width: 983px !important;
}

.max-w-983 {
  max-width: 983px !important;
}

.h-px-983 {
  height: 983px !important;
}

.w-px-983 {
  width: 983px !important;
}

.min-h-984 {
  min-height: 984px !important;
}

.max-h-984 {
  max-height: 984px !important;
}

.min-w-984 {
  min-width: 984px !important;
}

.max-w-984 {
  max-width: 984px !important;
}

.h-px-984 {
  height: 984px !important;
}

.w-px-984 {
  width: 984px !important;
}

.min-h-985 {
  min-height: 985px !important;
}

.max-h-985 {
  max-height: 985px !important;
}

.min-w-985 {
  min-width: 985px !important;
}

.max-w-985 {
  max-width: 985px !important;
}

.h-px-985 {
  height: 985px !important;
}

.w-px-985 {
  width: 985px !important;
}

.min-h-986 {
  min-height: 986px !important;
}

.max-h-986 {
  max-height: 986px !important;
}

.min-w-986 {
  min-width: 986px !important;
}

.max-w-986 {
  max-width: 986px !important;
}

.h-px-986 {
  height: 986px !important;
}

.w-px-986 {
  width: 986px !important;
}

.min-h-987 {
  min-height: 987px !important;
}

.max-h-987 {
  max-height: 987px !important;
}

.min-w-987 {
  min-width: 987px !important;
}

.max-w-987 {
  max-width: 987px !important;
}

.h-px-987 {
  height: 987px !important;
}

.w-px-987 {
  width: 987px !important;
}

.min-h-988 {
  min-height: 988px !important;
}

.max-h-988 {
  max-height: 988px !important;
}

.min-w-988 {
  min-width: 988px !important;
}

.max-w-988 {
  max-width: 988px !important;
}

.h-px-988 {
  height: 988px !important;
}

.w-px-988 {
  width: 988px !important;
}

.min-h-989 {
  min-height: 989px !important;
}

.max-h-989 {
  max-height: 989px !important;
}

.min-w-989 {
  min-width: 989px !important;
}

.max-w-989 {
  max-width: 989px !important;
}

.h-px-989 {
  height: 989px !important;
}

.w-px-989 {
  width: 989px !important;
}

.min-h-990 {
  min-height: 990px !important;
}

.max-h-990 {
  max-height: 990px !important;
}

.min-w-990 {
  min-width: 990px !important;
}

.max-w-990 {
  max-width: 990px !important;
}

.h-px-990 {
  height: 990px !important;
}

.w-px-990 {
  width: 990px !important;
}

.min-h-991 {
  min-height: 991px !important;
}

.max-h-991 {
  max-height: 991px !important;
}

.min-w-991 {
  min-width: 991px !important;
}

.max-w-991 {
  max-width: 991px !important;
}

.h-px-991 {
  height: 991px !important;
}

.w-px-991 {
  width: 991px !important;
}

.min-h-992 {
  min-height: 992px !important;
}

.max-h-992 {
  max-height: 992px !important;
}

.min-w-992 {
  min-width: 992px !important;
}

.max-w-992 {
  max-width: 992px !important;
}

.h-px-992 {
  height: 992px !important;
}

.w-px-992 {
  width: 992px !important;
}

.min-h-993 {
  min-height: 993px !important;
}

.max-h-993 {
  max-height: 993px !important;
}

.min-w-993 {
  min-width: 993px !important;
}

.max-w-993 {
  max-width: 993px !important;
}

.h-px-993 {
  height: 993px !important;
}

.w-px-993 {
  width: 993px !important;
}

.min-h-994 {
  min-height: 994px !important;
}

.max-h-994 {
  max-height: 994px !important;
}

.min-w-994 {
  min-width: 994px !important;
}

.max-w-994 {
  max-width: 994px !important;
}

.h-px-994 {
  height: 994px !important;
}

.w-px-994 {
  width: 994px !important;
}

.min-h-995 {
  min-height: 995px !important;
}

.max-h-995 {
  max-height: 995px !important;
}

.min-w-995 {
  min-width: 995px !important;
}

.max-w-995 {
  max-width: 995px !important;
}

.h-px-995 {
  height: 995px !important;
}

.w-px-995 {
  width: 995px !important;
}

.min-h-996 {
  min-height: 996px !important;
}

.max-h-996 {
  max-height: 996px !important;
}

.min-w-996 {
  min-width: 996px !important;
}

.max-w-996 {
  max-width: 996px !important;
}

.h-px-996 {
  height: 996px !important;
}

.w-px-996 {
  width: 996px !important;
}

.min-h-997 {
  min-height: 997px !important;
}

.max-h-997 {
  max-height: 997px !important;
}

.min-w-997 {
  min-width: 997px !important;
}

.max-w-997 {
  max-width: 997px !important;
}

.h-px-997 {
  height: 997px !important;
}

.w-px-997 {
  width: 997px !important;
}

.min-h-998 {
  min-height: 998px !important;
}

.max-h-998 {
  max-height: 998px !important;
}

.min-w-998 {
  min-width: 998px !important;
}

.max-w-998 {
  max-width: 998px !important;
}

.h-px-998 {
  height: 998px !important;
}

.w-px-998 {
  width: 998px !important;
}

.min-h-999 {
  min-height: 999px !important;
}

.max-h-999 {
  max-height: 999px !important;
}

.min-w-999 {
  min-width: 999px !important;
}

.max-w-999 {
  max-width: 999px !important;
}

.h-px-999 {
  height: 999px !important;
}

.w-px-999 {
  width: 999px !important;
}

.min-h-1000 {
  min-height: 1000px !important;
}

.max-h-1000 {
  max-height: 1000px !important;
}

.min-w-1000 {
  min-width: 1000px !important;
}

.max-w-1000 {
  max-width: 1000px !important;
}

.h-px-1000 {
  height: 1000px !important;
}

.w-px-1000 {
  width: 1000px !important;
}

.vh-1 {
  height: 1vh !important;
}

.vw-1 {
  width: 1vw !important;
}

.min-vh-1 {
  min-height: 1vh !important;
}

.max-vh-1 {
  max-height: 1vh !important;
}

.line-height-1 {
  line-height: 1px !important;
}

.w-perc-1 {
  width: 1% !important;
}

.h-perc-1 {
  height: 1% !important;
}

.z-index-500 {
  z-index: 500;
}

.vh-2 {
  height: 2vh !important;
}

.vw-2 {
  width: 2vw !important;
}

.min-vh-2 {
  min-height: 2vh !important;
}

.max-vh-2 {
  max-height: 2vh !important;
}

.line-height-2 {
  line-height: 2px !important;
}

.w-perc-2 {
  width: 2% !important;
}

.h-perc-2 {
  height: 2% !important;
}

.z-index-1000 {
  z-index: 1000;
}

.vh-3 {
  height: 3vh !important;
}

.vw-3 {
  width: 3vw !important;
}

.min-vh-3 {
  min-height: 3vh !important;
}

.max-vh-3 {
  max-height: 3vh !important;
}

.line-height-3 {
  line-height: 3px !important;
}

.w-perc-3 {
  width: 3% !important;
}

.h-perc-3 {
  height: 3% !important;
}

.z-index-1500 {
  z-index: 1500;
}

.vh-4 {
  height: 4vh !important;
}

.vw-4 {
  width: 4vw !important;
}

.min-vh-4 {
  min-height: 4vh !important;
}

.max-vh-4 {
  max-height: 4vh !important;
}

.line-height-4 {
  line-height: 4px !important;
}

.w-perc-4 {
  width: 4% !important;
}

.h-perc-4 {
  height: 4% !important;
}

.z-index-2000 {
  z-index: 2000;
}

.vh-5 {
  height: 5vh !important;
}

.vw-5 {
  width: 5vw !important;
}

.min-vh-5 {
  min-height: 5vh !important;
}

.max-vh-5 {
  max-height: 5vh !important;
}

.line-height-5 {
  line-height: 5px !important;
}

.w-perc-5 {
  width: 5% !important;
}

.h-perc-5 {
  height: 5% !important;
}

.z-index-2500 {
  z-index: 2500;
}

.vh-6 {
  height: 6vh !important;
}

.vw-6 {
  width: 6vw !important;
}

.min-vh-6 {
  min-height: 6vh !important;
}

.max-vh-6 {
  max-height: 6vh !important;
}

.line-height-6 {
  line-height: 6px !important;
}

.w-perc-6 {
  width: 6% !important;
}

.h-perc-6 {
  height: 6% !important;
}

.z-index-3000 {
  z-index: 3000;
}

.vh-7 {
  height: 7vh !important;
}

.vw-7 {
  width: 7vw !important;
}

.min-vh-7 {
  min-height: 7vh !important;
}

.max-vh-7 {
  max-height: 7vh !important;
}

.line-height-7 {
  line-height: 7px !important;
}

.w-perc-7 {
  width: 7% !important;
}

.h-perc-7 {
  height: 7% !important;
}

.z-index-3500 {
  z-index: 3500;
}

.vh-8 {
  height: 8vh !important;
}

.vw-8 {
  width: 8vw !important;
}

.min-vh-8 {
  min-height: 8vh !important;
}

.max-vh-8 {
  max-height: 8vh !important;
}

.line-height-8 {
  line-height: 8px !important;
}

.w-perc-8 {
  width: 8% !important;
}

.h-perc-8 {
  height: 8% !important;
}

.z-index-4000 {
  z-index: 4000;
}

.vh-9 {
  height: 9vh !important;
}

.vw-9 {
  width: 9vw !important;
}

.min-vh-9 {
  min-height: 9vh !important;
}

.max-vh-9 {
  max-height: 9vh !important;
}

.line-height-9 {
  line-height: 9px !important;
}

.w-perc-9 {
  width: 9% !important;
}

.h-perc-9 {
  height: 9% !important;
}

.z-index-4500 {
  z-index: 4500;
}

.vh-10 {
  height: 10vh !important;
}

.vw-10 {
  width: 10vw !important;
}

.min-vh-10 {
  min-height: 10vh !important;
}

.max-vh-10 {
  max-height: 10vh !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.w-perc-10 {
  width: 10% !important;
}

.h-perc-10 {
  height: 10% !important;
}

.z-index-5000 {
  z-index: 5000;
}

.vh-11 {
  height: 11vh !important;
}

.vw-11 {
  width: 11vw !important;
}

.min-vh-11 {
  min-height: 11vh !important;
}

.max-vh-11 {
  max-height: 11vh !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.w-perc-11 {
  width: 11% !important;
}

.h-perc-11 {
  height: 11% !important;
}

.z-index-5500 {
  z-index: 5500;
}

.vh-12 {
  height: 12vh !important;
}

.vw-12 {
  width: 12vw !important;
}

.min-vh-12 {
  min-height: 12vh !important;
}

.max-vh-12 {
  max-height: 12vh !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.w-perc-12 {
  width: 12% !important;
}

.h-perc-12 {
  height: 12% !important;
}

.z-index-6000 {
  z-index: 6000;
}

.vh-13 {
  height: 13vh !important;
}

.vw-13 {
  width: 13vw !important;
}

.min-vh-13 {
  min-height: 13vh !important;
}

.max-vh-13 {
  max-height: 13vh !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.w-perc-13 {
  width: 13% !important;
}

.h-perc-13 {
  height: 13% !important;
}

.z-index-6500 {
  z-index: 6500;
}

.vh-14 {
  height: 14vh !important;
}

.vw-14 {
  width: 14vw !important;
}

.min-vh-14 {
  min-height: 14vh !important;
}

.max-vh-14 {
  max-height: 14vh !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.w-perc-14 {
  width: 14% !important;
}

.h-perc-14 {
  height: 14% !important;
}

.z-index-7000 {
  z-index: 7000;
}

.vh-15 {
  height: 15vh !important;
}

.vw-15 {
  width: 15vw !important;
}

.min-vh-15 {
  min-height: 15vh !important;
}

.max-vh-15 {
  max-height: 15vh !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.w-perc-15 {
  width: 15% !important;
}

.h-perc-15 {
  height: 15% !important;
}

.z-index-7500 {
  z-index: 7500;
}

.vh-16 {
  height: 16vh !important;
}

.vw-16 {
  width: 16vw !important;
}

.min-vh-16 {
  min-height: 16vh !important;
}

.max-vh-16 {
  max-height: 16vh !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.w-perc-16 {
  width: 16% !important;
}

.h-perc-16 {
  height: 16% !important;
}

.z-index-8000 {
  z-index: 8000;
}

.vh-17 {
  height: 17vh !important;
}

.vw-17 {
  width: 17vw !important;
}

.min-vh-17 {
  min-height: 17vh !important;
}

.max-vh-17 {
  max-height: 17vh !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.w-perc-17 {
  width: 17% !important;
}

.h-perc-17 {
  height: 17% !important;
}

.z-index-8500 {
  z-index: 8500;
}

.vh-18 {
  height: 18vh !important;
}

.vw-18 {
  width: 18vw !important;
}

.min-vh-18 {
  min-height: 18vh !important;
}

.max-vh-18 {
  max-height: 18vh !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.w-perc-18 {
  width: 18% !important;
}

.h-perc-18 {
  height: 18% !important;
}

.z-index-9000 {
  z-index: 9000;
}

.vh-19 {
  height: 19vh !important;
}

.vw-19 {
  width: 19vw !important;
}

.min-vh-19 {
  min-height: 19vh !important;
}

.max-vh-19 {
  max-height: 19vh !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.w-perc-19 {
  width: 19% !important;
}

.h-perc-19 {
  height: 19% !important;
}

.z-index-9500 {
  z-index: 9500;
}

.vh-20 {
  height: 20vh !important;
}

.vw-20 {
  width: 20vw !important;
}

.min-vh-20 {
  min-height: 20vh !important;
}

.max-vh-20 {
  max-height: 20vh !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.w-perc-20 {
  width: 20% !important;
}

.h-perc-20 {
  height: 20% !important;
}

.z-index-10000 {
  z-index: 10000;
}

.vh-21 {
  height: 21vh !important;
}

.vw-21 {
  width: 21vw !important;
}

.min-vh-21 {
  min-height: 21vh !important;
}

.max-vh-21 {
  max-height: 21vh !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.w-perc-21 {
  width: 21% !important;
}

.h-perc-21 {
  height: 21% !important;
}

.z-index-10500 {
  z-index: 10500;
}

.vh-22 {
  height: 22vh !important;
}

.vw-22 {
  width: 22vw !important;
}

.min-vh-22 {
  min-height: 22vh !important;
}

.max-vh-22 {
  max-height: 22vh !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.w-perc-22 {
  width: 22% !important;
}

.h-perc-22 {
  height: 22% !important;
}

.z-index-11000 {
  z-index: 11000;
}

.vh-23 {
  height: 23vh !important;
}

.vw-23 {
  width: 23vw !important;
}

.min-vh-23 {
  min-height: 23vh !important;
}

.max-vh-23 {
  max-height: 23vh !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.w-perc-23 {
  width: 23% !important;
}

.h-perc-23 {
  height: 23% !important;
}

.z-index-11500 {
  z-index: 11500;
}

.vh-24 {
  height: 24vh !important;
}

.vw-24 {
  width: 24vw !important;
}

.min-vh-24 {
  min-height: 24vh !important;
}

.max-vh-24 {
  max-height: 24vh !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.w-perc-24 {
  width: 24% !important;
}

.h-perc-24 {
  height: 24% !important;
}

.z-index-12000 {
  z-index: 12000;
}

.vh-25 {
  height: 25vh !important;
}

.vw-25 {
  width: 25vw !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.max-vh-25 {
  max-height: 25vh !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.w-perc-25 {
  width: 25% !important;
}

.h-perc-25 {
  height: 25% !important;
}

.z-index-12500 {
  z-index: 12500;
}

.vh-26 {
  height: 26vh !important;
}

.vw-26 {
  width: 26vw !important;
}

.min-vh-26 {
  min-height: 26vh !important;
}

.max-vh-26 {
  max-height: 26vh !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.w-perc-26 {
  width: 26% !important;
}

.h-perc-26 {
  height: 26% !important;
}

.z-index-13000 {
  z-index: 13000;
}

.vh-27 {
  height: 27vh !important;
}

.vw-27 {
  width: 27vw !important;
}

.min-vh-27 {
  min-height: 27vh !important;
}

.max-vh-27 {
  max-height: 27vh !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.w-perc-27 {
  width: 27% !important;
}

.h-perc-27 {
  height: 27% !important;
}

.z-index-13500 {
  z-index: 13500;
}

.vh-28 {
  height: 28vh !important;
}

.vw-28 {
  width: 28vw !important;
}

.min-vh-28 {
  min-height: 28vh !important;
}

.max-vh-28 {
  max-height: 28vh !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.w-perc-28 {
  width: 28% !important;
}

.h-perc-28 {
  height: 28% !important;
}

.z-index-14000 {
  z-index: 14000;
}

.vh-29 {
  height: 29vh !important;
}

.vw-29 {
  width: 29vw !important;
}

.min-vh-29 {
  min-height: 29vh !important;
}

.max-vh-29 {
  max-height: 29vh !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.w-perc-29 {
  width: 29% !important;
}

.h-perc-29 {
  height: 29% !important;
}

.z-index-14500 {
  z-index: 14500;
}

.vh-30 {
  height: 30vh !important;
}

.vw-30 {
  width: 30vw !important;
}

.min-vh-30 {
  min-height: 30vh !important;
}

.max-vh-30 {
  max-height: 30vh !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.w-perc-30 {
  width: 30% !important;
}

.h-perc-30 {
  height: 30% !important;
}

.z-index-15000 {
  z-index: 15000;
}

.vh-31 {
  height: 31vh !important;
}

.vw-31 {
  width: 31vw !important;
}

.min-vh-31 {
  min-height: 31vh !important;
}

.max-vh-31 {
  max-height: 31vh !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.w-perc-31 {
  width: 31% !important;
}

.h-perc-31 {
  height: 31% !important;
}

.z-index-15500 {
  z-index: 15500;
}

.vh-32 {
  height: 32vh !important;
}

.vw-32 {
  width: 32vw !important;
}

.min-vh-32 {
  min-height: 32vh !important;
}

.max-vh-32 {
  max-height: 32vh !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.w-perc-32 {
  width: 32% !important;
}

.h-perc-32 {
  height: 32% !important;
}

.z-index-16000 {
  z-index: 16000;
}

.vh-33 {
  height: 33vh !important;
}

.vw-33 {
  width: 33vw !important;
}

.min-vh-33 {
  min-height: 33vh !important;
}

.max-vh-33 {
  max-height: 33vh !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.w-perc-33 {
  width: 33% !important;
}

.h-perc-33 {
  height: 33% !important;
}

.z-index-16500 {
  z-index: 16500;
}

.vh-34 {
  height: 34vh !important;
}

.vw-34 {
  width: 34vw !important;
}

.min-vh-34 {
  min-height: 34vh !important;
}

.max-vh-34 {
  max-height: 34vh !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.w-perc-34 {
  width: 34% !important;
}

.h-perc-34 {
  height: 34% !important;
}

.z-index-17000 {
  z-index: 17000;
}

.vh-35 {
  height: 35vh !important;
}

.vw-35 {
  width: 35vw !important;
}

.min-vh-35 {
  min-height: 35vh !important;
}

.max-vh-35 {
  max-height: 35vh !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.w-perc-35 {
  width: 35% !important;
}

.h-perc-35 {
  height: 35% !important;
}

.z-index-17500 {
  z-index: 17500;
}

.vh-36 {
  height: 36vh !important;
}

.vw-36 {
  width: 36vw !important;
}

.min-vh-36 {
  min-height: 36vh !important;
}

.max-vh-36 {
  max-height: 36vh !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.w-perc-36 {
  width: 36% !important;
}

.h-perc-36 {
  height: 36% !important;
}

.z-index-18000 {
  z-index: 18000;
}

.vh-37 {
  height: 37vh !important;
}

.vw-37 {
  width: 37vw !important;
}

.min-vh-37 {
  min-height: 37vh !important;
}

.max-vh-37 {
  max-height: 37vh !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.w-perc-37 {
  width: 37% !important;
}

.h-perc-37 {
  height: 37% !important;
}

.z-index-18500 {
  z-index: 18500;
}

.vh-38 {
  height: 38vh !important;
}

.vw-38 {
  width: 38vw !important;
}

.min-vh-38 {
  min-height: 38vh !important;
}

.max-vh-38 {
  max-height: 38vh !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.w-perc-38 {
  width: 38% !important;
}

.h-perc-38 {
  height: 38% !important;
}

.z-index-19000 {
  z-index: 19000;
}

.vh-39 {
  height: 39vh !important;
}

.vw-39 {
  width: 39vw !important;
}

.min-vh-39 {
  min-height: 39vh !important;
}

.max-vh-39 {
  max-height: 39vh !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.w-perc-39 {
  width: 39% !important;
}

.h-perc-39 {
  height: 39% !important;
}

.z-index-19500 {
  z-index: 19500;
}

.vh-40 {
  height: 40vh !important;
}

.vw-40 {
  width: 40vw !important;
}

.min-vh-40 {
  min-height: 40vh !important;
}

.max-vh-40 {
  max-height: 40vh !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.w-perc-40 {
  width: 40% !important;
}

.h-perc-40 {
  height: 40% !important;
}

.z-index-20000 {
  z-index: 20000;
}

.vh-41 {
  height: 41vh !important;
}

.vw-41 {
  width: 41vw !important;
}

.min-vh-41 {
  min-height: 41vh !important;
}

.max-vh-41 {
  max-height: 41vh !important;
}

.line-height-41 {
  line-height: 41px !important;
}

.w-perc-41 {
  width: 41% !important;
}

.h-perc-41 {
  height: 41% !important;
}

.z-index-20500 {
  z-index: 20500;
}

.vh-42 {
  height: 42vh !important;
}

.vw-42 {
  width: 42vw !important;
}

.min-vh-42 {
  min-height: 42vh !important;
}

.max-vh-42 {
  max-height: 42vh !important;
}

.line-height-42 {
  line-height: 42px !important;
}

.w-perc-42 {
  width: 42% !important;
}

.h-perc-42 {
  height: 42% !important;
}

.z-index-21000 {
  z-index: 21000;
}

.vh-43 {
  height: 43vh !important;
}

.vw-43 {
  width: 43vw !important;
}

.min-vh-43 {
  min-height: 43vh !important;
}

.max-vh-43 {
  max-height: 43vh !important;
}

.line-height-43 {
  line-height: 43px !important;
}

.w-perc-43 {
  width: 43% !important;
}

.h-perc-43 {
  height: 43% !important;
}

.z-index-21500 {
  z-index: 21500;
}

.vh-44 {
  height: 44vh !important;
}

.vw-44 {
  width: 44vw !important;
}

.min-vh-44 {
  min-height: 44vh !important;
}

.max-vh-44 {
  max-height: 44vh !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.w-perc-44 {
  width: 44% !important;
}

.h-perc-44 {
  height: 44% !important;
}

.z-index-22000 {
  z-index: 22000;
}

.vh-45 {
  height: 45vh !important;
}

.vw-45 {
  width: 45vw !important;
}

.min-vh-45 {
  min-height: 45vh !important;
}

.max-vh-45 {
  max-height: 45vh !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.w-perc-45 {
  width: 45% !important;
}

.h-perc-45 {
  height: 45% !important;
}

.z-index-22500 {
  z-index: 22500;
}

.vh-46 {
  height: 46vh !important;
}

.vw-46 {
  width: 46vw !important;
}

.min-vh-46 {
  min-height: 46vh !important;
}

.max-vh-46 {
  max-height: 46vh !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.w-perc-46 {
  width: 46% !important;
}

.h-perc-46 {
  height: 46% !important;
}

.z-index-23000 {
  z-index: 23000;
}

.vh-47 {
  height: 47vh !important;
}

.vw-47 {
  width: 47vw !important;
}

.min-vh-47 {
  min-height: 47vh !important;
}

.max-vh-47 {
  max-height: 47vh !important;
}

.line-height-47 {
  line-height: 47px !important;
}

.w-perc-47 {
  width: 47% !important;
}

.h-perc-47 {
  height: 47% !important;
}

.z-index-23500 {
  z-index: 23500;
}

.vh-48 {
  height: 48vh !important;
}

.vw-48 {
  width: 48vw !important;
}

.min-vh-48 {
  min-height: 48vh !important;
}

.max-vh-48 {
  max-height: 48vh !important;
}

.line-height-48 {
  line-height: 48px !important;
}

.w-perc-48 {
  width: 48% !important;
}

.h-perc-48 {
  height: 48% !important;
}

.z-index-24000 {
  z-index: 24000;
}

.vh-49 {
  height: 49vh !important;
}

.vw-49 {
  width: 49vw !important;
}

.min-vh-49 {
  min-height: 49vh !important;
}

.max-vh-49 {
  max-height: 49vh !important;
}

.line-height-49 {
  line-height: 49px !important;
}

.w-perc-49 {
  width: 49% !important;
}

.h-perc-49 {
  height: 49% !important;
}

.z-index-24500 {
  z-index: 24500;
}

.vh-50 {
  height: 50vh !important;
}

.vw-50 {
  width: 50vw !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.max-vh-50 {
  max-height: 50vh !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.w-perc-50 {
  width: 50% !important;
}

.h-perc-50 {
  height: 50% !important;
}

.z-index-25000 {
  z-index: 25000;
}

.vh-51 {
  height: 51vh !important;
}

.vw-51 {
  width: 51vw !important;
}

.min-vh-51 {
  min-height: 51vh !important;
}

.max-vh-51 {
  max-height: 51vh !important;
}

.line-height-51 {
  line-height: 51px !important;
}

.w-perc-51 {
  width: 51% !important;
}

.h-perc-51 {
  height: 51% !important;
}

.z-index-25500 {
  z-index: 25500;
}

.vh-52 {
  height: 52vh !important;
}

.vw-52 {
  width: 52vw !important;
}

.min-vh-52 {
  min-height: 52vh !important;
}

.max-vh-52 {
  max-height: 52vh !important;
}

.line-height-52 {
  line-height: 52px !important;
}

.w-perc-52 {
  width: 52% !important;
}

.h-perc-52 {
  height: 52% !important;
}

.z-index-26000 {
  z-index: 26000;
}

.vh-53 {
  height: 53vh !important;
}

.vw-53 {
  width: 53vw !important;
}

.min-vh-53 {
  min-height: 53vh !important;
}

.max-vh-53 {
  max-height: 53vh !important;
}

.line-height-53 {
  line-height: 53px !important;
}

.w-perc-53 {
  width: 53% !important;
}

.h-perc-53 {
  height: 53% !important;
}

.z-index-26500 {
  z-index: 26500;
}

.vh-54 {
  height: 54vh !important;
}

.vw-54 {
  width: 54vw !important;
}

.min-vh-54 {
  min-height: 54vh !important;
}

.max-vh-54 {
  max-height: 54vh !important;
}

.line-height-54 {
  line-height: 54px !important;
}

.w-perc-54 {
  width: 54% !important;
}

.h-perc-54 {
  height: 54% !important;
}

.z-index-27000 {
  z-index: 27000;
}

.vh-55 {
  height: 55vh !important;
}

.vw-55 {
  width: 55vw !important;
}

.min-vh-55 {
  min-height: 55vh !important;
}

.max-vh-55 {
  max-height: 55vh !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.w-perc-55 {
  width: 55% !important;
}

.h-perc-55 {
  height: 55% !important;
}

.z-index-27500 {
  z-index: 27500;
}

.vh-56 {
  height: 56vh !important;
}

.vw-56 {
  width: 56vw !important;
}

.min-vh-56 {
  min-height: 56vh !important;
}

.max-vh-56 {
  max-height: 56vh !important;
}

.line-height-56 {
  line-height: 56px !important;
}

.w-perc-56 {
  width: 56% !important;
}

.h-perc-56 {
  height: 56% !important;
}

.z-index-28000 {
  z-index: 28000;
}

.vh-57 {
  height: 57vh !important;
}

.vw-57 {
  width: 57vw !important;
}

.min-vh-57 {
  min-height: 57vh !important;
}

.max-vh-57 {
  max-height: 57vh !important;
}

.line-height-57 {
  line-height: 57px !important;
}

.w-perc-57 {
  width: 57% !important;
}

.h-perc-57 {
  height: 57% !important;
}

.z-index-28500 {
  z-index: 28500;
}

.vh-58 {
  height: 58vh !important;
}

.vw-58 {
  width: 58vw !important;
}

.min-vh-58 {
  min-height: 58vh !important;
}

.max-vh-58 {
  max-height: 58vh !important;
}

.line-height-58 {
  line-height: 58px !important;
}

.w-perc-58 {
  width: 58% !important;
}

.h-perc-58 {
  height: 58% !important;
}

.z-index-29000 {
  z-index: 29000;
}

.vh-59 {
  height: 59vh !important;
}

.vw-59 {
  width: 59vw !important;
}

.min-vh-59 {
  min-height: 59vh !important;
}

.max-vh-59 {
  max-height: 59vh !important;
}

.line-height-59 {
  line-height: 59px !important;
}

.w-perc-59 {
  width: 59% !important;
}

.h-perc-59 {
  height: 59% !important;
}

.z-index-29500 {
  z-index: 29500;
}

.vh-60 {
  height: 60vh !important;
}

.vw-60 {
  width: 60vw !important;
}

.min-vh-60 {
  min-height: 60vh !important;
}

.max-vh-60 {
  max-height: 60vh !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.w-perc-60 {
  width: 60% !important;
}

.h-perc-60 {
  height: 60% !important;
}

.z-index-30000 {
  z-index: 30000;
}

.vh-61 {
  height: 61vh !important;
}

.vw-61 {
  width: 61vw !important;
}

.min-vh-61 {
  min-height: 61vh !important;
}

.max-vh-61 {
  max-height: 61vh !important;
}

.line-height-61 {
  line-height: 61px !important;
}

.w-perc-61 {
  width: 61% !important;
}

.h-perc-61 {
  height: 61% !important;
}

.z-index-30500 {
  z-index: 30500;
}

.vh-62 {
  height: 62vh !important;
}

.vw-62 {
  width: 62vw !important;
}

.min-vh-62 {
  min-height: 62vh !important;
}

.max-vh-62 {
  max-height: 62vh !important;
}

.line-height-62 {
  line-height: 62px !important;
}

.w-perc-62 {
  width: 62% !important;
}

.h-perc-62 {
  height: 62% !important;
}

.z-index-31000 {
  z-index: 31000;
}

.vh-63 {
  height: 63vh !important;
}

.vw-63 {
  width: 63vw !important;
}

.min-vh-63 {
  min-height: 63vh !important;
}

.max-vh-63 {
  max-height: 63vh !important;
}

.line-height-63 {
  line-height: 63px !important;
}

.w-perc-63 {
  width: 63% !important;
}

.h-perc-63 {
  height: 63% !important;
}

.z-index-31500 {
  z-index: 31500;
}

.vh-64 {
  height: 64vh !important;
}

.vw-64 {
  width: 64vw !important;
}

.min-vh-64 {
  min-height: 64vh !important;
}

.max-vh-64 {
  max-height: 64vh !important;
}

.line-height-64 {
  line-height: 64px !important;
}

.w-perc-64 {
  width: 64% !important;
}

.h-perc-64 {
  height: 64% !important;
}

.z-index-32000 {
  z-index: 32000;
}

.vh-65 {
  height: 65vh !important;
}

.vw-65 {
  width: 65vw !important;
}

.min-vh-65 {
  min-height: 65vh !important;
}

.max-vh-65 {
  max-height: 65vh !important;
}

.line-height-65 {
  line-height: 65px !important;
}

.w-perc-65 {
  width: 65% !important;
}

.h-perc-65 {
  height: 65% !important;
}

.z-index-32500 {
  z-index: 32500;
}

.vh-66 {
  height: 66vh !important;
}

.vw-66 {
  width: 66vw !important;
}

.min-vh-66 {
  min-height: 66vh !important;
}

.max-vh-66 {
  max-height: 66vh !important;
}

.line-height-66 {
  line-height: 66px !important;
}

.w-perc-66 {
  width: 66% !important;
}

.h-perc-66 {
  height: 66% !important;
}

.z-index-33000 {
  z-index: 33000;
}

.vh-67 {
  height: 67vh !important;
}

.vw-67 {
  width: 67vw !important;
}

.min-vh-67 {
  min-height: 67vh !important;
}

.max-vh-67 {
  max-height: 67vh !important;
}

.line-height-67 {
  line-height: 67px !important;
}

.w-perc-67 {
  width: 67% !important;
}

.h-perc-67 {
  height: 67% !important;
}

.z-index-33500 {
  z-index: 33500;
}

.vh-68 {
  height: 68vh !important;
}

.vw-68 {
  width: 68vw !important;
}

.min-vh-68 {
  min-height: 68vh !important;
}

.max-vh-68 {
  max-height: 68vh !important;
}

.line-height-68 {
  line-height: 68px !important;
}

.w-perc-68 {
  width: 68% !important;
}

.h-perc-68 {
  height: 68% !important;
}

.z-index-34000 {
  z-index: 34000;
}

.vh-69 {
  height: 69vh !important;
}

.vw-69 {
  width: 69vw !important;
}

.min-vh-69 {
  min-height: 69vh !important;
}

.max-vh-69 {
  max-height: 69vh !important;
}

.line-height-69 {
  line-height: 69px !important;
}

.w-perc-69 {
  width: 69% !important;
}

.h-perc-69 {
  height: 69% !important;
}

.z-index-34500 {
  z-index: 34500;
}

.vh-70 {
  height: 70vh !important;
}

.vw-70 {
  width: 70vw !important;
}

.min-vh-70 {
  min-height: 70vh !important;
}

.max-vh-70 {
  max-height: 70vh !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.w-perc-70 {
  width: 70% !important;
}

.h-perc-70 {
  height: 70% !important;
}

.z-index-35000 {
  z-index: 35000;
}

.vh-71 {
  height: 71vh !important;
}

.vw-71 {
  width: 71vw !important;
}

.min-vh-71 {
  min-height: 71vh !important;
}

.max-vh-71 {
  max-height: 71vh !important;
}

.line-height-71 {
  line-height: 71px !important;
}

.w-perc-71 {
  width: 71% !important;
}

.h-perc-71 {
  height: 71% !important;
}

.z-index-35500 {
  z-index: 35500;
}

.vh-72 {
  height: 72vh !important;
}

.vw-72 {
  width: 72vw !important;
}

.min-vh-72 {
  min-height: 72vh !important;
}

.max-vh-72 {
  max-height: 72vh !important;
}

.line-height-72 {
  line-height: 72px !important;
}

.w-perc-72 {
  width: 72% !important;
}

.h-perc-72 {
  height: 72% !important;
}

.z-index-36000 {
  z-index: 36000;
}

.vh-73 {
  height: 73vh !important;
}

.vw-73 {
  width: 73vw !important;
}

.min-vh-73 {
  min-height: 73vh !important;
}

.max-vh-73 {
  max-height: 73vh !important;
}

.line-height-73 {
  line-height: 73px !important;
}

.w-perc-73 {
  width: 73% !important;
}

.h-perc-73 {
  height: 73% !important;
}

.z-index-36500 {
  z-index: 36500;
}

.vh-74 {
  height: 74vh !important;
}

.vw-74 {
  width: 74vw !important;
}

.min-vh-74 {
  min-height: 74vh !important;
}

.max-vh-74 {
  max-height: 74vh !important;
}

.line-height-74 {
  line-height: 74px !important;
}

.w-perc-74 {
  width: 74% !important;
}

.h-perc-74 {
  height: 74% !important;
}

.z-index-37000 {
  z-index: 37000;
}

.vh-75 {
  height: 75vh !important;
}

.vw-75 {
  width: 75vw !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.max-vh-75 {
  max-height: 75vh !important;
}

.line-height-75 {
  line-height: 75px !important;
}

.w-perc-75 {
  width: 75% !important;
}

.h-perc-75 {
  height: 75% !important;
}

.z-index-37500 {
  z-index: 37500;
}

.vh-76 {
  height: 76vh !important;
}

.vw-76 {
  width: 76vw !important;
}

.min-vh-76 {
  min-height: 76vh !important;
}

.max-vh-76 {
  max-height: 76vh !important;
}

.line-height-76 {
  line-height: 76px !important;
}

.w-perc-76 {
  width: 76% !important;
}

.h-perc-76 {
  height: 76% !important;
}

.z-index-38000 {
  z-index: 38000;
}

.vh-77 {
  height: 77vh !important;
}

.vw-77 {
  width: 77vw !important;
}

.min-vh-77 {
  min-height: 77vh !important;
}

.max-vh-77 {
  max-height: 77vh !important;
}

.line-height-77 {
  line-height: 77px !important;
}

.w-perc-77 {
  width: 77% !important;
}

.h-perc-77 {
  height: 77% !important;
}

.z-index-38500 {
  z-index: 38500;
}

.vh-78 {
  height: 78vh !important;
}

.vw-78 {
  width: 78vw !important;
}

.min-vh-78 {
  min-height: 78vh !important;
}

.max-vh-78 {
  max-height: 78vh !important;
}

.line-height-78 {
  line-height: 78px !important;
}

.w-perc-78 {
  width: 78% !important;
}

.h-perc-78 {
  height: 78% !important;
}

.z-index-39000 {
  z-index: 39000;
}

.vh-79 {
  height: 79vh !important;
}

.vw-79 {
  width: 79vw !important;
}

.min-vh-79 {
  min-height: 79vh !important;
}

.max-vh-79 {
  max-height: 79vh !important;
}

.line-height-79 {
  line-height: 79px !important;
}

.w-perc-79 {
  width: 79% !important;
}

.h-perc-79 {
  height: 79% !important;
}

.z-index-39500 {
  z-index: 39500;
}

.vh-80 {
  height: 80vh !important;
}

.vw-80 {
  width: 80vw !important;
}

.min-vh-80 {
  min-height: 80vh !important;
}

.max-vh-80 {
  max-height: 80vh !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.w-perc-80 {
  width: 80% !important;
}

.h-perc-80 {
  height: 80% !important;
}

.z-index-40000 {
  z-index: 40000;
}

.vh-81 {
  height: 81vh !important;
}

.vw-81 {
  width: 81vw !important;
}

.min-vh-81 {
  min-height: 81vh !important;
}

.max-vh-81 {
  max-height: 81vh !important;
}

.line-height-81 {
  line-height: 81px !important;
}

.w-perc-81 {
  width: 81% !important;
}

.h-perc-81 {
  height: 81% !important;
}

.z-index-40500 {
  z-index: 40500;
}

.vh-82 {
  height: 82vh !important;
}

.vw-82 {
  width: 82vw !important;
}

.min-vh-82 {
  min-height: 82vh !important;
}

.max-vh-82 {
  max-height: 82vh !important;
}

.line-height-82 {
  line-height: 82px !important;
}

.w-perc-82 {
  width: 82% !important;
}

.h-perc-82 {
  height: 82% !important;
}

.z-index-41000 {
  z-index: 41000;
}

.vh-83 {
  height: 83vh !important;
}

.vw-83 {
  width: 83vw !important;
}

.min-vh-83 {
  min-height: 83vh !important;
}

.max-vh-83 {
  max-height: 83vh !important;
}

.line-height-83 {
  line-height: 83px !important;
}

.w-perc-83 {
  width: 83% !important;
}

.h-perc-83 {
  height: 83% !important;
}

.z-index-41500 {
  z-index: 41500;
}

.vh-84 {
  height: 84vh !important;
}

.vw-84 {
  width: 84vw !important;
}

.min-vh-84 {
  min-height: 84vh !important;
}

.max-vh-84 {
  max-height: 84vh !important;
}

.line-height-84 {
  line-height: 84px !important;
}

.w-perc-84 {
  width: 84% !important;
}

.h-perc-84 {
  height: 84% !important;
}

.z-index-42000 {
  z-index: 42000;
}

.vh-85 {
  height: 85vh !important;
}

.vw-85 {
  width: 85vw !important;
}

.min-vh-85 {
  min-height: 85vh !important;
}

.max-vh-85 {
  max-height: 85vh !important;
}

.line-height-85 {
  line-height: 85px !important;
}

.w-perc-85 {
  width: 85% !important;
}

.h-perc-85 {
  height: 85% !important;
}

.z-index-42500 {
  z-index: 42500;
}

.vh-86 {
  height: 86vh !important;
}

.vw-86 {
  width: 86vw !important;
}

.min-vh-86 {
  min-height: 86vh !important;
}

.max-vh-86 {
  max-height: 86vh !important;
}

.line-height-86 {
  line-height: 86px !important;
}

.w-perc-86 {
  width: 86% !important;
}

.h-perc-86 {
  height: 86% !important;
}

.z-index-43000 {
  z-index: 43000;
}

.vh-87 {
  height: 87vh !important;
}

.vw-87 {
  width: 87vw !important;
}

.min-vh-87 {
  min-height: 87vh !important;
}

.max-vh-87 {
  max-height: 87vh !important;
}

.line-height-87 {
  line-height: 87px !important;
}

.w-perc-87 {
  width: 87% !important;
}

.h-perc-87 {
  height: 87% !important;
}

.z-index-43500 {
  z-index: 43500;
}

.vh-88 {
  height: 88vh !important;
}

.vw-88 {
  width: 88vw !important;
}

.min-vh-88 {
  min-height: 88vh !important;
}

.max-vh-88 {
  max-height: 88vh !important;
}

.line-height-88 {
  line-height: 88px !important;
}

.w-perc-88 {
  width: 88% !important;
}

.h-perc-88 {
  height: 88% !important;
}

.z-index-44000 {
  z-index: 44000;
}

.vh-89 {
  height: 89vh !important;
}

.vw-89 {
  width: 89vw !important;
}

.min-vh-89 {
  min-height: 89vh !important;
}

.max-vh-89 {
  max-height: 89vh !important;
}

.line-height-89 {
  line-height: 89px !important;
}

.w-perc-89 {
  width: 89% !important;
}

.h-perc-89 {
  height: 89% !important;
}

.z-index-44500 {
  z-index: 44500;
}

.vh-90 {
  height: 90vh !important;
}

.vw-90 {
  width: 90vw !important;
}

.min-vh-90 {
  min-height: 90vh !important;
}

.max-vh-90 {
  max-height: 90vh !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.w-perc-90 {
  width: 90% !important;
}

.h-perc-90 {
  height: 90% !important;
}

.z-index-45000 {
  z-index: 45000;
}

.vh-91 {
  height: 91vh !important;
}

.vw-91 {
  width: 91vw !important;
}

.min-vh-91 {
  min-height: 91vh !important;
}

.max-vh-91 {
  max-height: 91vh !important;
}

.line-height-91 {
  line-height: 91px !important;
}

.w-perc-91 {
  width: 91% !important;
}

.h-perc-91 {
  height: 91% !important;
}

.z-index-45500 {
  z-index: 45500;
}

.vh-92 {
  height: 92vh !important;
}

.vw-92 {
  width: 92vw !important;
}

.min-vh-92 {
  min-height: 92vh !important;
}

.max-vh-92 {
  max-height: 92vh !important;
}

.line-height-92 {
  line-height: 92px !important;
}

.w-perc-92 {
  width: 92% !important;
}

.h-perc-92 {
  height: 92% !important;
}

.z-index-46000 {
  z-index: 46000;
}

.vh-93 {
  height: 93vh !important;
}

.vw-93 {
  width: 93vw !important;
}

.min-vh-93 {
  min-height: 93vh !important;
}

.max-vh-93 {
  max-height: 93vh !important;
}

.line-height-93 {
  line-height: 93px !important;
}

.w-perc-93 {
  width: 93% !important;
}

.h-perc-93 {
  height: 93% !important;
}

.z-index-46500 {
  z-index: 46500;
}

.vh-94 {
  height: 94vh !important;
}

.vw-94 {
  width: 94vw !important;
}

.min-vh-94 {
  min-height: 94vh !important;
}

.max-vh-94 {
  max-height: 94vh !important;
}

.line-height-94 {
  line-height: 94px !important;
}

.w-perc-94 {
  width: 94% !important;
}

.h-perc-94 {
  height: 94% !important;
}

.z-index-47000 {
  z-index: 47000;
}

.vh-95 {
  height: 95vh !important;
}

.vw-95 {
  width: 95vw !important;
}

.min-vh-95 {
  min-height: 95vh !important;
}

.max-vh-95 {
  max-height: 95vh !important;
}

.line-height-95 {
  line-height: 95px !important;
}

.w-perc-95 {
  width: 95% !important;
}

.h-perc-95 {
  height: 95% !important;
}

.z-index-47500 {
  z-index: 47500;
}

.vh-96 {
  height: 96vh !important;
}

.vw-96 {
  width: 96vw !important;
}

.min-vh-96 {
  min-height: 96vh !important;
}

.max-vh-96 {
  max-height: 96vh !important;
}

.line-height-96 {
  line-height: 96px !important;
}

.w-perc-96 {
  width: 96% !important;
}

.h-perc-96 {
  height: 96% !important;
}

.z-index-48000 {
  z-index: 48000;
}

.vh-97 {
  height: 97vh !important;
}

.vw-97 {
  width: 97vw !important;
}

.min-vh-97 {
  min-height: 97vh !important;
}

.max-vh-97 {
  max-height: 97vh !important;
}

.line-height-97 {
  line-height: 97px !important;
}

.w-perc-97 {
  width: 97% !important;
}

.h-perc-97 {
  height: 97% !important;
}

.z-index-48500 {
  z-index: 48500;
}

.vh-98 {
  height: 98vh !important;
}

.vw-98 {
  width: 98vw !important;
}

.min-vh-98 {
  min-height: 98vh !important;
}

.max-vh-98 {
  max-height: 98vh !important;
}

.line-height-98 {
  line-height: 98px !important;
}

.w-perc-98 {
  width: 98% !important;
}

.h-perc-98 {
  height: 98% !important;
}

.z-index-49000 {
  z-index: 49000;
}

.vh-99 {
  height: 99vh !important;
}

.vw-99 {
  width: 99vw !important;
}

.min-vh-99 {
  min-height: 99vh !important;
}

.max-vh-99 {
  max-height: 99vh !important;
}

.line-height-99 {
  line-height: 99px !important;
}

.w-perc-99 {
  width: 99% !important;
}

.h-perc-99 {
  height: 99% !important;
}

.z-index-49500 {
  z-index: 49500;
}

.vh-100 {
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.max-vh-100 {
  max-height: 100vh !important;
}

.line-height-100 {
  line-height: 100px !important;
}

.w-perc-100 {
  width: 100% !important;
}

.h-perc-100 {
  height: 100% !important;
}

.z-index-50000 {
  z-index: 50000;
}

/* UTILITY ---> MARGIN / PADDING / FONTSIZE*/
.w-0-0 {
  width: 0rem !important;
}

.h-0-0 {
  height: 0rem !important;
}

.fs-0-0 {
  font-size: 0rem !important;
}

.brad-0-0 {
  border-radius: 0rem !important;
}

.m-0-0 {
  margin: 0rem !important;
}

.m--0-0 {
  margin: 0rem !important;
}

.ml-0-0 {
  margin-left: 0rem !important;
}

.ml--0-0 {
  margin-left: 0rem !important;
}

.mr-0-0 {
  margin-right: 0rem !important;
}

.mr--0-0 {
  margin-right: 0rem !important;
}

.mt-0-0 {
  margin-top: 0rem !important;
}

.mt--0-0 {
  margin-top: 0rem !important;
}

.mb-0-0 {
  margin-bottom: 0rem !important;
}

.mb--0-0 {
  margin-bottom: 0rem !important;
}

.mx-0-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0-0 {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}

.p-0-0 {
  padding: 0rem !important;
}

.r-0-0 {
  right: 0rem !important;
}

.l-0-0 {
  left: 0rem !important;
}

.t-0-0 {
  top: 0rem !important;
}

.b-0-0 {
  bottom: 0rem !important;
}

.pb-0-0 {
  padding-bottom: 0rem !important;
}

.pt-0-0 {
  padding-top: 0rem !important;
}

.pl-0-0 {
  padding-left: 0rem !important;
}

.pr-0-0 {
  padding-right: 0rem !important;
}

.px-0-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-0-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.b-0-0 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-0 {
  border-bottom-style: solid;
  border-bottom-width: 0rem !important;
}
.bb-0-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 0rem !important;
}

.bt-0-0 {
  border-top-style: solid;
  border-top-width: 0rem !important;
}

.bl-0-0 {
  border-left-style: solid;
  border-left-width: 0rem !important;
}

.br-0-0 {
  border-right-style: solid;
  border-right-width: 0rem !important;
}

.w-0-1 {
  width: 0.1rem !important;
}

.h-0-1 {
  height: 0.1rem !important;
}

.fs-0-1 {
  font-size: 0.1rem !important;
}

.brad-0-1 {
  border-radius: 0.1rem !important;
}

.m-0-1 {
  margin: 0.1rem !important;
}

.m--0-1 {
  margin: -0.1rem !important;
}

.ml-0-1 {
  margin-left: 0.1rem !important;
}

.ml--0-1 {
  margin-left: -0.1rem !important;
}

.mr-0-1 {
  margin-right: 0.1rem !important;
}

.mr--0-1 {
  margin-right: -0.1rem !important;
}

.mt-0-1 {
  margin-top: 0.1rem !important;
}

.mt--0-1 {
  margin-top: -0.1rem !important;
}

.mb-0-1 {
  margin-bottom: 0.1rem !important;
}

.mb--0-1 {
  margin-bottom: -0.1rem !important;
}

.mx-0-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.my-0-1 {
  margin-bottom: 0.1rem !important;
  margin-top: 0.1rem !important;
}

.p-0-1 {
  padding: 0.1rem !important;
}

.r-0-1 {
  right: 0.1rem !important;
}

.l-0-1 {
  left: 0.1rem !important;
}

.t-0-1 {
  top: 0.1rem !important;
}

.b-0-1 {
  bottom: 0.1rem !important;
}

.pb-0-1 {
  padding-bottom: 0.1rem !important;
}

.pt-0-1 {
  padding-top: 0.1rem !important;
}

.pl-0-1 {
  padding-left: 0.1rem !important;
}

.pr-0-1 {
  padding-right: 0.1rem !important;
}

.px-0-1 {
  padding-right: 0.1rem !important;
  padding-left: 0.1rem !important;
}

.py-0-1 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}

.b-0-1 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-1 {
  border-bottom-style: solid;
  border-bottom-width: 0.1rem !important;
}
.bb-0-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.1rem !important;
}

.bt-0-1 {
  border-top-style: solid;
  border-top-width: 0.1rem !important;
}

.bl-0-1 {
  border-left-style: solid;
  border-left-width: 0.1rem !important;
}

.br-0-1 {
  border-right-style: solid;
  border-right-width: 0.1rem !important;
}

.w-0-2 {
  width: 0.2rem !important;
}

.h-0-2 {
  height: 0.2rem !important;
}

.fs-0-2 {
  font-size: 0.2rem !important;
}

.brad-0-2 {
  border-radius: 0.2rem !important;
}

.m-0-2 {
  margin: 0.2rem !important;
}

.m--0-2 {
  margin: -0.2rem !important;
}

.ml-0-2 {
  margin-left: 0.2rem !important;
}

.ml--0-2 {
  margin-left: -0.2rem !important;
}

.mr-0-2 {
  margin-right: 0.2rem !important;
}

.mr--0-2 {
  margin-right: -0.2rem !important;
}

.mt-0-2 {
  margin-top: 0.2rem !important;
}

.mt--0-2 {
  margin-top: -0.2rem !important;
}

.mb-0-2 {
  margin-bottom: 0.2rem !important;
}

.mb--0-2 {
  margin-bottom: -0.2rem !important;
}

.mx-0-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-0-2 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

.p-0-2 {
  padding: 0.2rem !important;
}

.r-0-2 {
  right: 0.2rem !important;
}

.l-0-2 {
  left: 0.2rem !important;
}

.t-0-2 {
  top: 0.2rem !important;
}

.b-0-2 {
  bottom: 0.2rem !important;
}

.pb-0-2 {
  padding-bottom: 0.2rem !important;
}

.pt-0-2 {
  padding-top: 0.2rem !important;
}

.pl-0-2 {
  padding-left: 0.2rem !important;
}

.pr-0-2 {
  padding-right: 0.2rem !important;
}

.px-0-2 {
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}

.py-0-2 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.b-0-2 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-2 {
  border-bottom-style: solid;
  border-bottom-width: 0.2rem !important;
}
.bb-0-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.2rem !important;
}

.bt-0-2 {
  border-top-style: solid;
  border-top-width: 0.2rem !important;
}

.bl-0-2 {
  border-left-style: solid;
  border-left-width: 0.2rem !important;
}

.br-0-2 {
  border-right-style: solid;
  border-right-width: 0.2rem !important;
}

.w-0-3 {
  width: 0.3rem !important;
}

.h-0-3 {
  height: 0.3rem !important;
}

.fs-0-3 {
  font-size: 0.3rem !important;
}

.brad-0-3 {
  border-radius: 0.3rem !important;
}

.m-0-3 {
  margin: 0.3rem !important;
}

.m--0-3 {
  margin: -0.3rem !important;
}

.ml-0-3 {
  margin-left: 0.3rem !important;
}

.ml--0-3 {
  margin-left: -0.3rem !important;
}

.mr-0-3 {
  margin-right: 0.3rem !important;
}

.mr--0-3 {
  margin-right: -0.3rem !important;
}

.mt-0-3 {
  margin-top: 0.3rem !important;
}

.mt--0-3 {
  margin-top: -0.3rem !important;
}

.mb-0-3 {
  margin-bottom: 0.3rem !important;
}

.mb--0-3 {
  margin-bottom: -0.3rem !important;
}

.mx-0-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.my-0-3 {
  margin-bottom: 0.3rem !important;
  margin-top: 0.3rem !important;
}

.p-0-3 {
  padding: 0.3rem !important;
}

.r-0-3 {
  right: 0.3rem !important;
}

.l-0-3 {
  left: 0.3rem !important;
}

.t-0-3 {
  top: 0.3rem !important;
}

.b-0-3 {
  bottom: 0.3rem !important;
}

.pb-0-3 {
  padding-bottom: 0.3rem !important;
}

.pt-0-3 {
  padding-top: 0.3rem !important;
}

.pl-0-3 {
  padding-left: 0.3rem !important;
}

.pr-0-3 {
  padding-right: 0.3rem !important;
}

.px-0-3 {
  padding-right: 0.3rem !important;
  padding-left: 0.3rem !important;
}

.py-0-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

.b-0-3 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-3 {
  border-bottom-style: solid;
  border-bottom-width: 0.3rem !important;
}
.bb-0-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.3rem !important;
}

.bt-0-3 {
  border-top-style: solid;
  border-top-width: 0.3rem !important;
}

.bl-0-3 {
  border-left-style: solid;
  border-left-width: 0.3rem !important;
}

.br-0-3 {
  border-right-style: solid;
  border-right-width: 0.3rem !important;
}

.w-0-4 {
  width: 0.4rem !important;
}

.h-0-4 {
  height: 0.4rem !important;
}

.fs-0-4 {
  font-size: 0.4rem !important;
}

.brad-0-4 {
  border-radius: 0.4rem !important;
}

.m-0-4 {
  margin: 0.4rem !important;
}

.m--0-4 {
  margin: -0.4rem !important;
}

.ml-0-4 {
  margin-left: 0.4rem !important;
}

.ml--0-4 {
  margin-left: -0.4rem !important;
}

.mr-0-4 {
  margin-right: 0.4rem !important;
}

.mr--0-4 {
  margin-right: -0.4rem !important;
}

.mt-0-4 {
  margin-top: 0.4rem !important;
}

.mt--0-4 {
  margin-top: -0.4rem !important;
}

.mb-0-4 {
  margin-bottom: 0.4rem !important;
}

.mb--0-4 {
  margin-bottom: -0.4rem !important;
}

.mx-0-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-0-4 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}

.p-0-4 {
  padding: 0.4rem !important;
}

.r-0-4 {
  right: 0.4rem !important;
}

.l-0-4 {
  left: 0.4rem !important;
}

.t-0-4 {
  top: 0.4rem !important;
}

.b-0-4 {
  bottom: 0.4rem !important;
}

.pb-0-4 {
  padding-bottom: 0.4rem !important;
}

.pt-0-4 {
  padding-top: 0.4rem !important;
}

.pl-0-4 {
  padding-left: 0.4rem !important;
}

.pr-0-4 {
  padding-right: 0.4rem !important;
}

.px-0-4 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.py-0-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.b-0-4 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-4 {
  border-bottom-style: solid;
  border-bottom-width: 0.4rem !important;
}
.bb-0-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.4rem !important;
}

.bt-0-4 {
  border-top-style: solid;
  border-top-width: 0.4rem !important;
}

.bl-0-4 {
  border-left-style: solid;
  border-left-width: 0.4rem !important;
}

.br-0-4 {
  border-right-style: solid;
  border-right-width: 0.4rem !important;
}

.w-0-5 {
  width: 0.5rem !important;
}

.h-0-5 {
  height: 0.5rem !important;
}

.fs-0-5 {
  font-size: 0.5rem !important;
}

.brad-0-5 {
  border-radius: 0.5rem !important;
}

.m-0-5 {
  margin: 0.5rem !important;
}

.m--0-5 {
  margin: -0.5rem !important;
}

.ml-0-5 {
  margin-left: 0.5rem !important;
}

.ml--0-5 {
  margin-left: -0.5rem !important;
}

.mr-0-5 {
  margin-right: 0.5rem !important;
}

.mr--0-5 {
  margin-right: -0.5rem !important;
}

.mt-0-5 {
  margin-top: 0.5rem !important;
}

.mt--0-5 {
  margin-top: -0.5rem !important;
}

.mb-0-5 {
  margin-bottom: 0.5rem !important;
}

.mb--0-5 {
  margin-bottom: -0.5rem !important;
}

.mx-0-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-0-5 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.p-0-5 {
  padding: 0.5rem !important;
}

.r-0-5 {
  right: 0.5rem !important;
}

.l-0-5 {
  left: 0.5rem !important;
}

.t-0-5 {
  top: 0.5rem !important;
}

.b-0-5 {
  bottom: 0.5rem !important;
}

.pb-0-5 {
  padding-bottom: 0.5rem !important;
}

.pt-0-5 {
  padding-top: 0.5rem !important;
}

.pl-0-5 {
  padding-left: 0.5rem !important;
}

.pr-0-5 {
  padding-right: 0.5rem !important;
}

.px-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.b-0-5 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-5 {
  border-bottom-style: solid;
  border-bottom-width: 0.5rem !important;
}
.bb-0-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.5rem !important;
}

.bt-0-5 {
  border-top-style: solid;
  border-top-width: 0.5rem !important;
}

.bl-0-5 {
  border-left-style: solid;
  border-left-width: 0.5rem !important;
}

.br-0-5 {
  border-right-style: solid;
  border-right-width: 0.5rem !important;
}

.w-0-6 {
  width: 0.6rem !important;
}

.h-0-6 {
  height: 0.6rem !important;
}

.fs-0-6 {
  font-size: 0.6rem !important;
}

.brad-0-6 {
  border-radius: 0.6rem !important;
}

.m-0-6 {
  margin: 0.6rem !important;
}

.m--0-6 {
  margin: -0.6rem !important;
}

.ml-0-6 {
  margin-left: 0.6rem !important;
}

.ml--0-6 {
  margin-left: -0.6rem !important;
}

.mr-0-6 {
  margin-right: 0.6rem !important;
}

.mr--0-6 {
  margin-right: -0.6rem !important;
}

.mt-0-6 {
  margin-top: 0.6rem !important;
}

.mt--0-6 {
  margin-top: -0.6rem !important;
}

.mb-0-6 {
  margin-bottom: 0.6rem !important;
}

.mb--0-6 {
  margin-bottom: -0.6rem !important;
}

.mx-0-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.my-0-6 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.p-0-6 {
  padding: 0.6rem !important;
}

.r-0-6 {
  right: 0.6rem !important;
}

.l-0-6 {
  left: 0.6rem !important;
}

.t-0-6 {
  top: 0.6rem !important;
}

.b-0-6 {
  bottom: 0.6rem !important;
}

.pb-0-6 {
  padding-bottom: 0.6rem !important;
}

.pt-0-6 {
  padding-top: 0.6rem !important;
}

.pl-0-6 {
  padding-left: 0.6rem !important;
}

.pr-0-6 {
  padding-right: 0.6rem !important;
}

.px-0-6 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

.py-0-6 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.b-0-6 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-6 {
  border-bottom-style: solid;
  border-bottom-width: 0.6rem !important;
}
.bb-0-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.6rem !important;
}

.bt-0-6 {
  border-top-style: solid;
  border-top-width: 0.6rem !important;
}

.bl-0-6 {
  border-left-style: solid;
  border-left-width: 0.6rem !important;
}

.br-0-6 {
  border-right-style: solid;
  border-right-width: 0.6rem !important;
}

.w-0-7 {
  width: 0.7rem !important;
}

.h-0-7 {
  height: 0.7rem !important;
}

.fs-0-7 {
  font-size: 0.7rem !important;
}

.brad-0-7 {
  border-radius: 0.7rem !important;
}

.m-0-7 {
  margin: 0.7rem !important;
}

.m--0-7 {
  margin: -0.7rem !important;
}

.ml-0-7 {
  margin-left: 0.7rem !important;
}

.ml--0-7 {
  margin-left: -0.7rem !important;
}

.mr-0-7 {
  margin-right: 0.7rem !important;
}

.mr--0-7 {
  margin-right: -0.7rem !important;
}

.mt-0-7 {
  margin-top: 0.7rem !important;
}

.mt--0-7 {
  margin-top: -0.7rem !important;
}

.mb-0-7 {
  margin-bottom: 0.7rem !important;
}

.mb--0-7 {
  margin-bottom: -0.7rem !important;
}

.mx-0-7 {
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important;
}

.my-0-7 {
  margin-bottom: 0.7rem !important;
  margin-top: 0.7rem !important;
}

.p-0-7 {
  padding: 0.7rem !important;
}

.r-0-7 {
  right: 0.7rem !important;
}

.l-0-7 {
  left: 0.7rem !important;
}

.t-0-7 {
  top: 0.7rem !important;
}

.b-0-7 {
  bottom: 0.7rem !important;
}

.pb-0-7 {
  padding-bottom: 0.7rem !important;
}

.pt-0-7 {
  padding-top: 0.7rem !important;
}

.pl-0-7 {
  padding-left: 0.7rem !important;
}

.pr-0-7 {
  padding-right: 0.7rem !important;
}

.px-0-7 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.py-0-7 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.b-0-7 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-7 {
  border-bottom-style: solid;
  border-bottom-width: 0.7rem !important;
}
.bb-0-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.7rem !important;
}

.bt-0-7 {
  border-top-style: solid;
  border-top-width: 0.7rem !important;
}

.bl-0-7 {
  border-left-style: solid;
  border-left-width: 0.7rem !important;
}

.br-0-7 {
  border-right-style: solid;
  border-right-width: 0.7rem !important;
}

.w-0-8 {
  width: 0.8rem !important;
}

.h-0-8 {
  height: 0.8rem !important;
}

.fs-0-8 {
  font-size: 0.8rem !important;
}

.brad-0-8 {
  border-radius: 0.8rem !important;
}

.m-0-8 {
  margin: 0.8rem !important;
}

.m--0-8 {
  margin: -0.8rem !important;
}

.ml-0-8 {
  margin-left: 0.8rem !important;
}

.ml--0-8 {
  margin-left: -0.8rem !important;
}

.mr-0-8 {
  margin-right: 0.8rem !important;
}

.mr--0-8 {
  margin-right: -0.8rem !important;
}

.mt-0-8 {
  margin-top: 0.8rem !important;
}

.mt--0-8 {
  margin-top: -0.8rem !important;
}

.mb-0-8 {
  margin-bottom: 0.8rem !important;
}

.mb--0-8 {
  margin-bottom: -0.8rem !important;
}

.mx-0-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.my-0-8 {
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
}

.p-0-8 {
  padding: 0.8rem !important;
}

.r-0-8 {
  right: 0.8rem !important;
}

.l-0-8 {
  left: 0.8rem !important;
}

.t-0-8 {
  top: 0.8rem !important;
}

.b-0-8 {
  bottom: 0.8rem !important;
}

.pb-0-8 {
  padding-bottom: 0.8rem !important;
}

.pt-0-8 {
  padding-top: 0.8rem !important;
}

.pl-0-8 {
  padding-left: 0.8rem !important;
}

.pr-0-8 {
  padding-right: 0.8rem !important;
}

.px-0-8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.py-0-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.b-0-8 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-8 {
  border-bottom-style: solid;
  border-bottom-width: 0.8rem !important;
}
.bb-0-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.8rem !important;
}

.bt-0-8 {
  border-top-style: solid;
  border-top-width: 0.8rem !important;
}

.bl-0-8 {
  border-left-style: solid;
  border-left-width: 0.8rem !important;
}

.br-0-8 {
  border-right-style: solid;
  border-right-width: 0.8rem !important;
}

.w-0-9 {
  width: 0.9rem !important;
}

.h-0-9 {
  height: 0.9rem !important;
}

.fs-0-9 {
  font-size: 0.9rem !important;
}

.brad-0-9 {
  border-radius: 0.9rem !important;
}

.m-0-9 {
  margin: 0.9rem !important;
}

.m--0-9 {
  margin: -0.9rem !important;
}

.ml-0-9 {
  margin-left: 0.9rem !important;
}

.ml--0-9 {
  margin-left: -0.9rem !important;
}

.mr-0-9 {
  margin-right: 0.9rem !important;
}

.mr--0-9 {
  margin-right: -0.9rem !important;
}

.mt-0-9 {
  margin-top: 0.9rem !important;
}

.mt--0-9 {
  margin-top: -0.9rem !important;
}

.mb-0-9 {
  margin-bottom: 0.9rem !important;
}

.mb--0-9 {
  margin-bottom: -0.9rem !important;
}

.mx-0-9 {
  margin-left: 0.9rem !important;
  margin-right: 0.9rem !important;
}

.my-0-9 {
  margin-bottom: 0.9rem !important;
  margin-top: 0.9rem !important;
}

.p-0-9 {
  padding: 0.9rem !important;
}

.r-0-9 {
  right: 0.9rem !important;
}

.l-0-9 {
  left: 0.9rem !important;
}

.t-0-9 {
  top: 0.9rem !important;
}

.b-0-9 {
  bottom: 0.9rem !important;
}

.pb-0-9 {
  padding-bottom: 0.9rem !important;
}

.pt-0-9 {
  padding-top: 0.9rem !important;
}

.pl-0-9 {
  padding-left: 0.9rem !important;
}

.pr-0-9 {
  padding-right: 0.9rem !important;
}

.px-0-9 {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}

.py-0-9 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}

.b-0-9 {
  border-style: solid;
  border-width: 0px !important;
}

.bb-0-9 {
  border-bottom-style: solid;
  border-bottom-width: 0.9rem !important;
}
.bb-0-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 0.9rem !important;
}

.bt-0-9 {
  border-top-style: solid;
  border-top-width: 0.9rem !important;
}

.bl-0-9 {
  border-left-style: solid;
  border-left-width: 0.9rem !important;
}

.br-0-9 {
  border-right-style: solid;
  border-right-width: 0.9rem !important;
}

.w-1-0 {
  width: 1rem !important;
}

.h-1-0 {
  height: 1rem !important;
}

.fs-1-0 {
  font-size: 1rem !important;
}

.brad-1-0 {
  border-radius: 1rem !important;
}

.m-1-0 {
  margin: 1rem !important;
}

.m--1-0 {
  margin: -1rem !important;
}

.ml-1-0 {
  margin-left: 1rem !important;
}

.ml--1-0 {
  margin-left: -1rem !important;
}

.mr-1-0 {
  margin-right: 1rem !important;
}

.mr--1-0 {
  margin-right: -1rem !important;
}

.mt-1-0 {
  margin-top: 1rem !important;
}

.mt--1-0 {
  margin-top: -1rem !important;
}

.mb-1-0 {
  margin-bottom: 1rem !important;
}

.mb--1-0 {
  margin-bottom: -1rem !important;
}

.mx-1-0 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1-0 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.p-1-0 {
  padding: 1rem !important;
}

.r-1-0 {
  right: 1rem !important;
}

.l-1-0 {
  left: 1rem !important;
}

.t-1-0 {
  top: 1rem !important;
}

.b-1-0 {
  bottom: 1rem !important;
}

.pb-1-0 {
  padding-bottom: 1rem !important;
}

.pt-1-0 {
  padding-top: 1rem !important;
}

.pl-1-0 {
  padding-left: 1rem !important;
}

.pr-1-0 {
  padding-right: 1rem !important;
}

.px-1-0 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1-0 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.b-1-0 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-0 {
  border-bottom-style: solid;
  border-bottom-width: 1rem !important;
}
.bb-1-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 1rem !important;
}

.bt-1-0 {
  border-top-style: solid;
  border-top-width: 1rem !important;
}

.bl-1-0 {
  border-left-style: solid;
  border-left-width: 1rem !important;
}

.br-1-0 {
  border-right-style: solid;
  border-right-width: 1rem !important;
}

.w-1-1 {
  width: 1.1rem !important;
}

.h-1-1 {
  height: 1.1rem !important;
}

.fs-1-1 {
  font-size: 1.1rem !important;
}

.brad-1-1 {
  border-radius: 1.1rem !important;
}

.m-1-1 {
  margin: 1.1rem !important;
}

.m--1-1 {
  margin: -1.1rem !important;
}

.ml-1-1 {
  margin-left: 1.1rem !important;
}

.ml--1-1 {
  margin-left: -1.1rem !important;
}

.mr-1-1 {
  margin-right: 1.1rem !important;
}

.mr--1-1 {
  margin-right: -1.1rem !important;
}

.mt-1-1 {
  margin-top: 1.1rem !important;
}

.mt--1-1 {
  margin-top: -1.1rem !important;
}

.mb-1-1 {
  margin-bottom: 1.1rem !important;
}

.mb--1-1 {
  margin-bottom: -1.1rem !important;
}

.mx-1-1 {
  margin-left: 1.1rem !important;
  margin-right: 1.1rem !important;
}

.my-1-1 {
  margin-bottom: 1.1rem !important;
  margin-top: 1.1rem !important;
}

.p-1-1 {
  padding: 1.1rem !important;
}

.r-1-1 {
  right: 1.1rem !important;
}

.l-1-1 {
  left: 1.1rem !important;
}

.t-1-1 {
  top: 1.1rem !important;
}

.b-1-1 {
  bottom: 1.1rem !important;
}

.pb-1-1 {
  padding-bottom: 1.1rem !important;
}

.pt-1-1 {
  padding-top: 1.1rem !important;
}

.pl-1-1 {
  padding-left: 1.1rem !important;
}

.pr-1-1 {
  padding-right: 1.1rem !important;
}

.px-1-1 {
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important;
}

.py-1-1 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}

.b-1-1 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-1 {
  border-bottom-style: solid;
  border-bottom-width: 1.1rem !important;
}
.bb-1-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.1rem !important;
}

.bt-1-1 {
  border-top-style: solid;
  border-top-width: 1.1rem !important;
}

.bl-1-1 {
  border-left-style: solid;
  border-left-width: 1.1rem !important;
}

.br-1-1 {
  border-right-style: solid;
  border-right-width: 1.1rem !important;
}

.w-1-2 {
  width: 1.2rem !important;
}

.h-1-2 {
  height: 1.2rem !important;
}

.fs-1-2 {
  font-size: 1.2rem !important;
}

.brad-1-2 {
  border-radius: 1.2rem !important;
}

.m-1-2 {
  margin: 1.2rem !important;
}

.m--1-2 {
  margin: -1.2rem !important;
}

.ml-1-2 {
  margin-left: 1.2rem !important;
}

.ml--1-2 {
  margin-left: -1.2rem !important;
}

.mr-1-2 {
  margin-right: 1.2rem !important;
}

.mr--1-2 {
  margin-right: -1.2rem !important;
}

.mt-1-2 {
  margin-top: 1.2rem !important;
}

.mt--1-2 {
  margin-top: -1.2rem !important;
}

.mb-1-2 {
  margin-bottom: 1.2rem !important;
}

.mb--1-2 {
  margin-bottom: -1.2rem !important;
}

.mx-1-2 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-1-2 {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.p-1-2 {
  padding: 1.2rem !important;
}

.r-1-2 {
  right: 1.2rem !important;
}

.l-1-2 {
  left: 1.2rem !important;
}

.t-1-2 {
  top: 1.2rem !important;
}

.b-1-2 {
  bottom: 1.2rem !important;
}

.pb-1-2 {
  padding-bottom: 1.2rem !important;
}

.pt-1-2 {
  padding-top: 1.2rem !important;
}

.pl-1-2 {
  padding-left: 1.2rem !important;
}

.pr-1-2 {
  padding-right: 1.2rem !important;
}

.px-1-2 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.py-1-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.b-1-2 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-2 {
  border-bottom-style: solid;
  border-bottom-width: 1.2rem !important;
}
.bb-1-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.2rem !important;
}

.bt-1-2 {
  border-top-style: solid;
  border-top-width: 1.2rem !important;
}

.bl-1-2 {
  border-left-style: solid;
  border-left-width: 1.2rem !important;
}

.br-1-2 {
  border-right-style: solid;
  border-right-width: 1.2rem !important;
}

.w-1-3 {
  width: 1.3rem !important;
}

.h-1-3 {
  height: 1.3rem !important;
}

.fs-1-3 {
  font-size: 1.3rem !important;
}

.brad-1-3 {
  border-radius: 1.3rem !important;
}

.m-1-3 {
  margin: 1.3rem !important;
}

.m--1-3 {
  margin: -1.3rem !important;
}

.ml-1-3 {
  margin-left: 1.3rem !important;
}

.ml--1-3 {
  margin-left: -1.3rem !important;
}

.mr-1-3 {
  margin-right: 1.3rem !important;
}

.mr--1-3 {
  margin-right: -1.3rem !important;
}

.mt-1-3 {
  margin-top: 1.3rem !important;
}

.mt--1-3 {
  margin-top: -1.3rem !important;
}

.mb-1-3 {
  margin-bottom: 1.3rem !important;
}

.mb--1-3 {
  margin-bottom: -1.3rem !important;
}

.mx-1-3 {
  margin-left: 1.3rem !important;
  margin-right: 1.3rem !important;
}

.my-1-3 {
  margin-bottom: 1.3rem !important;
  margin-top: 1.3rem !important;
}

.p-1-3 {
  padding: 1.3rem !important;
}

.r-1-3 {
  right: 1.3rem !important;
}

.l-1-3 {
  left: 1.3rem !important;
}

.t-1-3 {
  top: 1.3rem !important;
}

.b-1-3 {
  bottom: 1.3rem !important;
}

.pb-1-3 {
  padding-bottom: 1.3rem !important;
}

.pt-1-3 {
  padding-top: 1.3rem !important;
}

.pl-1-3 {
  padding-left: 1.3rem !important;
}

.pr-1-3 {
  padding-right: 1.3rem !important;
}

.px-1-3 {
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
}

.py-1-3 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.b-1-3 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-3 {
  border-bottom-style: solid;
  border-bottom-width: 1.3rem !important;
}
.bb-1-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.3rem !important;
}

.bt-1-3 {
  border-top-style: solid;
  border-top-width: 1.3rem !important;
}

.bl-1-3 {
  border-left-style: solid;
  border-left-width: 1.3rem !important;
}

.br-1-3 {
  border-right-style: solid;
  border-right-width: 1.3rem !important;
}

.w-1-4 {
  width: 1.4rem !important;
}

.h-1-4 {
  height: 1.4rem !important;
}

.fs-1-4 {
  font-size: 1.4rem !important;
}

.brad-1-4 {
  border-radius: 1.4rem !important;
}

.m-1-4 {
  margin: 1.4rem !important;
}

.m--1-4 {
  margin: -1.4rem !important;
}

.ml-1-4 {
  margin-left: 1.4rem !important;
}

.ml--1-4 {
  margin-left: -1.4rem !important;
}

.mr-1-4 {
  margin-right: 1.4rem !important;
}

.mr--1-4 {
  margin-right: -1.4rem !important;
}

.mt-1-4 {
  margin-top: 1.4rem !important;
}

.mt--1-4 {
  margin-top: -1.4rem !important;
}

.mb-1-4 {
  margin-bottom: 1.4rem !important;
}

.mb--1-4 {
  margin-bottom: -1.4rem !important;
}

.mx-1-4 {
  margin-left: 1.4rem !important;
  margin-right: 1.4rem !important;
}

.my-1-4 {
  margin-bottom: 1.4rem !important;
  margin-top: 1.4rem !important;
}

.p-1-4 {
  padding: 1.4rem !important;
}

.r-1-4 {
  right: 1.4rem !important;
}

.l-1-4 {
  left: 1.4rem !important;
}

.t-1-4 {
  top: 1.4rem !important;
}

.b-1-4 {
  bottom: 1.4rem !important;
}

.pb-1-4 {
  padding-bottom: 1.4rem !important;
}

.pt-1-4 {
  padding-top: 1.4rem !important;
}

.pl-1-4 {
  padding-left: 1.4rem !important;
}

.pr-1-4 {
  padding-right: 1.4rem !important;
}

.px-1-4 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

.py-1-4 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

.b-1-4 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-4 {
  border-bottom-style: solid;
  border-bottom-width: 1.4rem !important;
}
.bb-1-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.4rem !important;
}

.bt-1-4 {
  border-top-style: solid;
  border-top-width: 1.4rem !important;
}

.bl-1-4 {
  border-left-style: solid;
  border-left-width: 1.4rem !important;
}

.br-1-4 {
  border-right-style: solid;
  border-right-width: 1.4rem !important;
}

.w-1-5 {
  width: 1.5rem !important;
}

.h-1-5 {
  height: 1.5rem !important;
}

.fs-1-5 {
  font-size: 1.5rem !important;
}

.brad-1-5 {
  border-radius: 1.5rem !important;
}

.m-1-5 {
  margin: 1.5rem !important;
}

.m--1-5 {
  margin: -1.5rem !important;
}

.ml-1-5 {
  margin-left: 1.5rem !important;
}

.ml--1-5 {
  margin-left: -1.5rem !important;
}

.mr-1-5 {
  margin-right: 1.5rem !important;
}

.mr--1-5 {
  margin-right: -1.5rem !important;
}

.mt-1-5 {
  margin-top: 1.5rem !important;
}

.mt--1-5 {
  margin-top: -1.5rem !important;
}

.mb-1-5 {
  margin-bottom: 1.5rem !important;
}

.mb--1-5 {
  margin-bottom: -1.5rem !important;
}

.mx-1-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-1-5 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.p-1-5 {
  padding: 1.5rem !important;
}

.r-1-5 {
  right: 1.5rem !important;
}

.l-1-5 {
  left: 1.5rem !important;
}

.t-1-5 {
  top: 1.5rem !important;
}

.b-1-5 {
  bottom: 1.5rem !important;
}

.pb-1-5 {
  padding-bottom: 1.5rem !important;
}

.pt-1-5 {
  padding-top: 1.5rem !important;
}

.pl-1-5 {
  padding-left: 1.5rem !important;
}

.pr-1-5 {
  padding-right: 1.5rem !important;
}

.px-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.b-1-5 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-5 {
  border-bottom-style: solid;
  border-bottom-width: 1.5rem !important;
}
.bb-1-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.5rem !important;
}

.bt-1-5 {
  border-top-style: solid;
  border-top-width: 1.5rem !important;
}

.bl-1-5 {
  border-left-style: solid;
  border-left-width: 1.5rem !important;
}

.br-1-5 {
  border-right-style: solid;
  border-right-width: 1.5rem !important;
}

.w-1-6 {
  width: 1.6rem !important;
}

.h-1-6 {
  height: 1.6rem !important;
}

.fs-1-6 {
  font-size: 1.6rem !important;
}

.brad-1-6 {
  border-radius: 1.6rem !important;
}

.m-1-6 {
  margin: 1.6rem !important;
}

.m--1-6 {
  margin: -1.6rem !important;
}

.ml-1-6 {
  margin-left: 1.6rem !important;
}

.ml--1-6 {
  margin-left: -1.6rem !important;
}

.mr-1-6 {
  margin-right: 1.6rem !important;
}

.mr--1-6 {
  margin-right: -1.6rem !important;
}

.mt-1-6 {
  margin-top: 1.6rem !important;
}

.mt--1-6 {
  margin-top: -1.6rem !important;
}

.mb-1-6 {
  margin-bottom: 1.6rem !important;
}

.mb--1-6 {
  margin-bottom: -1.6rem !important;
}

.mx-1-6 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.my-1-6 {
  margin-bottom: 1.6rem !important;
  margin-top: 1.6rem !important;
}

.p-1-6 {
  padding: 1.6rem !important;
}

.r-1-6 {
  right: 1.6rem !important;
}

.l-1-6 {
  left: 1.6rem !important;
}

.t-1-6 {
  top: 1.6rem !important;
}

.b-1-6 {
  bottom: 1.6rem !important;
}

.pb-1-6 {
  padding-bottom: 1.6rem !important;
}

.pt-1-6 {
  padding-top: 1.6rem !important;
}

.pl-1-6 {
  padding-left: 1.6rem !important;
}

.pr-1-6 {
  padding-right: 1.6rem !important;
}

.px-1-6 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.py-1-6 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.b-1-6 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-6 {
  border-bottom-style: solid;
  border-bottom-width: 1.6rem !important;
}
.bb-1-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.6rem !important;
}

.bt-1-6 {
  border-top-style: solid;
  border-top-width: 1.6rem !important;
}

.bl-1-6 {
  border-left-style: solid;
  border-left-width: 1.6rem !important;
}

.br-1-6 {
  border-right-style: solid;
  border-right-width: 1.6rem !important;
}

.w-1-7 {
  width: 1.7rem !important;
}

.h-1-7 {
  height: 1.7rem !important;
}

.fs-1-7 {
  font-size: 1.7rem !important;
}

.brad-1-7 {
  border-radius: 1.7rem !important;
}

.m-1-7 {
  margin: 1.7rem !important;
}

.m--1-7 {
  margin: -1.7rem !important;
}

.ml-1-7 {
  margin-left: 1.7rem !important;
}

.ml--1-7 {
  margin-left: -1.7rem !important;
}

.mr-1-7 {
  margin-right: 1.7rem !important;
}

.mr--1-7 {
  margin-right: -1.7rem !important;
}

.mt-1-7 {
  margin-top: 1.7rem !important;
}

.mt--1-7 {
  margin-top: -1.7rem !important;
}

.mb-1-7 {
  margin-bottom: 1.7rem !important;
}

.mb--1-7 {
  margin-bottom: -1.7rem !important;
}

.mx-1-7 {
  margin-left: 1.7rem !important;
  margin-right: 1.7rem !important;
}

.my-1-7 {
  margin-bottom: 1.7rem !important;
  margin-top: 1.7rem !important;
}

.p-1-7 {
  padding: 1.7rem !important;
}

.r-1-7 {
  right: 1.7rem !important;
}

.l-1-7 {
  left: 1.7rem !important;
}

.t-1-7 {
  top: 1.7rem !important;
}

.b-1-7 {
  bottom: 1.7rem !important;
}

.pb-1-7 {
  padding-bottom: 1.7rem !important;
}

.pt-1-7 {
  padding-top: 1.7rem !important;
}

.pl-1-7 {
  padding-left: 1.7rem !important;
}

.pr-1-7 {
  padding-right: 1.7rem !important;
}

.px-1-7 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important;
}

.py-1-7 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}

.b-1-7 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-7 {
  border-bottom-style: solid;
  border-bottom-width: 1.7rem !important;
}
.bb-1-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.7rem !important;
}

.bt-1-7 {
  border-top-style: solid;
  border-top-width: 1.7rem !important;
}

.bl-1-7 {
  border-left-style: solid;
  border-left-width: 1.7rem !important;
}

.br-1-7 {
  border-right-style: solid;
  border-right-width: 1.7rem !important;
}

.w-1-8 {
  width: 1.8rem !important;
}

.h-1-8 {
  height: 1.8rem !important;
}

.fs-1-8 {
  font-size: 1.8rem !important;
}

.brad-1-8 {
  border-radius: 1.8rem !important;
}

.m-1-8 {
  margin: 1.8rem !important;
}

.m--1-8 {
  margin: -1.8rem !important;
}

.ml-1-8 {
  margin-left: 1.8rem !important;
}

.ml--1-8 {
  margin-left: -1.8rem !important;
}

.mr-1-8 {
  margin-right: 1.8rem !important;
}

.mr--1-8 {
  margin-right: -1.8rem !important;
}

.mt-1-8 {
  margin-top: 1.8rem !important;
}

.mt--1-8 {
  margin-top: -1.8rem !important;
}

.mb-1-8 {
  margin-bottom: 1.8rem !important;
}

.mb--1-8 {
  margin-bottom: -1.8rem !important;
}

.mx-1-8 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.my-1-8 {
  margin-bottom: 1.8rem !important;
  margin-top: 1.8rem !important;
}

.p-1-8 {
  padding: 1.8rem !important;
}

.r-1-8 {
  right: 1.8rem !important;
}

.l-1-8 {
  left: 1.8rem !important;
}

.t-1-8 {
  top: 1.8rem !important;
}

.b-1-8 {
  bottom: 1.8rem !important;
}

.pb-1-8 {
  padding-bottom: 1.8rem !important;
}

.pt-1-8 {
  padding-top: 1.8rem !important;
}

.pl-1-8 {
  padding-left: 1.8rem !important;
}

.pr-1-8 {
  padding-right: 1.8rem !important;
}

.px-1-8 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}

.py-1-8 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.b-1-8 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-8 {
  border-bottom-style: solid;
  border-bottom-width: 1.8rem !important;
}
.bb-1-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.8rem !important;
}

.bt-1-8 {
  border-top-style: solid;
  border-top-width: 1.8rem !important;
}

.bl-1-8 {
  border-left-style: solid;
  border-left-width: 1.8rem !important;
}

.br-1-8 {
  border-right-style: solid;
  border-right-width: 1.8rem !important;
}

.w-1-9 {
  width: 1.9rem !important;
}

.h-1-9 {
  height: 1.9rem !important;
}

.fs-1-9 {
  font-size: 1.9rem !important;
}

.brad-1-9 {
  border-radius: 1.9rem !important;
}

.m-1-9 {
  margin: 1.9rem !important;
}

.m--1-9 {
  margin: -1.9rem !important;
}

.ml-1-9 {
  margin-left: 1.9rem !important;
}

.ml--1-9 {
  margin-left: -1.9rem !important;
}

.mr-1-9 {
  margin-right: 1.9rem !important;
}

.mr--1-9 {
  margin-right: -1.9rem !important;
}

.mt-1-9 {
  margin-top: 1.9rem !important;
}

.mt--1-9 {
  margin-top: -1.9rem !important;
}

.mb-1-9 {
  margin-bottom: 1.9rem !important;
}

.mb--1-9 {
  margin-bottom: -1.9rem !important;
}

.mx-1-9 {
  margin-left: 1.9rem !important;
  margin-right: 1.9rem !important;
}

.my-1-9 {
  margin-bottom: 1.9rem !important;
  margin-top: 1.9rem !important;
}

.p-1-9 {
  padding: 1.9rem !important;
}

.r-1-9 {
  right: 1.9rem !important;
}

.l-1-9 {
  left: 1.9rem !important;
}

.t-1-9 {
  top: 1.9rem !important;
}

.b-1-9 {
  bottom: 1.9rem !important;
}

.pb-1-9 {
  padding-bottom: 1.9rem !important;
}

.pt-1-9 {
  padding-top: 1.9rem !important;
}

.pl-1-9 {
  padding-left: 1.9rem !important;
}

.pr-1-9 {
  padding-right: 1.9rem !important;
}

.px-1-9 {
  padding-right: 1.9rem !important;
  padding-left: 1.9rem !important;
}

.py-1-9 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important;
}

.b-1-9 {
  border-style: solid;
  border-width: 1px !important;
}

.bb-1-9 {
  border-bottom-style: solid;
  border-bottom-width: 1.9rem !important;
}
.bb-1-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 1.9rem !important;
}

.bt-1-9 {
  border-top-style: solid;
  border-top-width: 1.9rem !important;
}

.bl-1-9 {
  border-left-style: solid;
  border-left-width: 1.9rem !important;
}

.br-1-9 {
  border-right-style: solid;
  border-right-width: 1.9rem !important;
}

.w-2-0 {
  width: 2rem !important;
}

.h-2-0 {
  height: 2rem !important;
}

.fs-2-0 {
  font-size: 2rem !important;
}

.brad-2-0 {
  border-radius: 2rem !important;
}

.m-2-0 {
  margin: 2rem !important;
}

.m--2-0 {
  margin: -2rem !important;
}

.ml-2-0 {
  margin-left: 2rem !important;
}

.ml--2-0 {
  margin-left: -2rem !important;
}

.mr-2-0 {
  margin-right: 2rem !important;
}

.mr--2-0 {
  margin-right: -2rem !important;
}

.mt-2-0 {
  margin-top: 2rem !important;
}

.mt--2-0 {
  margin-top: -2rem !important;
}

.mb-2-0 {
  margin-bottom: 2rem !important;
}

.mb--2-0 {
  margin-bottom: -2rem !important;
}

.mx-2-0 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2-0 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.p-2-0 {
  padding: 2rem !important;
}

.r-2-0 {
  right: 2rem !important;
}

.l-2-0 {
  left: 2rem !important;
}

.t-2-0 {
  top: 2rem !important;
}

.b-2-0 {
  bottom: 2rem !important;
}

.pb-2-0 {
  padding-bottom: 2rem !important;
}

.pt-2-0 {
  padding-top: 2rem !important;
}

.pl-2-0 {
  padding-left: 2rem !important;
}

.pr-2-0 {
  padding-right: 2rem !important;
}

.px-2-0 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-2-0 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.b-2-0 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-0 {
  border-bottom-style: solid;
  border-bottom-width: 2rem !important;
}
.bb-2-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 2rem !important;
}

.bt-2-0 {
  border-top-style: solid;
  border-top-width: 2rem !important;
}

.bl-2-0 {
  border-left-style: solid;
  border-left-width: 2rem !important;
}

.br-2-0 {
  border-right-style: solid;
  border-right-width: 2rem !important;
}

.w-2-1 {
  width: 2.1rem !important;
}

.h-2-1 {
  height: 2.1rem !important;
}

.fs-2-1 {
  font-size: 2.1rem !important;
}

.brad-2-1 {
  border-radius: 2.1rem !important;
}

.m-2-1 {
  margin: 2.1rem !important;
}

.m--2-1 {
  margin: -2.1rem !important;
}

.ml-2-1 {
  margin-left: 2.1rem !important;
}

.ml--2-1 {
  margin-left: -2.1rem !important;
}

.mr-2-1 {
  margin-right: 2.1rem !important;
}

.mr--2-1 {
  margin-right: -2.1rem !important;
}

.mt-2-1 {
  margin-top: 2.1rem !important;
}

.mt--2-1 {
  margin-top: -2.1rem !important;
}

.mb-2-1 {
  margin-bottom: 2.1rem !important;
}

.mb--2-1 {
  margin-bottom: -2.1rem !important;
}

.mx-2-1 {
  margin-left: 2.1rem !important;
  margin-right: 2.1rem !important;
}

.my-2-1 {
  margin-bottom: 2.1rem !important;
  margin-top: 2.1rem !important;
}

.p-2-1 {
  padding: 2.1rem !important;
}

.r-2-1 {
  right: 2.1rem !important;
}

.l-2-1 {
  left: 2.1rem !important;
}

.t-2-1 {
  top: 2.1rem !important;
}

.b-2-1 {
  bottom: 2.1rem !important;
}

.pb-2-1 {
  padding-bottom: 2.1rem !important;
}

.pt-2-1 {
  padding-top: 2.1rem !important;
}

.pl-2-1 {
  padding-left: 2.1rem !important;
}

.pr-2-1 {
  padding-right: 2.1rem !important;
}

.px-2-1 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important;
}

.py-2-1 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.b-2-1 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-1 {
  border-bottom-style: solid;
  border-bottom-width: 2.1rem !important;
}
.bb-2-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.1rem !important;
}

.bt-2-1 {
  border-top-style: solid;
  border-top-width: 2.1rem !important;
}

.bl-2-1 {
  border-left-style: solid;
  border-left-width: 2.1rem !important;
}

.br-2-1 {
  border-right-style: solid;
  border-right-width: 2.1rem !important;
}

.w-2-2 {
  width: 2.2rem !important;
}

.h-2-2 {
  height: 2.2rem !important;
}

.fs-2-2 {
  font-size: 2.2rem !important;
}

.brad-2-2 {
  border-radius: 2.2rem !important;
}

.m-2-2 {
  margin: 2.2rem !important;
}

.m--2-2 {
  margin: -2.2rem !important;
}

.ml-2-2 {
  margin-left: 2.2rem !important;
}

.ml--2-2 {
  margin-left: -2.2rem !important;
}

.mr-2-2 {
  margin-right: 2.2rem !important;
}

.mr--2-2 {
  margin-right: -2.2rem !important;
}

.mt-2-2 {
  margin-top: 2.2rem !important;
}

.mt--2-2 {
  margin-top: -2.2rem !important;
}

.mb-2-2 {
  margin-bottom: 2.2rem !important;
}

.mb--2-2 {
  margin-bottom: -2.2rem !important;
}

.mx-2-2 {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

.my-2-2 {
  margin-bottom: 2.2rem !important;
  margin-top: 2.2rem !important;
}

.p-2-2 {
  padding: 2.2rem !important;
}

.r-2-2 {
  right: 2.2rem !important;
}

.l-2-2 {
  left: 2.2rem !important;
}

.t-2-2 {
  top: 2.2rem !important;
}

.b-2-2 {
  bottom: 2.2rem !important;
}

.pb-2-2 {
  padding-bottom: 2.2rem !important;
}

.pt-2-2 {
  padding-top: 2.2rem !important;
}

.pl-2-2 {
  padding-left: 2.2rem !important;
}

.pr-2-2 {
  padding-right: 2.2rem !important;
}

.px-2-2 {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important;
}

.py-2-2 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

.b-2-2 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-2 {
  border-bottom-style: solid;
  border-bottom-width: 2.2rem !important;
}
.bb-2-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.2rem !important;
}

.bt-2-2 {
  border-top-style: solid;
  border-top-width: 2.2rem !important;
}

.bl-2-2 {
  border-left-style: solid;
  border-left-width: 2.2rem !important;
}

.br-2-2 {
  border-right-style: solid;
  border-right-width: 2.2rem !important;
}

.w-2-3 {
  width: 2.3rem !important;
}

.h-2-3 {
  height: 2.3rem !important;
}

.fs-2-3 {
  font-size: 2.3rem !important;
}

.brad-2-3 {
  border-radius: 2.3rem !important;
}

.m-2-3 {
  margin: 2.3rem !important;
}

.m--2-3 {
  margin: -2.3rem !important;
}

.ml-2-3 {
  margin-left: 2.3rem !important;
}

.ml--2-3 {
  margin-left: -2.3rem !important;
}

.mr-2-3 {
  margin-right: 2.3rem !important;
}

.mr--2-3 {
  margin-right: -2.3rem !important;
}

.mt-2-3 {
  margin-top: 2.3rem !important;
}

.mt--2-3 {
  margin-top: -2.3rem !important;
}

.mb-2-3 {
  margin-bottom: 2.3rem !important;
}

.mb--2-3 {
  margin-bottom: -2.3rem !important;
}

.mx-2-3 {
  margin-left: 2.3rem !important;
  margin-right: 2.3rem !important;
}

.my-2-3 {
  margin-bottom: 2.3rem !important;
  margin-top: 2.3rem !important;
}

.p-2-3 {
  padding: 2.3rem !important;
}

.r-2-3 {
  right: 2.3rem !important;
}

.l-2-3 {
  left: 2.3rem !important;
}

.t-2-3 {
  top: 2.3rem !important;
}

.b-2-3 {
  bottom: 2.3rem !important;
}

.pb-2-3 {
  padding-bottom: 2.3rem !important;
}

.pt-2-3 {
  padding-top: 2.3rem !important;
}

.pl-2-3 {
  padding-left: 2.3rem !important;
}

.pr-2-3 {
  padding-right: 2.3rem !important;
}

.px-2-3 {
  padding-right: 2.3rem !important;
  padding-left: 2.3rem !important;
}

.py-2-3 {
  padding-top: 2.3rem !important;
  padding-bottom: 2.3rem !important;
}

.b-2-3 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-3 {
  border-bottom-style: solid;
  border-bottom-width: 2.3rem !important;
}
.bb-2-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.3rem !important;
}

.bt-2-3 {
  border-top-style: solid;
  border-top-width: 2.3rem !important;
}

.bl-2-3 {
  border-left-style: solid;
  border-left-width: 2.3rem !important;
}

.br-2-3 {
  border-right-style: solid;
  border-right-width: 2.3rem !important;
}

.w-2-4 {
  width: 2.4rem !important;
}

.h-2-4 {
  height: 2.4rem !important;
}

.fs-2-4 {
  font-size: 2.4rem !important;
}

.brad-2-4 {
  border-radius: 2.4rem !important;
}

.m-2-4 {
  margin: 2.4rem !important;
}

.m--2-4 {
  margin: -2.4rem !important;
}

.ml-2-4 {
  margin-left: 2.4rem !important;
}

.ml--2-4 {
  margin-left: -2.4rem !important;
}

.mr-2-4 {
  margin-right: 2.4rem !important;
}

.mr--2-4 {
  margin-right: -2.4rem !important;
}

.mt-2-4 {
  margin-top: 2.4rem !important;
}

.mt--2-4 {
  margin-top: -2.4rem !important;
}

.mb-2-4 {
  margin-bottom: 2.4rem !important;
}

.mb--2-4 {
  margin-bottom: -2.4rem !important;
}

.mx-2-4 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-2-4 {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.p-2-4 {
  padding: 2.4rem !important;
}

.r-2-4 {
  right: 2.4rem !important;
}

.l-2-4 {
  left: 2.4rem !important;
}

.t-2-4 {
  top: 2.4rem !important;
}

.b-2-4 {
  bottom: 2.4rem !important;
}

.pb-2-4 {
  padding-bottom: 2.4rem !important;
}

.pt-2-4 {
  padding-top: 2.4rem !important;
}

.pl-2-4 {
  padding-left: 2.4rem !important;
}

.pr-2-4 {
  padding-right: 2.4rem !important;
}

.px-2-4 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.py-2-4 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.b-2-4 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-4 {
  border-bottom-style: solid;
  border-bottom-width: 2.4rem !important;
}
.bb-2-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.4rem !important;
}

.bt-2-4 {
  border-top-style: solid;
  border-top-width: 2.4rem !important;
}

.bl-2-4 {
  border-left-style: solid;
  border-left-width: 2.4rem !important;
}

.br-2-4 {
  border-right-style: solid;
  border-right-width: 2.4rem !important;
}

.w-2-5 {
  width: 2.5rem !important;
}

.h-2-5 {
  height: 2.5rem !important;
}

.fs-2-5 {
  font-size: 2.5rem !important;
}

.brad-2-5 {
  border-radius: 2.5rem !important;
}

.m-2-5 {
  margin: 2.5rem !important;
}

.m--2-5 {
  margin: -2.5rem !important;
}

.ml-2-5 {
  margin-left: 2.5rem !important;
}

.ml--2-5 {
  margin-left: -2.5rem !important;
}

.mr-2-5 {
  margin-right: 2.5rem !important;
}

.mr--2-5 {
  margin-right: -2.5rem !important;
}

.mt-2-5 {
  margin-top: 2.5rem !important;
}

.mt--2-5 {
  margin-top: -2.5rem !important;
}

.mb-2-5 {
  margin-bottom: 2.5rem !important;
}

.mb--2-5 {
  margin-bottom: -2.5rem !important;
}

.mx-2-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-2-5 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.p-2-5 {
  padding: 2.5rem !important;
}

.r-2-5 {
  right: 2.5rem !important;
}

.l-2-5 {
  left: 2.5rem !important;
}

.t-2-5 {
  top: 2.5rem !important;
}

.b-2-5 {
  bottom: 2.5rem !important;
}

.pb-2-5 {
  padding-bottom: 2.5rem !important;
}

.pt-2-5 {
  padding-top: 2.5rem !important;
}

.pl-2-5 {
  padding-left: 2.5rem !important;
}

.pr-2-5 {
  padding-right: 2.5rem !important;
}

.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.b-2-5 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-5 {
  border-bottom-style: solid;
  border-bottom-width: 2.5rem !important;
}
.bb-2-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.5rem !important;
}

.bt-2-5 {
  border-top-style: solid;
  border-top-width: 2.5rem !important;
}

.bl-2-5 {
  border-left-style: solid;
  border-left-width: 2.5rem !important;
}

.br-2-5 {
  border-right-style: solid;
  border-right-width: 2.5rem !important;
}

.w-2-6 {
  width: 2.6rem !important;
}

.h-2-6 {
  height: 2.6rem !important;
}

.fs-2-6 {
  font-size: 2.6rem !important;
}

.brad-2-6 {
  border-radius: 2.6rem !important;
}

.m-2-6 {
  margin: 2.6rem !important;
}

.m--2-6 {
  margin: -2.6rem !important;
}

.ml-2-6 {
  margin-left: 2.6rem !important;
}

.ml--2-6 {
  margin-left: -2.6rem !important;
}

.mr-2-6 {
  margin-right: 2.6rem !important;
}

.mr--2-6 {
  margin-right: -2.6rem !important;
}

.mt-2-6 {
  margin-top: 2.6rem !important;
}

.mt--2-6 {
  margin-top: -2.6rem !important;
}

.mb-2-6 {
  margin-bottom: 2.6rem !important;
}

.mb--2-6 {
  margin-bottom: -2.6rem !important;
}

.mx-2-6 {
  margin-left: 2.6rem !important;
  margin-right: 2.6rem !important;
}

.my-2-6 {
  margin-bottom: 2.6rem !important;
  margin-top: 2.6rem !important;
}

.p-2-6 {
  padding: 2.6rem !important;
}

.r-2-6 {
  right: 2.6rem !important;
}

.l-2-6 {
  left: 2.6rem !important;
}

.t-2-6 {
  top: 2.6rem !important;
}

.b-2-6 {
  bottom: 2.6rem !important;
}

.pb-2-6 {
  padding-bottom: 2.6rem !important;
}

.pt-2-6 {
  padding-top: 2.6rem !important;
}

.pl-2-6 {
  padding-left: 2.6rem !important;
}

.pr-2-6 {
  padding-right: 2.6rem !important;
}

.px-2-6 {
  padding-right: 2.6rem !important;
  padding-left: 2.6rem !important;
}

.py-2-6 {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important;
}

.b-2-6 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-6 {
  border-bottom-style: solid;
  border-bottom-width: 2.6rem !important;
}
.bb-2-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.6rem !important;
}

.bt-2-6 {
  border-top-style: solid;
  border-top-width: 2.6rem !important;
}

.bl-2-6 {
  border-left-style: solid;
  border-left-width: 2.6rem !important;
}

.br-2-6 {
  border-right-style: solid;
  border-right-width: 2.6rem !important;
}

.w-2-7 {
  width: 2.7rem !important;
}

.h-2-7 {
  height: 2.7rem !important;
}

.fs-2-7 {
  font-size: 2.7rem !important;
}

.brad-2-7 {
  border-radius: 2.7rem !important;
}

.m-2-7 {
  margin: 2.7rem !important;
}

.m--2-7 {
  margin: -2.7rem !important;
}

.ml-2-7 {
  margin-left: 2.7rem !important;
}

.ml--2-7 {
  margin-left: -2.7rem !important;
}

.mr-2-7 {
  margin-right: 2.7rem !important;
}

.mr--2-7 {
  margin-right: -2.7rem !important;
}

.mt-2-7 {
  margin-top: 2.7rem !important;
}

.mt--2-7 {
  margin-top: -2.7rem !important;
}

.mb-2-7 {
  margin-bottom: 2.7rem !important;
}

.mb--2-7 {
  margin-bottom: -2.7rem !important;
}

.mx-2-7 {
  margin-left: 2.7rem !important;
  margin-right: 2.7rem !important;
}

.my-2-7 {
  margin-bottom: 2.7rem !important;
  margin-top: 2.7rem !important;
}

.p-2-7 {
  padding: 2.7rem !important;
}

.r-2-7 {
  right: 2.7rem !important;
}

.l-2-7 {
  left: 2.7rem !important;
}

.t-2-7 {
  top: 2.7rem !important;
}

.b-2-7 {
  bottom: 2.7rem !important;
}

.pb-2-7 {
  padding-bottom: 2.7rem !important;
}

.pt-2-7 {
  padding-top: 2.7rem !important;
}

.pl-2-7 {
  padding-left: 2.7rem !important;
}

.pr-2-7 {
  padding-right: 2.7rem !important;
}

.px-2-7 {
  padding-right: 2.7rem !important;
  padding-left: 2.7rem !important;
}

.py-2-7 {
  padding-top: 2.7rem !important;
  padding-bottom: 2.7rem !important;
}

.b-2-7 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-7 {
  border-bottom-style: solid;
  border-bottom-width: 2.7rem !important;
}
.bb-2-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.7rem !important;
}

.bt-2-7 {
  border-top-style: solid;
  border-top-width: 2.7rem !important;
}

.bl-2-7 {
  border-left-style: solid;
  border-left-width: 2.7rem !important;
}

.br-2-7 {
  border-right-style: solid;
  border-right-width: 2.7rem !important;
}

.w-2-8 {
  width: 2.8rem !important;
}

.h-2-8 {
  height: 2.8rem !important;
}

.fs-2-8 {
  font-size: 2.8rem !important;
}

.brad-2-8 {
  border-radius: 2.8rem !important;
}

.m-2-8 {
  margin: 2.8rem !important;
}

.m--2-8 {
  margin: -2.8rem !important;
}

.ml-2-8 {
  margin-left: 2.8rem !important;
}

.ml--2-8 {
  margin-left: -2.8rem !important;
}

.mr-2-8 {
  margin-right: 2.8rem !important;
}

.mr--2-8 {
  margin-right: -2.8rem !important;
}

.mt-2-8 {
  margin-top: 2.8rem !important;
}

.mt--2-8 {
  margin-top: -2.8rem !important;
}

.mb-2-8 {
  margin-bottom: 2.8rem !important;
}

.mb--2-8 {
  margin-bottom: -2.8rem !important;
}

.mx-2-8 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.my-2-8 {
  margin-bottom: 2.8rem !important;
  margin-top: 2.8rem !important;
}

.p-2-8 {
  padding: 2.8rem !important;
}

.r-2-8 {
  right: 2.8rem !important;
}

.l-2-8 {
  left: 2.8rem !important;
}

.t-2-8 {
  top: 2.8rem !important;
}

.b-2-8 {
  bottom: 2.8rem !important;
}

.pb-2-8 {
  padding-bottom: 2.8rem !important;
}

.pt-2-8 {
  padding-top: 2.8rem !important;
}

.pl-2-8 {
  padding-left: 2.8rem !important;
}

.pr-2-8 {
  padding-right: 2.8rem !important;
}

.px-2-8 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.py-2-8 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.b-2-8 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-8 {
  border-bottom-style: solid;
  border-bottom-width: 2.8rem !important;
}
.bb-2-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.8rem !important;
}

.bt-2-8 {
  border-top-style: solid;
  border-top-width: 2.8rem !important;
}

.bl-2-8 {
  border-left-style: solid;
  border-left-width: 2.8rem !important;
}

.br-2-8 {
  border-right-style: solid;
  border-right-width: 2.8rem !important;
}

.w-2-9 {
  width: 2.9rem !important;
}

.h-2-9 {
  height: 2.9rem !important;
}

.fs-2-9 {
  font-size: 2.9rem !important;
}

.brad-2-9 {
  border-radius: 2.9rem !important;
}

.m-2-9 {
  margin: 2.9rem !important;
}

.m--2-9 {
  margin: -2.9rem !important;
}

.ml-2-9 {
  margin-left: 2.9rem !important;
}

.ml--2-9 {
  margin-left: -2.9rem !important;
}

.mr-2-9 {
  margin-right: 2.9rem !important;
}

.mr--2-9 {
  margin-right: -2.9rem !important;
}

.mt-2-9 {
  margin-top: 2.9rem !important;
}

.mt--2-9 {
  margin-top: -2.9rem !important;
}

.mb-2-9 {
  margin-bottom: 2.9rem !important;
}

.mb--2-9 {
  margin-bottom: -2.9rem !important;
}

.mx-2-9 {
  margin-left: 2.9rem !important;
  margin-right: 2.9rem !important;
}

.my-2-9 {
  margin-bottom: 2.9rem !important;
  margin-top: 2.9rem !important;
}

.p-2-9 {
  padding: 2.9rem !important;
}

.r-2-9 {
  right: 2.9rem !important;
}

.l-2-9 {
  left: 2.9rem !important;
}

.t-2-9 {
  top: 2.9rem !important;
}

.b-2-9 {
  bottom: 2.9rem !important;
}

.pb-2-9 {
  padding-bottom: 2.9rem !important;
}

.pt-2-9 {
  padding-top: 2.9rem !important;
}

.pl-2-9 {
  padding-left: 2.9rem !important;
}

.pr-2-9 {
  padding-right: 2.9rem !important;
}

.px-2-9 {
  padding-right: 2.9rem !important;
  padding-left: 2.9rem !important;
}

.py-2-9 {
  padding-top: 2.9rem !important;
  padding-bottom: 2.9rem !important;
}

.b-2-9 {
  border-style: solid;
  border-width: 2px !important;
}

.bb-2-9 {
  border-bottom-style: solid;
  border-bottom-width: 2.9rem !important;
}
.bb-2-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 2.9rem !important;
}

.bt-2-9 {
  border-top-style: solid;
  border-top-width: 2.9rem !important;
}

.bl-2-9 {
  border-left-style: solid;
  border-left-width: 2.9rem !important;
}

.br-2-9 {
  border-right-style: solid;
  border-right-width: 2.9rem !important;
}

.w-3-0 {
  width: 3rem !important;
}

.h-3-0 {
  height: 3rem !important;
}

.fs-3-0 {
  font-size: 3rem !important;
}

.brad-3-0 {
  border-radius: 3rem !important;
}

.m-3-0 {
  margin: 3rem !important;
}

.m--3-0 {
  margin: -3rem !important;
}

.ml-3-0 {
  margin-left: 3rem !important;
}

.ml--3-0 {
  margin-left: -3rem !important;
}

.mr-3-0 {
  margin-right: 3rem !important;
}

.mr--3-0 {
  margin-right: -3rem !important;
}

.mt-3-0 {
  margin-top: 3rem !important;
}

.mt--3-0 {
  margin-top: -3rem !important;
}

.mb-3-0 {
  margin-bottom: 3rem !important;
}

.mb--3-0 {
  margin-bottom: -3rem !important;
}

.mx-3-0 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3-0 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.p-3-0 {
  padding: 3rem !important;
}

.r-3-0 {
  right: 3rem !important;
}

.l-3-0 {
  left: 3rem !important;
}

.t-3-0 {
  top: 3rem !important;
}

.b-3-0 {
  bottom: 3rem !important;
}

.pb-3-0 {
  padding-bottom: 3rem !important;
}

.pt-3-0 {
  padding-top: 3rem !important;
}

.pl-3-0 {
  padding-left: 3rem !important;
}

.pr-3-0 {
  padding-right: 3rem !important;
}

.px-3-0 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3-0 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.b-3-0 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-0 {
  border-bottom-style: solid;
  border-bottom-width: 3rem !important;
}
.bb-3-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 3rem !important;
}

.bt-3-0 {
  border-top-style: solid;
  border-top-width: 3rem !important;
}

.bl-3-0 {
  border-left-style: solid;
  border-left-width: 3rem !important;
}

.br-3-0 {
  border-right-style: solid;
  border-right-width: 3rem !important;
}

.w-3-1 {
  width: 3.1rem !important;
}

.h-3-1 {
  height: 3.1rem !important;
}

.fs-3-1 {
  font-size: 3.1rem !important;
}

.brad-3-1 {
  border-radius: 3.1rem !important;
}

.m-3-1 {
  margin: 3.1rem !important;
}

.m--3-1 {
  margin: -3.1rem !important;
}

.ml-3-1 {
  margin-left: 3.1rem !important;
}

.ml--3-1 {
  margin-left: -3.1rem !important;
}

.mr-3-1 {
  margin-right: 3.1rem !important;
}

.mr--3-1 {
  margin-right: -3.1rem !important;
}

.mt-3-1 {
  margin-top: 3.1rem !important;
}

.mt--3-1 {
  margin-top: -3.1rem !important;
}

.mb-3-1 {
  margin-bottom: 3.1rem !important;
}

.mb--3-1 {
  margin-bottom: -3.1rem !important;
}

.mx-3-1 {
  margin-left: 3.1rem !important;
  margin-right: 3.1rem !important;
}

.my-3-1 {
  margin-bottom: 3.1rem !important;
  margin-top: 3.1rem !important;
}

.p-3-1 {
  padding: 3.1rem !important;
}

.r-3-1 {
  right: 3.1rem !important;
}

.l-3-1 {
  left: 3.1rem !important;
}

.t-3-1 {
  top: 3.1rem !important;
}

.b-3-1 {
  bottom: 3.1rem !important;
}

.pb-3-1 {
  padding-bottom: 3.1rem !important;
}

.pt-3-1 {
  padding-top: 3.1rem !important;
}

.pl-3-1 {
  padding-left: 3.1rem !important;
}

.pr-3-1 {
  padding-right: 3.1rem !important;
}

.px-3-1 {
  padding-right: 3.1rem !important;
  padding-left: 3.1rem !important;
}

.py-3-1 {
  padding-top: 3.1rem !important;
  padding-bottom: 3.1rem !important;
}

.b-3-1 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-1 {
  border-bottom-style: solid;
  border-bottom-width: 3.1rem !important;
}
.bb-3-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.1rem !important;
}

.bt-3-1 {
  border-top-style: solid;
  border-top-width: 3.1rem !important;
}

.bl-3-1 {
  border-left-style: solid;
  border-left-width: 3.1rem !important;
}

.br-3-1 {
  border-right-style: solid;
  border-right-width: 3.1rem !important;
}

.w-3-2 {
  width: 3.2rem !important;
}

.h-3-2 {
  height: 3.2rem !important;
}

.fs-3-2 {
  font-size: 3.2rem !important;
}

.brad-3-2 {
  border-radius: 3.2rem !important;
}

.m-3-2 {
  margin: 3.2rem !important;
}

.m--3-2 {
  margin: -3.2rem !important;
}

.ml-3-2 {
  margin-left: 3.2rem !important;
}

.ml--3-2 {
  margin-left: -3.2rem !important;
}

.mr-3-2 {
  margin-right: 3.2rem !important;
}

.mr--3-2 {
  margin-right: -3.2rem !important;
}

.mt-3-2 {
  margin-top: 3.2rem !important;
}

.mt--3-2 {
  margin-top: -3.2rem !important;
}

.mb-3-2 {
  margin-bottom: 3.2rem !important;
}

.mb--3-2 {
  margin-bottom: -3.2rem !important;
}

.mx-3-2 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.my-3-2 {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.p-3-2 {
  padding: 3.2rem !important;
}

.r-3-2 {
  right: 3.2rem !important;
}

.l-3-2 {
  left: 3.2rem !important;
}

.t-3-2 {
  top: 3.2rem !important;
}

.b-3-2 {
  bottom: 3.2rem !important;
}

.pb-3-2 {
  padding-bottom: 3.2rem !important;
}

.pt-3-2 {
  padding-top: 3.2rem !important;
}

.pl-3-2 {
  padding-left: 3.2rem !important;
}

.pr-3-2 {
  padding-right: 3.2rem !important;
}

.px-3-2 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.py-3-2 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.b-3-2 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-2 {
  border-bottom-style: solid;
  border-bottom-width: 3.2rem !important;
}
.bb-3-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.2rem !important;
}

.bt-3-2 {
  border-top-style: solid;
  border-top-width: 3.2rem !important;
}

.bl-3-2 {
  border-left-style: solid;
  border-left-width: 3.2rem !important;
}

.br-3-2 {
  border-right-style: solid;
  border-right-width: 3.2rem !important;
}

.w-3-3 {
  width: 3.3rem !important;
}

.h-3-3 {
  height: 3.3rem !important;
}

.fs-3-3 {
  font-size: 3.3rem !important;
}

.brad-3-3 {
  border-radius: 3.3rem !important;
}

.m-3-3 {
  margin: 3.3rem !important;
}

.m--3-3 {
  margin: -3.3rem !important;
}

.ml-3-3 {
  margin-left: 3.3rem !important;
}

.ml--3-3 {
  margin-left: -3.3rem !important;
}

.mr-3-3 {
  margin-right: 3.3rem !important;
}

.mr--3-3 {
  margin-right: -3.3rem !important;
}

.mt-3-3 {
  margin-top: 3.3rem !important;
}

.mt--3-3 {
  margin-top: -3.3rem !important;
}

.mb-3-3 {
  margin-bottom: 3.3rem !important;
}

.mb--3-3 {
  margin-bottom: -3.3rem !important;
}

.mx-3-3 {
  margin-left: 3.3rem !important;
  margin-right: 3.3rem !important;
}

.my-3-3 {
  margin-bottom: 3.3rem !important;
  margin-top: 3.3rem !important;
}

.p-3-3 {
  padding: 3.3rem !important;
}

.r-3-3 {
  right: 3.3rem !important;
}

.l-3-3 {
  left: 3.3rem !important;
}

.t-3-3 {
  top: 3.3rem !important;
}

.b-3-3 {
  bottom: 3.3rem !important;
}

.pb-3-3 {
  padding-bottom: 3.3rem !important;
}

.pt-3-3 {
  padding-top: 3.3rem !important;
}

.pl-3-3 {
  padding-left: 3.3rem !important;
}

.pr-3-3 {
  padding-right: 3.3rem !important;
}

.px-3-3 {
  padding-right: 3.3rem !important;
  padding-left: 3.3rem !important;
}

.py-3-3 {
  padding-top: 3.3rem !important;
  padding-bottom: 3.3rem !important;
}

.b-3-3 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-3 {
  border-bottom-style: solid;
  border-bottom-width: 3.3rem !important;
}
.bb-3-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.3rem !important;
}

.bt-3-3 {
  border-top-style: solid;
  border-top-width: 3.3rem !important;
}

.bl-3-3 {
  border-left-style: solid;
  border-left-width: 3.3rem !important;
}

.br-3-3 {
  border-right-style: solid;
  border-right-width: 3.3rem !important;
}

.w-3-4 {
  width: 3.4rem !important;
}

.h-3-4 {
  height: 3.4rem !important;
}

.fs-3-4 {
  font-size: 3.4rem !important;
}

.brad-3-4 {
  border-radius: 3.4rem !important;
}

.m-3-4 {
  margin: 3.4rem !important;
}

.m--3-4 {
  margin: -3.4rem !important;
}

.ml-3-4 {
  margin-left: 3.4rem !important;
}

.ml--3-4 {
  margin-left: -3.4rem !important;
}

.mr-3-4 {
  margin-right: 3.4rem !important;
}

.mr--3-4 {
  margin-right: -3.4rem !important;
}

.mt-3-4 {
  margin-top: 3.4rem !important;
}

.mt--3-4 {
  margin-top: -3.4rem !important;
}

.mb-3-4 {
  margin-bottom: 3.4rem !important;
}

.mb--3-4 {
  margin-bottom: -3.4rem !important;
}

.mx-3-4 {
  margin-left: 3.4rem !important;
  margin-right: 3.4rem !important;
}

.my-3-4 {
  margin-bottom: 3.4rem !important;
  margin-top: 3.4rem !important;
}

.p-3-4 {
  padding: 3.4rem !important;
}

.r-3-4 {
  right: 3.4rem !important;
}

.l-3-4 {
  left: 3.4rem !important;
}

.t-3-4 {
  top: 3.4rem !important;
}

.b-3-4 {
  bottom: 3.4rem !important;
}

.pb-3-4 {
  padding-bottom: 3.4rem !important;
}

.pt-3-4 {
  padding-top: 3.4rem !important;
}

.pl-3-4 {
  padding-left: 3.4rem !important;
}

.pr-3-4 {
  padding-right: 3.4rem !important;
}

.px-3-4 {
  padding-right: 3.4rem !important;
  padding-left: 3.4rem !important;
}

.py-3-4 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}

.b-3-4 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-4 {
  border-bottom-style: solid;
  border-bottom-width: 3.4rem !important;
}
.bb-3-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.4rem !important;
}

.bt-3-4 {
  border-top-style: solid;
  border-top-width: 3.4rem !important;
}

.bl-3-4 {
  border-left-style: solid;
  border-left-width: 3.4rem !important;
}

.br-3-4 {
  border-right-style: solid;
  border-right-width: 3.4rem !important;
}

.w-3-5 {
  width: 3.5rem !important;
}

.h-3-5 {
  height: 3.5rem !important;
}

.fs-3-5 {
  font-size: 3.5rem !important;
}

.brad-3-5 {
  border-radius: 3.5rem !important;
}

.m-3-5 {
  margin: 3.5rem !important;
}

.m--3-5 {
  margin: -3.5rem !important;
}

.ml-3-5 {
  margin-left: 3.5rem !important;
}

.ml--3-5 {
  margin-left: -3.5rem !important;
}

.mr-3-5 {
  margin-right: 3.5rem !important;
}

.mr--3-5 {
  margin-right: -3.5rem !important;
}

.mt-3-5 {
  margin-top: 3.5rem !important;
}

.mt--3-5 {
  margin-top: -3.5rem !important;
}

.mb-3-5 {
  margin-bottom: 3.5rem !important;
}

.mb--3-5 {
  margin-bottom: -3.5rem !important;
}

.mx-3-5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-3-5 {
  margin-bottom: 3.5rem !important;
  margin-top: 3.5rem !important;
}

.p-3-5 {
  padding: 3.5rem !important;
}

.r-3-5 {
  right: 3.5rem !important;
}

.l-3-5 {
  left: 3.5rem !important;
}

.t-3-5 {
  top: 3.5rem !important;
}

.b-3-5 {
  bottom: 3.5rem !important;
}

.pb-3-5 {
  padding-bottom: 3.5rem !important;
}

.pt-3-5 {
  padding-top: 3.5rem !important;
}

.pl-3-5 {
  padding-left: 3.5rem !important;
}

.pr-3-5 {
  padding-right: 3.5rem !important;
}

.px-3-5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.b-3-5 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-5 {
  border-bottom-style: solid;
  border-bottom-width: 3.5rem !important;
}
.bb-3-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.5rem !important;
}

.bt-3-5 {
  border-top-style: solid;
  border-top-width: 3.5rem !important;
}

.bl-3-5 {
  border-left-style: solid;
  border-left-width: 3.5rem !important;
}

.br-3-5 {
  border-right-style: solid;
  border-right-width: 3.5rem !important;
}

.w-3-6 {
  width: 3.6rem !important;
}

.h-3-6 {
  height: 3.6rem !important;
}

.fs-3-6 {
  font-size: 3.6rem !important;
}

.brad-3-6 {
  border-radius: 3.6rem !important;
}

.m-3-6 {
  margin: 3.6rem !important;
}

.m--3-6 {
  margin: -3.6rem !important;
}

.ml-3-6 {
  margin-left: 3.6rem !important;
}

.ml--3-6 {
  margin-left: -3.6rem !important;
}

.mr-3-6 {
  margin-right: 3.6rem !important;
}

.mr--3-6 {
  margin-right: -3.6rem !important;
}

.mt-3-6 {
  margin-top: 3.6rem !important;
}

.mt--3-6 {
  margin-top: -3.6rem !important;
}

.mb-3-6 {
  margin-bottom: 3.6rem !important;
}

.mb--3-6 {
  margin-bottom: -3.6rem !important;
}

.mx-3-6 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.my-3-6 {
  margin-bottom: 3.6rem !important;
  margin-top: 3.6rem !important;
}

.p-3-6 {
  padding: 3.6rem !important;
}

.r-3-6 {
  right: 3.6rem !important;
}

.l-3-6 {
  left: 3.6rem !important;
}

.t-3-6 {
  top: 3.6rem !important;
}

.b-3-6 {
  bottom: 3.6rem !important;
}

.pb-3-6 {
  padding-bottom: 3.6rem !important;
}

.pt-3-6 {
  padding-top: 3.6rem !important;
}

.pl-3-6 {
  padding-left: 3.6rem !important;
}

.pr-3-6 {
  padding-right: 3.6rem !important;
}

.px-3-6 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.py-3-6 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.b-3-6 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-6 {
  border-bottom-style: solid;
  border-bottom-width: 3.6rem !important;
}
.bb-3-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.6rem !important;
}

.bt-3-6 {
  border-top-style: solid;
  border-top-width: 3.6rem !important;
}

.bl-3-6 {
  border-left-style: solid;
  border-left-width: 3.6rem !important;
}

.br-3-6 {
  border-right-style: solid;
  border-right-width: 3.6rem !important;
}

.w-3-7 {
  width: 3.7rem !important;
}

.h-3-7 {
  height: 3.7rem !important;
}

.fs-3-7 {
  font-size: 3.7rem !important;
}

.brad-3-7 {
  border-radius: 3.7rem !important;
}

.m-3-7 {
  margin: 3.7rem !important;
}

.m--3-7 {
  margin: -3.7rem !important;
}

.ml-3-7 {
  margin-left: 3.7rem !important;
}

.ml--3-7 {
  margin-left: -3.7rem !important;
}

.mr-3-7 {
  margin-right: 3.7rem !important;
}

.mr--3-7 {
  margin-right: -3.7rem !important;
}

.mt-3-7 {
  margin-top: 3.7rem !important;
}

.mt--3-7 {
  margin-top: -3.7rem !important;
}

.mb-3-7 {
  margin-bottom: 3.7rem !important;
}

.mb--3-7 {
  margin-bottom: -3.7rem !important;
}

.mx-3-7 {
  margin-left: 3.7rem !important;
  margin-right: 3.7rem !important;
}

.my-3-7 {
  margin-bottom: 3.7rem !important;
  margin-top: 3.7rem !important;
}

.p-3-7 {
  padding: 3.7rem !important;
}

.r-3-7 {
  right: 3.7rem !important;
}

.l-3-7 {
  left: 3.7rem !important;
}

.t-3-7 {
  top: 3.7rem !important;
}

.b-3-7 {
  bottom: 3.7rem !important;
}

.pb-3-7 {
  padding-bottom: 3.7rem !important;
}

.pt-3-7 {
  padding-top: 3.7rem !important;
}

.pl-3-7 {
  padding-left: 3.7rem !important;
}

.pr-3-7 {
  padding-right: 3.7rem !important;
}

.px-3-7 {
  padding-right: 3.7rem !important;
  padding-left: 3.7rem !important;
}

.py-3-7 {
  padding-top: 3.7rem !important;
  padding-bottom: 3.7rem !important;
}

.b-3-7 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-7 {
  border-bottom-style: solid;
  border-bottom-width: 3.7rem !important;
}
.bb-3-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.7rem !important;
}

.bt-3-7 {
  border-top-style: solid;
  border-top-width: 3.7rem !important;
}

.bl-3-7 {
  border-left-style: solid;
  border-left-width: 3.7rem !important;
}

.br-3-7 {
  border-right-style: solid;
  border-right-width: 3.7rem !important;
}

.w-3-8 {
  width: 3.8rem !important;
}

.h-3-8 {
  height: 3.8rem !important;
}

.fs-3-8 {
  font-size: 3.8rem !important;
}

.brad-3-8 {
  border-radius: 3.8rem !important;
}

.m-3-8 {
  margin: 3.8rem !important;
}

.m--3-8 {
  margin: -3.8rem !important;
}

.ml-3-8 {
  margin-left: 3.8rem !important;
}

.ml--3-8 {
  margin-left: -3.8rem !important;
}

.mr-3-8 {
  margin-right: 3.8rem !important;
}

.mr--3-8 {
  margin-right: -3.8rem !important;
}

.mt-3-8 {
  margin-top: 3.8rem !important;
}

.mt--3-8 {
  margin-top: -3.8rem !important;
}

.mb-3-8 {
  margin-bottom: 3.8rem !important;
}

.mb--3-8 {
  margin-bottom: -3.8rem !important;
}

.mx-3-8 {
  margin-left: 3.8rem !important;
  margin-right: 3.8rem !important;
}

.my-3-8 {
  margin-bottom: 3.8rem !important;
  margin-top: 3.8rem !important;
}

.p-3-8 {
  padding: 3.8rem !important;
}

.r-3-8 {
  right: 3.8rem !important;
}

.l-3-8 {
  left: 3.8rem !important;
}

.t-3-8 {
  top: 3.8rem !important;
}

.b-3-8 {
  bottom: 3.8rem !important;
}

.pb-3-8 {
  padding-bottom: 3.8rem !important;
}

.pt-3-8 {
  padding-top: 3.8rem !important;
}

.pl-3-8 {
  padding-left: 3.8rem !important;
}

.pr-3-8 {
  padding-right: 3.8rem !important;
}

.px-3-8 {
  padding-right: 3.8rem !important;
  padding-left: 3.8rem !important;
}

.py-3-8 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.b-3-8 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-8 {
  border-bottom-style: solid;
  border-bottom-width: 3.8rem !important;
}
.bb-3-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.8rem !important;
}

.bt-3-8 {
  border-top-style: solid;
  border-top-width: 3.8rem !important;
}

.bl-3-8 {
  border-left-style: solid;
  border-left-width: 3.8rem !important;
}

.br-3-8 {
  border-right-style: solid;
  border-right-width: 3.8rem !important;
}

.w-3-9 {
  width: 3.9rem !important;
}

.h-3-9 {
  height: 3.9rem !important;
}

.fs-3-9 {
  font-size: 3.9rem !important;
}

.brad-3-9 {
  border-radius: 3.9rem !important;
}

.m-3-9 {
  margin: 3.9rem !important;
}

.m--3-9 {
  margin: -3.9rem !important;
}

.ml-3-9 {
  margin-left: 3.9rem !important;
}

.ml--3-9 {
  margin-left: -3.9rem !important;
}

.mr-3-9 {
  margin-right: 3.9rem !important;
}

.mr--3-9 {
  margin-right: -3.9rem !important;
}

.mt-3-9 {
  margin-top: 3.9rem !important;
}

.mt--3-9 {
  margin-top: -3.9rem !important;
}

.mb-3-9 {
  margin-bottom: 3.9rem !important;
}

.mb--3-9 {
  margin-bottom: -3.9rem !important;
}

.mx-3-9 {
  margin-left: 3.9rem !important;
  margin-right: 3.9rem !important;
}

.my-3-9 {
  margin-bottom: 3.9rem !important;
  margin-top: 3.9rem !important;
}

.p-3-9 {
  padding: 3.9rem !important;
}

.r-3-9 {
  right: 3.9rem !important;
}

.l-3-9 {
  left: 3.9rem !important;
}

.t-3-9 {
  top: 3.9rem !important;
}

.b-3-9 {
  bottom: 3.9rem !important;
}

.pb-3-9 {
  padding-bottom: 3.9rem !important;
}

.pt-3-9 {
  padding-top: 3.9rem !important;
}

.pl-3-9 {
  padding-left: 3.9rem !important;
}

.pr-3-9 {
  padding-right: 3.9rem !important;
}

.px-3-9 {
  padding-right: 3.9rem !important;
  padding-left: 3.9rem !important;
}

.py-3-9 {
  padding-top: 3.9rem !important;
  padding-bottom: 3.9rem !important;
}

.b-3-9 {
  border-style: solid;
  border-width: 3px !important;
}

.bb-3-9 {
  border-bottom-style: solid;
  border-bottom-width: 3.9rem !important;
}
.bb-3-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.9rem !important;
}

.bt-3-9 {
  border-top-style: solid;
  border-top-width: 3.9rem !important;
}

.bl-3-9 {
  border-left-style: solid;
  border-left-width: 3.9rem !important;
}

.br-3-9 {
  border-right-style: solid;
  border-right-width: 3.9rem !important;
}

.w-4-0 {
  width: 4rem !important;
}

.h-4-0 {
  height: 4rem !important;
}

.fs-4-0 {
  font-size: 4rem !important;
}

.brad-4-0 {
  border-radius: 4rem !important;
}

.m-4-0 {
  margin: 4rem !important;
}

.m--4-0 {
  margin: -4rem !important;
}

.ml-4-0 {
  margin-left: 4rem !important;
}

.ml--4-0 {
  margin-left: -4rem !important;
}

.mr-4-0 {
  margin-right: 4rem !important;
}

.mr--4-0 {
  margin-right: -4rem !important;
}

.mt-4-0 {
  margin-top: 4rem !important;
}

.mt--4-0 {
  margin-top: -4rem !important;
}

.mb-4-0 {
  margin-bottom: 4rem !important;
}

.mb--4-0 {
  margin-bottom: -4rem !important;
}

.mx-4-0 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4-0 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}

.p-4-0 {
  padding: 4rem !important;
}

.r-4-0 {
  right: 4rem !important;
}

.l-4-0 {
  left: 4rem !important;
}

.t-4-0 {
  top: 4rem !important;
}

.b-4-0 {
  bottom: 4rem !important;
}

.pb-4-0 {
  padding-bottom: 4rem !important;
}

.pt-4-0 {
  padding-top: 4rem !important;
}

.pl-4-0 {
  padding-left: 4rem !important;
}

.pr-4-0 {
  padding-right: 4rem !important;
}

.px-4-0 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-4-0 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.b-4-0 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-0 {
  border-bottom-style: solid;
  border-bottom-width: 4rem !important;
}
.bb-4-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 4rem !important;
}

.bt-4-0 {
  border-top-style: solid;
  border-top-width: 4rem !important;
}

.bl-4-0 {
  border-left-style: solid;
  border-left-width: 4rem !important;
}

.br-4-0 {
  border-right-style: solid;
  border-right-width: 4rem !important;
}

.w-4-1 {
  width: 4.1rem !important;
}

.h-4-1 {
  height: 4.1rem !important;
}

.fs-4-1 {
  font-size: 4.1rem !important;
}

.brad-4-1 {
  border-radius: 4.1rem !important;
}

.m-4-1 {
  margin: 4.1rem !important;
}

.m--4-1 {
  margin: -4.1rem !important;
}

.ml-4-1 {
  margin-left: 4.1rem !important;
}

.ml--4-1 {
  margin-left: -4.1rem !important;
}

.mr-4-1 {
  margin-right: 4.1rem !important;
}

.mr--4-1 {
  margin-right: -4.1rem !important;
}

.mt-4-1 {
  margin-top: 4.1rem !important;
}

.mt--4-1 {
  margin-top: -4.1rem !important;
}

.mb-4-1 {
  margin-bottom: 4.1rem !important;
}

.mb--4-1 {
  margin-bottom: -4.1rem !important;
}

.mx-4-1 {
  margin-left: 4.1rem !important;
  margin-right: 4.1rem !important;
}

.my-4-1 {
  margin-bottom: 4.1rem !important;
  margin-top: 4.1rem !important;
}

.p-4-1 {
  padding: 4.1rem !important;
}

.r-4-1 {
  right: 4.1rem !important;
}

.l-4-1 {
  left: 4.1rem !important;
}

.t-4-1 {
  top: 4.1rem !important;
}

.b-4-1 {
  bottom: 4.1rem !important;
}

.pb-4-1 {
  padding-bottom: 4.1rem !important;
}

.pt-4-1 {
  padding-top: 4.1rem !important;
}

.pl-4-1 {
  padding-left: 4.1rem !important;
}

.pr-4-1 {
  padding-right: 4.1rem !important;
}

.px-4-1 {
  padding-right: 4.1rem !important;
  padding-left: 4.1rem !important;
}

.py-4-1 {
  padding-top: 4.1rem !important;
  padding-bottom: 4.1rem !important;
}

.b-4-1 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-1 {
  border-bottom-style: solid;
  border-bottom-width: 4.1rem !important;
}
.bb-4-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.1rem !important;
}

.bt-4-1 {
  border-top-style: solid;
  border-top-width: 4.1rem !important;
}

.bl-4-1 {
  border-left-style: solid;
  border-left-width: 4.1rem !important;
}

.br-4-1 {
  border-right-style: solid;
  border-right-width: 4.1rem !important;
}

.w-4-2 {
  width: 4.2rem !important;
}

.h-4-2 {
  height: 4.2rem !important;
}

.fs-4-2 {
  font-size: 4.2rem !important;
}

.brad-4-2 {
  border-radius: 4.2rem !important;
}

.m-4-2 {
  margin: 4.2rem !important;
}

.m--4-2 {
  margin: -4.2rem !important;
}

.ml-4-2 {
  margin-left: 4.2rem !important;
}

.ml--4-2 {
  margin-left: -4.2rem !important;
}

.mr-4-2 {
  margin-right: 4.2rem !important;
}

.mr--4-2 {
  margin-right: -4.2rem !important;
}

.mt-4-2 {
  margin-top: 4.2rem !important;
}

.mt--4-2 {
  margin-top: -4.2rem !important;
}

.mb-4-2 {
  margin-bottom: 4.2rem !important;
}

.mb--4-2 {
  margin-bottom: -4.2rem !important;
}

.mx-4-2 {
  margin-left: 4.2rem !important;
  margin-right: 4.2rem !important;
}

.my-4-2 {
  margin-bottom: 4.2rem !important;
  margin-top: 4.2rem !important;
}

.p-4-2 {
  padding: 4.2rem !important;
}

.r-4-2 {
  right: 4.2rem !important;
}

.l-4-2 {
  left: 4.2rem !important;
}

.t-4-2 {
  top: 4.2rem !important;
}

.b-4-2 {
  bottom: 4.2rem !important;
}

.pb-4-2 {
  padding-bottom: 4.2rem !important;
}

.pt-4-2 {
  padding-top: 4.2rem !important;
}

.pl-4-2 {
  padding-left: 4.2rem !important;
}

.pr-4-2 {
  padding-right: 4.2rem !important;
}

.px-4-2 {
  padding-right: 4.2rem !important;
  padding-left: 4.2rem !important;
}

.py-4-2 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}

.b-4-2 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-2 {
  border-bottom-style: solid;
  border-bottom-width: 4.2rem !important;
}
.bb-4-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.2rem !important;
}

.bt-4-2 {
  border-top-style: solid;
  border-top-width: 4.2rem !important;
}

.bl-4-2 {
  border-left-style: solid;
  border-left-width: 4.2rem !important;
}

.br-4-2 {
  border-right-style: solid;
  border-right-width: 4.2rem !important;
}

.w-4-3 {
  width: 4.3rem !important;
}

.h-4-3 {
  height: 4.3rem !important;
}

.fs-4-3 {
  font-size: 4.3rem !important;
}

.brad-4-3 {
  border-radius: 4.3rem !important;
}

.m-4-3 {
  margin: 4.3rem !important;
}

.m--4-3 {
  margin: -4.3rem !important;
}

.ml-4-3 {
  margin-left: 4.3rem !important;
}

.ml--4-3 {
  margin-left: -4.3rem !important;
}

.mr-4-3 {
  margin-right: 4.3rem !important;
}

.mr--4-3 {
  margin-right: -4.3rem !important;
}

.mt-4-3 {
  margin-top: 4.3rem !important;
}

.mt--4-3 {
  margin-top: -4.3rem !important;
}

.mb-4-3 {
  margin-bottom: 4.3rem !important;
}

.mb--4-3 {
  margin-bottom: -4.3rem !important;
}

.mx-4-3 {
  margin-left: 4.3rem !important;
  margin-right: 4.3rem !important;
}

.my-4-3 {
  margin-bottom: 4.3rem !important;
  margin-top: 4.3rem !important;
}

.p-4-3 {
  padding: 4.3rem !important;
}

.r-4-3 {
  right: 4.3rem !important;
}

.l-4-3 {
  left: 4.3rem !important;
}

.t-4-3 {
  top: 4.3rem !important;
}

.b-4-3 {
  bottom: 4.3rem !important;
}

.pb-4-3 {
  padding-bottom: 4.3rem !important;
}

.pt-4-3 {
  padding-top: 4.3rem !important;
}

.pl-4-3 {
  padding-left: 4.3rem !important;
}

.pr-4-3 {
  padding-right: 4.3rem !important;
}

.px-4-3 {
  padding-right: 4.3rem !important;
  padding-left: 4.3rem !important;
}

.py-4-3 {
  padding-top: 4.3rem !important;
  padding-bottom: 4.3rem !important;
}

.b-4-3 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-3 {
  border-bottom-style: solid;
  border-bottom-width: 4.3rem !important;
}
.bb-4-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.3rem !important;
}

.bt-4-3 {
  border-top-style: solid;
  border-top-width: 4.3rem !important;
}

.bl-4-3 {
  border-left-style: solid;
  border-left-width: 4.3rem !important;
}

.br-4-3 {
  border-right-style: solid;
  border-right-width: 4.3rem !important;
}

.w-4-4 {
  width: 4.4rem !important;
}

.h-4-4 {
  height: 4.4rem !important;
}

.fs-4-4 {
  font-size: 4.4rem !important;
}

.brad-4-4 {
  border-radius: 4.4rem !important;
}

.m-4-4 {
  margin: 4.4rem !important;
}

.m--4-4 {
  margin: -4.4rem !important;
}

.ml-4-4 {
  margin-left: 4.4rem !important;
}

.ml--4-4 {
  margin-left: -4.4rem !important;
}

.mr-4-4 {
  margin-right: 4.4rem !important;
}

.mr--4-4 {
  margin-right: -4.4rem !important;
}

.mt-4-4 {
  margin-top: 4.4rem !important;
}

.mt--4-4 {
  margin-top: -4.4rem !important;
}

.mb-4-4 {
  margin-bottom: 4.4rem !important;
}

.mb--4-4 {
  margin-bottom: -4.4rem !important;
}

.mx-4-4 {
  margin-left: 4.4rem !important;
  margin-right: 4.4rem !important;
}

.my-4-4 {
  margin-bottom: 4.4rem !important;
  margin-top: 4.4rem !important;
}

.p-4-4 {
  padding: 4.4rem !important;
}

.r-4-4 {
  right: 4.4rem !important;
}

.l-4-4 {
  left: 4.4rem !important;
}

.t-4-4 {
  top: 4.4rem !important;
}

.b-4-4 {
  bottom: 4.4rem !important;
}

.pb-4-4 {
  padding-bottom: 4.4rem !important;
}

.pt-4-4 {
  padding-top: 4.4rem !important;
}

.pl-4-4 {
  padding-left: 4.4rem !important;
}

.pr-4-4 {
  padding-right: 4.4rem !important;
}

.px-4-4 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.py-4-4 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.b-4-4 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-4 {
  border-bottom-style: solid;
  border-bottom-width: 4.4rem !important;
}
.bb-4-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.4rem !important;
}

.bt-4-4 {
  border-top-style: solid;
  border-top-width: 4.4rem !important;
}

.bl-4-4 {
  border-left-style: solid;
  border-left-width: 4.4rem !important;
}

.br-4-4 {
  border-right-style: solid;
  border-right-width: 4.4rem !important;
}

.w-4-5 {
  width: 4.5rem !important;
}

.h-4-5 {
  height: 4.5rem !important;
}

.fs-4-5 {
  font-size: 4.5rem !important;
}

.brad-4-5 {
  border-radius: 4.5rem !important;
}

.m-4-5 {
  margin: 4.5rem !important;
}

.m--4-5 {
  margin: -4.5rem !important;
}

.ml-4-5 {
  margin-left: 4.5rem !important;
}

.ml--4-5 {
  margin-left: -4.5rem !important;
}

.mr-4-5 {
  margin-right: 4.5rem !important;
}

.mr--4-5 {
  margin-right: -4.5rem !important;
}

.mt-4-5 {
  margin-top: 4.5rem !important;
}

.mt--4-5 {
  margin-top: -4.5rem !important;
}

.mb-4-5 {
  margin-bottom: 4.5rem !important;
}

.mb--4-5 {
  margin-bottom: -4.5rem !important;
}

.mx-4-5 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-4-5 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important;
}

.p-4-5 {
  padding: 4.5rem !important;
}

.r-4-5 {
  right: 4.5rem !important;
}

.l-4-5 {
  left: 4.5rem !important;
}

.t-4-5 {
  top: 4.5rem !important;
}

.b-4-5 {
  bottom: 4.5rem !important;
}

.pb-4-5 {
  padding-bottom: 4.5rem !important;
}

.pt-4-5 {
  padding-top: 4.5rem !important;
}

.pl-4-5 {
  padding-left: 4.5rem !important;
}

.pr-4-5 {
  padding-right: 4.5rem !important;
}

.px-4-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.b-4-5 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-5 {
  border-bottom-style: solid;
  border-bottom-width: 4.5rem !important;
}
.bb-4-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.5rem !important;
}

.bt-4-5 {
  border-top-style: solid;
  border-top-width: 4.5rem !important;
}

.bl-4-5 {
  border-left-style: solid;
  border-left-width: 4.5rem !important;
}

.br-4-5 {
  border-right-style: solid;
  border-right-width: 4.5rem !important;
}

.w-4-6 {
  width: 4.6rem !important;
}

.h-4-6 {
  height: 4.6rem !important;
}

.fs-4-6 {
  font-size: 4.6rem !important;
}

.brad-4-6 {
  border-radius: 4.6rem !important;
}

.m-4-6 {
  margin: 4.6rem !important;
}

.m--4-6 {
  margin: -4.6rem !important;
}

.ml-4-6 {
  margin-left: 4.6rem !important;
}

.ml--4-6 {
  margin-left: -4.6rem !important;
}

.mr-4-6 {
  margin-right: 4.6rem !important;
}

.mr--4-6 {
  margin-right: -4.6rem !important;
}

.mt-4-6 {
  margin-top: 4.6rem !important;
}

.mt--4-6 {
  margin-top: -4.6rem !important;
}

.mb-4-6 {
  margin-bottom: 4.6rem !important;
}

.mb--4-6 {
  margin-bottom: -4.6rem !important;
}

.mx-4-6 {
  margin-left: 4.6rem !important;
  margin-right: 4.6rem !important;
}

.my-4-6 {
  margin-bottom: 4.6rem !important;
  margin-top: 4.6rem !important;
}

.p-4-6 {
  padding: 4.6rem !important;
}

.r-4-6 {
  right: 4.6rem !important;
}

.l-4-6 {
  left: 4.6rem !important;
}

.t-4-6 {
  top: 4.6rem !important;
}

.b-4-6 {
  bottom: 4.6rem !important;
}

.pb-4-6 {
  padding-bottom: 4.6rem !important;
}

.pt-4-6 {
  padding-top: 4.6rem !important;
}

.pl-4-6 {
  padding-left: 4.6rem !important;
}

.pr-4-6 {
  padding-right: 4.6rem !important;
}

.px-4-6 {
  padding-right: 4.6rem !important;
  padding-left: 4.6rem !important;
}

.py-4-6 {
  padding-top: 4.6rem !important;
  padding-bottom: 4.6rem !important;
}

.b-4-6 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-6 {
  border-bottom-style: solid;
  border-bottom-width: 4.6rem !important;
}
.bb-4-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.6rem !important;
}

.bt-4-6 {
  border-top-style: solid;
  border-top-width: 4.6rem !important;
}

.bl-4-6 {
  border-left-style: solid;
  border-left-width: 4.6rem !important;
}

.br-4-6 {
  border-right-style: solid;
  border-right-width: 4.6rem !important;
}

.w-4-7 {
  width: 4.7rem !important;
}

.h-4-7 {
  height: 4.7rem !important;
}

.fs-4-7 {
  font-size: 4.7rem !important;
}

.brad-4-7 {
  border-radius: 4.7rem !important;
}

.m-4-7 {
  margin: 4.7rem !important;
}

.m--4-7 {
  margin: -4.7rem !important;
}

.ml-4-7 {
  margin-left: 4.7rem !important;
}

.ml--4-7 {
  margin-left: -4.7rem !important;
}

.mr-4-7 {
  margin-right: 4.7rem !important;
}

.mr--4-7 {
  margin-right: -4.7rem !important;
}

.mt-4-7 {
  margin-top: 4.7rem !important;
}

.mt--4-7 {
  margin-top: -4.7rem !important;
}

.mb-4-7 {
  margin-bottom: 4.7rem !important;
}

.mb--4-7 {
  margin-bottom: -4.7rem !important;
}

.mx-4-7 {
  margin-left: 4.7rem !important;
  margin-right: 4.7rem !important;
}

.my-4-7 {
  margin-bottom: 4.7rem !important;
  margin-top: 4.7rem !important;
}

.p-4-7 {
  padding: 4.7rem !important;
}

.r-4-7 {
  right: 4.7rem !important;
}

.l-4-7 {
  left: 4.7rem !important;
}

.t-4-7 {
  top: 4.7rem !important;
}

.b-4-7 {
  bottom: 4.7rem !important;
}

.pb-4-7 {
  padding-bottom: 4.7rem !important;
}

.pt-4-7 {
  padding-top: 4.7rem !important;
}

.pl-4-7 {
  padding-left: 4.7rem !important;
}

.pr-4-7 {
  padding-right: 4.7rem !important;
}

.px-4-7 {
  padding-right: 4.7rem !important;
  padding-left: 4.7rem !important;
}

.py-4-7 {
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important;
}

.b-4-7 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-7 {
  border-bottom-style: solid;
  border-bottom-width: 4.7rem !important;
}
.bb-4-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.7rem !important;
}

.bt-4-7 {
  border-top-style: solid;
  border-top-width: 4.7rem !important;
}

.bl-4-7 {
  border-left-style: solid;
  border-left-width: 4.7rem !important;
}

.br-4-7 {
  border-right-style: solid;
  border-right-width: 4.7rem !important;
}

.w-4-8 {
  width: 4.8rem !important;
}

.h-4-8 {
  height: 4.8rem !important;
}

.fs-4-8 {
  font-size: 4.8rem !important;
}

.brad-4-8 {
  border-radius: 4.8rem !important;
}

.m-4-8 {
  margin: 4.8rem !important;
}

.m--4-8 {
  margin: -4.8rem !important;
}

.ml-4-8 {
  margin-left: 4.8rem !important;
}

.ml--4-8 {
  margin-left: -4.8rem !important;
}

.mr-4-8 {
  margin-right: 4.8rem !important;
}

.mr--4-8 {
  margin-right: -4.8rem !important;
}

.mt-4-8 {
  margin-top: 4.8rem !important;
}

.mt--4-8 {
  margin-top: -4.8rem !important;
}

.mb-4-8 {
  margin-bottom: 4.8rem !important;
}

.mb--4-8 {
  margin-bottom: -4.8rem !important;
}

.mx-4-8 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.my-4-8 {
  margin-bottom: 4.8rem !important;
  margin-top: 4.8rem !important;
}

.p-4-8 {
  padding: 4.8rem !important;
}

.r-4-8 {
  right: 4.8rem !important;
}

.l-4-8 {
  left: 4.8rem !important;
}

.t-4-8 {
  top: 4.8rem !important;
}

.b-4-8 {
  bottom: 4.8rem !important;
}

.pb-4-8 {
  padding-bottom: 4.8rem !important;
}

.pt-4-8 {
  padding-top: 4.8rem !important;
}

.pl-4-8 {
  padding-left: 4.8rem !important;
}

.pr-4-8 {
  padding-right: 4.8rem !important;
}

.px-4-8 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-4-8 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.b-4-8 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-8 {
  border-bottom-style: solid;
  border-bottom-width: 4.8rem !important;
}
.bb-4-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.8rem !important;
}

.bt-4-8 {
  border-top-style: solid;
  border-top-width: 4.8rem !important;
}

.bl-4-8 {
  border-left-style: solid;
  border-left-width: 4.8rem !important;
}

.br-4-8 {
  border-right-style: solid;
  border-right-width: 4.8rem !important;
}

.w-4-9 {
  width: 4.9rem !important;
}

.h-4-9 {
  height: 4.9rem !important;
}

.fs-4-9 {
  font-size: 4.9rem !important;
}

.brad-4-9 {
  border-radius: 4.9rem !important;
}

.m-4-9 {
  margin: 4.9rem !important;
}

.m--4-9 {
  margin: -4.9rem !important;
}

.ml-4-9 {
  margin-left: 4.9rem !important;
}

.ml--4-9 {
  margin-left: -4.9rem !important;
}

.mr-4-9 {
  margin-right: 4.9rem !important;
}

.mr--4-9 {
  margin-right: -4.9rem !important;
}

.mt-4-9 {
  margin-top: 4.9rem !important;
}

.mt--4-9 {
  margin-top: -4.9rem !important;
}

.mb-4-9 {
  margin-bottom: 4.9rem !important;
}

.mb--4-9 {
  margin-bottom: -4.9rem !important;
}

.mx-4-9 {
  margin-left: 4.9rem !important;
  margin-right: 4.9rem !important;
}

.my-4-9 {
  margin-bottom: 4.9rem !important;
  margin-top: 4.9rem !important;
}

.p-4-9 {
  padding: 4.9rem !important;
}

.r-4-9 {
  right: 4.9rem !important;
}

.l-4-9 {
  left: 4.9rem !important;
}

.t-4-9 {
  top: 4.9rem !important;
}

.b-4-9 {
  bottom: 4.9rem !important;
}

.pb-4-9 {
  padding-bottom: 4.9rem !important;
}

.pt-4-9 {
  padding-top: 4.9rem !important;
}

.pl-4-9 {
  padding-left: 4.9rem !important;
}

.pr-4-9 {
  padding-right: 4.9rem !important;
}

.px-4-9 {
  padding-right: 4.9rem !important;
  padding-left: 4.9rem !important;
}

.py-4-9 {
  padding-top: 4.9rem !important;
  padding-bottom: 4.9rem !important;
}

.b-4-9 {
  border-style: solid;
  border-width: 4px !important;
}

.bb-4-9 {
  border-bottom-style: solid;
  border-bottom-width: 4.9rem !important;
}
.bb-4-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 4.9rem !important;
}

.bt-4-9 {
  border-top-style: solid;
  border-top-width: 4.9rem !important;
}

.bl-4-9 {
  border-left-style: solid;
  border-left-width: 4.9rem !important;
}

.br-4-9 {
  border-right-style: solid;
  border-right-width: 4.9rem !important;
}

.w-5-0 {
  width: 5rem !important;
}

.h-5-0 {
  height: 5rem !important;
}

.fs-5-0 {
  font-size: 5rem !important;
}

.brad-5-0 {
  border-radius: 5rem !important;
}

.m-5-0 {
  margin: 5rem !important;
}

.m--5-0 {
  margin: -5rem !important;
}

.ml-5-0 {
  margin-left: 5rem !important;
}

.ml--5-0 {
  margin-left: -5rem !important;
}

.mr-5-0 {
  margin-right: 5rem !important;
}

.mr--5-0 {
  margin-right: -5rem !important;
}

.mt-5-0 {
  margin-top: 5rem !important;
}

.mt--5-0 {
  margin-top: -5rem !important;
}

.mb-5-0 {
  margin-bottom: 5rem !important;
}

.mb--5-0 {
  margin-bottom: -5rem !important;
}

.mx-5-0 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5-0 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

.p-5-0 {
  padding: 5rem !important;
}

.r-5-0 {
  right: 5rem !important;
}

.l-5-0 {
  left: 5rem !important;
}

.t-5-0 {
  top: 5rem !important;
}

.b-5-0 {
  bottom: 5rem !important;
}

.pb-5-0 {
  padding-bottom: 5rem !important;
}

.pt-5-0 {
  padding-top: 5rem !important;
}

.pl-5-0 {
  padding-left: 5rem !important;
}

.pr-5-0 {
  padding-right: 5rem !important;
}

.px-5-0 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-5-0 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.b-5-0 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-0 {
  border-bottom-style: solid;
  border-bottom-width: 5rem !important;
}
.bb-5-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 5rem !important;
}

.bt-5-0 {
  border-top-style: solid;
  border-top-width: 5rem !important;
}

.bl-5-0 {
  border-left-style: solid;
  border-left-width: 5rem !important;
}

.br-5-0 {
  border-right-style: solid;
  border-right-width: 5rem !important;
}

.w-5-1 {
  width: 5.1rem !important;
}

.h-5-1 {
  height: 5.1rem !important;
}

.fs-5-1 {
  font-size: 5.1rem !important;
}

.brad-5-1 {
  border-radius: 5.1rem !important;
}

.m-5-1 {
  margin: 5.1rem !important;
}

.m--5-1 {
  margin: -5.1rem !important;
}

.ml-5-1 {
  margin-left: 5.1rem !important;
}

.ml--5-1 {
  margin-left: -5.1rem !important;
}

.mr-5-1 {
  margin-right: 5.1rem !important;
}

.mr--5-1 {
  margin-right: -5.1rem !important;
}

.mt-5-1 {
  margin-top: 5.1rem !important;
}

.mt--5-1 {
  margin-top: -5.1rem !important;
}

.mb-5-1 {
  margin-bottom: 5.1rem !important;
}

.mb--5-1 {
  margin-bottom: -5.1rem !important;
}

.mx-5-1 {
  margin-left: 5.1rem !important;
  margin-right: 5.1rem !important;
}

.my-5-1 {
  margin-bottom: 5.1rem !important;
  margin-top: 5.1rem !important;
}

.p-5-1 {
  padding: 5.1rem !important;
}

.r-5-1 {
  right: 5.1rem !important;
}

.l-5-1 {
  left: 5.1rem !important;
}

.t-5-1 {
  top: 5.1rem !important;
}

.b-5-1 {
  bottom: 5.1rem !important;
}

.pb-5-1 {
  padding-bottom: 5.1rem !important;
}

.pt-5-1 {
  padding-top: 5.1rem !important;
}

.pl-5-1 {
  padding-left: 5.1rem !important;
}

.pr-5-1 {
  padding-right: 5.1rem !important;
}

.px-5-1 {
  padding-right: 5.1rem !important;
  padding-left: 5.1rem !important;
}

.py-5-1 {
  padding-top: 5.1rem !important;
  padding-bottom: 5.1rem !important;
}

.b-5-1 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-1 {
  border-bottom-style: solid;
  border-bottom-width: 5.1rem !important;
}
.bb-5-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.1rem !important;
}

.bt-5-1 {
  border-top-style: solid;
  border-top-width: 5.1rem !important;
}

.bl-5-1 {
  border-left-style: solid;
  border-left-width: 5.1rem !important;
}

.br-5-1 {
  border-right-style: solid;
  border-right-width: 5.1rem !important;
}

.w-5-2 {
  width: 5.2rem !important;
}

.h-5-2 {
  height: 5.2rem !important;
}

.fs-5-2 {
  font-size: 5.2rem !important;
}

.brad-5-2 {
  border-radius: 5.2rem !important;
}

.m-5-2 {
  margin: 5.2rem !important;
}

.m--5-2 {
  margin: -5.2rem !important;
}

.ml-5-2 {
  margin-left: 5.2rem !important;
}

.ml--5-2 {
  margin-left: -5.2rem !important;
}

.mr-5-2 {
  margin-right: 5.2rem !important;
}

.mr--5-2 {
  margin-right: -5.2rem !important;
}

.mt-5-2 {
  margin-top: 5.2rem !important;
}

.mt--5-2 {
  margin-top: -5.2rem !important;
}

.mb-5-2 {
  margin-bottom: 5.2rem !important;
}

.mb--5-2 {
  margin-bottom: -5.2rem !important;
}

.mx-5-2 {
  margin-left: 5.2rem !important;
  margin-right: 5.2rem !important;
}

.my-5-2 {
  margin-bottom: 5.2rem !important;
  margin-top: 5.2rem !important;
}

.p-5-2 {
  padding: 5.2rem !important;
}

.r-5-2 {
  right: 5.2rem !important;
}

.l-5-2 {
  left: 5.2rem !important;
}

.t-5-2 {
  top: 5.2rem !important;
}

.b-5-2 {
  bottom: 5.2rem !important;
}

.pb-5-2 {
  padding-bottom: 5.2rem !important;
}

.pt-5-2 {
  padding-top: 5.2rem !important;
}

.pl-5-2 {
  padding-left: 5.2rem !important;
}

.pr-5-2 {
  padding-right: 5.2rem !important;
}

.px-5-2 {
  padding-right: 5.2rem !important;
  padding-left: 5.2rem !important;
}

.py-5-2 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.b-5-2 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-2 {
  border-bottom-style: solid;
  border-bottom-width: 5.2rem !important;
}
.bb-5-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.2rem !important;
}

.bt-5-2 {
  border-top-style: solid;
  border-top-width: 5.2rem !important;
}

.bl-5-2 {
  border-left-style: solid;
  border-left-width: 5.2rem !important;
}

.br-5-2 {
  border-right-style: solid;
  border-right-width: 5.2rem !important;
}

.w-5-3 {
  width: 5.3rem !important;
}

.h-5-3 {
  height: 5.3rem !important;
}

.fs-5-3 {
  font-size: 5.3rem !important;
}

.brad-5-3 {
  border-radius: 5.3rem !important;
}

.m-5-3 {
  margin: 5.3rem !important;
}

.m--5-3 {
  margin: -5.3rem !important;
}

.ml-5-3 {
  margin-left: 5.3rem !important;
}

.ml--5-3 {
  margin-left: -5.3rem !important;
}

.mr-5-3 {
  margin-right: 5.3rem !important;
}

.mr--5-3 {
  margin-right: -5.3rem !important;
}

.mt-5-3 {
  margin-top: 5.3rem !important;
}

.mt--5-3 {
  margin-top: -5.3rem !important;
}

.mb-5-3 {
  margin-bottom: 5.3rem !important;
}

.mb--5-3 {
  margin-bottom: -5.3rem !important;
}

.mx-5-3 {
  margin-left: 5.3rem !important;
  margin-right: 5.3rem !important;
}

.my-5-3 {
  margin-bottom: 5.3rem !important;
  margin-top: 5.3rem !important;
}

.p-5-3 {
  padding: 5.3rem !important;
}

.r-5-3 {
  right: 5.3rem !important;
}

.l-5-3 {
  left: 5.3rem !important;
}

.t-5-3 {
  top: 5.3rem !important;
}

.b-5-3 {
  bottom: 5.3rem !important;
}

.pb-5-3 {
  padding-bottom: 5.3rem !important;
}

.pt-5-3 {
  padding-top: 5.3rem !important;
}

.pl-5-3 {
  padding-left: 5.3rem !important;
}

.pr-5-3 {
  padding-right: 5.3rem !important;
}

.px-5-3 {
  padding-right: 5.3rem !important;
  padding-left: 5.3rem !important;
}

.py-5-3 {
  padding-top: 5.3rem !important;
  padding-bottom: 5.3rem !important;
}

.b-5-3 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-3 {
  border-bottom-style: solid;
  border-bottom-width: 5.3rem !important;
}
.bb-5-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.3rem !important;
}

.bt-5-3 {
  border-top-style: solid;
  border-top-width: 5.3rem !important;
}

.bl-5-3 {
  border-left-style: solid;
  border-left-width: 5.3rem !important;
}

.br-5-3 {
  border-right-style: solid;
  border-right-width: 5.3rem !important;
}

.w-5-4 {
  width: 5.4rem !important;
}

.h-5-4 {
  height: 5.4rem !important;
}

.fs-5-4 {
  font-size: 5.4rem !important;
}

.brad-5-4 {
  border-radius: 5.4rem !important;
}

.m-5-4 {
  margin: 5.4rem !important;
}

.m--5-4 {
  margin: -5.4rem !important;
}

.ml-5-4 {
  margin-left: 5.4rem !important;
}

.ml--5-4 {
  margin-left: -5.4rem !important;
}

.mr-5-4 {
  margin-right: 5.4rem !important;
}

.mr--5-4 {
  margin-right: -5.4rem !important;
}

.mt-5-4 {
  margin-top: 5.4rem !important;
}

.mt--5-4 {
  margin-top: -5.4rem !important;
}

.mb-5-4 {
  margin-bottom: 5.4rem !important;
}

.mb--5-4 {
  margin-bottom: -5.4rem !important;
}

.mx-5-4 {
  margin-left: 5.4rem !important;
  margin-right: 5.4rem !important;
}

.my-5-4 {
  margin-bottom: 5.4rem !important;
  margin-top: 5.4rem !important;
}

.p-5-4 {
  padding: 5.4rem !important;
}

.r-5-4 {
  right: 5.4rem !important;
}

.l-5-4 {
  left: 5.4rem !important;
}

.t-5-4 {
  top: 5.4rem !important;
}

.b-5-4 {
  bottom: 5.4rem !important;
}

.pb-5-4 {
  padding-bottom: 5.4rem !important;
}

.pt-5-4 {
  padding-top: 5.4rem !important;
}

.pl-5-4 {
  padding-left: 5.4rem !important;
}

.pr-5-4 {
  padding-right: 5.4rem !important;
}

.px-5-4 {
  padding-right: 5.4rem !important;
  padding-left: 5.4rem !important;
}

.py-5-4 {
  padding-top: 5.4rem !important;
  padding-bottom: 5.4rem !important;
}

.b-5-4 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-4 {
  border-bottom-style: solid;
  border-bottom-width: 5.4rem !important;
}
.bb-5-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.4rem !important;
}

.bt-5-4 {
  border-top-style: solid;
  border-top-width: 5.4rem !important;
}

.bl-5-4 {
  border-left-style: solid;
  border-left-width: 5.4rem !important;
}

.br-5-4 {
  border-right-style: solid;
  border-right-width: 5.4rem !important;
}

.w-5-5 {
  width: 5.5rem !important;
}

.h-5-5 {
  height: 5.5rem !important;
}

.fs-5-5 {
  font-size: 5.5rem !important;
}

.brad-5-5 {
  border-radius: 5.5rem !important;
}

.m-5-5 {
  margin: 5.5rem !important;
}

.m--5-5 {
  margin: -5.5rem !important;
}

.ml-5-5 {
  margin-left: 5.5rem !important;
}

.ml--5-5 {
  margin-left: -5.5rem !important;
}

.mr-5-5 {
  margin-right: 5.5rem !important;
}

.mr--5-5 {
  margin-right: -5.5rem !important;
}

.mt-5-5 {
  margin-top: 5.5rem !important;
}

.mt--5-5 {
  margin-top: -5.5rem !important;
}

.mb-5-5 {
  margin-bottom: 5.5rem !important;
}

.mb--5-5 {
  margin-bottom: -5.5rem !important;
}

.mx-5-5 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.my-5-5 {
  margin-bottom: 5.5rem !important;
  margin-top: 5.5rem !important;
}

.p-5-5 {
  padding: 5.5rem !important;
}

.r-5-5 {
  right: 5.5rem !important;
}

.l-5-5 {
  left: 5.5rem !important;
}

.t-5-5 {
  top: 5.5rem !important;
}

.b-5-5 {
  bottom: 5.5rem !important;
}

.pb-5-5 {
  padding-bottom: 5.5rem !important;
}

.pt-5-5 {
  padding-top: 5.5rem !important;
}

.pl-5-5 {
  padding-left: 5.5rem !important;
}

.pr-5-5 {
  padding-right: 5.5rem !important;
}

.px-5-5 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.b-5-5 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-5 {
  border-bottom-style: solid;
  border-bottom-width: 5.5rem !important;
}
.bb-5-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.5rem !important;
}

.bt-5-5 {
  border-top-style: solid;
  border-top-width: 5.5rem !important;
}

.bl-5-5 {
  border-left-style: solid;
  border-left-width: 5.5rem !important;
}

.br-5-5 {
  border-right-style: solid;
  border-right-width: 5.5rem !important;
}

.w-5-6 {
  width: 5.6rem !important;
}

.h-5-6 {
  height: 5.6rem !important;
}

.fs-5-6 {
  font-size: 5.6rem !important;
}

.brad-5-6 {
  border-radius: 5.6rem !important;
}

.m-5-6 {
  margin: 5.6rem !important;
}

.m--5-6 {
  margin: -5.6rem !important;
}

.ml-5-6 {
  margin-left: 5.6rem !important;
}

.ml--5-6 {
  margin-left: -5.6rem !important;
}

.mr-5-6 {
  margin-right: 5.6rem !important;
}

.mr--5-6 {
  margin-right: -5.6rem !important;
}

.mt-5-6 {
  margin-top: 5.6rem !important;
}

.mt--5-6 {
  margin-top: -5.6rem !important;
}

.mb-5-6 {
  margin-bottom: 5.6rem !important;
}

.mb--5-6 {
  margin-bottom: -5.6rem !important;
}

.mx-5-6 {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.my-5-6 {
  margin-bottom: 5.6rem !important;
  margin-top: 5.6rem !important;
}

.p-5-6 {
  padding: 5.6rem !important;
}

.r-5-6 {
  right: 5.6rem !important;
}

.l-5-6 {
  left: 5.6rem !important;
}

.t-5-6 {
  top: 5.6rem !important;
}

.b-5-6 {
  bottom: 5.6rem !important;
}

.pb-5-6 {
  padding-bottom: 5.6rem !important;
}

.pt-5-6 {
  padding-top: 5.6rem !important;
}

.pl-5-6 {
  padding-left: 5.6rem !important;
}

.pr-5-6 {
  padding-right: 5.6rem !important;
}

.px-5-6 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.py-5-6 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.b-5-6 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-6 {
  border-bottom-style: solid;
  border-bottom-width: 5.6rem !important;
}
.bb-5-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.6rem !important;
}

.bt-5-6 {
  border-top-style: solid;
  border-top-width: 5.6rem !important;
}

.bl-5-6 {
  border-left-style: solid;
  border-left-width: 5.6rem !important;
}

.br-5-6 {
  border-right-style: solid;
  border-right-width: 5.6rem !important;
}

.w-5-7 {
  width: 5.7rem !important;
}

.h-5-7 {
  height: 5.7rem !important;
}

.fs-5-7 {
  font-size: 5.7rem !important;
}

.brad-5-7 {
  border-radius: 5.7rem !important;
}

.m-5-7 {
  margin: 5.7rem !important;
}

.m--5-7 {
  margin: -5.7rem !important;
}

.ml-5-7 {
  margin-left: 5.7rem !important;
}

.ml--5-7 {
  margin-left: -5.7rem !important;
}

.mr-5-7 {
  margin-right: 5.7rem !important;
}

.mr--5-7 {
  margin-right: -5.7rem !important;
}

.mt-5-7 {
  margin-top: 5.7rem !important;
}

.mt--5-7 {
  margin-top: -5.7rem !important;
}

.mb-5-7 {
  margin-bottom: 5.7rem !important;
}

.mb--5-7 {
  margin-bottom: -5.7rem !important;
}

.mx-5-7 {
  margin-left: 5.7rem !important;
  margin-right: 5.7rem !important;
}

.my-5-7 {
  margin-bottom: 5.7rem !important;
  margin-top: 5.7rem !important;
}

.p-5-7 {
  padding: 5.7rem !important;
}

.r-5-7 {
  right: 5.7rem !important;
}

.l-5-7 {
  left: 5.7rem !important;
}

.t-5-7 {
  top: 5.7rem !important;
}

.b-5-7 {
  bottom: 5.7rem !important;
}

.pb-5-7 {
  padding-bottom: 5.7rem !important;
}

.pt-5-7 {
  padding-top: 5.7rem !important;
}

.pl-5-7 {
  padding-left: 5.7rem !important;
}

.pr-5-7 {
  padding-right: 5.7rem !important;
}

.px-5-7 {
  padding-right: 5.7rem !important;
  padding-left: 5.7rem !important;
}

.py-5-7 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important;
}

.b-5-7 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-7 {
  border-bottom-style: solid;
  border-bottom-width: 5.7rem !important;
}
.bb-5-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.7rem !important;
}

.bt-5-7 {
  border-top-style: solid;
  border-top-width: 5.7rem !important;
}

.bl-5-7 {
  border-left-style: solid;
  border-left-width: 5.7rem !important;
}

.br-5-7 {
  border-right-style: solid;
  border-right-width: 5.7rem !important;
}

.w-5-8 {
  width: 5.8rem !important;
}

.h-5-8 {
  height: 5.8rem !important;
}

.fs-5-8 {
  font-size: 5.8rem !important;
}

.brad-5-8 {
  border-radius: 5.8rem !important;
}

.m-5-8 {
  margin: 5.8rem !important;
}

.m--5-8 {
  margin: -5.8rem !important;
}

.ml-5-8 {
  margin-left: 5.8rem !important;
}

.ml--5-8 {
  margin-left: -5.8rem !important;
}

.mr-5-8 {
  margin-right: 5.8rem !important;
}

.mr--5-8 {
  margin-right: -5.8rem !important;
}

.mt-5-8 {
  margin-top: 5.8rem !important;
}

.mt--5-8 {
  margin-top: -5.8rem !important;
}

.mb-5-8 {
  margin-bottom: 5.8rem !important;
}

.mb--5-8 {
  margin-bottom: -5.8rem !important;
}

.mx-5-8 {
  margin-left: 5.8rem !important;
  margin-right: 5.8rem !important;
}

.my-5-8 {
  margin-bottom: 5.8rem !important;
  margin-top: 5.8rem !important;
}

.p-5-8 {
  padding: 5.8rem !important;
}

.r-5-8 {
  right: 5.8rem !important;
}

.l-5-8 {
  left: 5.8rem !important;
}

.t-5-8 {
  top: 5.8rem !important;
}

.b-5-8 {
  bottom: 5.8rem !important;
}

.pb-5-8 {
  padding-bottom: 5.8rem !important;
}

.pt-5-8 {
  padding-top: 5.8rem !important;
}

.pl-5-8 {
  padding-left: 5.8rem !important;
}

.pr-5-8 {
  padding-right: 5.8rem !important;
}

.px-5-8 {
  padding-right: 5.8rem !important;
  padding-left: 5.8rem !important;
}

.py-5-8 {
  padding-top: 5.8rem !important;
  padding-bottom: 5.8rem !important;
}

.b-5-8 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-8 {
  border-bottom-style: solid;
  border-bottom-width: 5.8rem !important;
}
.bb-5-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.8rem !important;
}

.bt-5-8 {
  border-top-style: solid;
  border-top-width: 5.8rem !important;
}

.bl-5-8 {
  border-left-style: solid;
  border-left-width: 5.8rem !important;
}

.br-5-8 {
  border-right-style: solid;
  border-right-width: 5.8rem !important;
}

.w-5-9 {
  width: 5.9rem !important;
}

.h-5-9 {
  height: 5.9rem !important;
}

.fs-5-9 {
  font-size: 5.9rem !important;
}

.brad-5-9 {
  border-radius: 5.9rem !important;
}

.m-5-9 {
  margin: 5.9rem !important;
}

.m--5-9 {
  margin: -5.9rem !important;
}

.ml-5-9 {
  margin-left: 5.9rem !important;
}

.ml--5-9 {
  margin-left: -5.9rem !important;
}

.mr-5-9 {
  margin-right: 5.9rem !important;
}

.mr--5-9 {
  margin-right: -5.9rem !important;
}

.mt-5-9 {
  margin-top: 5.9rem !important;
}

.mt--5-9 {
  margin-top: -5.9rem !important;
}

.mb-5-9 {
  margin-bottom: 5.9rem !important;
}

.mb--5-9 {
  margin-bottom: -5.9rem !important;
}

.mx-5-9 {
  margin-left: 5.9rem !important;
  margin-right: 5.9rem !important;
}

.my-5-9 {
  margin-bottom: 5.9rem !important;
  margin-top: 5.9rem !important;
}

.p-5-9 {
  padding: 5.9rem !important;
}

.r-5-9 {
  right: 5.9rem !important;
}

.l-5-9 {
  left: 5.9rem !important;
}

.t-5-9 {
  top: 5.9rem !important;
}

.b-5-9 {
  bottom: 5.9rem !important;
}

.pb-5-9 {
  padding-bottom: 5.9rem !important;
}

.pt-5-9 {
  padding-top: 5.9rem !important;
}

.pl-5-9 {
  padding-left: 5.9rem !important;
}

.pr-5-9 {
  padding-right: 5.9rem !important;
}

.px-5-9 {
  padding-right: 5.9rem !important;
  padding-left: 5.9rem !important;
}

.py-5-9 {
  padding-top: 5.9rem !important;
  padding-bottom: 5.9rem !important;
}

.b-5-9 {
  border-style: solid;
  border-width: 5px !important;
}

.bb-5-9 {
  border-bottom-style: solid;
  border-bottom-width: 5.9rem !important;
}
.bb-5-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 5.9rem !important;
}

.bt-5-9 {
  border-top-style: solid;
  border-top-width: 5.9rem !important;
}

.bl-5-9 {
  border-left-style: solid;
  border-left-width: 5.9rem !important;
}

.br-5-9 {
  border-right-style: solid;
  border-right-width: 5.9rem !important;
}

.w-6-0 {
  width: 6rem !important;
}

.h-6-0 {
  height: 6rem !important;
}

.fs-6-0 {
  font-size: 6rem !important;
}

.brad-6-0 {
  border-radius: 6rem !important;
}

.m-6-0 {
  margin: 6rem !important;
}

.m--6-0 {
  margin: -6rem !important;
}

.ml-6-0 {
  margin-left: 6rem !important;
}

.ml--6-0 {
  margin-left: -6rem !important;
}

.mr-6-0 {
  margin-right: 6rem !important;
}

.mr--6-0 {
  margin-right: -6rem !important;
}

.mt-6-0 {
  margin-top: 6rem !important;
}

.mt--6-0 {
  margin-top: -6rem !important;
}

.mb-6-0 {
  margin-bottom: 6rem !important;
}

.mb--6-0 {
  margin-bottom: -6rem !important;
}

.mx-6-0 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6-0 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
}

.p-6-0 {
  padding: 6rem !important;
}

.r-6-0 {
  right: 6rem !important;
}

.l-6-0 {
  left: 6rem !important;
}

.t-6-0 {
  top: 6rem !important;
}

.b-6-0 {
  bottom: 6rem !important;
}

.pb-6-0 {
  padding-bottom: 6rem !important;
}

.pt-6-0 {
  padding-top: 6rem !important;
}

.pl-6-0 {
  padding-left: 6rem !important;
}

.pr-6-0 {
  padding-right: 6rem !important;
}

.px-6-0 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-6-0 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.b-6-0 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-0 {
  border-bottom-style: solid;
  border-bottom-width: 6rem !important;
}
.bb-6-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 6rem !important;
}

.bt-6-0 {
  border-top-style: solid;
  border-top-width: 6rem !important;
}

.bl-6-0 {
  border-left-style: solid;
  border-left-width: 6rem !important;
}

.br-6-0 {
  border-right-style: solid;
  border-right-width: 6rem !important;
}

.w-6-1 {
  width: 6.1rem !important;
}

.h-6-1 {
  height: 6.1rem !important;
}

.fs-6-1 {
  font-size: 6.1rem !important;
}

.brad-6-1 {
  border-radius: 6.1rem !important;
}

.m-6-1 {
  margin: 6.1rem !important;
}

.m--6-1 {
  margin: -6.1rem !important;
}

.ml-6-1 {
  margin-left: 6.1rem !important;
}

.ml--6-1 {
  margin-left: -6.1rem !important;
}

.mr-6-1 {
  margin-right: 6.1rem !important;
}

.mr--6-1 {
  margin-right: -6.1rem !important;
}

.mt-6-1 {
  margin-top: 6.1rem !important;
}

.mt--6-1 {
  margin-top: -6.1rem !important;
}

.mb-6-1 {
  margin-bottom: 6.1rem !important;
}

.mb--6-1 {
  margin-bottom: -6.1rem !important;
}

.mx-6-1 {
  margin-left: 6.1rem !important;
  margin-right: 6.1rem !important;
}

.my-6-1 {
  margin-bottom: 6.1rem !important;
  margin-top: 6.1rem !important;
}

.p-6-1 {
  padding: 6.1rem !important;
}

.r-6-1 {
  right: 6.1rem !important;
}

.l-6-1 {
  left: 6.1rem !important;
}

.t-6-1 {
  top: 6.1rem !important;
}

.b-6-1 {
  bottom: 6.1rem !important;
}

.pb-6-1 {
  padding-bottom: 6.1rem !important;
}

.pt-6-1 {
  padding-top: 6.1rem !important;
}

.pl-6-1 {
  padding-left: 6.1rem !important;
}

.pr-6-1 {
  padding-right: 6.1rem !important;
}

.px-6-1 {
  padding-right: 6.1rem !important;
  padding-left: 6.1rem !important;
}

.py-6-1 {
  padding-top: 6.1rem !important;
  padding-bottom: 6.1rem !important;
}

.b-6-1 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-1 {
  border-bottom-style: solid;
  border-bottom-width: 6.1rem !important;
}
.bb-6-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.1rem !important;
}

.bt-6-1 {
  border-top-style: solid;
  border-top-width: 6.1rem !important;
}

.bl-6-1 {
  border-left-style: solid;
  border-left-width: 6.1rem !important;
}

.br-6-1 {
  border-right-style: solid;
  border-right-width: 6.1rem !important;
}

.w-6-2 {
  width: 6.2rem !important;
}

.h-6-2 {
  height: 6.2rem !important;
}

.fs-6-2 {
  font-size: 6.2rem !important;
}

.brad-6-2 {
  border-radius: 6.2rem !important;
}

.m-6-2 {
  margin: 6.2rem !important;
}

.m--6-2 {
  margin: -6.2rem !important;
}

.ml-6-2 {
  margin-left: 6.2rem !important;
}

.ml--6-2 {
  margin-left: -6.2rem !important;
}

.mr-6-2 {
  margin-right: 6.2rem !important;
}

.mr--6-2 {
  margin-right: -6.2rem !important;
}

.mt-6-2 {
  margin-top: 6.2rem !important;
}

.mt--6-2 {
  margin-top: -6.2rem !important;
}

.mb-6-2 {
  margin-bottom: 6.2rem !important;
}

.mb--6-2 {
  margin-bottom: -6.2rem !important;
}

.mx-6-2 {
  margin-left: 6.2rem !important;
  margin-right: 6.2rem !important;
}

.my-6-2 {
  margin-bottom: 6.2rem !important;
  margin-top: 6.2rem !important;
}

.p-6-2 {
  padding: 6.2rem !important;
}

.r-6-2 {
  right: 6.2rem !important;
}

.l-6-2 {
  left: 6.2rem !important;
}

.t-6-2 {
  top: 6.2rem !important;
}

.b-6-2 {
  bottom: 6.2rem !important;
}

.pb-6-2 {
  padding-bottom: 6.2rem !important;
}

.pt-6-2 {
  padding-top: 6.2rem !important;
}

.pl-6-2 {
  padding-left: 6.2rem !important;
}

.pr-6-2 {
  padding-right: 6.2rem !important;
}

.px-6-2 {
  padding-right: 6.2rem !important;
  padding-left: 6.2rem !important;
}

.py-6-2 {
  padding-top: 6.2rem !important;
  padding-bottom: 6.2rem !important;
}

.b-6-2 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-2 {
  border-bottom-style: solid;
  border-bottom-width: 6.2rem !important;
}
.bb-6-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.2rem !important;
}

.bt-6-2 {
  border-top-style: solid;
  border-top-width: 6.2rem !important;
}

.bl-6-2 {
  border-left-style: solid;
  border-left-width: 6.2rem !important;
}

.br-6-2 {
  border-right-style: solid;
  border-right-width: 6.2rem !important;
}

.w-6-3 {
  width: 6.3rem !important;
}

.h-6-3 {
  height: 6.3rem !important;
}

.fs-6-3 {
  font-size: 6.3rem !important;
}

.brad-6-3 {
  border-radius: 6.3rem !important;
}

.m-6-3 {
  margin: 6.3rem !important;
}

.m--6-3 {
  margin: -6.3rem !important;
}

.ml-6-3 {
  margin-left: 6.3rem !important;
}

.ml--6-3 {
  margin-left: -6.3rem !important;
}

.mr-6-3 {
  margin-right: 6.3rem !important;
}

.mr--6-3 {
  margin-right: -6.3rem !important;
}

.mt-6-3 {
  margin-top: 6.3rem !important;
}

.mt--6-3 {
  margin-top: -6.3rem !important;
}

.mb-6-3 {
  margin-bottom: 6.3rem !important;
}

.mb--6-3 {
  margin-bottom: -6.3rem !important;
}

.mx-6-3 {
  margin-left: 6.3rem !important;
  margin-right: 6.3rem !important;
}

.my-6-3 {
  margin-bottom: 6.3rem !important;
  margin-top: 6.3rem !important;
}

.p-6-3 {
  padding: 6.3rem !important;
}

.r-6-3 {
  right: 6.3rem !important;
}

.l-6-3 {
  left: 6.3rem !important;
}

.t-6-3 {
  top: 6.3rem !important;
}

.b-6-3 {
  bottom: 6.3rem !important;
}

.pb-6-3 {
  padding-bottom: 6.3rem !important;
}

.pt-6-3 {
  padding-top: 6.3rem !important;
}

.pl-6-3 {
  padding-left: 6.3rem !important;
}

.pr-6-3 {
  padding-right: 6.3rem !important;
}

.px-6-3 {
  padding-right: 6.3rem !important;
  padding-left: 6.3rem !important;
}

.py-6-3 {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important;
}

.b-6-3 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-3 {
  border-bottom-style: solid;
  border-bottom-width: 6.3rem !important;
}
.bb-6-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.3rem !important;
}

.bt-6-3 {
  border-top-style: solid;
  border-top-width: 6.3rem !important;
}

.bl-6-3 {
  border-left-style: solid;
  border-left-width: 6.3rem !important;
}

.br-6-3 {
  border-right-style: solid;
  border-right-width: 6.3rem !important;
}

.w-6-4 {
  width: 6.4rem !important;
}

.h-6-4 {
  height: 6.4rem !important;
}

.fs-6-4 {
  font-size: 6.4rem !important;
}

.brad-6-4 {
  border-radius: 6.4rem !important;
}

.m-6-4 {
  margin: 6.4rem !important;
}

.m--6-4 {
  margin: -6.4rem !important;
}

.ml-6-4 {
  margin-left: 6.4rem !important;
}

.ml--6-4 {
  margin-left: -6.4rem !important;
}

.mr-6-4 {
  margin-right: 6.4rem !important;
}

.mr--6-4 {
  margin-right: -6.4rem !important;
}

.mt-6-4 {
  margin-top: 6.4rem !important;
}

.mt--6-4 {
  margin-top: -6.4rem !important;
}

.mb-6-4 {
  margin-bottom: 6.4rem !important;
}

.mb--6-4 {
  margin-bottom: -6.4rem !important;
}

.mx-6-4 {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.my-6-4 {
  margin-bottom: 6.4rem !important;
  margin-top: 6.4rem !important;
}

.p-6-4 {
  padding: 6.4rem !important;
}

.r-6-4 {
  right: 6.4rem !important;
}

.l-6-4 {
  left: 6.4rem !important;
}

.t-6-4 {
  top: 6.4rem !important;
}

.b-6-4 {
  bottom: 6.4rem !important;
}

.pb-6-4 {
  padding-bottom: 6.4rem !important;
}

.pt-6-4 {
  padding-top: 6.4rem !important;
}

.pl-6-4 {
  padding-left: 6.4rem !important;
}

.pr-6-4 {
  padding-right: 6.4rem !important;
}

.px-6-4 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.py-6-4 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.b-6-4 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-4 {
  border-bottom-style: solid;
  border-bottom-width: 6.4rem !important;
}
.bb-6-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.4rem !important;
}

.bt-6-4 {
  border-top-style: solid;
  border-top-width: 6.4rem !important;
}

.bl-6-4 {
  border-left-style: solid;
  border-left-width: 6.4rem !important;
}

.br-6-4 {
  border-right-style: solid;
  border-right-width: 6.4rem !important;
}

.w-6-5 {
  width: 6.5rem !important;
}

.h-6-5 {
  height: 6.5rem !important;
}

.fs-6-5 {
  font-size: 6.5rem !important;
}

.brad-6-5 {
  border-radius: 6.5rem !important;
}

.m-6-5 {
  margin: 6.5rem !important;
}

.m--6-5 {
  margin: -6.5rem !important;
}

.ml-6-5 {
  margin-left: 6.5rem !important;
}

.ml--6-5 {
  margin-left: -6.5rem !important;
}

.mr-6-5 {
  margin-right: 6.5rem !important;
}

.mr--6-5 {
  margin-right: -6.5rem !important;
}

.mt-6-5 {
  margin-top: 6.5rem !important;
}

.mt--6-5 {
  margin-top: -6.5rem !important;
}

.mb-6-5 {
  margin-bottom: 6.5rem !important;
}

.mb--6-5 {
  margin-bottom: -6.5rem !important;
}

.mx-6-5 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

.my-6-5 {
  margin-bottom: 6.5rem !important;
  margin-top: 6.5rem !important;
}

.p-6-5 {
  padding: 6.5rem !important;
}

.r-6-5 {
  right: 6.5rem !important;
}

.l-6-5 {
  left: 6.5rem !important;
}

.t-6-5 {
  top: 6.5rem !important;
}

.b-6-5 {
  bottom: 6.5rem !important;
}

.pb-6-5 {
  padding-bottom: 6.5rem !important;
}

.pt-6-5 {
  padding-top: 6.5rem !important;
}

.pl-6-5 {
  padding-left: 6.5rem !important;
}

.pr-6-5 {
  padding-right: 6.5rem !important;
}

.px-6-5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.b-6-5 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-5 {
  border-bottom-style: solid;
  border-bottom-width: 6.5rem !important;
}
.bb-6-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.5rem !important;
}

.bt-6-5 {
  border-top-style: solid;
  border-top-width: 6.5rem !important;
}

.bl-6-5 {
  border-left-style: solid;
  border-left-width: 6.5rem !important;
}

.br-6-5 {
  border-right-style: solid;
  border-right-width: 6.5rem !important;
}

.w-6-6 {
  width: 6.6rem !important;
}

.h-6-6 {
  height: 6.6rem !important;
}

.fs-6-6 {
  font-size: 6.6rem !important;
}

.brad-6-6 {
  border-radius: 6.6rem !important;
}

.m-6-6 {
  margin: 6.6rem !important;
}

.m--6-6 {
  margin: -6.6rem !important;
}

.ml-6-6 {
  margin-left: 6.6rem !important;
}

.ml--6-6 {
  margin-left: -6.6rem !important;
}

.mr-6-6 {
  margin-right: 6.6rem !important;
}

.mr--6-6 {
  margin-right: -6.6rem !important;
}

.mt-6-6 {
  margin-top: 6.6rem !important;
}

.mt--6-6 {
  margin-top: -6.6rem !important;
}

.mb-6-6 {
  margin-bottom: 6.6rem !important;
}

.mb--6-6 {
  margin-bottom: -6.6rem !important;
}

.mx-6-6 {
  margin-left: 6.6rem !important;
  margin-right: 6.6rem !important;
}

.my-6-6 {
  margin-bottom: 6.6rem !important;
  margin-top: 6.6rem !important;
}

.p-6-6 {
  padding: 6.6rem !important;
}

.r-6-6 {
  right: 6.6rem !important;
}

.l-6-6 {
  left: 6.6rem !important;
}

.t-6-6 {
  top: 6.6rem !important;
}

.b-6-6 {
  bottom: 6.6rem !important;
}

.pb-6-6 {
  padding-bottom: 6.6rem !important;
}

.pt-6-6 {
  padding-top: 6.6rem !important;
}

.pl-6-6 {
  padding-left: 6.6rem !important;
}

.pr-6-6 {
  padding-right: 6.6rem !important;
}

.px-6-6 {
  padding-right: 6.6rem !important;
  padding-left: 6.6rem !important;
}

.py-6-6 {
  padding-top: 6.6rem !important;
  padding-bottom: 6.6rem !important;
}

.b-6-6 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-6 {
  border-bottom-style: solid;
  border-bottom-width: 6.6rem !important;
}
.bb-6-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.6rem !important;
}

.bt-6-6 {
  border-top-style: solid;
  border-top-width: 6.6rem !important;
}

.bl-6-6 {
  border-left-style: solid;
  border-left-width: 6.6rem !important;
}

.br-6-6 {
  border-right-style: solid;
  border-right-width: 6.6rem !important;
}

.w-6-7 {
  width: 6.7rem !important;
}

.h-6-7 {
  height: 6.7rem !important;
}

.fs-6-7 {
  font-size: 6.7rem !important;
}

.brad-6-7 {
  border-radius: 6.7rem !important;
}

.m-6-7 {
  margin: 6.7rem !important;
}

.m--6-7 {
  margin: -6.7rem !important;
}

.ml-6-7 {
  margin-left: 6.7rem !important;
}

.ml--6-7 {
  margin-left: -6.7rem !important;
}

.mr-6-7 {
  margin-right: 6.7rem !important;
}

.mr--6-7 {
  margin-right: -6.7rem !important;
}

.mt-6-7 {
  margin-top: 6.7rem !important;
}

.mt--6-7 {
  margin-top: -6.7rem !important;
}

.mb-6-7 {
  margin-bottom: 6.7rem !important;
}

.mb--6-7 {
  margin-bottom: -6.7rem !important;
}

.mx-6-7 {
  margin-left: 6.7rem !important;
  margin-right: 6.7rem !important;
}

.my-6-7 {
  margin-bottom: 6.7rem !important;
  margin-top: 6.7rem !important;
}

.p-6-7 {
  padding: 6.7rem !important;
}

.r-6-7 {
  right: 6.7rem !important;
}

.l-6-7 {
  left: 6.7rem !important;
}

.t-6-7 {
  top: 6.7rem !important;
}

.b-6-7 {
  bottom: 6.7rem !important;
}

.pb-6-7 {
  padding-bottom: 6.7rem !important;
}

.pt-6-7 {
  padding-top: 6.7rem !important;
}

.pl-6-7 {
  padding-left: 6.7rem !important;
}

.pr-6-7 {
  padding-right: 6.7rem !important;
}

.px-6-7 {
  padding-right: 6.7rem !important;
  padding-left: 6.7rem !important;
}

.py-6-7 {
  padding-top: 6.7rem !important;
  padding-bottom: 6.7rem !important;
}

.b-6-7 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-7 {
  border-bottom-style: solid;
  border-bottom-width: 6.7rem !important;
}
.bb-6-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.7rem !important;
}

.bt-6-7 {
  border-top-style: solid;
  border-top-width: 6.7rem !important;
}

.bl-6-7 {
  border-left-style: solid;
  border-left-width: 6.7rem !important;
}

.br-6-7 {
  border-right-style: solid;
  border-right-width: 6.7rem !important;
}

.w-6-8 {
  width: 6.8rem !important;
}

.h-6-8 {
  height: 6.8rem !important;
}

.fs-6-8 {
  font-size: 6.8rem !important;
}

.brad-6-8 {
  border-radius: 6.8rem !important;
}

.m-6-8 {
  margin: 6.8rem !important;
}

.m--6-8 {
  margin: -6.8rem !important;
}

.ml-6-8 {
  margin-left: 6.8rem !important;
}

.ml--6-8 {
  margin-left: -6.8rem !important;
}

.mr-6-8 {
  margin-right: 6.8rem !important;
}

.mr--6-8 {
  margin-right: -6.8rem !important;
}

.mt-6-8 {
  margin-top: 6.8rem !important;
}

.mt--6-8 {
  margin-top: -6.8rem !important;
}

.mb-6-8 {
  margin-bottom: 6.8rem !important;
}

.mb--6-8 {
  margin-bottom: -6.8rem !important;
}

.mx-6-8 {
  margin-left: 6.8rem !important;
  margin-right: 6.8rem !important;
}

.my-6-8 {
  margin-bottom: 6.8rem !important;
  margin-top: 6.8rem !important;
}

.p-6-8 {
  padding: 6.8rem !important;
}

.r-6-8 {
  right: 6.8rem !important;
}

.l-6-8 {
  left: 6.8rem !important;
}

.t-6-8 {
  top: 6.8rem !important;
}

.b-6-8 {
  bottom: 6.8rem !important;
}

.pb-6-8 {
  padding-bottom: 6.8rem !important;
}

.pt-6-8 {
  padding-top: 6.8rem !important;
}

.pl-6-8 {
  padding-left: 6.8rem !important;
}

.pr-6-8 {
  padding-right: 6.8rem !important;
}

.px-6-8 {
  padding-right: 6.8rem !important;
  padding-left: 6.8rem !important;
}

.py-6-8 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

.b-6-8 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-8 {
  border-bottom-style: solid;
  border-bottom-width: 6.8rem !important;
}
.bb-6-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.8rem !important;
}

.bt-6-8 {
  border-top-style: solid;
  border-top-width: 6.8rem !important;
}

.bl-6-8 {
  border-left-style: solid;
  border-left-width: 6.8rem !important;
}

.br-6-8 {
  border-right-style: solid;
  border-right-width: 6.8rem !important;
}

.w-6-9 {
  width: 6.9rem !important;
}

.h-6-9 {
  height: 6.9rem !important;
}

.fs-6-9 {
  font-size: 6.9rem !important;
}

.brad-6-9 {
  border-radius: 6.9rem !important;
}

.m-6-9 {
  margin: 6.9rem !important;
}

.m--6-9 {
  margin: -6.9rem !important;
}

.ml-6-9 {
  margin-left: 6.9rem !important;
}

.ml--6-9 {
  margin-left: -6.9rem !important;
}

.mr-6-9 {
  margin-right: 6.9rem !important;
}

.mr--6-9 {
  margin-right: -6.9rem !important;
}

.mt-6-9 {
  margin-top: 6.9rem !important;
}

.mt--6-9 {
  margin-top: -6.9rem !important;
}

.mb-6-9 {
  margin-bottom: 6.9rem !important;
}

.mb--6-9 {
  margin-bottom: -6.9rem !important;
}

.mx-6-9 {
  margin-left: 6.9rem !important;
  margin-right: 6.9rem !important;
}

.my-6-9 {
  margin-bottom: 6.9rem !important;
  margin-top: 6.9rem !important;
}

.p-6-9 {
  padding: 6.9rem !important;
}

.r-6-9 {
  right: 6.9rem !important;
}

.l-6-9 {
  left: 6.9rem !important;
}

.t-6-9 {
  top: 6.9rem !important;
}

.b-6-9 {
  bottom: 6.9rem !important;
}

.pb-6-9 {
  padding-bottom: 6.9rem !important;
}

.pt-6-9 {
  padding-top: 6.9rem !important;
}

.pl-6-9 {
  padding-left: 6.9rem !important;
}

.pr-6-9 {
  padding-right: 6.9rem !important;
}

.px-6-9 {
  padding-right: 6.9rem !important;
  padding-left: 6.9rem !important;
}

.py-6-9 {
  padding-top: 6.9rem !important;
  padding-bottom: 6.9rem !important;
}

.b-6-9 {
  border-style: solid;
  border-width: 6px !important;
}

.bb-6-9 {
  border-bottom-style: solid;
  border-bottom-width: 6.9rem !important;
}
.bb-6-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 6.9rem !important;
}

.bt-6-9 {
  border-top-style: solid;
  border-top-width: 6.9rem !important;
}

.bl-6-9 {
  border-left-style: solid;
  border-left-width: 6.9rem !important;
}

.br-6-9 {
  border-right-style: solid;
  border-right-width: 6.9rem !important;
}

.w-7-0 {
  width: 7rem !important;
}

.h-7-0 {
  height: 7rem !important;
}

.fs-7-0 {
  font-size: 7rem !important;
}

.brad-7-0 {
  border-radius: 7rem !important;
}

.m-7-0 {
  margin: 7rem !important;
}

.m--7-0 {
  margin: -7rem !important;
}

.ml-7-0 {
  margin-left: 7rem !important;
}

.ml--7-0 {
  margin-left: -7rem !important;
}

.mr-7-0 {
  margin-right: 7rem !important;
}

.mr--7-0 {
  margin-right: -7rem !important;
}

.mt-7-0 {
  margin-top: 7rem !important;
}

.mt--7-0 {
  margin-top: -7rem !important;
}

.mb-7-0 {
  margin-bottom: 7rem !important;
}

.mb--7-0 {
  margin-bottom: -7rem !important;
}

.mx-7-0 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-7-0 {
  margin-bottom: 7rem !important;
  margin-top: 7rem !important;
}

.p-7-0 {
  padding: 7rem !important;
}

.r-7-0 {
  right: 7rem !important;
}

.l-7-0 {
  left: 7rem !important;
}

.t-7-0 {
  top: 7rem !important;
}

.b-7-0 {
  bottom: 7rem !important;
}

.pb-7-0 {
  padding-bottom: 7rem !important;
}

.pt-7-0 {
  padding-top: 7rem !important;
}

.pl-7-0 {
  padding-left: 7rem !important;
}

.pr-7-0 {
  padding-right: 7rem !important;
}

.px-7-0 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-7-0 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.b-7-0 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-0 {
  border-bottom-style: solid;
  border-bottom-width: 7rem !important;
}
.bb-7-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 7rem !important;
}

.bt-7-0 {
  border-top-style: solid;
  border-top-width: 7rem !important;
}

.bl-7-0 {
  border-left-style: solid;
  border-left-width: 7rem !important;
}

.br-7-0 {
  border-right-style: solid;
  border-right-width: 7rem !important;
}

.w-7-1 {
  width: 7.1rem !important;
}

.h-7-1 {
  height: 7.1rem !important;
}

.fs-7-1 {
  font-size: 7.1rem !important;
}

.brad-7-1 {
  border-radius: 7.1rem !important;
}

.m-7-1 {
  margin: 7.1rem !important;
}

.m--7-1 {
  margin: -7.1rem !important;
}

.ml-7-1 {
  margin-left: 7.1rem !important;
}

.ml--7-1 {
  margin-left: -7.1rem !important;
}

.mr-7-1 {
  margin-right: 7.1rem !important;
}

.mr--7-1 {
  margin-right: -7.1rem !important;
}

.mt-7-1 {
  margin-top: 7.1rem !important;
}

.mt--7-1 {
  margin-top: -7.1rem !important;
}

.mb-7-1 {
  margin-bottom: 7.1rem !important;
}

.mb--7-1 {
  margin-bottom: -7.1rem !important;
}

.mx-7-1 {
  margin-left: 7.1rem !important;
  margin-right: 7.1rem !important;
}

.my-7-1 {
  margin-bottom: 7.1rem !important;
  margin-top: 7.1rem !important;
}

.p-7-1 {
  padding: 7.1rem !important;
}

.r-7-1 {
  right: 7.1rem !important;
}

.l-7-1 {
  left: 7.1rem !important;
}

.t-7-1 {
  top: 7.1rem !important;
}

.b-7-1 {
  bottom: 7.1rem !important;
}

.pb-7-1 {
  padding-bottom: 7.1rem !important;
}

.pt-7-1 {
  padding-top: 7.1rem !important;
}

.pl-7-1 {
  padding-left: 7.1rem !important;
}

.pr-7-1 {
  padding-right: 7.1rem !important;
}

.px-7-1 {
  padding-right: 7.1rem !important;
  padding-left: 7.1rem !important;
}

.py-7-1 {
  padding-top: 7.1rem !important;
  padding-bottom: 7.1rem !important;
}

.b-7-1 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-1 {
  border-bottom-style: solid;
  border-bottom-width: 7.1rem !important;
}
.bb-7-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.1rem !important;
}

.bt-7-1 {
  border-top-style: solid;
  border-top-width: 7.1rem !important;
}

.bl-7-1 {
  border-left-style: solid;
  border-left-width: 7.1rem !important;
}

.br-7-1 {
  border-right-style: solid;
  border-right-width: 7.1rem !important;
}

.w-7-2 {
  width: 7.2rem !important;
}

.h-7-2 {
  height: 7.2rem !important;
}

.fs-7-2 {
  font-size: 7.2rem !important;
}

.brad-7-2 {
  border-radius: 7.2rem !important;
}

.m-7-2 {
  margin: 7.2rem !important;
}

.m--7-2 {
  margin: -7.2rem !important;
}

.ml-7-2 {
  margin-left: 7.2rem !important;
}

.ml--7-2 {
  margin-left: -7.2rem !important;
}

.mr-7-2 {
  margin-right: 7.2rem !important;
}

.mr--7-2 {
  margin-right: -7.2rem !important;
}

.mt-7-2 {
  margin-top: 7.2rem !important;
}

.mt--7-2 {
  margin-top: -7.2rem !important;
}

.mb-7-2 {
  margin-bottom: 7.2rem !important;
}

.mb--7-2 {
  margin-bottom: -7.2rem !important;
}

.mx-7-2 {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.my-7-2 {
  margin-bottom: 7.2rem !important;
  margin-top: 7.2rem !important;
}

.p-7-2 {
  padding: 7.2rem !important;
}

.r-7-2 {
  right: 7.2rem !important;
}

.l-7-2 {
  left: 7.2rem !important;
}

.t-7-2 {
  top: 7.2rem !important;
}

.b-7-2 {
  bottom: 7.2rem !important;
}

.pb-7-2 {
  padding-bottom: 7.2rem !important;
}

.pt-7-2 {
  padding-top: 7.2rem !important;
}

.pl-7-2 {
  padding-left: 7.2rem !important;
}

.pr-7-2 {
  padding-right: 7.2rem !important;
}

.px-7-2 {
  padding-right: 7.2rem !important;
  padding-left: 7.2rem !important;
}

.py-7-2 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.b-7-2 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-2 {
  border-bottom-style: solid;
  border-bottom-width: 7.2rem !important;
}
.bb-7-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.2rem !important;
}

.bt-7-2 {
  border-top-style: solid;
  border-top-width: 7.2rem !important;
}

.bl-7-2 {
  border-left-style: solid;
  border-left-width: 7.2rem !important;
}

.br-7-2 {
  border-right-style: solid;
  border-right-width: 7.2rem !important;
}

.w-7-3 {
  width: 7.3rem !important;
}

.h-7-3 {
  height: 7.3rem !important;
}

.fs-7-3 {
  font-size: 7.3rem !important;
}

.brad-7-3 {
  border-radius: 7.3rem !important;
}

.m-7-3 {
  margin: 7.3rem !important;
}

.m--7-3 {
  margin: -7.3rem !important;
}

.ml-7-3 {
  margin-left: 7.3rem !important;
}

.ml--7-3 {
  margin-left: -7.3rem !important;
}

.mr-7-3 {
  margin-right: 7.3rem !important;
}

.mr--7-3 {
  margin-right: -7.3rem !important;
}

.mt-7-3 {
  margin-top: 7.3rem !important;
}

.mt--7-3 {
  margin-top: -7.3rem !important;
}

.mb-7-3 {
  margin-bottom: 7.3rem !important;
}

.mb--7-3 {
  margin-bottom: -7.3rem !important;
}

.mx-7-3 {
  margin-left: 7.3rem !important;
  margin-right: 7.3rem !important;
}

.my-7-3 {
  margin-bottom: 7.3rem !important;
  margin-top: 7.3rem !important;
}

.p-7-3 {
  padding: 7.3rem !important;
}

.r-7-3 {
  right: 7.3rem !important;
}

.l-7-3 {
  left: 7.3rem !important;
}

.t-7-3 {
  top: 7.3rem !important;
}

.b-7-3 {
  bottom: 7.3rem !important;
}

.pb-7-3 {
  padding-bottom: 7.3rem !important;
}

.pt-7-3 {
  padding-top: 7.3rem !important;
}

.pl-7-3 {
  padding-left: 7.3rem !important;
}

.pr-7-3 {
  padding-right: 7.3rem !important;
}

.px-7-3 {
  padding-right: 7.3rem !important;
  padding-left: 7.3rem !important;
}

.py-7-3 {
  padding-top: 7.3rem !important;
  padding-bottom: 7.3rem !important;
}

.b-7-3 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-3 {
  border-bottom-style: solid;
  border-bottom-width: 7.3rem !important;
}
.bb-7-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.3rem !important;
}

.bt-7-3 {
  border-top-style: solid;
  border-top-width: 7.3rem !important;
}

.bl-7-3 {
  border-left-style: solid;
  border-left-width: 7.3rem !important;
}

.br-7-3 {
  border-right-style: solid;
  border-right-width: 7.3rem !important;
}

.w-7-4 {
  width: 7.4rem !important;
}

.h-7-4 {
  height: 7.4rem !important;
}

.fs-7-4 {
  font-size: 7.4rem !important;
}

.brad-7-4 {
  border-radius: 7.4rem !important;
}

.m-7-4 {
  margin: 7.4rem !important;
}

.m--7-4 {
  margin: -7.4rem !important;
}

.ml-7-4 {
  margin-left: 7.4rem !important;
}

.ml--7-4 {
  margin-left: -7.4rem !important;
}

.mr-7-4 {
  margin-right: 7.4rem !important;
}

.mr--7-4 {
  margin-right: -7.4rem !important;
}

.mt-7-4 {
  margin-top: 7.4rem !important;
}

.mt--7-4 {
  margin-top: -7.4rem !important;
}

.mb-7-4 {
  margin-bottom: 7.4rem !important;
}

.mb--7-4 {
  margin-bottom: -7.4rem !important;
}

.mx-7-4 {
  margin-left: 7.4rem !important;
  margin-right: 7.4rem !important;
}

.my-7-4 {
  margin-bottom: 7.4rem !important;
  margin-top: 7.4rem !important;
}

.p-7-4 {
  padding: 7.4rem !important;
}

.r-7-4 {
  right: 7.4rem !important;
}

.l-7-4 {
  left: 7.4rem !important;
}

.t-7-4 {
  top: 7.4rem !important;
}

.b-7-4 {
  bottom: 7.4rem !important;
}

.pb-7-4 {
  padding-bottom: 7.4rem !important;
}

.pt-7-4 {
  padding-top: 7.4rem !important;
}

.pl-7-4 {
  padding-left: 7.4rem !important;
}

.pr-7-4 {
  padding-right: 7.4rem !important;
}

.px-7-4 {
  padding-right: 7.4rem !important;
  padding-left: 7.4rem !important;
}

.py-7-4 {
  padding-top: 7.4rem !important;
  padding-bottom: 7.4rem !important;
}

.b-7-4 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-4 {
  border-bottom-style: solid;
  border-bottom-width: 7.4rem !important;
}
.bb-7-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.4rem !important;
}

.bt-7-4 {
  border-top-style: solid;
  border-top-width: 7.4rem !important;
}

.bl-7-4 {
  border-left-style: solid;
  border-left-width: 7.4rem !important;
}

.br-7-4 {
  border-right-style: solid;
  border-right-width: 7.4rem !important;
}

.w-7-5 {
  width: 7.5rem !important;
}

.h-7-5 {
  height: 7.5rem !important;
}

.fs-7-5 {
  font-size: 7.5rem !important;
}

.brad-7-5 {
  border-radius: 7.5rem !important;
}

.m-7-5 {
  margin: 7.5rem !important;
}

.m--7-5 {
  margin: -7.5rem !important;
}

.ml-7-5 {
  margin-left: 7.5rem !important;
}

.ml--7-5 {
  margin-left: -7.5rem !important;
}

.mr-7-5 {
  margin-right: 7.5rem !important;
}

.mr--7-5 {
  margin-right: -7.5rem !important;
}

.mt-7-5 {
  margin-top: 7.5rem !important;
}

.mt--7-5 {
  margin-top: -7.5rem !important;
}

.mb-7-5 {
  margin-bottom: 7.5rem !important;
}

.mb--7-5 {
  margin-bottom: -7.5rem !important;
}

.mx-7-5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-7-5 {
  margin-bottom: 7.5rem !important;
  margin-top: 7.5rem !important;
}

.p-7-5 {
  padding: 7.5rem !important;
}

.r-7-5 {
  right: 7.5rem !important;
}

.l-7-5 {
  left: 7.5rem !important;
}

.t-7-5 {
  top: 7.5rem !important;
}

.b-7-5 {
  bottom: 7.5rem !important;
}

.pb-7-5 {
  padding-bottom: 7.5rem !important;
}

.pt-7-5 {
  padding-top: 7.5rem !important;
}

.pl-7-5 {
  padding-left: 7.5rem !important;
}

.pr-7-5 {
  padding-right: 7.5rem !important;
}

.px-7-5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.b-7-5 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-5 {
  border-bottom-style: solid;
  border-bottom-width: 7.5rem !important;
}
.bb-7-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.5rem !important;
}

.bt-7-5 {
  border-top-style: solid;
  border-top-width: 7.5rem !important;
}

.bl-7-5 {
  border-left-style: solid;
  border-left-width: 7.5rem !important;
}

.br-7-5 {
  border-right-style: solid;
  border-right-width: 7.5rem !important;
}

.w-7-6 {
  width: 7.6rem !important;
}

.h-7-6 {
  height: 7.6rem !important;
}

.fs-7-6 {
  font-size: 7.6rem !important;
}

.brad-7-6 {
  border-radius: 7.6rem !important;
}

.m-7-6 {
  margin: 7.6rem !important;
}

.m--7-6 {
  margin: -7.6rem !important;
}

.ml-7-6 {
  margin-left: 7.6rem !important;
}

.ml--7-6 {
  margin-left: -7.6rem !important;
}

.mr-7-6 {
  margin-right: 7.6rem !important;
}

.mr--7-6 {
  margin-right: -7.6rem !important;
}

.mt-7-6 {
  margin-top: 7.6rem !important;
}

.mt--7-6 {
  margin-top: -7.6rem !important;
}

.mb-7-6 {
  margin-bottom: 7.6rem !important;
}

.mb--7-6 {
  margin-bottom: -7.6rem !important;
}

.mx-7-6 {
  margin-left: 7.6rem !important;
  margin-right: 7.6rem !important;
}

.my-7-6 {
  margin-bottom: 7.6rem !important;
  margin-top: 7.6rem !important;
}

.p-7-6 {
  padding: 7.6rem !important;
}

.r-7-6 {
  right: 7.6rem !important;
}

.l-7-6 {
  left: 7.6rem !important;
}

.t-7-6 {
  top: 7.6rem !important;
}

.b-7-6 {
  bottom: 7.6rem !important;
}

.pb-7-6 {
  padding-bottom: 7.6rem !important;
}

.pt-7-6 {
  padding-top: 7.6rem !important;
}

.pl-7-6 {
  padding-left: 7.6rem !important;
}

.pr-7-6 {
  padding-right: 7.6rem !important;
}

.px-7-6 {
  padding-right: 7.6rem !important;
  padding-left: 7.6rem !important;
}

.py-7-6 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important;
}

.b-7-6 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-6 {
  border-bottom-style: solid;
  border-bottom-width: 7.6rem !important;
}
.bb-7-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.6rem !important;
}

.bt-7-6 {
  border-top-style: solid;
  border-top-width: 7.6rem !important;
}

.bl-7-6 {
  border-left-style: solid;
  border-left-width: 7.6rem !important;
}

.br-7-6 {
  border-right-style: solid;
  border-right-width: 7.6rem !important;
}

.w-7-7 {
  width: 7.7rem !important;
}

.h-7-7 {
  height: 7.7rem !important;
}

.fs-7-7 {
  font-size: 7.7rem !important;
}

.brad-7-7 {
  border-radius: 7.7rem !important;
}

.m-7-7 {
  margin: 7.7rem !important;
}

.m--7-7 {
  margin: -7.7rem !important;
}

.ml-7-7 {
  margin-left: 7.7rem !important;
}

.ml--7-7 {
  margin-left: -7.7rem !important;
}

.mr-7-7 {
  margin-right: 7.7rem !important;
}

.mr--7-7 {
  margin-right: -7.7rem !important;
}

.mt-7-7 {
  margin-top: 7.7rem !important;
}

.mt--7-7 {
  margin-top: -7.7rem !important;
}

.mb-7-7 {
  margin-bottom: 7.7rem !important;
}

.mb--7-7 {
  margin-bottom: -7.7rem !important;
}

.mx-7-7 {
  margin-left: 7.7rem !important;
  margin-right: 7.7rem !important;
}

.my-7-7 {
  margin-bottom: 7.7rem !important;
  margin-top: 7.7rem !important;
}

.p-7-7 {
  padding: 7.7rem !important;
}

.r-7-7 {
  right: 7.7rem !important;
}

.l-7-7 {
  left: 7.7rem !important;
}

.t-7-7 {
  top: 7.7rem !important;
}

.b-7-7 {
  bottom: 7.7rem !important;
}

.pb-7-7 {
  padding-bottom: 7.7rem !important;
}

.pt-7-7 {
  padding-top: 7.7rem !important;
}

.pl-7-7 {
  padding-left: 7.7rem !important;
}

.pr-7-7 {
  padding-right: 7.7rem !important;
}

.px-7-7 {
  padding-right: 7.7rem !important;
  padding-left: 7.7rem !important;
}

.py-7-7 {
  padding-top: 7.7rem !important;
  padding-bottom: 7.7rem !important;
}

.b-7-7 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-7 {
  border-bottom-style: solid;
  border-bottom-width: 7.7rem !important;
}
.bb-7-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.7rem !important;
}

.bt-7-7 {
  border-top-style: solid;
  border-top-width: 7.7rem !important;
}

.bl-7-7 {
  border-left-style: solid;
  border-left-width: 7.7rem !important;
}

.br-7-7 {
  border-right-style: solid;
  border-right-width: 7.7rem !important;
}

.w-7-8 {
  width: 7.8rem !important;
}

.h-7-8 {
  height: 7.8rem !important;
}

.fs-7-8 {
  font-size: 7.8rem !important;
}

.brad-7-8 {
  border-radius: 7.8rem !important;
}

.m-7-8 {
  margin: 7.8rem !important;
}

.m--7-8 {
  margin: -7.8rem !important;
}

.ml-7-8 {
  margin-left: 7.8rem !important;
}

.ml--7-8 {
  margin-left: -7.8rem !important;
}

.mr-7-8 {
  margin-right: 7.8rem !important;
}

.mr--7-8 {
  margin-right: -7.8rem !important;
}

.mt-7-8 {
  margin-top: 7.8rem !important;
}

.mt--7-8 {
  margin-top: -7.8rem !important;
}

.mb-7-8 {
  margin-bottom: 7.8rem !important;
}

.mb--7-8 {
  margin-bottom: -7.8rem !important;
}

.mx-7-8 {
  margin-left: 7.8rem !important;
  margin-right: 7.8rem !important;
}

.my-7-8 {
  margin-bottom: 7.8rem !important;
  margin-top: 7.8rem !important;
}

.p-7-8 {
  padding: 7.8rem !important;
}

.r-7-8 {
  right: 7.8rem !important;
}

.l-7-8 {
  left: 7.8rem !important;
}

.t-7-8 {
  top: 7.8rem !important;
}

.b-7-8 {
  bottom: 7.8rem !important;
}

.pb-7-8 {
  padding-bottom: 7.8rem !important;
}

.pt-7-8 {
  padding-top: 7.8rem !important;
}

.pl-7-8 {
  padding-left: 7.8rem !important;
}

.pr-7-8 {
  padding-right: 7.8rem !important;
}

.px-7-8 {
  padding-right: 7.8rem !important;
  padding-left: 7.8rem !important;
}

.py-7-8 {
  padding-top: 7.8rem !important;
  padding-bottom: 7.8rem !important;
}

.b-7-8 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-8 {
  border-bottom-style: solid;
  border-bottom-width: 7.8rem !important;
}
.bb-7-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.8rem !important;
}

.bt-7-8 {
  border-top-style: solid;
  border-top-width: 7.8rem !important;
}

.bl-7-8 {
  border-left-style: solid;
  border-left-width: 7.8rem !important;
}

.br-7-8 {
  border-right-style: solid;
  border-right-width: 7.8rem !important;
}

.w-7-9 {
  width: 7.9rem !important;
}

.h-7-9 {
  height: 7.9rem !important;
}

.fs-7-9 {
  font-size: 7.9rem !important;
}

.brad-7-9 {
  border-radius: 7.9rem !important;
}

.m-7-9 {
  margin: 7.9rem !important;
}

.m--7-9 {
  margin: -7.9rem !important;
}

.ml-7-9 {
  margin-left: 7.9rem !important;
}

.ml--7-9 {
  margin-left: -7.9rem !important;
}

.mr-7-9 {
  margin-right: 7.9rem !important;
}

.mr--7-9 {
  margin-right: -7.9rem !important;
}

.mt-7-9 {
  margin-top: 7.9rem !important;
}

.mt--7-9 {
  margin-top: -7.9rem !important;
}

.mb-7-9 {
  margin-bottom: 7.9rem !important;
}

.mb--7-9 {
  margin-bottom: -7.9rem !important;
}

.mx-7-9 {
  margin-left: 7.9rem !important;
  margin-right: 7.9rem !important;
}

.my-7-9 {
  margin-bottom: 7.9rem !important;
  margin-top: 7.9rem !important;
}

.p-7-9 {
  padding: 7.9rem !important;
}

.r-7-9 {
  right: 7.9rem !important;
}

.l-7-9 {
  left: 7.9rem !important;
}

.t-7-9 {
  top: 7.9rem !important;
}

.b-7-9 {
  bottom: 7.9rem !important;
}

.pb-7-9 {
  padding-bottom: 7.9rem !important;
}

.pt-7-9 {
  padding-top: 7.9rem !important;
}

.pl-7-9 {
  padding-left: 7.9rem !important;
}

.pr-7-9 {
  padding-right: 7.9rem !important;
}

.px-7-9 {
  padding-right: 7.9rem !important;
  padding-left: 7.9rem !important;
}

.py-7-9 {
  padding-top: 7.9rem !important;
  padding-bottom: 7.9rem !important;
}

.b-7-9 {
  border-style: solid;
  border-width: 7px !important;
}

.bb-7-9 {
  border-bottom-style: solid;
  border-bottom-width: 7.9rem !important;
}
.bb-7-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 7.9rem !important;
}

.bt-7-9 {
  border-top-style: solid;
  border-top-width: 7.9rem !important;
}

.bl-7-9 {
  border-left-style: solid;
  border-left-width: 7.9rem !important;
}

.br-7-9 {
  border-right-style: solid;
  border-right-width: 7.9rem !important;
}

.w-8-0 {
  width: 8rem !important;
}

.h-8-0 {
  height: 8rem !important;
}

.fs-8-0 {
  font-size: 8rem !important;
}

.brad-8-0 {
  border-radius: 8rem !important;
}

.m-8-0 {
  margin: 8rem !important;
}

.m--8-0 {
  margin: -8rem !important;
}

.ml-8-0 {
  margin-left: 8rem !important;
}

.ml--8-0 {
  margin-left: -8rem !important;
}

.mr-8-0 {
  margin-right: 8rem !important;
}

.mr--8-0 {
  margin-right: -8rem !important;
}

.mt-8-0 {
  margin-top: 8rem !important;
}

.mt--8-0 {
  margin-top: -8rem !important;
}

.mb-8-0 {
  margin-bottom: 8rem !important;
}

.mb--8-0 {
  margin-bottom: -8rem !important;
}

.mx-8-0 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-8-0 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}

.p-8-0 {
  padding: 8rem !important;
}

.r-8-0 {
  right: 8rem !important;
}

.l-8-0 {
  left: 8rem !important;
}

.t-8-0 {
  top: 8rem !important;
}

.b-8-0 {
  bottom: 8rem !important;
}

.pb-8-0 {
  padding-bottom: 8rem !important;
}

.pt-8-0 {
  padding-top: 8rem !important;
}

.pl-8-0 {
  padding-left: 8rem !important;
}

.pr-8-0 {
  padding-right: 8rem !important;
}

.px-8-0 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-8-0 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.b-8-0 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-0 {
  border-bottom-style: solid;
  border-bottom-width: 8rem !important;
}
.bb-8-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 8rem !important;
}

.bt-8-0 {
  border-top-style: solid;
  border-top-width: 8rem !important;
}

.bl-8-0 {
  border-left-style: solid;
  border-left-width: 8rem !important;
}

.br-8-0 {
  border-right-style: solid;
  border-right-width: 8rem !important;
}

.w-8-1 {
  width: 8.1rem !important;
}

.h-8-1 {
  height: 8.1rem !important;
}

.fs-8-1 {
  font-size: 8.1rem !important;
}

.brad-8-1 {
  border-radius: 8.1rem !important;
}

.m-8-1 {
  margin: 8.1rem !important;
}

.m--8-1 {
  margin: -8.1rem !important;
}

.ml-8-1 {
  margin-left: 8.1rem !important;
}

.ml--8-1 {
  margin-left: -8.1rem !important;
}

.mr-8-1 {
  margin-right: 8.1rem !important;
}

.mr--8-1 {
  margin-right: -8.1rem !important;
}

.mt-8-1 {
  margin-top: 8.1rem !important;
}

.mt--8-1 {
  margin-top: -8.1rem !important;
}

.mb-8-1 {
  margin-bottom: 8.1rem !important;
}

.mb--8-1 {
  margin-bottom: -8.1rem !important;
}

.mx-8-1 {
  margin-left: 8.1rem !important;
  margin-right: 8.1rem !important;
}

.my-8-1 {
  margin-bottom: 8.1rem !important;
  margin-top: 8.1rem !important;
}

.p-8-1 {
  padding: 8.1rem !important;
}

.r-8-1 {
  right: 8.1rem !important;
}

.l-8-1 {
  left: 8.1rem !important;
}

.t-8-1 {
  top: 8.1rem !important;
}

.b-8-1 {
  bottom: 8.1rem !important;
}

.pb-8-1 {
  padding-bottom: 8.1rem !important;
}

.pt-8-1 {
  padding-top: 8.1rem !important;
}

.pl-8-1 {
  padding-left: 8.1rem !important;
}

.pr-8-1 {
  padding-right: 8.1rem !important;
}

.px-8-1 {
  padding-right: 8.1rem !important;
  padding-left: 8.1rem !important;
}

.py-8-1 {
  padding-top: 8.1rem !important;
  padding-bottom: 8.1rem !important;
}

.b-8-1 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-1 {
  border-bottom-style: solid;
  border-bottom-width: 8.1rem !important;
}
.bb-8-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.1rem !important;
}

.bt-8-1 {
  border-top-style: solid;
  border-top-width: 8.1rem !important;
}

.bl-8-1 {
  border-left-style: solid;
  border-left-width: 8.1rem !important;
}

.br-8-1 {
  border-right-style: solid;
  border-right-width: 8.1rem !important;
}

.w-8-2 {
  width: 8.2rem !important;
}

.h-8-2 {
  height: 8.2rem !important;
}

.fs-8-2 {
  font-size: 8.2rem !important;
}

.brad-8-2 {
  border-radius: 8.2rem !important;
}

.m-8-2 {
  margin: 8.2rem !important;
}

.m--8-2 {
  margin: -8.2rem !important;
}

.ml-8-2 {
  margin-left: 8.2rem !important;
}

.ml--8-2 {
  margin-left: -8.2rem !important;
}

.mr-8-2 {
  margin-right: 8.2rem !important;
}

.mr--8-2 {
  margin-right: -8.2rem !important;
}

.mt-8-2 {
  margin-top: 8.2rem !important;
}

.mt--8-2 {
  margin-top: -8.2rem !important;
}

.mb-8-2 {
  margin-bottom: 8.2rem !important;
}

.mb--8-2 {
  margin-bottom: -8.2rem !important;
}

.mx-8-2 {
  margin-left: 8.2rem !important;
  margin-right: 8.2rem !important;
}

.my-8-2 {
  margin-bottom: 8.2rem !important;
  margin-top: 8.2rem !important;
}

.p-8-2 {
  padding: 8.2rem !important;
}

.r-8-2 {
  right: 8.2rem !important;
}

.l-8-2 {
  left: 8.2rem !important;
}

.t-8-2 {
  top: 8.2rem !important;
}

.b-8-2 {
  bottom: 8.2rem !important;
}

.pb-8-2 {
  padding-bottom: 8.2rem !important;
}

.pt-8-2 {
  padding-top: 8.2rem !important;
}

.pl-8-2 {
  padding-left: 8.2rem !important;
}

.pr-8-2 {
  padding-right: 8.2rem !important;
}

.px-8-2 {
  padding-right: 8.2rem !important;
  padding-left: 8.2rem !important;
}

.py-8-2 {
  padding-top: 8.2rem !important;
  padding-bottom: 8.2rem !important;
}

.b-8-2 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-2 {
  border-bottom-style: solid;
  border-bottom-width: 8.2rem !important;
}
.bb-8-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.2rem !important;
}

.bt-8-2 {
  border-top-style: solid;
  border-top-width: 8.2rem !important;
}

.bl-8-2 {
  border-left-style: solid;
  border-left-width: 8.2rem !important;
}

.br-8-2 {
  border-right-style: solid;
  border-right-width: 8.2rem !important;
}

.w-8-3 {
  width: 8.3rem !important;
}

.h-8-3 {
  height: 8.3rem !important;
}

.fs-8-3 {
  font-size: 8.3rem !important;
}

.brad-8-3 {
  border-radius: 8.3rem !important;
}

.m-8-3 {
  margin: 8.3rem !important;
}

.m--8-3 {
  margin: -8.3rem !important;
}

.ml-8-3 {
  margin-left: 8.3rem !important;
}

.ml--8-3 {
  margin-left: -8.3rem !important;
}

.mr-8-3 {
  margin-right: 8.3rem !important;
}

.mr--8-3 {
  margin-right: -8.3rem !important;
}

.mt-8-3 {
  margin-top: 8.3rem !important;
}

.mt--8-3 {
  margin-top: -8.3rem !important;
}

.mb-8-3 {
  margin-bottom: 8.3rem !important;
}

.mb--8-3 {
  margin-bottom: -8.3rem !important;
}

.mx-8-3 {
  margin-left: 8.3rem !important;
  margin-right: 8.3rem !important;
}

.my-8-3 {
  margin-bottom: 8.3rem !important;
  margin-top: 8.3rem !important;
}

.p-8-3 {
  padding: 8.3rem !important;
}

.r-8-3 {
  right: 8.3rem !important;
}

.l-8-3 {
  left: 8.3rem !important;
}

.t-8-3 {
  top: 8.3rem !important;
}

.b-8-3 {
  bottom: 8.3rem !important;
}

.pb-8-3 {
  padding-bottom: 8.3rem !important;
}

.pt-8-3 {
  padding-top: 8.3rem !important;
}

.pl-8-3 {
  padding-left: 8.3rem !important;
}

.pr-8-3 {
  padding-right: 8.3rem !important;
}

.px-8-3 {
  padding-right: 8.3rem !important;
  padding-left: 8.3rem !important;
}

.py-8-3 {
  padding-top: 8.3rem !important;
  padding-bottom: 8.3rem !important;
}

.b-8-3 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-3 {
  border-bottom-style: solid;
  border-bottom-width: 8.3rem !important;
}
.bb-8-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.3rem !important;
}

.bt-8-3 {
  border-top-style: solid;
  border-top-width: 8.3rem !important;
}

.bl-8-3 {
  border-left-style: solid;
  border-left-width: 8.3rem !important;
}

.br-8-3 {
  border-right-style: solid;
  border-right-width: 8.3rem !important;
}

.w-8-4 {
  width: 8.4rem !important;
}

.h-8-4 {
  height: 8.4rem !important;
}

.fs-8-4 {
  font-size: 8.4rem !important;
}

.brad-8-4 {
  border-radius: 8.4rem !important;
}

.m-8-4 {
  margin: 8.4rem !important;
}

.m--8-4 {
  margin: -8.4rem !important;
}

.ml-8-4 {
  margin-left: 8.4rem !important;
}

.ml--8-4 {
  margin-left: -8.4rem !important;
}

.mr-8-4 {
  margin-right: 8.4rem !important;
}

.mr--8-4 {
  margin-right: -8.4rem !important;
}

.mt-8-4 {
  margin-top: 8.4rem !important;
}

.mt--8-4 {
  margin-top: -8.4rem !important;
}

.mb-8-4 {
  margin-bottom: 8.4rem !important;
}

.mb--8-4 {
  margin-bottom: -8.4rem !important;
}

.mx-8-4 {
  margin-left: 8.4rem !important;
  margin-right: 8.4rem !important;
}

.my-8-4 {
  margin-bottom: 8.4rem !important;
  margin-top: 8.4rem !important;
}

.p-8-4 {
  padding: 8.4rem !important;
}

.r-8-4 {
  right: 8.4rem !important;
}

.l-8-4 {
  left: 8.4rem !important;
}

.t-8-4 {
  top: 8.4rem !important;
}

.b-8-4 {
  bottom: 8.4rem !important;
}

.pb-8-4 {
  padding-bottom: 8.4rem !important;
}

.pt-8-4 {
  padding-top: 8.4rem !important;
}

.pl-8-4 {
  padding-left: 8.4rem !important;
}

.pr-8-4 {
  padding-right: 8.4rem !important;
}

.px-8-4 {
  padding-right: 8.4rem !important;
  padding-left: 8.4rem !important;
}

.py-8-4 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}

.b-8-4 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-4 {
  border-bottom-style: solid;
  border-bottom-width: 8.4rem !important;
}
.bb-8-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.4rem !important;
}

.bt-8-4 {
  border-top-style: solid;
  border-top-width: 8.4rem !important;
}

.bl-8-4 {
  border-left-style: solid;
  border-left-width: 8.4rem !important;
}

.br-8-4 {
  border-right-style: solid;
  border-right-width: 8.4rem !important;
}

.w-8-5 {
  width: 8.5rem !important;
}

.h-8-5 {
  height: 8.5rem !important;
}

.fs-8-5 {
  font-size: 8.5rem !important;
}

.brad-8-5 {
  border-radius: 8.5rem !important;
}

.m-8-5 {
  margin: 8.5rem !important;
}

.m--8-5 {
  margin: -8.5rem !important;
}

.ml-8-5 {
  margin-left: 8.5rem !important;
}

.ml--8-5 {
  margin-left: -8.5rem !important;
}

.mr-8-5 {
  margin-right: 8.5rem !important;
}

.mr--8-5 {
  margin-right: -8.5rem !important;
}

.mt-8-5 {
  margin-top: 8.5rem !important;
}

.mt--8-5 {
  margin-top: -8.5rem !important;
}

.mb-8-5 {
  margin-bottom: 8.5rem !important;
}

.mb--8-5 {
  margin-bottom: -8.5rem !important;
}

.mx-8-5 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

.my-8-5 {
  margin-bottom: 8.5rem !important;
  margin-top: 8.5rem !important;
}

.p-8-5 {
  padding: 8.5rem !important;
}

.r-8-5 {
  right: 8.5rem !important;
}

.l-8-5 {
  left: 8.5rem !important;
}

.t-8-5 {
  top: 8.5rem !important;
}

.b-8-5 {
  bottom: 8.5rem !important;
}

.pb-8-5 {
  padding-bottom: 8.5rem !important;
}

.pt-8-5 {
  padding-top: 8.5rem !important;
}

.pl-8-5 {
  padding-left: 8.5rem !important;
}

.pr-8-5 {
  padding-right: 8.5rem !important;
}

.px-8-5 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.b-8-5 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-5 {
  border-bottom-style: solid;
  border-bottom-width: 8.5rem !important;
}
.bb-8-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.5rem !important;
}

.bt-8-5 {
  border-top-style: solid;
  border-top-width: 8.5rem !important;
}

.bl-8-5 {
  border-left-style: solid;
  border-left-width: 8.5rem !important;
}

.br-8-5 {
  border-right-style: solid;
  border-right-width: 8.5rem !important;
}

.w-8-6 {
  width: 8.6rem !important;
}

.h-8-6 {
  height: 8.6rem !important;
}

.fs-8-6 {
  font-size: 8.6rem !important;
}

.brad-8-6 {
  border-radius: 8.6rem !important;
}

.m-8-6 {
  margin: 8.6rem !important;
}

.m--8-6 {
  margin: -8.6rem !important;
}

.ml-8-6 {
  margin-left: 8.6rem !important;
}

.ml--8-6 {
  margin-left: -8.6rem !important;
}

.mr-8-6 {
  margin-right: 8.6rem !important;
}

.mr--8-6 {
  margin-right: -8.6rem !important;
}

.mt-8-6 {
  margin-top: 8.6rem !important;
}

.mt--8-6 {
  margin-top: -8.6rem !important;
}

.mb-8-6 {
  margin-bottom: 8.6rem !important;
}

.mb--8-6 {
  margin-bottom: -8.6rem !important;
}

.mx-8-6 {
  margin-left: 8.6rem !important;
  margin-right: 8.6rem !important;
}

.my-8-6 {
  margin-bottom: 8.6rem !important;
  margin-top: 8.6rem !important;
}

.p-8-6 {
  padding: 8.6rem !important;
}

.r-8-6 {
  right: 8.6rem !important;
}

.l-8-6 {
  left: 8.6rem !important;
}

.t-8-6 {
  top: 8.6rem !important;
}

.b-8-6 {
  bottom: 8.6rem !important;
}

.pb-8-6 {
  padding-bottom: 8.6rem !important;
}

.pt-8-6 {
  padding-top: 8.6rem !important;
}

.pl-8-6 {
  padding-left: 8.6rem !important;
}

.pr-8-6 {
  padding-right: 8.6rem !important;
}

.px-8-6 {
  padding-right: 8.6rem !important;
  padding-left: 8.6rem !important;
}

.py-8-6 {
  padding-top: 8.6rem !important;
  padding-bottom: 8.6rem !important;
}

.b-8-6 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-6 {
  border-bottom-style: solid;
  border-bottom-width: 8.6rem !important;
}
.bb-8-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.6rem !important;
}

.bt-8-6 {
  border-top-style: solid;
  border-top-width: 8.6rem !important;
}

.bl-8-6 {
  border-left-style: solid;
  border-left-width: 8.6rem !important;
}

.br-8-6 {
  border-right-style: solid;
  border-right-width: 8.6rem !important;
}

.w-8-7 {
  width: 8.7rem !important;
}

.h-8-7 {
  height: 8.7rem !important;
}

.fs-8-7 {
  font-size: 8.7rem !important;
}

.brad-8-7 {
  border-radius: 8.7rem !important;
}

.m-8-7 {
  margin: 8.7rem !important;
}

.m--8-7 {
  margin: -8.7rem !important;
}

.ml-8-7 {
  margin-left: 8.7rem !important;
}

.ml--8-7 {
  margin-left: -8.7rem !important;
}

.mr-8-7 {
  margin-right: 8.7rem !important;
}

.mr--8-7 {
  margin-right: -8.7rem !important;
}

.mt-8-7 {
  margin-top: 8.7rem !important;
}

.mt--8-7 {
  margin-top: -8.7rem !important;
}

.mb-8-7 {
  margin-bottom: 8.7rem !important;
}

.mb--8-7 {
  margin-bottom: -8.7rem !important;
}

.mx-8-7 {
  margin-left: 8.7rem !important;
  margin-right: 8.7rem !important;
}

.my-8-7 {
  margin-bottom: 8.7rem !important;
  margin-top: 8.7rem !important;
}

.p-8-7 {
  padding: 8.7rem !important;
}

.r-8-7 {
  right: 8.7rem !important;
}

.l-8-7 {
  left: 8.7rem !important;
}

.t-8-7 {
  top: 8.7rem !important;
}

.b-8-7 {
  bottom: 8.7rem !important;
}

.pb-8-7 {
  padding-bottom: 8.7rem !important;
}

.pt-8-7 {
  padding-top: 8.7rem !important;
}

.pl-8-7 {
  padding-left: 8.7rem !important;
}

.pr-8-7 {
  padding-right: 8.7rem !important;
}

.px-8-7 {
  padding-right: 8.7rem !important;
  padding-left: 8.7rem !important;
}

.py-8-7 {
  padding-top: 8.7rem !important;
  padding-bottom: 8.7rem !important;
}

.b-8-7 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-7 {
  border-bottom-style: solid;
  border-bottom-width: 8.7rem !important;
}
.bb-8-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.7rem !important;
}

.bt-8-7 {
  border-top-style: solid;
  border-top-width: 8.7rem !important;
}

.bl-8-7 {
  border-left-style: solid;
  border-left-width: 8.7rem !important;
}

.br-8-7 {
  border-right-style: solid;
  border-right-width: 8.7rem !important;
}

.w-8-8 {
  width: 8.8rem !important;
}

.h-8-8 {
  height: 8.8rem !important;
}

.fs-8-8 {
  font-size: 8.8rem !important;
}

.brad-8-8 {
  border-radius: 8.8rem !important;
}

.m-8-8 {
  margin: 8.8rem !important;
}

.m--8-8 {
  margin: -8.8rem !important;
}

.ml-8-8 {
  margin-left: 8.8rem !important;
}

.ml--8-8 {
  margin-left: -8.8rem !important;
}

.mr-8-8 {
  margin-right: 8.8rem !important;
}

.mr--8-8 {
  margin-right: -8.8rem !important;
}

.mt-8-8 {
  margin-top: 8.8rem !important;
}

.mt--8-8 {
  margin-top: -8.8rem !important;
}

.mb-8-8 {
  margin-bottom: 8.8rem !important;
}

.mb--8-8 {
  margin-bottom: -8.8rem !important;
}

.mx-8-8 {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}

.my-8-8 {
  margin-bottom: 8.8rem !important;
  margin-top: 8.8rem !important;
}

.p-8-8 {
  padding: 8.8rem !important;
}

.r-8-8 {
  right: 8.8rem !important;
}

.l-8-8 {
  left: 8.8rem !important;
}

.t-8-8 {
  top: 8.8rem !important;
}

.b-8-8 {
  bottom: 8.8rem !important;
}

.pb-8-8 {
  padding-bottom: 8.8rem !important;
}

.pt-8-8 {
  padding-top: 8.8rem !important;
}

.pl-8-8 {
  padding-left: 8.8rem !important;
}

.pr-8-8 {
  padding-right: 8.8rem !important;
}

.px-8-8 {
  padding-right: 8.8rem !important;
  padding-left: 8.8rem !important;
}

.py-8-8 {
  padding-top: 8.8rem !important;
  padding-bottom: 8.8rem !important;
}

.b-8-8 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-8 {
  border-bottom-style: solid;
  border-bottom-width: 8.8rem !important;
}
.bb-8-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.8rem !important;
}

.bt-8-8 {
  border-top-style: solid;
  border-top-width: 8.8rem !important;
}

.bl-8-8 {
  border-left-style: solid;
  border-left-width: 8.8rem !important;
}

.br-8-8 {
  border-right-style: solid;
  border-right-width: 8.8rem !important;
}

.w-8-9 {
  width: 8.9rem !important;
}

.h-8-9 {
  height: 8.9rem !important;
}

.fs-8-9 {
  font-size: 8.9rem !important;
}

.brad-8-9 {
  border-radius: 8.9rem !important;
}

.m-8-9 {
  margin: 8.9rem !important;
}

.m--8-9 {
  margin: -8.9rem !important;
}

.ml-8-9 {
  margin-left: 8.9rem !important;
}

.ml--8-9 {
  margin-left: -8.9rem !important;
}

.mr-8-9 {
  margin-right: 8.9rem !important;
}

.mr--8-9 {
  margin-right: -8.9rem !important;
}

.mt-8-9 {
  margin-top: 8.9rem !important;
}

.mt--8-9 {
  margin-top: -8.9rem !important;
}

.mb-8-9 {
  margin-bottom: 8.9rem !important;
}

.mb--8-9 {
  margin-bottom: -8.9rem !important;
}

.mx-8-9 {
  margin-left: 8.9rem !important;
  margin-right: 8.9rem !important;
}

.my-8-9 {
  margin-bottom: 8.9rem !important;
  margin-top: 8.9rem !important;
}

.p-8-9 {
  padding: 8.9rem !important;
}

.r-8-9 {
  right: 8.9rem !important;
}

.l-8-9 {
  left: 8.9rem !important;
}

.t-8-9 {
  top: 8.9rem !important;
}

.b-8-9 {
  bottom: 8.9rem !important;
}

.pb-8-9 {
  padding-bottom: 8.9rem !important;
}

.pt-8-9 {
  padding-top: 8.9rem !important;
}

.pl-8-9 {
  padding-left: 8.9rem !important;
}

.pr-8-9 {
  padding-right: 8.9rem !important;
}

.px-8-9 {
  padding-right: 8.9rem !important;
  padding-left: 8.9rem !important;
}

.py-8-9 {
  padding-top: 8.9rem !important;
  padding-bottom: 8.9rem !important;
}

.b-8-9 {
  border-style: solid;
  border-width: 8px !important;
}

.bb-8-9 {
  border-bottom-style: solid;
  border-bottom-width: 8.9rem !important;
}
.bb-8-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 8.9rem !important;
}

.bt-8-9 {
  border-top-style: solid;
  border-top-width: 8.9rem !important;
}

.bl-8-9 {
  border-left-style: solid;
  border-left-width: 8.9rem !important;
}

.br-8-9 {
  border-right-style: solid;
  border-right-width: 8.9rem !important;
}

.w-9-0 {
  width: 9rem !important;
}

.h-9-0 {
  height: 9rem !important;
}

.fs-9-0 {
  font-size: 9rem !important;
}

.brad-9-0 {
  border-radius: 9rem !important;
}

.m-9-0 {
  margin: 9rem !important;
}

.m--9-0 {
  margin: -9rem !important;
}

.ml-9-0 {
  margin-left: 9rem !important;
}

.ml--9-0 {
  margin-left: -9rem !important;
}

.mr-9-0 {
  margin-right: 9rem !important;
}

.mr--9-0 {
  margin-right: -9rem !important;
}

.mt-9-0 {
  margin-top: 9rem !important;
}

.mt--9-0 {
  margin-top: -9rem !important;
}

.mb-9-0 {
  margin-bottom: 9rem !important;
}

.mb--9-0 {
  margin-bottom: -9rem !important;
}

.mx-9-0 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-9-0 {
  margin-bottom: 9rem !important;
  margin-top: 9rem !important;
}

.p-9-0 {
  padding: 9rem !important;
}

.r-9-0 {
  right: 9rem !important;
}

.l-9-0 {
  left: 9rem !important;
}

.t-9-0 {
  top: 9rem !important;
}

.b-9-0 {
  bottom: 9rem !important;
}

.pb-9-0 {
  padding-bottom: 9rem !important;
}

.pt-9-0 {
  padding-top: 9rem !important;
}

.pl-9-0 {
  padding-left: 9rem !important;
}

.pr-9-0 {
  padding-right: 9rem !important;
}

.px-9-0 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-9-0 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.b-9-0 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-0 {
  border-bottom-style: solid;
  border-bottom-width: 9rem !important;
}
.bb-9-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 9rem !important;
}

.bt-9-0 {
  border-top-style: solid;
  border-top-width: 9rem !important;
}

.bl-9-0 {
  border-left-style: solid;
  border-left-width: 9rem !important;
}

.br-9-0 {
  border-right-style: solid;
  border-right-width: 9rem !important;
}

.w-9-1 {
  width: 9.1rem !important;
}

.h-9-1 {
  height: 9.1rem !important;
}

.fs-9-1 {
  font-size: 9.1rem !important;
}

.brad-9-1 {
  border-radius: 9.1rem !important;
}

.m-9-1 {
  margin: 9.1rem !important;
}

.m--9-1 {
  margin: -9.1rem !important;
}

.ml-9-1 {
  margin-left: 9.1rem !important;
}

.ml--9-1 {
  margin-left: -9.1rem !important;
}

.mr-9-1 {
  margin-right: 9.1rem !important;
}

.mr--9-1 {
  margin-right: -9.1rem !important;
}

.mt-9-1 {
  margin-top: 9.1rem !important;
}

.mt--9-1 {
  margin-top: -9.1rem !important;
}

.mb-9-1 {
  margin-bottom: 9.1rem !important;
}

.mb--9-1 {
  margin-bottom: -9.1rem !important;
}

.mx-9-1 {
  margin-left: 9.1rem !important;
  margin-right: 9.1rem !important;
}

.my-9-1 {
  margin-bottom: 9.1rem !important;
  margin-top: 9.1rem !important;
}

.p-9-1 {
  padding: 9.1rem !important;
}

.r-9-1 {
  right: 9.1rem !important;
}

.l-9-1 {
  left: 9.1rem !important;
}

.t-9-1 {
  top: 9.1rem !important;
}

.b-9-1 {
  bottom: 9.1rem !important;
}

.pb-9-1 {
  padding-bottom: 9.1rem !important;
}

.pt-9-1 {
  padding-top: 9.1rem !important;
}

.pl-9-1 {
  padding-left: 9.1rem !important;
}

.pr-9-1 {
  padding-right: 9.1rem !important;
}

.px-9-1 {
  padding-right: 9.1rem !important;
  padding-left: 9.1rem !important;
}

.py-9-1 {
  padding-top: 9.1rem !important;
  padding-bottom: 9.1rem !important;
}

.b-9-1 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-1 {
  border-bottom-style: solid;
  border-bottom-width: 9.1rem !important;
}
.bb-9-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.1rem !important;
}

.bt-9-1 {
  border-top-style: solid;
  border-top-width: 9.1rem !important;
}

.bl-9-1 {
  border-left-style: solid;
  border-left-width: 9.1rem !important;
}

.br-9-1 {
  border-right-style: solid;
  border-right-width: 9.1rem !important;
}

.w-9-2 {
  width: 9.2rem !important;
}

.h-9-2 {
  height: 9.2rem !important;
}

.fs-9-2 {
  font-size: 9.2rem !important;
}

.brad-9-2 {
  border-radius: 9.2rem !important;
}

.m-9-2 {
  margin: 9.2rem !important;
}

.m--9-2 {
  margin: -9.2rem !important;
}

.ml-9-2 {
  margin-left: 9.2rem !important;
}

.ml--9-2 {
  margin-left: -9.2rem !important;
}

.mr-9-2 {
  margin-right: 9.2rem !important;
}

.mr--9-2 {
  margin-right: -9.2rem !important;
}

.mt-9-2 {
  margin-top: 9.2rem !important;
}

.mt--9-2 {
  margin-top: -9.2rem !important;
}

.mb-9-2 {
  margin-bottom: 9.2rem !important;
}

.mb--9-2 {
  margin-bottom: -9.2rem !important;
}

.mx-9-2 {
  margin-left: 9.2rem !important;
  margin-right: 9.2rem !important;
}

.my-9-2 {
  margin-bottom: 9.2rem !important;
  margin-top: 9.2rem !important;
}

.p-9-2 {
  padding: 9.2rem !important;
}

.r-9-2 {
  right: 9.2rem !important;
}

.l-9-2 {
  left: 9.2rem !important;
}

.t-9-2 {
  top: 9.2rem !important;
}

.b-9-2 {
  bottom: 9.2rem !important;
}

.pb-9-2 {
  padding-bottom: 9.2rem !important;
}

.pt-9-2 {
  padding-top: 9.2rem !important;
}

.pl-9-2 {
  padding-left: 9.2rem !important;
}

.pr-9-2 {
  padding-right: 9.2rem !important;
}

.px-9-2 {
  padding-right: 9.2rem !important;
  padding-left: 9.2rem !important;
}

.py-9-2 {
  padding-top: 9.2rem !important;
  padding-bottom: 9.2rem !important;
}

.b-9-2 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-2 {
  border-bottom-style: solid;
  border-bottom-width: 9.2rem !important;
}
.bb-9-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.2rem !important;
}

.bt-9-2 {
  border-top-style: solid;
  border-top-width: 9.2rem !important;
}

.bl-9-2 {
  border-left-style: solid;
  border-left-width: 9.2rem !important;
}

.br-9-2 {
  border-right-style: solid;
  border-right-width: 9.2rem !important;
}

.w-9-3 {
  width: 9.3rem !important;
}

.h-9-3 {
  height: 9.3rem !important;
}

.fs-9-3 {
  font-size: 9.3rem !important;
}

.brad-9-3 {
  border-radius: 9.3rem !important;
}

.m-9-3 {
  margin: 9.3rem !important;
}

.m--9-3 {
  margin: -9.3rem !important;
}

.ml-9-3 {
  margin-left: 9.3rem !important;
}

.ml--9-3 {
  margin-left: -9.3rem !important;
}

.mr-9-3 {
  margin-right: 9.3rem !important;
}

.mr--9-3 {
  margin-right: -9.3rem !important;
}

.mt-9-3 {
  margin-top: 9.3rem !important;
}

.mt--9-3 {
  margin-top: -9.3rem !important;
}

.mb-9-3 {
  margin-bottom: 9.3rem !important;
}

.mb--9-3 {
  margin-bottom: -9.3rem !important;
}

.mx-9-3 {
  margin-left: 9.3rem !important;
  margin-right: 9.3rem !important;
}

.my-9-3 {
  margin-bottom: 9.3rem !important;
  margin-top: 9.3rem !important;
}

.p-9-3 {
  padding: 9.3rem !important;
}

.r-9-3 {
  right: 9.3rem !important;
}

.l-9-3 {
  left: 9.3rem !important;
}

.t-9-3 {
  top: 9.3rem !important;
}

.b-9-3 {
  bottom: 9.3rem !important;
}

.pb-9-3 {
  padding-bottom: 9.3rem !important;
}

.pt-9-3 {
  padding-top: 9.3rem !important;
}

.pl-9-3 {
  padding-left: 9.3rem !important;
}

.pr-9-3 {
  padding-right: 9.3rem !important;
}

.px-9-3 {
  padding-right: 9.3rem !important;
  padding-left: 9.3rem !important;
}

.py-9-3 {
  padding-top: 9.3rem !important;
  padding-bottom: 9.3rem !important;
}

.b-9-3 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-3 {
  border-bottom-style: solid;
  border-bottom-width: 9.3rem !important;
}
.bb-9-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.3rem !important;
}

.bt-9-3 {
  border-top-style: solid;
  border-top-width: 9.3rem !important;
}

.bl-9-3 {
  border-left-style: solid;
  border-left-width: 9.3rem !important;
}

.br-9-3 {
  border-right-style: solid;
  border-right-width: 9.3rem !important;
}

.w-9-4 {
  width: 9.4rem !important;
}

.h-9-4 {
  height: 9.4rem !important;
}

.fs-9-4 {
  font-size: 9.4rem !important;
}

.brad-9-4 {
  border-radius: 9.4rem !important;
}

.m-9-4 {
  margin: 9.4rem !important;
}

.m--9-4 {
  margin: -9.4rem !important;
}

.ml-9-4 {
  margin-left: 9.4rem !important;
}

.ml--9-4 {
  margin-left: -9.4rem !important;
}

.mr-9-4 {
  margin-right: 9.4rem !important;
}

.mr--9-4 {
  margin-right: -9.4rem !important;
}

.mt-9-4 {
  margin-top: 9.4rem !important;
}

.mt--9-4 {
  margin-top: -9.4rem !important;
}

.mb-9-4 {
  margin-bottom: 9.4rem !important;
}

.mb--9-4 {
  margin-bottom: -9.4rem !important;
}

.mx-9-4 {
  margin-left: 9.4rem !important;
  margin-right: 9.4rem !important;
}

.my-9-4 {
  margin-bottom: 9.4rem !important;
  margin-top: 9.4rem !important;
}

.p-9-4 {
  padding: 9.4rem !important;
}

.r-9-4 {
  right: 9.4rem !important;
}

.l-9-4 {
  left: 9.4rem !important;
}

.t-9-4 {
  top: 9.4rem !important;
}

.b-9-4 {
  bottom: 9.4rem !important;
}

.pb-9-4 {
  padding-bottom: 9.4rem !important;
}

.pt-9-4 {
  padding-top: 9.4rem !important;
}

.pl-9-4 {
  padding-left: 9.4rem !important;
}

.pr-9-4 {
  padding-right: 9.4rem !important;
}

.px-9-4 {
  padding-right: 9.4rem !important;
  padding-left: 9.4rem !important;
}

.py-9-4 {
  padding-top: 9.4rem !important;
  padding-bottom: 9.4rem !important;
}

.b-9-4 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-4 {
  border-bottom-style: solid;
  border-bottom-width: 9.4rem !important;
}
.bb-9-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.4rem !important;
}

.bt-9-4 {
  border-top-style: solid;
  border-top-width: 9.4rem !important;
}

.bl-9-4 {
  border-left-style: solid;
  border-left-width: 9.4rem !important;
}

.br-9-4 {
  border-right-style: solid;
  border-right-width: 9.4rem !important;
}

.w-9-5 {
  width: 9.5rem !important;
}

.h-9-5 {
  height: 9.5rem !important;
}

.fs-9-5 {
  font-size: 9.5rem !important;
}

.brad-9-5 {
  border-radius: 9.5rem !important;
}

.m-9-5 {
  margin: 9.5rem !important;
}

.m--9-5 {
  margin: -9.5rem !important;
}

.ml-9-5 {
  margin-left: 9.5rem !important;
}

.ml--9-5 {
  margin-left: -9.5rem !important;
}

.mr-9-5 {
  margin-right: 9.5rem !important;
}

.mr--9-5 {
  margin-right: -9.5rem !important;
}

.mt-9-5 {
  margin-top: 9.5rem !important;
}

.mt--9-5 {
  margin-top: -9.5rem !important;
}

.mb-9-5 {
  margin-bottom: 9.5rem !important;
}

.mb--9-5 {
  margin-bottom: -9.5rem !important;
}

.mx-9-5 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.my-9-5 {
  margin-bottom: 9.5rem !important;
  margin-top: 9.5rem !important;
}

.p-9-5 {
  padding: 9.5rem !important;
}

.r-9-5 {
  right: 9.5rem !important;
}

.l-9-5 {
  left: 9.5rem !important;
}

.t-9-5 {
  top: 9.5rem !important;
}

.b-9-5 {
  bottom: 9.5rem !important;
}

.pb-9-5 {
  padding-bottom: 9.5rem !important;
}

.pt-9-5 {
  padding-top: 9.5rem !important;
}

.pl-9-5 {
  padding-left: 9.5rem !important;
}

.pr-9-5 {
  padding-right: 9.5rem !important;
}

.px-9-5 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.b-9-5 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-5 {
  border-bottom-style: solid;
  border-bottom-width: 9.5rem !important;
}
.bb-9-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.5rem !important;
}

.bt-9-5 {
  border-top-style: solid;
  border-top-width: 9.5rem !important;
}

.bl-9-5 {
  border-left-style: solid;
  border-left-width: 9.5rem !important;
}

.br-9-5 {
  border-right-style: solid;
  border-right-width: 9.5rem !important;
}

.w-9-6 {
  width: 9.6rem !important;
}

.h-9-6 {
  height: 9.6rem !important;
}

.fs-9-6 {
  font-size: 9.6rem !important;
}

.brad-9-6 {
  border-radius: 9.6rem !important;
}

.m-9-6 {
  margin: 9.6rem !important;
}

.m--9-6 {
  margin: -9.6rem !important;
}

.ml-9-6 {
  margin-left: 9.6rem !important;
}

.ml--9-6 {
  margin-left: -9.6rem !important;
}

.mr-9-6 {
  margin-right: 9.6rem !important;
}

.mr--9-6 {
  margin-right: -9.6rem !important;
}

.mt-9-6 {
  margin-top: 9.6rem !important;
}

.mt--9-6 {
  margin-top: -9.6rem !important;
}

.mb-9-6 {
  margin-bottom: 9.6rem !important;
}

.mb--9-6 {
  margin-bottom: -9.6rem !important;
}

.mx-9-6 {
  margin-left: 9.6rem !important;
  margin-right: 9.6rem !important;
}

.my-9-6 {
  margin-bottom: 9.6rem !important;
  margin-top: 9.6rem !important;
}

.p-9-6 {
  padding: 9.6rem !important;
}

.r-9-6 {
  right: 9.6rem !important;
}

.l-9-6 {
  left: 9.6rem !important;
}

.t-9-6 {
  top: 9.6rem !important;
}

.b-9-6 {
  bottom: 9.6rem !important;
}

.pb-9-6 {
  padding-bottom: 9.6rem !important;
}

.pt-9-6 {
  padding-top: 9.6rem !important;
}

.pl-9-6 {
  padding-left: 9.6rem !important;
}

.pr-9-6 {
  padding-right: 9.6rem !important;
}

.px-9-6 {
  padding-right: 9.6rem !important;
  padding-left: 9.6rem !important;
}

.py-9-6 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.b-9-6 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-6 {
  border-bottom-style: solid;
  border-bottom-width: 9.6rem !important;
}
.bb-9-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.6rem !important;
}

.bt-9-6 {
  border-top-style: solid;
  border-top-width: 9.6rem !important;
}

.bl-9-6 {
  border-left-style: solid;
  border-left-width: 9.6rem !important;
}

.br-9-6 {
  border-right-style: solid;
  border-right-width: 9.6rem !important;
}

.w-9-7 {
  width: 9.7rem !important;
}

.h-9-7 {
  height: 9.7rem !important;
}

.fs-9-7 {
  font-size: 9.7rem !important;
}

.brad-9-7 {
  border-radius: 9.7rem !important;
}

.m-9-7 {
  margin: 9.7rem !important;
}

.m--9-7 {
  margin: -9.7rem !important;
}

.ml-9-7 {
  margin-left: 9.7rem !important;
}

.ml--9-7 {
  margin-left: -9.7rem !important;
}

.mr-9-7 {
  margin-right: 9.7rem !important;
}

.mr--9-7 {
  margin-right: -9.7rem !important;
}

.mt-9-7 {
  margin-top: 9.7rem !important;
}

.mt--9-7 {
  margin-top: -9.7rem !important;
}

.mb-9-7 {
  margin-bottom: 9.7rem !important;
}

.mb--9-7 {
  margin-bottom: -9.7rem !important;
}

.mx-9-7 {
  margin-left: 9.7rem !important;
  margin-right: 9.7rem !important;
}

.my-9-7 {
  margin-bottom: 9.7rem !important;
  margin-top: 9.7rem !important;
}

.p-9-7 {
  padding: 9.7rem !important;
}

.r-9-7 {
  right: 9.7rem !important;
}

.l-9-7 {
  left: 9.7rem !important;
}

.t-9-7 {
  top: 9.7rem !important;
}

.b-9-7 {
  bottom: 9.7rem !important;
}

.pb-9-7 {
  padding-bottom: 9.7rem !important;
}

.pt-9-7 {
  padding-top: 9.7rem !important;
}

.pl-9-7 {
  padding-left: 9.7rem !important;
}

.pr-9-7 {
  padding-right: 9.7rem !important;
}

.px-9-7 {
  padding-right: 9.7rem !important;
  padding-left: 9.7rem !important;
}

.py-9-7 {
  padding-top: 9.7rem !important;
  padding-bottom: 9.7rem !important;
}

.b-9-7 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-7 {
  border-bottom-style: solid;
  border-bottom-width: 9.7rem !important;
}
.bb-9-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.7rem !important;
}

.bt-9-7 {
  border-top-style: solid;
  border-top-width: 9.7rem !important;
}

.bl-9-7 {
  border-left-style: solid;
  border-left-width: 9.7rem !important;
}

.br-9-7 {
  border-right-style: solid;
  border-right-width: 9.7rem !important;
}

.w-9-8 {
  width: 9.8rem !important;
}

.h-9-8 {
  height: 9.8rem !important;
}

.fs-9-8 {
  font-size: 9.8rem !important;
}

.brad-9-8 {
  border-radius: 9.8rem !important;
}

.m-9-8 {
  margin: 9.8rem !important;
}

.m--9-8 {
  margin: -9.8rem !important;
}

.ml-9-8 {
  margin-left: 9.8rem !important;
}

.ml--9-8 {
  margin-left: -9.8rem !important;
}

.mr-9-8 {
  margin-right: 9.8rem !important;
}

.mr--9-8 {
  margin-right: -9.8rem !important;
}

.mt-9-8 {
  margin-top: 9.8rem !important;
}

.mt--9-8 {
  margin-top: -9.8rem !important;
}

.mb-9-8 {
  margin-bottom: 9.8rem !important;
}

.mb--9-8 {
  margin-bottom: -9.8rem !important;
}

.mx-9-8 {
  margin-left: 9.8rem !important;
  margin-right: 9.8rem !important;
}

.my-9-8 {
  margin-bottom: 9.8rem !important;
  margin-top: 9.8rem !important;
}

.p-9-8 {
  padding: 9.8rem !important;
}

.r-9-8 {
  right: 9.8rem !important;
}

.l-9-8 {
  left: 9.8rem !important;
}

.t-9-8 {
  top: 9.8rem !important;
}

.b-9-8 {
  bottom: 9.8rem !important;
}

.pb-9-8 {
  padding-bottom: 9.8rem !important;
}

.pt-9-8 {
  padding-top: 9.8rem !important;
}

.pl-9-8 {
  padding-left: 9.8rem !important;
}

.pr-9-8 {
  padding-right: 9.8rem !important;
}

.px-9-8 {
  padding-right: 9.8rem !important;
  padding-left: 9.8rem !important;
}

.py-9-8 {
  padding-top: 9.8rem !important;
  padding-bottom: 9.8rem !important;
}

.b-9-8 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-8 {
  border-bottom-style: solid;
  border-bottom-width: 9.8rem !important;
}
.bb-9-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.8rem !important;
}

.bt-9-8 {
  border-top-style: solid;
  border-top-width: 9.8rem !important;
}

.bl-9-8 {
  border-left-style: solid;
  border-left-width: 9.8rem !important;
}

.br-9-8 {
  border-right-style: solid;
  border-right-width: 9.8rem !important;
}

.w-9-9 {
  width: 9.9rem !important;
}

.h-9-9 {
  height: 9.9rem !important;
}

.fs-9-9 {
  font-size: 9.9rem !important;
}

.brad-9-9 {
  border-radius: 9.9rem !important;
}

.m-9-9 {
  margin: 9.9rem !important;
}

.m--9-9 {
  margin: -9.9rem !important;
}

.ml-9-9 {
  margin-left: 9.9rem !important;
}

.ml--9-9 {
  margin-left: -9.9rem !important;
}

.mr-9-9 {
  margin-right: 9.9rem !important;
}

.mr--9-9 {
  margin-right: -9.9rem !important;
}

.mt-9-9 {
  margin-top: 9.9rem !important;
}

.mt--9-9 {
  margin-top: -9.9rem !important;
}

.mb-9-9 {
  margin-bottom: 9.9rem !important;
}

.mb--9-9 {
  margin-bottom: -9.9rem !important;
}

.mx-9-9 {
  margin-left: 9.9rem !important;
  margin-right: 9.9rem !important;
}

.my-9-9 {
  margin-bottom: 9.9rem !important;
  margin-top: 9.9rem !important;
}

.p-9-9 {
  padding: 9.9rem !important;
}

.r-9-9 {
  right: 9.9rem !important;
}

.l-9-9 {
  left: 9.9rem !important;
}

.t-9-9 {
  top: 9.9rem !important;
}

.b-9-9 {
  bottom: 9.9rem !important;
}

.pb-9-9 {
  padding-bottom: 9.9rem !important;
}

.pt-9-9 {
  padding-top: 9.9rem !important;
}

.pl-9-9 {
  padding-left: 9.9rem !important;
}

.pr-9-9 {
  padding-right: 9.9rem !important;
}

.px-9-9 {
  padding-right: 9.9rem !important;
  padding-left: 9.9rem !important;
}

.py-9-9 {
  padding-top: 9.9rem !important;
  padding-bottom: 9.9rem !important;
}

.b-9-9 {
  border-style: solid;
  border-width: 9px !important;
}

.bb-9-9 {
  border-bottom-style: solid;
  border-bottom-width: 9.9rem !important;
}
.bb-9-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 9.9rem !important;
}

.bt-9-9 {
  border-top-style: solid;
  border-top-width: 9.9rem !important;
}

.bl-9-9 {
  border-left-style: solid;
  border-left-width: 9.9rem !important;
}

.br-9-9 {
  border-right-style: solid;
  border-right-width: 9.9rem !important;
}

.w-10-0 {
  width: 10rem !important;
}

.h-10-0 {
  height: 10rem !important;
}

.fs-10-0 {
  font-size: 10rem !important;
}

.brad-10-0 {
  border-radius: 10rem !important;
}

.m-10-0 {
  margin: 10rem !important;
}

.m--10-0 {
  margin: -10rem !important;
}

.ml-10-0 {
  margin-left: 10rem !important;
}

.ml--10-0 {
  margin-left: -10rem !important;
}

.mr-10-0 {
  margin-right: 10rem !important;
}

.mr--10-0 {
  margin-right: -10rem !important;
}

.mt-10-0 {
  margin-top: 10rem !important;
}

.mt--10-0 {
  margin-top: -10rem !important;
}

.mb-10-0 {
  margin-bottom: 10rem !important;
}

.mb--10-0 {
  margin-bottom: -10rem !important;
}

.mx-10-0 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-10-0 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important;
}

.p-10-0 {
  padding: 10rem !important;
}

.r-10-0 {
  right: 10rem !important;
}

.l-10-0 {
  left: 10rem !important;
}

.t-10-0 {
  top: 10rem !important;
}

.b-10-0 {
  bottom: 10rem !important;
}

.pb-10-0 {
  padding-bottom: 10rem !important;
}

.pt-10-0 {
  padding-top: 10rem !important;
}

.pl-10-0 {
  padding-left: 10rem !important;
}

.pr-10-0 {
  padding-right: 10rem !important;
}

.px-10-0 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-10-0 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.b-10-0 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-0 {
  border-bottom-style: solid;
  border-bottom-width: 10rem !important;
}
.bb-10-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 10rem !important;
}

.bt-10-0 {
  border-top-style: solid;
  border-top-width: 10rem !important;
}

.bl-10-0 {
  border-left-style: solid;
  border-left-width: 10rem !important;
}

.br-10-0 {
  border-right-style: solid;
  border-right-width: 10rem !important;
}

.w-10-1 {
  width: 10.1rem !important;
}

.h-10-1 {
  height: 10.1rem !important;
}

.fs-10-1 {
  font-size: 10.1rem !important;
}

.brad-10-1 {
  border-radius: 10.1rem !important;
}

.m-10-1 {
  margin: 10.1rem !important;
}

.m--10-1 {
  margin: -10.1rem !important;
}

.ml-10-1 {
  margin-left: 10.1rem !important;
}

.ml--10-1 {
  margin-left: -10.1rem !important;
}

.mr-10-1 {
  margin-right: 10.1rem !important;
}

.mr--10-1 {
  margin-right: -10.1rem !important;
}

.mt-10-1 {
  margin-top: 10.1rem !important;
}

.mt--10-1 {
  margin-top: -10.1rem !important;
}

.mb-10-1 {
  margin-bottom: 10.1rem !important;
}

.mb--10-1 {
  margin-bottom: -10.1rem !important;
}

.mx-10-1 {
  margin-left: 10.1rem !important;
  margin-right: 10.1rem !important;
}

.my-10-1 {
  margin-bottom: 10.1rem !important;
  margin-top: 10.1rem !important;
}

.p-10-1 {
  padding: 10.1rem !important;
}

.r-10-1 {
  right: 10.1rem !important;
}

.l-10-1 {
  left: 10.1rem !important;
}

.t-10-1 {
  top: 10.1rem !important;
}

.b-10-1 {
  bottom: 10.1rem !important;
}

.pb-10-1 {
  padding-bottom: 10.1rem !important;
}

.pt-10-1 {
  padding-top: 10.1rem !important;
}

.pl-10-1 {
  padding-left: 10.1rem !important;
}

.pr-10-1 {
  padding-right: 10.1rem !important;
}

.px-10-1 {
  padding-right: 10.1rem !important;
  padding-left: 10.1rem !important;
}

.py-10-1 {
  padding-top: 10.1rem !important;
  padding-bottom: 10.1rem !important;
}

.b-10-1 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-1 {
  border-bottom-style: solid;
  border-bottom-width: 10.1rem !important;
}
.bb-10-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.1rem !important;
}

.bt-10-1 {
  border-top-style: solid;
  border-top-width: 10.1rem !important;
}

.bl-10-1 {
  border-left-style: solid;
  border-left-width: 10.1rem !important;
}

.br-10-1 {
  border-right-style: solid;
  border-right-width: 10.1rem !important;
}

.w-10-2 {
  width: 10.2rem !important;
}

.h-10-2 {
  height: 10.2rem !important;
}

.fs-10-2 {
  font-size: 10.2rem !important;
}

.brad-10-2 {
  border-radius: 10.2rem !important;
}

.m-10-2 {
  margin: 10.2rem !important;
}

.m--10-2 {
  margin: -10.2rem !important;
}

.ml-10-2 {
  margin-left: 10.2rem !important;
}

.ml--10-2 {
  margin-left: -10.2rem !important;
}

.mr-10-2 {
  margin-right: 10.2rem !important;
}

.mr--10-2 {
  margin-right: -10.2rem !important;
}

.mt-10-2 {
  margin-top: 10.2rem !important;
}

.mt--10-2 {
  margin-top: -10.2rem !important;
}

.mb-10-2 {
  margin-bottom: 10.2rem !important;
}

.mb--10-2 {
  margin-bottom: -10.2rem !important;
}

.mx-10-2 {
  margin-left: 10.2rem !important;
  margin-right: 10.2rem !important;
}

.my-10-2 {
  margin-bottom: 10.2rem !important;
  margin-top: 10.2rem !important;
}

.p-10-2 {
  padding: 10.2rem !important;
}

.r-10-2 {
  right: 10.2rem !important;
}

.l-10-2 {
  left: 10.2rem !important;
}

.t-10-2 {
  top: 10.2rem !important;
}

.b-10-2 {
  bottom: 10.2rem !important;
}

.pb-10-2 {
  padding-bottom: 10.2rem !important;
}

.pt-10-2 {
  padding-top: 10.2rem !important;
}

.pl-10-2 {
  padding-left: 10.2rem !important;
}

.pr-10-2 {
  padding-right: 10.2rem !important;
}

.px-10-2 {
  padding-right: 10.2rem !important;
  padding-left: 10.2rem !important;
}

.py-10-2 {
  padding-top: 10.2rem !important;
  padding-bottom: 10.2rem !important;
}

.b-10-2 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-2 {
  border-bottom-style: solid;
  border-bottom-width: 10.2rem !important;
}
.bb-10-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.2rem !important;
}

.bt-10-2 {
  border-top-style: solid;
  border-top-width: 10.2rem !important;
}

.bl-10-2 {
  border-left-style: solid;
  border-left-width: 10.2rem !important;
}

.br-10-2 {
  border-right-style: solid;
  border-right-width: 10.2rem !important;
}

.w-10-3 {
  width: 10.3rem !important;
}

.h-10-3 {
  height: 10.3rem !important;
}

.fs-10-3 {
  font-size: 10.3rem !important;
}

.brad-10-3 {
  border-radius: 10.3rem !important;
}

.m-10-3 {
  margin: 10.3rem !important;
}

.m--10-3 {
  margin: -10.3rem !important;
}

.ml-10-3 {
  margin-left: 10.3rem !important;
}

.ml--10-3 {
  margin-left: -10.3rem !important;
}

.mr-10-3 {
  margin-right: 10.3rem !important;
}

.mr--10-3 {
  margin-right: -10.3rem !important;
}

.mt-10-3 {
  margin-top: 10.3rem !important;
}

.mt--10-3 {
  margin-top: -10.3rem !important;
}

.mb-10-3 {
  margin-bottom: 10.3rem !important;
}

.mb--10-3 {
  margin-bottom: -10.3rem !important;
}

.mx-10-3 {
  margin-left: 10.3rem !important;
  margin-right: 10.3rem !important;
}

.my-10-3 {
  margin-bottom: 10.3rem !important;
  margin-top: 10.3rem !important;
}

.p-10-3 {
  padding: 10.3rem !important;
}

.r-10-3 {
  right: 10.3rem !important;
}

.l-10-3 {
  left: 10.3rem !important;
}

.t-10-3 {
  top: 10.3rem !important;
}

.b-10-3 {
  bottom: 10.3rem !important;
}

.pb-10-3 {
  padding-bottom: 10.3rem !important;
}

.pt-10-3 {
  padding-top: 10.3rem !important;
}

.pl-10-3 {
  padding-left: 10.3rem !important;
}

.pr-10-3 {
  padding-right: 10.3rem !important;
}

.px-10-3 {
  padding-right: 10.3rem !important;
  padding-left: 10.3rem !important;
}

.py-10-3 {
  padding-top: 10.3rem !important;
  padding-bottom: 10.3rem !important;
}

.b-10-3 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-3 {
  border-bottom-style: solid;
  border-bottom-width: 10.3rem !important;
}
.bb-10-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.3rem !important;
}

.bt-10-3 {
  border-top-style: solid;
  border-top-width: 10.3rem !important;
}

.bl-10-3 {
  border-left-style: solid;
  border-left-width: 10.3rem !important;
}

.br-10-3 {
  border-right-style: solid;
  border-right-width: 10.3rem !important;
}

.w-10-4 {
  width: 10.4rem !important;
}

.h-10-4 {
  height: 10.4rem !important;
}

.fs-10-4 {
  font-size: 10.4rem !important;
}

.brad-10-4 {
  border-radius: 10.4rem !important;
}

.m-10-4 {
  margin: 10.4rem !important;
}

.m--10-4 {
  margin: -10.4rem !important;
}

.ml-10-4 {
  margin-left: 10.4rem !important;
}

.ml--10-4 {
  margin-left: -10.4rem !important;
}

.mr-10-4 {
  margin-right: 10.4rem !important;
}

.mr--10-4 {
  margin-right: -10.4rem !important;
}

.mt-10-4 {
  margin-top: 10.4rem !important;
}

.mt--10-4 {
  margin-top: -10.4rem !important;
}

.mb-10-4 {
  margin-bottom: 10.4rem !important;
}

.mb--10-4 {
  margin-bottom: -10.4rem !important;
}

.mx-10-4 {
  margin-left: 10.4rem !important;
  margin-right: 10.4rem !important;
}

.my-10-4 {
  margin-bottom: 10.4rem !important;
  margin-top: 10.4rem !important;
}

.p-10-4 {
  padding: 10.4rem !important;
}

.r-10-4 {
  right: 10.4rem !important;
}

.l-10-4 {
  left: 10.4rem !important;
}

.t-10-4 {
  top: 10.4rem !important;
}

.b-10-4 {
  bottom: 10.4rem !important;
}

.pb-10-4 {
  padding-bottom: 10.4rem !important;
}

.pt-10-4 {
  padding-top: 10.4rem !important;
}

.pl-10-4 {
  padding-left: 10.4rem !important;
}

.pr-10-4 {
  padding-right: 10.4rem !important;
}

.px-10-4 {
  padding-right: 10.4rem !important;
  padding-left: 10.4rem !important;
}

.py-10-4 {
  padding-top: 10.4rem !important;
  padding-bottom: 10.4rem !important;
}

.b-10-4 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-4 {
  border-bottom-style: solid;
  border-bottom-width: 10.4rem !important;
}
.bb-10-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.4rem !important;
}

.bt-10-4 {
  border-top-style: solid;
  border-top-width: 10.4rem !important;
}

.bl-10-4 {
  border-left-style: solid;
  border-left-width: 10.4rem !important;
}

.br-10-4 {
  border-right-style: solid;
  border-right-width: 10.4rem !important;
}

.w-10-5 {
  width: 10.5rem !important;
}

.h-10-5 {
  height: 10.5rem !important;
}

.fs-10-5 {
  font-size: 10.5rem !important;
}

.brad-10-5 {
  border-radius: 10.5rem !important;
}

.m-10-5 {
  margin: 10.5rem !important;
}

.m--10-5 {
  margin: -10.5rem !important;
}

.ml-10-5 {
  margin-left: 10.5rem !important;
}

.ml--10-5 {
  margin-left: -10.5rem !important;
}

.mr-10-5 {
  margin-right: 10.5rem !important;
}

.mr--10-5 {
  margin-right: -10.5rem !important;
}

.mt-10-5 {
  margin-top: 10.5rem !important;
}

.mt--10-5 {
  margin-top: -10.5rem !important;
}

.mb-10-5 {
  margin-bottom: 10.5rem !important;
}

.mb--10-5 {
  margin-bottom: -10.5rem !important;
}

.mx-10-5 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important;
}

.my-10-5 {
  margin-bottom: 10.5rem !important;
  margin-top: 10.5rem !important;
}

.p-10-5 {
  padding: 10.5rem !important;
}

.r-10-5 {
  right: 10.5rem !important;
}

.l-10-5 {
  left: 10.5rem !important;
}

.t-10-5 {
  top: 10.5rem !important;
}

.b-10-5 {
  bottom: 10.5rem !important;
}

.pb-10-5 {
  padding-bottom: 10.5rem !important;
}

.pt-10-5 {
  padding-top: 10.5rem !important;
}

.pl-10-5 {
  padding-left: 10.5rem !important;
}

.pr-10-5 {
  padding-right: 10.5rem !important;
}

.px-10-5 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.b-10-5 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-5 {
  border-bottom-style: solid;
  border-bottom-width: 10.5rem !important;
}
.bb-10-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.5rem !important;
}

.bt-10-5 {
  border-top-style: solid;
  border-top-width: 10.5rem !important;
}

.bl-10-5 {
  border-left-style: solid;
  border-left-width: 10.5rem !important;
}

.br-10-5 {
  border-right-style: solid;
  border-right-width: 10.5rem !important;
}

.w-10-6 {
  width: 10.6rem !important;
}

.h-10-6 {
  height: 10.6rem !important;
}

.fs-10-6 {
  font-size: 10.6rem !important;
}

.brad-10-6 {
  border-radius: 10.6rem !important;
}

.m-10-6 {
  margin: 10.6rem !important;
}

.m--10-6 {
  margin: -10.6rem !important;
}

.ml-10-6 {
  margin-left: 10.6rem !important;
}

.ml--10-6 {
  margin-left: -10.6rem !important;
}

.mr-10-6 {
  margin-right: 10.6rem !important;
}

.mr--10-6 {
  margin-right: -10.6rem !important;
}

.mt-10-6 {
  margin-top: 10.6rem !important;
}

.mt--10-6 {
  margin-top: -10.6rem !important;
}

.mb-10-6 {
  margin-bottom: 10.6rem !important;
}

.mb--10-6 {
  margin-bottom: -10.6rem !important;
}

.mx-10-6 {
  margin-left: 10.6rem !important;
  margin-right: 10.6rem !important;
}

.my-10-6 {
  margin-bottom: 10.6rem !important;
  margin-top: 10.6rem !important;
}

.p-10-6 {
  padding: 10.6rem !important;
}

.r-10-6 {
  right: 10.6rem !important;
}

.l-10-6 {
  left: 10.6rem !important;
}

.t-10-6 {
  top: 10.6rem !important;
}

.b-10-6 {
  bottom: 10.6rem !important;
}

.pb-10-6 {
  padding-bottom: 10.6rem !important;
}

.pt-10-6 {
  padding-top: 10.6rem !important;
}

.pl-10-6 {
  padding-left: 10.6rem !important;
}

.pr-10-6 {
  padding-right: 10.6rem !important;
}

.px-10-6 {
  padding-right: 10.6rem !important;
  padding-left: 10.6rem !important;
}

.py-10-6 {
  padding-top: 10.6rem !important;
  padding-bottom: 10.6rem !important;
}

.b-10-6 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-6 {
  border-bottom-style: solid;
  border-bottom-width: 10.6rem !important;
}
.bb-10-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.6rem !important;
}

.bt-10-6 {
  border-top-style: solid;
  border-top-width: 10.6rem !important;
}

.bl-10-6 {
  border-left-style: solid;
  border-left-width: 10.6rem !important;
}

.br-10-6 {
  border-right-style: solid;
  border-right-width: 10.6rem !important;
}

.w-10-7 {
  width: 10.7rem !important;
}

.h-10-7 {
  height: 10.7rem !important;
}

.fs-10-7 {
  font-size: 10.7rem !important;
}

.brad-10-7 {
  border-radius: 10.7rem !important;
}

.m-10-7 {
  margin: 10.7rem !important;
}

.m--10-7 {
  margin: -10.7rem !important;
}

.ml-10-7 {
  margin-left: 10.7rem !important;
}

.ml--10-7 {
  margin-left: -10.7rem !important;
}

.mr-10-7 {
  margin-right: 10.7rem !important;
}

.mr--10-7 {
  margin-right: -10.7rem !important;
}

.mt-10-7 {
  margin-top: 10.7rem !important;
}

.mt--10-7 {
  margin-top: -10.7rem !important;
}

.mb-10-7 {
  margin-bottom: 10.7rem !important;
}

.mb--10-7 {
  margin-bottom: -10.7rem !important;
}

.mx-10-7 {
  margin-left: 10.7rem !important;
  margin-right: 10.7rem !important;
}

.my-10-7 {
  margin-bottom: 10.7rem !important;
  margin-top: 10.7rem !important;
}

.p-10-7 {
  padding: 10.7rem !important;
}

.r-10-7 {
  right: 10.7rem !important;
}

.l-10-7 {
  left: 10.7rem !important;
}

.t-10-7 {
  top: 10.7rem !important;
}

.b-10-7 {
  bottom: 10.7rem !important;
}

.pb-10-7 {
  padding-bottom: 10.7rem !important;
}

.pt-10-7 {
  padding-top: 10.7rem !important;
}

.pl-10-7 {
  padding-left: 10.7rem !important;
}

.pr-10-7 {
  padding-right: 10.7rem !important;
}

.px-10-7 {
  padding-right: 10.7rem !important;
  padding-left: 10.7rem !important;
}

.py-10-7 {
  padding-top: 10.7rem !important;
  padding-bottom: 10.7rem !important;
}

.b-10-7 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-7 {
  border-bottom-style: solid;
  border-bottom-width: 10.7rem !important;
}
.bb-10-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.7rem !important;
}

.bt-10-7 {
  border-top-style: solid;
  border-top-width: 10.7rem !important;
}

.bl-10-7 {
  border-left-style: solid;
  border-left-width: 10.7rem !important;
}

.br-10-7 {
  border-right-style: solid;
  border-right-width: 10.7rem !important;
}

.w-10-8 {
  width: 10.8rem !important;
}

.h-10-8 {
  height: 10.8rem !important;
}

.fs-10-8 {
  font-size: 10.8rem !important;
}

.brad-10-8 {
  border-radius: 10.8rem !important;
}

.m-10-8 {
  margin: 10.8rem !important;
}

.m--10-8 {
  margin: -10.8rem !important;
}

.ml-10-8 {
  margin-left: 10.8rem !important;
}

.ml--10-8 {
  margin-left: -10.8rem !important;
}

.mr-10-8 {
  margin-right: 10.8rem !important;
}

.mr--10-8 {
  margin-right: -10.8rem !important;
}

.mt-10-8 {
  margin-top: 10.8rem !important;
}

.mt--10-8 {
  margin-top: -10.8rem !important;
}

.mb-10-8 {
  margin-bottom: 10.8rem !important;
}

.mb--10-8 {
  margin-bottom: -10.8rem !important;
}

.mx-10-8 {
  margin-left: 10.8rem !important;
  margin-right: 10.8rem !important;
}

.my-10-8 {
  margin-bottom: 10.8rem !important;
  margin-top: 10.8rem !important;
}

.p-10-8 {
  padding: 10.8rem !important;
}

.r-10-8 {
  right: 10.8rem !important;
}

.l-10-8 {
  left: 10.8rem !important;
}

.t-10-8 {
  top: 10.8rem !important;
}

.b-10-8 {
  bottom: 10.8rem !important;
}

.pb-10-8 {
  padding-bottom: 10.8rem !important;
}

.pt-10-8 {
  padding-top: 10.8rem !important;
}

.pl-10-8 {
  padding-left: 10.8rem !important;
}

.pr-10-8 {
  padding-right: 10.8rem !important;
}

.px-10-8 {
  padding-right: 10.8rem !important;
  padding-left: 10.8rem !important;
}

.py-10-8 {
  padding-top: 10.8rem !important;
  padding-bottom: 10.8rem !important;
}

.b-10-8 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-8 {
  border-bottom-style: solid;
  border-bottom-width: 10.8rem !important;
}
.bb-10-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.8rem !important;
}

.bt-10-8 {
  border-top-style: solid;
  border-top-width: 10.8rem !important;
}

.bl-10-8 {
  border-left-style: solid;
  border-left-width: 10.8rem !important;
}

.br-10-8 {
  border-right-style: solid;
  border-right-width: 10.8rem !important;
}

.w-10-9 {
  width: 10.9rem !important;
}

.h-10-9 {
  height: 10.9rem !important;
}

.fs-10-9 {
  font-size: 10.9rem !important;
}

.brad-10-9 {
  border-radius: 10.9rem !important;
}

.m-10-9 {
  margin: 10.9rem !important;
}

.m--10-9 {
  margin: -10.9rem !important;
}

.ml-10-9 {
  margin-left: 10.9rem !important;
}

.ml--10-9 {
  margin-left: -10.9rem !important;
}

.mr-10-9 {
  margin-right: 10.9rem !important;
}

.mr--10-9 {
  margin-right: -10.9rem !important;
}

.mt-10-9 {
  margin-top: 10.9rem !important;
}

.mt--10-9 {
  margin-top: -10.9rem !important;
}

.mb-10-9 {
  margin-bottom: 10.9rem !important;
}

.mb--10-9 {
  margin-bottom: -10.9rem !important;
}

.mx-10-9 {
  margin-left: 10.9rem !important;
  margin-right: 10.9rem !important;
}

.my-10-9 {
  margin-bottom: 10.9rem !important;
  margin-top: 10.9rem !important;
}

.p-10-9 {
  padding: 10.9rem !important;
}

.r-10-9 {
  right: 10.9rem !important;
}

.l-10-9 {
  left: 10.9rem !important;
}

.t-10-9 {
  top: 10.9rem !important;
}

.b-10-9 {
  bottom: 10.9rem !important;
}

.pb-10-9 {
  padding-bottom: 10.9rem !important;
}

.pt-10-9 {
  padding-top: 10.9rem !important;
}

.pl-10-9 {
  padding-left: 10.9rem !important;
}

.pr-10-9 {
  padding-right: 10.9rem !important;
}

.px-10-9 {
  padding-right: 10.9rem !important;
  padding-left: 10.9rem !important;
}

.py-10-9 {
  padding-top: 10.9rem !important;
  padding-bottom: 10.9rem !important;
}

.b-10-9 {
  border-style: solid;
  border-width: 10px !important;
}

.bb-10-9 {
  border-bottom-style: solid;
  border-bottom-width: 10.9rem !important;
}
.bb-10-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 10.9rem !important;
}

.bt-10-9 {
  border-top-style: solid;
  border-top-width: 10.9rem !important;
}

.bl-10-9 {
  border-left-style: solid;
  border-left-width: 10.9rem !important;
}

.br-10-9 {
  border-right-style: solid;
  border-right-width: 10.9rem !important;
}

.w-11-0 {
  width: 11rem !important;
}

.h-11-0 {
  height: 11rem !important;
}

.fs-11-0 {
  font-size: 11rem !important;
}

.brad-11-0 {
  border-radius: 11rem !important;
}

.m-11-0 {
  margin: 11rem !important;
}

.m--11-0 {
  margin: -11rem !important;
}

.ml-11-0 {
  margin-left: 11rem !important;
}

.ml--11-0 {
  margin-left: -11rem !important;
}

.mr-11-0 {
  margin-right: 11rem !important;
}

.mr--11-0 {
  margin-right: -11rem !important;
}

.mt-11-0 {
  margin-top: 11rem !important;
}

.mt--11-0 {
  margin-top: -11rem !important;
}

.mb-11-0 {
  margin-bottom: 11rem !important;
}

.mb--11-0 {
  margin-bottom: -11rem !important;
}

.mx-11-0 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.my-11-0 {
  margin-bottom: 11rem !important;
  margin-top: 11rem !important;
}

.p-11-0 {
  padding: 11rem !important;
}

.r-11-0 {
  right: 11rem !important;
}

.l-11-0 {
  left: 11rem !important;
}

.t-11-0 {
  top: 11rem !important;
}

.b-11-0 {
  bottom: 11rem !important;
}

.pb-11-0 {
  padding-bottom: 11rem !important;
}

.pt-11-0 {
  padding-top: 11rem !important;
}

.pl-11-0 {
  padding-left: 11rem !important;
}

.pr-11-0 {
  padding-right: 11rem !important;
}

.px-11-0 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.py-11-0 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.b-11-0 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-0 {
  border-bottom-style: solid;
  border-bottom-width: 11rem !important;
}
.bb-11-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 11rem !important;
}

.bt-11-0 {
  border-top-style: solid;
  border-top-width: 11rem !important;
}

.bl-11-0 {
  border-left-style: solid;
  border-left-width: 11rem !important;
}

.br-11-0 {
  border-right-style: solid;
  border-right-width: 11rem !important;
}

.w-11-1 {
  width: 11.1rem !important;
}

.h-11-1 {
  height: 11.1rem !important;
}

.fs-11-1 {
  font-size: 11.1rem !important;
}

.brad-11-1 {
  border-radius: 11.1rem !important;
}

.m-11-1 {
  margin: 11.1rem !important;
}

.m--11-1 {
  margin: -11.1rem !important;
}

.ml-11-1 {
  margin-left: 11.1rem !important;
}

.ml--11-1 {
  margin-left: -11.1rem !important;
}

.mr-11-1 {
  margin-right: 11.1rem !important;
}

.mr--11-1 {
  margin-right: -11.1rem !important;
}

.mt-11-1 {
  margin-top: 11.1rem !important;
}

.mt--11-1 {
  margin-top: -11.1rem !important;
}

.mb-11-1 {
  margin-bottom: 11.1rem !important;
}

.mb--11-1 {
  margin-bottom: -11.1rem !important;
}

.mx-11-1 {
  margin-left: 11.1rem !important;
  margin-right: 11.1rem !important;
}

.my-11-1 {
  margin-bottom: 11.1rem !important;
  margin-top: 11.1rem !important;
}

.p-11-1 {
  padding: 11.1rem !important;
}

.r-11-1 {
  right: 11.1rem !important;
}

.l-11-1 {
  left: 11.1rem !important;
}

.t-11-1 {
  top: 11.1rem !important;
}

.b-11-1 {
  bottom: 11.1rem !important;
}

.pb-11-1 {
  padding-bottom: 11.1rem !important;
}

.pt-11-1 {
  padding-top: 11.1rem !important;
}

.pl-11-1 {
  padding-left: 11.1rem !important;
}

.pr-11-1 {
  padding-right: 11.1rem !important;
}

.px-11-1 {
  padding-right: 11.1rem !important;
  padding-left: 11.1rem !important;
}

.py-11-1 {
  padding-top: 11.1rem !important;
  padding-bottom: 11.1rem !important;
}

.b-11-1 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-1 {
  border-bottom-style: solid;
  border-bottom-width: 11.1rem !important;
}
.bb-11-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.1rem !important;
}

.bt-11-1 {
  border-top-style: solid;
  border-top-width: 11.1rem !important;
}

.bl-11-1 {
  border-left-style: solid;
  border-left-width: 11.1rem !important;
}

.br-11-1 {
  border-right-style: solid;
  border-right-width: 11.1rem !important;
}

.w-11-2 {
  width: 11.2rem !important;
}

.h-11-2 {
  height: 11.2rem !important;
}

.fs-11-2 {
  font-size: 11.2rem !important;
}

.brad-11-2 {
  border-radius: 11.2rem !important;
}

.m-11-2 {
  margin: 11.2rem !important;
}

.m--11-2 {
  margin: -11.2rem !important;
}

.ml-11-2 {
  margin-left: 11.2rem !important;
}

.ml--11-2 {
  margin-left: -11.2rem !important;
}

.mr-11-2 {
  margin-right: 11.2rem !important;
}

.mr--11-2 {
  margin-right: -11.2rem !important;
}

.mt-11-2 {
  margin-top: 11.2rem !important;
}

.mt--11-2 {
  margin-top: -11.2rem !important;
}

.mb-11-2 {
  margin-bottom: 11.2rem !important;
}

.mb--11-2 {
  margin-bottom: -11.2rem !important;
}

.mx-11-2 {
  margin-left: 11.2rem !important;
  margin-right: 11.2rem !important;
}

.my-11-2 {
  margin-bottom: 11.2rem !important;
  margin-top: 11.2rem !important;
}

.p-11-2 {
  padding: 11.2rem !important;
}

.r-11-2 {
  right: 11.2rem !important;
}

.l-11-2 {
  left: 11.2rem !important;
}

.t-11-2 {
  top: 11.2rem !important;
}

.b-11-2 {
  bottom: 11.2rem !important;
}

.pb-11-2 {
  padding-bottom: 11.2rem !important;
}

.pt-11-2 {
  padding-top: 11.2rem !important;
}

.pl-11-2 {
  padding-left: 11.2rem !important;
}

.pr-11-2 {
  padding-right: 11.2rem !important;
}

.px-11-2 {
  padding-right: 11.2rem !important;
  padding-left: 11.2rem !important;
}

.py-11-2 {
  padding-top: 11.2rem !important;
  padding-bottom: 11.2rem !important;
}

.b-11-2 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-2 {
  border-bottom-style: solid;
  border-bottom-width: 11.2rem !important;
}
.bb-11-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.2rem !important;
}

.bt-11-2 {
  border-top-style: solid;
  border-top-width: 11.2rem !important;
}

.bl-11-2 {
  border-left-style: solid;
  border-left-width: 11.2rem !important;
}

.br-11-2 {
  border-right-style: solid;
  border-right-width: 11.2rem !important;
}

.w-11-3 {
  width: 11.3rem !important;
}

.h-11-3 {
  height: 11.3rem !important;
}

.fs-11-3 {
  font-size: 11.3rem !important;
}

.brad-11-3 {
  border-radius: 11.3rem !important;
}

.m-11-3 {
  margin: 11.3rem !important;
}

.m--11-3 {
  margin: -11.3rem !important;
}

.ml-11-3 {
  margin-left: 11.3rem !important;
}

.ml--11-3 {
  margin-left: -11.3rem !important;
}

.mr-11-3 {
  margin-right: 11.3rem !important;
}

.mr--11-3 {
  margin-right: -11.3rem !important;
}

.mt-11-3 {
  margin-top: 11.3rem !important;
}

.mt--11-3 {
  margin-top: -11.3rem !important;
}

.mb-11-3 {
  margin-bottom: 11.3rem !important;
}

.mb--11-3 {
  margin-bottom: -11.3rem !important;
}

.mx-11-3 {
  margin-left: 11.3rem !important;
  margin-right: 11.3rem !important;
}

.my-11-3 {
  margin-bottom: 11.3rem !important;
  margin-top: 11.3rem !important;
}

.p-11-3 {
  padding: 11.3rem !important;
}

.r-11-3 {
  right: 11.3rem !important;
}

.l-11-3 {
  left: 11.3rem !important;
}

.t-11-3 {
  top: 11.3rem !important;
}

.b-11-3 {
  bottom: 11.3rem !important;
}

.pb-11-3 {
  padding-bottom: 11.3rem !important;
}

.pt-11-3 {
  padding-top: 11.3rem !important;
}

.pl-11-3 {
  padding-left: 11.3rem !important;
}

.pr-11-3 {
  padding-right: 11.3rem !important;
}

.px-11-3 {
  padding-right: 11.3rem !important;
  padding-left: 11.3rem !important;
}

.py-11-3 {
  padding-top: 11.3rem !important;
  padding-bottom: 11.3rem !important;
}

.b-11-3 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-3 {
  border-bottom-style: solid;
  border-bottom-width: 11.3rem !important;
}
.bb-11-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.3rem !important;
}

.bt-11-3 {
  border-top-style: solid;
  border-top-width: 11.3rem !important;
}

.bl-11-3 {
  border-left-style: solid;
  border-left-width: 11.3rem !important;
}

.br-11-3 {
  border-right-style: solid;
  border-right-width: 11.3rem !important;
}

.w-11-4 {
  width: 11.4rem !important;
}

.h-11-4 {
  height: 11.4rem !important;
}

.fs-11-4 {
  font-size: 11.4rem !important;
}

.brad-11-4 {
  border-radius: 11.4rem !important;
}

.m-11-4 {
  margin: 11.4rem !important;
}

.m--11-4 {
  margin: -11.4rem !important;
}

.ml-11-4 {
  margin-left: 11.4rem !important;
}

.ml--11-4 {
  margin-left: -11.4rem !important;
}

.mr-11-4 {
  margin-right: 11.4rem !important;
}

.mr--11-4 {
  margin-right: -11.4rem !important;
}

.mt-11-4 {
  margin-top: 11.4rem !important;
}

.mt--11-4 {
  margin-top: -11.4rem !important;
}

.mb-11-4 {
  margin-bottom: 11.4rem !important;
}

.mb--11-4 {
  margin-bottom: -11.4rem !important;
}

.mx-11-4 {
  margin-left: 11.4rem !important;
  margin-right: 11.4rem !important;
}

.my-11-4 {
  margin-bottom: 11.4rem !important;
  margin-top: 11.4rem !important;
}

.p-11-4 {
  padding: 11.4rem !important;
}

.r-11-4 {
  right: 11.4rem !important;
}

.l-11-4 {
  left: 11.4rem !important;
}

.t-11-4 {
  top: 11.4rem !important;
}

.b-11-4 {
  bottom: 11.4rem !important;
}

.pb-11-4 {
  padding-bottom: 11.4rem !important;
}

.pt-11-4 {
  padding-top: 11.4rem !important;
}

.pl-11-4 {
  padding-left: 11.4rem !important;
}

.pr-11-4 {
  padding-right: 11.4rem !important;
}

.px-11-4 {
  padding-right: 11.4rem !important;
  padding-left: 11.4rem !important;
}

.py-11-4 {
  padding-top: 11.4rem !important;
  padding-bottom: 11.4rem !important;
}

.b-11-4 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-4 {
  border-bottom-style: solid;
  border-bottom-width: 11.4rem !important;
}
.bb-11-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.4rem !important;
}

.bt-11-4 {
  border-top-style: solid;
  border-top-width: 11.4rem !important;
}

.bl-11-4 {
  border-left-style: solid;
  border-left-width: 11.4rem !important;
}

.br-11-4 {
  border-right-style: solid;
  border-right-width: 11.4rem !important;
}

.w-11-5 {
  width: 11.5rem !important;
}

.h-11-5 {
  height: 11.5rem !important;
}

.fs-11-5 {
  font-size: 11.5rem !important;
}

.brad-11-5 {
  border-radius: 11.5rem !important;
}

.m-11-5 {
  margin: 11.5rem !important;
}

.m--11-5 {
  margin: -11.5rem !important;
}

.ml-11-5 {
  margin-left: 11.5rem !important;
}

.ml--11-5 {
  margin-left: -11.5rem !important;
}

.mr-11-5 {
  margin-right: 11.5rem !important;
}

.mr--11-5 {
  margin-right: -11.5rem !important;
}

.mt-11-5 {
  margin-top: 11.5rem !important;
}

.mt--11-5 {
  margin-top: -11.5rem !important;
}

.mb-11-5 {
  margin-bottom: 11.5rem !important;
}

.mb--11-5 {
  margin-bottom: -11.5rem !important;
}

.mx-11-5 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important;
}

.my-11-5 {
  margin-bottom: 11.5rem !important;
  margin-top: 11.5rem !important;
}

.p-11-5 {
  padding: 11.5rem !important;
}

.r-11-5 {
  right: 11.5rem !important;
}

.l-11-5 {
  left: 11.5rem !important;
}

.t-11-5 {
  top: 11.5rem !important;
}

.b-11-5 {
  bottom: 11.5rem !important;
}

.pb-11-5 {
  padding-bottom: 11.5rem !important;
}

.pt-11-5 {
  padding-top: 11.5rem !important;
}

.pl-11-5 {
  padding-left: 11.5rem !important;
}

.pr-11-5 {
  padding-right: 11.5rem !important;
}

.px-11-5 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.b-11-5 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-5 {
  border-bottom-style: solid;
  border-bottom-width: 11.5rem !important;
}
.bb-11-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.5rem !important;
}

.bt-11-5 {
  border-top-style: solid;
  border-top-width: 11.5rem !important;
}

.bl-11-5 {
  border-left-style: solid;
  border-left-width: 11.5rem !important;
}

.br-11-5 {
  border-right-style: solid;
  border-right-width: 11.5rem !important;
}

.w-11-6 {
  width: 11.6rem !important;
}

.h-11-6 {
  height: 11.6rem !important;
}

.fs-11-6 {
  font-size: 11.6rem !important;
}

.brad-11-6 {
  border-radius: 11.6rem !important;
}

.m-11-6 {
  margin: 11.6rem !important;
}

.m--11-6 {
  margin: -11.6rem !important;
}

.ml-11-6 {
  margin-left: 11.6rem !important;
}

.ml--11-6 {
  margin-left: -11.6rem !important;
}

.mr-11-6 {
  margin-right: 11.6rem !important;
}

.mr--11-6 {
  margin-right: -11.6rem !important;
}

.mt-11-6 {
  margin-top: 11.6rem !important;
}

.mt--11-6 {
  margin-top: -11.6rem !important;
}

.mb-11-6 {
  margin-bottom: 11.6rem !important;
}

.mb--11-6 {
  margin-bottom: -11.6rem !important;
}

.mx-11-6 {
  margin-left: 11.6rem !important;
  margin-right: 11.6rem !important;
}

.my-11-6 {
  margin-bottom: 11.6rem !important;
  margin-top: 11.6rem !important;
}

.p-11-6 {
  padding: 11.6rem !important;
}

.r-11-6 {
  right: 11.6rem !important;
}

.l-11-6 {
  left: 11.6rem !important;
}

.t-11-6 {
  top: 11.6rem !important;
}

.b-11-6 {
  bottom: 11.6rem !important;
}

.pb-11-6 {
  padding-bottom: 11.6rem !important;
}

.pt-11-6 {
  padding-top: 11.6rem !important;
}

.pl-11-6 {
  padding-left: 11.6rem !important;
}

.pr-11-6 {
  padding-right: 11.6rem !important;
}

.px-11-6 {
  padding-right: 11.6rem !important;
  padding-left: 11.6rem !important;
}

.py-11-6 {
  padding-top: 11.6rem !important;
  padding-bottom: 11.6rem !important;
}

.b-11-6 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-6 {
  border-bottom-style: solid;
  border-bottom-width: 11.6rem !important;
}
.bb-11-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.6rem !important;
}

.bt-11-6 {
  border-top-style: solid;
  border-top-width: 11.6rem !important;
}

.bl-11-6 {
  border-left-style: solid;
  border-left-width: 11.6rem !important;
}

.br-11-6 {
  border-right-style: solid;
  border-right-width: 11.6rem !important;
}

.w-11-7 {
  width: 11.7rem !important;
}

.h-11-7 {
  height: 11.7rem !important;
}

.fs-11-7 {
  font-size: 11.7rem !important;
}

.brad-11-7 {
  border-radius: 11.7rem !important;
}

.m-11-7 {
  margin: 11.7rem !important;
}

.m--11-7 {
  margin: -11.7rem !important;
}

.ml-11-7 {
  margin-left: 11.7rem !important;
}

.ml--11-7 {
  margin-left: -11.7rem !important;
}

.mr-11-7 {
  margin-right: 11.7rem !important;
}

.mr--11-7 {
  margin-right: -11.7rem !important;
}

.mt-11-7 {
  margin-top: 11.7rem !important;
}

.mt--11-7 {
  margin-top: -11.7rem !important;
}

.mb-11-7 {
  margin-bottom: 11.7rem !important;
}

.mb--11-7 {
  margin-bottom: -11.7rem !important;
}

.mx-11-7 {
  margin-left: 11.7rem !important;
  margin-right: 11.7rem !important;
}

.my-11-7 {
  margin-bottom: 11.7rem !important;
  margin-top: 11.7rem !important;
}

.p-11-7 {
  padding: 11.7rem !important;
}

.r-11-7 {
  right: 11.7rem !important;
}

.l-11-7 {
  left: 11.7rem !important;
}

.t-11-7 {
  top: 11.7rem !important;
}

.b-11-7 {
  bottom: 11.7rem !important;
}

.pb-11-7 {
  padding-bottom: 11.7rem !important;
}

.pt-11-7 {
  padding-top: 11.7rem !important;
}

.pl-11-7 {
  padding-left: 11.7rem !important;
}

.pr-11-7 {
  padding-right: 11.7rem !important;
}

.px-11-7 {
  padding-right: 11.7rem !important;
  padding-left: 11.7rem !important;
}

.py-11-7 {
  padding-top: 11.7rem !important;
  padding-bottom: 11.7rem !important;
}

.b-11-7 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-7 {
  border-bottom-style: solid;
  border-bottom-width: 11.7rem !important;
}
.bb-11-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.7rem !important;
}

.bt-11-7 {
  border-top-style: solid;
  border-top-width: 11.7rem !important;
}

.bl-11-7 {
  border-left-style: solid;
  border-left-width: 11.7rem !important;
}

.br-11-7 {
  border-right-style: solid;
  border-right-width: 11.7rem !important;
}

.w-11-8 {
  width: 11.8rem !important;
}

.h-11-8 {
  height: 11.8rem !important;
}

.fs-11-8 {
  font-size: 11.8rem !important;
}

.brad-11-8 {
  border-radius: 11.8rem !important;
}

.m-11-8 {
  margin: 11.8rem !important;
}

.m--11-8 {
  margin: -11.8rem !important;
}

.ml-11-8 {
  margin-left: 11.8rem !important;
}

.ml--11-8 {
  margin-left: -11.8rem !important;
}

.mr-11-8 {
  margin-right: 11.8rem !important;
}

.mr--11-8 {
  margin-right: -11.8rem !important;
}

.mt-11-8 {
  margin-top: 11.8rem !important;
}

.mt--11-8 {
  margin-top: -11.8rem !important;
}

.mb-11-8 {
  margin-bottom: 11.8rem !important;
}

.mb--11-8 {
  margin-bottom: -11.8rem !important;
}

.mx-11-8 {
  margin-left: 11.8rem !important;
  margin-right: 11.8rem !important;
}

.my-11-8 {
  margin-bottom: 11.8rem !important;
  margin-top: 11.8rem !important;
}

.p-11-8 {
  padding: 11.8rem !important;
}

.r-11-8 {
  right: 11.8rem !important;
}

.l-11-8 {
  left: 11.8rem !important;
}

.t-11-8 {
  top: 11.8rem !important;
}

.b-11-8 {
  bottom: 11.8rem !important;
}

.pb-11-8 {
  padding-bottom: 11.8rem !important;
}

.pt-11-8 {
  padding-top: 11.8rem !important;
}

.pl-11-8 {
  padding-left: 11.8rem !important;
}

.pr-11-8 {
  padding-right: 11.8rem !important;
}

.px-11-8 {
  padding-right: 11.8rem !important;
  padding-left: 11.8rem !important;
}

.py-11-8 {
  padding-top: 11.8rem !important;
  padding-bottom: 11.8rem !important;
}

.b-11-8 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-8 {
  border-bottom-style: solid;
  border-bottom-width: 11.8rem !important;
}
.bb-11-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.8rem !important;
}

.bt-11-8 {
  border-top-style: solid;
  border-top-width: 11.8rem !important;
}

.bl-11-8 {
  border-left-style: solid;
  border-left-width: 11.8rem !important;
}

.br-11-8 {
  border-right-style: solid;
  border-right-width: 11.8rem !important;
}

.w-11-9 {
  width: 11.9rem !important;
}

.h-11-9 {
  height: 11.9rem !important;
}

.fs-11-9 {
  font-size: 11.9rem !important;
}

.brad-11-9 {
  border-radius: 11.9rem !important;
}

.m-11-9 {
  margin: 11.9rem !important;
}

.m--11-9 {
  margin: -11.9rem !important;
}

.ml-11-9 {
  margin-left: 11.9rem !important;
}

.ml--11-9 {
  margin-left: -11.9rem !important;
}

.mr-11-9 {
  margin-right: 11.9rem !important;
}

.mr--11-9 {
  margin-right: -11.9rem !important;
}

.mt-11-9 {
  margin-top: 11.9rem !important;
}

.mt--11-9 {
  margin-top: -11.9rem !important;
}

.mb-11-9 {
  margin-bottom: 11.9rem !important;
}

.mb--11-9 {
  margin-bottom: -11.9rem !important;
}

.mx-11-9 {
  margin-left: 11.9rem !important;
  margin-right: 11.9rem !important;
}

.my-11-9 {
  margin-bottom: 11.9rem !important;
  margin-top: 11.9rem !important;
}

.p-11-9 {
  padding: 11.9rem !important;
}

.r-11-9 {
  right: 11.9rem !important;
}

.l-11-9 {
  left: 11.9rem !important;
}

.t-11-9 {
  top: 11.9rem !important;
}

.b-11-9 {
  bottom: 11.9rem !important;
}

.pb-11-9 {
  padding-bottom: 11.9rem !important;
}

.pt-11-9 {
  padding-top: 11.9rem !important;
}

.pl-11-9 {
  padding-left: 11.9rem !important;
}

.pr-11-9 {
  padding-right: 11.9rem !important;
}

.px-11-9 {
  padding-right: 11.9rem !important;
  padding-left: 11.9rem !important;
}

.py-11-9 {
  padding-top: 11.9rem !important;
  padding-bottom: 11.9rem !important;
}

.b-11-9 {
  border-style: solid;
  border-width: 11px !important;
}

.bb-11-9 {
  border-bottom-style: solid;
  border-bottom-width: 11.9rem !important;
}
.bb-11-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 11.9rem !important;
}

.bt-11-9 {
  border-top-style: solid;
  border-top-width: 11.9rem !important;
}

.bl-11-9 {
  border-left-style: solid;
  border-left-width: 11.9rem !important;
}

.br-11-9 {
  border-right-style: solid;
  border-right-width: 11.9rem !important;
}

.w-12-0 {
  width: 12rem !important;
}

.h-12-0 {
  height: 12rem !important;
}

.fs-12-0 {
  font-size: 12rem !important;
}

.brad-12-0 {
  border-radius: 12rem !important;
}

.m-12-0 {
  margin: 12rem !important;
}

.m--12-0 {
  margin: -12rem !important;
}

.ml-12-0 {
  margin-left: 12rem !important;
}

.ml--12-0 {
  margin-left: -12rem !important;
}

.mr-12-0 {
  margin-right: 12rem !important;
}

.mr--12-0 {
  margin-right: -12rem !important;
}

.mt-12-0 {
  margin-top: 12rem !important;
}

.mt--12-0 {
  margin-top: -12rem !important;
}

.mb-12-0 {
  margin-bottom: 12rem !important;
}

.mb--12-0 {
  margin-bottom: -12rem !important;
}

.mx-12-0 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-12-0 {
  margin-bottom: 12rem !important;
  margin-top: 12rem !important;
}

.p-12-0 {
  padding: 12rem !important;
}

.r-12-0 {
  right: 12rem !important;
}

.l-12-0 {
  left: 12rem !important;
}

.t-12-0 {
  top: 12rem !important;
}

.b-12-0 {
  bottom: 12rem !important;
}

.pb-12-0 {
  padding-bottom: 12rem !important;
}

.pt-12-0 {
  padding-top: 12rem !important;
}

.pl-12-0 {
  padding-left: 12rem !important;
}

.pr-12-0 {
  padding-right: 12rem !important;
}

.px-12-0 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-12-0 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.b-12-0 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-0 {
  border-bottom-style: solid;
  border-bottom-width: 12rem !important;
}
.bb-12-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 12rem !important;
}

.bt-12-0 {
  border-top-style: solid;
  border-top-width: 12rem !important;
}

.bl-12-0 {
  border-left-style: solid;
  border-left-width: 12rem !important;
}

.br-12-0 {
  border-right-style: solid;
  border-right-width: 12rem !important;
}

.w-12-1 {
  width: 12.1rem !important;
}

.h-12-1 {
  height: 12.1rem !important;
}

.fs-12-1 {
  font-size: 12.1rem !important;
}

.brad-12-1 {
  border-radius: 12.1rem !important;
}

.m-12-1 {
  margin: 12.1rem !important;
}

.m--12-1 {
  margin: -12.1rem !important;
}

.ml-12-1 {
  margin-left: 12.1rem !important;
}

.ml--12-1 {
  margin-left: -12.1rem !important;
}

.mr-12-1 {
  margin-right: 12.1rem !important;
}

.mr--12-1 {
  margin-right: -12.1rem !important;
}

.mt-12-1 {
  margin-top: 12.1rem !important;
}

.mt--12-1 {
  margin-top: -12.1rem !important;
}

.mb-12-1 {
  margin-bottom: 12.1rem !important;
}

.mb--12-1 {
  margin-bottom: -12.1rem !important;
}

.mx-12-1 {
  margin-left: 12.1rem !important;
  margin-right: 12.1rem !important;
}

.my-12-1 {
  margin-bottom: 12.1rem !important;
  margin-top: 12.1rem !important;
}

.p-12-1 {
  padding: 12.1rem !important;
}

.r-12-1 {
  right: 12.1rem !important;
}

.l-12-1 {
  left: 12.1rem !important;
}

.t-12-1 {
  top: 12.1rem !important;
}

.b-12-1 {
  bottom: 12.1rem !important;
}

.pb-12-1 {
  padding-bottom: 12.1rem !important;
}

.pt-12-1 {
  padding-top: 12.1rem !important;
}

.pl-12-1 {
  padding-left: 12.1rem !important;
}

.pr-12-1 {
  padding-right: 12.1rem !important;
}

.px-12-1 {
  padding-right: 12.1rem !important;
  padding-left: 12.1rem !important;
}

.py-12-1 {
  padding-top: 12.1rem !important;
  padding-bottom: 12.1rem !important;
}

.b-12-1 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-1 {
  border-bottom-style: solid;
  border-bottom-width: 12.1rem !important;
}
.bb-12-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.1rem !important;
}

.bt-12-1 {
  border-top-style: solid;
  border-top-width: 12.1rem !important;
}

.bl-12-1 {
  border-left-style: solid;
  border-left-width: 12.1rem !important;
}

.br-12-1 {
  border-right-style: solid;
  border-right-width: 12.1rem !important;
}

.w-12-2 {
  width: 12.2rem !important;
}

.h-12-2 {
  height: 12.2rem !important;
}

.fs-12-2 {
  font-size: 12.2rem !important;
}

.brad-12-2 {
  border-radius: 12.2rem !important;
}

.m-12-2 {
  margin: 12.2rem !important;
}

.m--12-2 {
  margin: -12.2rem !important;
}

.ml-12-2 {
  margin-left: 12.2rem !important;
}

.ml--12-2 {
  margin-left: -12.2rem !important;
}

.mr-12-2 {
  margin-right: 12.2rem !important;
}

.mr--12-2 {
  margin-right: -12.2rem !important;
}

.mt-12-2 {
  margin-top: 12.2rem !important;
}

.mt--12-2 {
  margin-top: -12.2rem !important;
}

.mb-12-2 {
  margin-bottom: 12.2rem !important;
}

.mb--12-2 {
  margin-bottom: -12.2rem !important;
}

.mx-12-2 {
  margin-left: 12.2rem !important;
  margin-right: 12.2rem !important;
}

.my-12-2 {
  margin-bottom: 12.2rem !important;
  margin-top: 12.2rem !important;
}

.p-12-2 {
  padding: 12.2rem !important;
}

.r-12-2 {
  right: 12.2rem !important;
}

.l-12-2 {
  left: 12.2rem !important;
}

.t-12-2 {
  top: 12.2rem !important;
}

.b-12-2 {
  bottom: 12.2rem !important;
}

.pb-12-2 {
  padding-bottom: 12.2rem !important;
}

.pt-12-2 {
  padding-top: 12.2rem !important;
}

.pl-12-2 {
  padding-left: 12.2rem !important;
}

.pr-12-2 {
  padding-right: 12.2rem !important;
}

.px-12-2 {
  padding-right: 12.2rem !important;
  padding-left: 12.2rem !important;
}

.py-12-2 {
  padding-top: 12.2rem !important;
  padding-bottom: 12.2rem !important;
}

.b-12-2 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-2 {
  border-bottom-style: solid;
  border-bottom-width: 12.2rem !important;
}
.bb-12-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.2rem !important;
}

.bt-12-2 {
  border-top-style: solid;
  border-top-width: 12.2rem !important;
}

.bl-12-2 {
  border-left-style: solid;
  border-left-width: 12.2rem !important;
}

.br-12-2 {
  border-right-style: solid;
  border-right-width: 12.2rem !important;
}

.w-12-3 {
  width: 12.3rem !important;
}

.h-12-3 {
  height: 12.3rem !important;
}

.fs-12-3 {
  font-size: 12.3rem !important;
}

.brad-12-3 {
  border-radius: 12.3rem !important;
}

.m-12-3 {
  margin: 12.3rem !important;
}

.m--12-3 {
  margin: -12.3rem !important;
}

.ml-12-3 {
  margin-left: 12.3rem !important;
}

.ml--12-3 {
  margin-left: -12.3rem !important;
}

.mr-12-3 {
  margin-right: 12.3rem !important;
}

.mr--12-3 {
  margin-right: -12.3rem !important;
}

.mt-12-3 {
  margin-top: 12.3rem !important;
}

.mt--12-3 {
  margin-top: -12.3rem !important;
}

.mb-12-3 {
  margin-bottom: 12.3rem !important;
}

.mb--12-3 {
  margin-bottom: -12.3rem !important;
}

.mx-12-3 {
  margin-left: 12.3rem !important;
  margin-right: 12.3rem !important;
}

.my-12-3 {
  margin-bottom: 12.3rem !important;
  margin-top: 12.3rem !important;
}

.p-12-3 {
  padding: 12.3rem !important;
}

.r-12-3 {
  right: 12.3rem !important;
}

.l-12-3 {
  left: 12.3rem !important;
}

.t-12-3 {
  top: 12.3rem !important;
}

.b-12-3 {
  bottom: 12.3rem !important;
}

.pb-12-3 {
  padding-bottom: 12.3rem !important;
}

.pt-12-3 {
  padding-top: 12.3rem !important;
}

.pl-12-3 {
  padding-left: 12.3rem !important;
}

.pr-12-3 {
  padding-right: 12.3rem !important;
}

.px-12-3 {
  padding-right: 12.3rem !important;
  padding-left: 12.3rem !important;
}

.py-12-3 {
  padding-top: 12.3rem !important;
  padding-bottom: 12.3rem !important;
}

.b-12-3 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-3 {
  border-bottom-style: solid;
  border-bottom-width: 12.3rem !important;
}
.bb-12-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.3rem !important;
}

.bt-12-3 {
  border-top-style: solid;
  border-top-width: 12.3rem !important;
}

.bl-12-3 {
  border-left-style: solid;
  border-left-width: 12.3rem !important;
}

.br-12-3 {
  border-right-style: solid;
  border-right-width: 12.3rem !important;
}

.w-12-4 {
  width: 12.4rem !important;
}

.h-12-4 {
  height: 12.4rem !important;
}

.fs-12-4 {
  font-size: 12.4rem !important;
}

.brad-12-4 {
  border-radius: 12.4rem !important;
}

.m-12-4 {
  margin: 12.4rem !important;
}

.m--12-4 {
  margin: -12.4rem !important;
}

.ml-12-4 {
  margin-left: 12.4rem !important;
}

.ml--12-4 {
  margin-left: -12.4rem !important;
}

.mr-12-4 {
  margin-right: 12.4rem !important;
}

.mr--12-4 {
  margin-right: -12.4rem !important;
}

.mt-12-4 {
  margin-top: 12.4rem !important;
}

.mt--12-4 {
  margin-top: -12.4rem !important;
}

.mb-12-4 {
  margin-bottom: 12.4rem !important;
}

.mb--12-4 {
  margin-bottom: -12.4rem !important;
}

.mx-12-4 {
  margin-left: 12.4rem !important;
  margin-right: 12.4rem !important;
}

.my-12-4 {
  margin-bottom: 12.4rem !important;
  margin-top: 12.4rem !important;
}

.p-12-4 {
  padding: 12.4rem !important;
}

.r-12-4 {
  right: 12.4rem !important;
}

.l-12-4 {
  left: 12.4rem !important;
}

.t-12-4 {
  top: 12.4rem !important;
}

.b-12-4 {
  bottom: 12.4rem !important;
}

.pb-12-4 {
  padding-bottom: 12.4rem !important;
}

.pt-12-4 {
  padding-top: 12.4rem !important;
}

.pl-12-4 {
  padding-left: 12.4rem !important;
}

.pr-12-4 {
  padding-right: 12.4rem !important;
}

.px-12-4 {
  padding-right: 12.4rem !important;
  padding-left: 12.4rem !important;
}

.py-12-4 {
  padding-top: 12.4rem !important;
  padding-bottom: 12.4rem !important;
}

.b-12-4 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-4 {
  border-bottom-style: solid;
  border-bottom-width: 12.4rem !important;
}
.bb-12-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.4rem !important;
}

.bt-12-4 {
  border-top-style: solid;
  border-top-width: 12.4rem !important;
}

.bl-12-4 {
  border-left-style: solid;
  border-left-width: 12.4rem !important;
}

.br-12-4 {
  border-right-style: solid;
  border-right-width: 12.4rem !important;
}

.w-12-5 {
  width: 12.5rem !important;
}

.h-12-5 {
  height: 12.5rem !important;
}

.fs-12-5 {
  font-size: 12.5rem !important;
}

.brad-12-5 {
  border-radius: 12.5rem !important;
}

.m-12-5 {
  margin: 12.5rem !important;
}

.m--12-5 {
  margin: -12.5rem !important;
}

.ml-12-5 {
  margin-left: 12.5rem !important;
}

.ml--12-5 {
  margin-left: -12.5rem !important;
}

.mr-12-5 {
  margin-right: 12.5rem !important;
}

.mr--12-5 {
  margin-right: -12.5rem !important;
}

.mt-12-5 {
  margin-top: 12.5rem !important;
}

.mt--12-5 {
  margin-top: -12.5rem !important;
}

.mb-12-5 {
  margin-bottom: 12.5rem !important;
}

.mb--12-5 {
  margin-bottom: -12.5rem !important;
}

.mx-12-5 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

.my-12-5 {
  margin-bottom: 12.5rem !important;
  margin-top: 12.5rem !important;
}

.p-12-5 {
  padding: 12.5rem !important;
}

.r-12-5 {
  right: 12.5rem !important;
}

.l-12-5 {
  left: 12.5rem !important;
}

.t-12-5 {
  top: 12.5rem !important;
}

.b-12-5 {
  bottom: 12.5rem !important;
}

.pb-12-5 {
  padding-bottom: 12.5rem !important;
}

.pt-12-5 {
  padding-top: 12.5rem !important;
}

.pl-12-5 {
  padding-left: 12.5rem !important;
}

.pr-12-5 {
  padding-right: 12.5rem !important;
}

.px-12-5 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.b-12-5 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-5 {
  border-bottom-style: solid;
  border-bottom-width: 12.5rem !important;
}
.bb-12-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.5rem !important;
}

.bt-12-5 {
  border-top-style: solid;
  border-top-width: 12.5rem !important;
}

.bl-12-5 {
  border-left-style: solid;
  border-left-width: 12.5rem !important;
}

.br-12-5 {
  border-right-style: solid;
  border-right-width: 12.5rem !important;
}

.w-12-6 {
  width: 12.6rem !important;
}

.h-12-6 {
  height: 12.6rem !important;
}

.fs-12-6 {
  font-size: 12.6rem !important;
}

.brad-12-6 {
  border-radius: 12.6rem !important;
}

.m-12-6 {
  margin: 12.6rem !important;
}

.m--12-6 {
  margin: -12.6rem !important;
}

.ml-12-6 {
  margin-left: 12.6rem !important;
}

.ml--12-6 {
  margin-left: -12.6rem !important;
}

.mr-12-6 {
  margin-right: 12.6rem !important;
}

.mr--12-6 {
  margin-right: -12.6rem !important;
}

.mt-12-6 {
  margin-top: 12.6rem !important;
}

.mt--12-6 {
  margin-top: -12.6rem !important;
}

.mb-12-6 {
  margin-bottom: 12.6rem !important;
}

.mb--12-6 {
  margin-bottom: -12.6rem !important;
}

.mx-12-6 {
  margin-left: 12.6rem !important;
  margin-right: 12.6rem !important;
}

.my-12-6 {
  margin-bottom: 12.6rem !important;
  margin-top: 12.6rem !important;
}

.p-12-6 {
  padding: 12.6rem !important;
}

.r-12-6 {
  right: 12.6rem !important;
}

.l-12-6 {
  left: 12.6rem !important;
}

.t-12-6 {
  top: 12.6rem !important;
}

.b-12-6 {
  bottom: 12.6rem !important;
}

.pb-12-6 {
  padding-bottom: 12.6rem !important;
}

.pt-12-6 {
  padding-top: 12.6rem !important;
}

.pl-12-6 {
  padding-left: 12.6rem !important;
}

.pr-12-6 {
  padding-right: 12.6rem !important;
}

.px-12-6 {
  padding-right: 12.6rem !important;
  padding-left: 12.6rem !important;
}

.py-12-6 {
  padding-top: 12.6rem !important;
  padding-bottom: 12.6rem !important;
}

.b-12-6 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-6 {
  border-bottom-style: solid;
  border-bottom-width: 12.6rem !important;
}
.bb-12-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.6rem !important;
}

.bt-12-6 {
  border-top-style: solid;
  border-top-width: 12.6rem !important;
}

.bl-12-6 {
  border-left-style: solid;
  border-left-width: 12.6rem !important;
}

.br-12-6 {
  border-right-style: solid;
  border-right-width: 12.6rem !important;
}

.w-12-7 {
  width: 12.7rem !important;
}

.h-12-7 {
  height: 12.7rem !important;
}

.fs-12-7 {
  font-size: 12.7rem !important;
}

.brad-12-7 {
  border-radius: 12.7rem !important;
}

.m-12-7 {
  margin: 12.7rem !important;
}

.m--12-7 {
  margin: -12.7rem !important;
}

.ml-12-7 {
  margin-left: 12.7rem !important;
}

.ml--12-7 {
  margin-left: -12.7rem !important;
}

.mr-12-7 {
  margin-right: 12.7rem !important;
}

.mr--12-7 {
  margin-right: -12.7rem !important;
}

.mt-12-7 {
  margin-top: 12.7rem !important;
}

.mt--12-7 {
  margin-top: -12.7rem !important;
}

.mb-12-7 {
  margin-bottom: 12.7rem !important;
}

.mb--12-7 {
  margin-bottom: -12.7rem !important;
}

.mx-12-7 {
  margin-left: 12.7rem !important;
  margin-right: 12.7rem !important;
}

.my-12-7 {
  margin-bottom: 12.7rem !important;
  margin-top: 12.7rem !important;
}

.p-12-7 {
  padding: 12.7rem !important;
}

.r-12-7 {
  right: 12.7rem !important;
}

.l-12-7 {
  left: 12.7rem !important;
}

.t-12-7 {
  top: 12.7rem !important;
}

.b-12-7 {
  bottom: 12.7rem !important;
}

.pb-12-7 {
  padding-bottom: 12.7rem !important;
}

.pt-12-7 {
  padding-top: 12.7rem !important;
}

.pl-12-7 {
  padding-left: 12.7rem !important;
}

.pr-12-7 {
  padding-right: 12.7rem !important;
}

.px-12-7 {
  padding-right: 12.7rem !important;
  padding-left: 12.7rem !important;
}

.py-12-7 {
  padding-top: 12.7rem !important;
  padding-bottom: 12.7rem !important;
}

.b-12-7 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-7 {
  border-bottom-style: solid;
  border-bottom-width: 12.7rem !important;
}
.bb-12-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.7rem !important;
}

.bt-12-7 {
  border-top-style: solid;
  border-top-width: 12.7rem !important;
}

.bl-12-7 {
  border-left-style: solid;
  border-left-width: 12.7rem !important;
}

.br-12-7 {
  border-right-style: solid;
  border-right-width: 12.7rem !important;
}

.w-12-8 {
  width: 12.8rem !important;
}

.h-12-8 {
  height: 12.8rem !important;
}

.fs-12-8 {
  font-size: 12.8rem !important;
}

.brad-12-8 {
  border-radius: 12.8rem !important;
}

.m-12-8 {
  margin: 12.8rem !important;
}

.m--12-8 {
  margin: -12.8rem !important;
}

.ml-12-8 {
  margin-left: 12.8rem !important;
}

.ml--12-8 {
  margin-left: -12.8rem !important;
}

.mr-12-8 {
  margin-right: 12.8rem !important;
}

.mr--12-8 {
  margin-right: -12.8rem !important;
}

.mt-12-8 {
  margin-top: 12.8rem !important;
}

.mt--12-8 {
  margin-top: -12.8rem !important;
}

.mb-12-8 {
  margin-bottom: 12.8rem !important;
}

.mb--12-8 {
  margin-bottom: -12.8rem !important;
}

.mx-12-8 {
  margin-left: 12.8rem !important;
  margin-right: 12.8rem !important;
}

.my-12-8 {
  margin-bottom: 12.8rem !important;
  margin-top: 12.8rem !important;
}

.p-12-8 {
  padding: 12.8rem !important;
}

.r-12-8 {
  right: 12.8rem !important;
}

.l-12-8 {
  left: 12.8rem !important;
}

.t-12-8 {
  top: 12.8rem !important;
}

.b-12-8 {
  bottom: 12.8rem !important;
}

.pb-12-8 {
  padding-bottom: 12.8rem !important;
}

.pt-12-8 {
  padding-top: 12.8rem !important;
}

.pl-12-8 {
  padding-left: 12.8rem !important;
}

.pr-12-8 {
  padding-right: 12.8rem !important;
}

.px-12-8 {
  padding-right: 12.8rem !important;
  padding-left: 12.8rem !important;
}

.py-12-8 {
  padding-top: 12.8rem !important;
  padding-bottom: 12.8rem !important;
}

.b-12-8 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-8 {
  border-bottom-style: solid;
  border-bottom-width: 12.8rem !important;
}
.bb-12-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.8rem !important;
}

.bt-12-8 {
  border-top-style: solid;
  border-top-width: 12.8rem !important;
}

.bl-12-8 {
  border-left-style: solid;
  border-left-width: 12.8rem !important;
}

.br-12-8 {
  border-right-style: solid;
  border-right-width: 12.8rem !important;
}

.w-12-9 {
  width: 12.9rem !important;
}

.h-12-9 {
  height: 12.9rem !important;
}

.fs-12-9 {
  font-size: 12.9rem !important;
}

.brad-12-9 {
  border-radius: 12.9rem !important;
}

.m-12-9 {
  margin: 12.9rem !important;
}

.m--12-9 {
  margin: -12.9rem !important;
}

.ml-12-9 {
  margin-left: 12.9rem !important;
}

.ml--12-9 {
  margin-left: -12.9rem !important;
}

.mr-12-9 {
  margin-right: 12.9rem !important;
}

.mr--12-9 {
  margin-right: -12.9rem !important;
}

.mt-12-9 {
  margin-top: 12.9rem !important;
}

.mt--12-9 {
  margin-top: -12.9rem !important;
}

.mb-12-9 {
  margin-bottom: 12.9rem !important;
}

.mb--12-9 {
  margin-bottom: -12.9rem !important;
}

.mx-12-9 {
  margin-left: 12.9rem !important;
  margin-right: 12.9rem !important;
}

.my-12-9 {
  margin-bottom: 12.9rem !important;
  margin-top: 12.9rem !important;
}

.p-12-9 {
  padding: 12.9rem !important;
}

.r-12-9 {
  right: 12.9rem !important;
}

.l-12-9 {
  left: 12.9rem !important;
}

.t-12-9 {
  top: 12.9rem !important;
}

.b-12-9 {
  bottom: 12.9rem !important;
}

.pb-12-9 {
  padding-bottom: 12.9rem !important;
}

.pt-12-9 {
  padding-top: 12.9rem !important;
}

.pl-12-9 {
  padding-left: 12.9rem !important;
}

.pr-12-9 {
  padding-right: 12.9rem !important;
}

.px-12-9 {
  padding-right: 12.9rem !important;
  padding-left: 12.9rem !important;
}

.py-12-9 {
  padding-top: 12.9rem !important;
  padding-bottom: 12.9rem !important;
}

.b-12-9 {
  border-style: solid;
  border-width: 12px !important;
}

.bb-12-9 {
  border-bottom-style: solid;
  border-bottom-width: 12.9rem !important;
}
.bb-12-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 12.9rem !important;
}

.bt-12-9 {
  border-top-style: solid;
  border-top-width: 12.9rem !important;
}

.bl-12-9 {
  border-left-style: solid;
  border-left-width: 12.9rem !important;
}

.br-12-9 {
  border-right-style: solid;
  border-right-width: 12.9rem !important;
}

.w-13-0 {
  width: 13rem !important;
}

.h-13-0 {
  height: 13rem !important;
}

.fs-13-0 {
  font-size: 13rem !important;
}

.brad-13-0 {
  border-radius: 13rem !important;
}

.m-13-0 {
  margin: 13rem !important;
}

.m--13-0 {
  margin: -13rem !important;
}

.ml-13-0 {
  margin-left: 13rem !important;
}

.ml--13-0 {
  margin-left: -13rem !important;
}

.mr-13-0 {
  margin-right: 13rem !important;
}

.mr--13-0 {
  margin-right: -13rem !important;
}

.mt-13-0 {
  margin-top: 13rem !important;
}

.mt--13-0 {
  margin-top: -13rem !important;
}

.mb-13-0 {
  margin-bottom: 13rem !important;
}

.mb--13-0 {
  margin-bottom: -13rem !important;
}

.mx-13-0 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.my-13-0 {
  margin-bottom: 13rem !important;
  margin-top: 13rem !important;
}

.p-13-0 {
  padding: 13rem !important;
}

.r-13-0 {
  right: 13rem !important;
}

.l-13-0 {
  left: 13rem !important;
}

.t-13-0 {
  top: 13rem !important;
}

.b-13-0 {
  bottom: 13rem !important;
}

.pb-13-0 {
  padding-bottom: 13rem !important;
}

.pt-13-0 {
  padding-top: 13rem !important;
}

.pl-13-0 {
  padding-left: 13rem !important;
}

.pr-13-0 {
  padding-right: 13rem !important;
}

.px-13-0 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.py-13-0 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.b-13-0 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-0 {
  border-bottom-style: solid;
  border-bottom-width: 13rem !important;
}
.bb-13-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 13rem !important;
}

.bt-13-0 {
  border-top-style: solid;
  border-top-width: 13rem !important;
}

.bl-13-0 {
  border-left-style: solid;
  border-left-width: 13rem !important;
}

.br-13-0 {
  border-right-style: solid;
  border-right-width: 13rem !important;
}

.w-13-1 {
  width: 13.1rem !important;
}

.h-13-1 {
  height: 13.1rem !important;
}

.fs-13-1 {
  font-size: 13.1rem !important;
}

.brad-13-1 {
  border-radius: 13.1rem !important;
}

.m-13-1 {
  margin: 13.1rem !important;
}

.m--13-1 {
  margin: -13.1rem !important;
}

.ml-13-1 {
  margin-left: 13.1rem !important;
}

.ml--13-1 {
  margin-left: -13.1rem !important;
}

.mr-13-1 {
  margin-right: 13.1rem !important;
}

.mr--13-1 {
  margin-right: -13.1rem !important;
}

.mt-13-1 {
  margin-top: 13.1rem !important;
}

.mt--13-1 {
  margin-top: -13.1rem !important;
}

.mb-13-1 {
  margin-bottom: 13.1rem !important;
}

.mb--13-1 {
  margin-bottom: -13.1rem !important;
}

.mx-13-1 {
  margin-left: 13.1rem !important;
  margin-right: 13.1rem !important;
}

.my-13-1 {
  margin-bottom: 13.1rem !important;
  margin-top: 13.1rem !important;
}

.p-13-1 {
  padding: 13.1rem !important;
}

.r-13-1 {
  right: 13.1rem !important;
}

.l-13-1 {
  left: 13.1rem !important;
}

.t-13-1 {
  top: 13.1rem !important;
}

.b-13-1 {
  bottom: 13.1rem !important;
}

.pb-13-1 {
  padding-bottom: 13.1rem !important;
}

.pt-13-1 {
  padding-top: 13.1rem !important;
}

.pl-13-1 {
  padding-left: 13.1rem !important;
}

.pr-13-1 {
  padding-right: 13.1rem !important;
}

.px-13-1 {
  padding-right: 13.1rem !important;
  padding-left: 13.1rem !important;
}

.py-13-1 {
  padding-top: 13.1rem !important;
  padding-bottom: 13.1rem !important;
}

.b-13-1 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-1 {
  border-bottom-style: solid;
  border-bottom-width: 13.1rem !important;
}
.bb-13-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.1rem !important;
}

.bt-13-1 {
  border-top-style: solid;
  border-top-width: 13.1rem !important;
}

.bl-13-1 {
  border-left-style: solid;
  border-left-width: 13.1rem !important;
}

.br-13-1 {
  border-right-style: solid;
  border-right-width: 13.1rem !important;
}

.w-13-2 {
  width: 13.2rem !important;
}

.h-13-2 {
  height: 13.2rem !important;
}

.fs-13-2 {
  font-size: 13.2rem !important;
}

.brad-13-2 {
  border-radius: 13.2rem !important;
}

.m-13-2 {
  margin: 13.2rem !important;
}

.m--13-2 {
  margin: -13.2rem !important;
}

.ml-13-2 {
  margin-left: 13.2rem !important;
}

.ml--13-2 {
  margin-left: -13.2rem !important;
}

.mr-13-2 {
  margin-right: 13.2rem !important;
}

.mr--13-2 {
  margin-right: -13.2rem !important;
}

.mt-13-2 {
  margin-top: 13.2rem !important;
}

.mt--13-2 {
  margin-top: -13.2rem !important;
}

.mb-13-2 {
  margin-bottom: 13.2rem !important;
}

.mb--13-2 {
  margin-bottom: -13.2rem !important;
}

.mx-13-2 {
  margin-left: 13.2rem !important;
  margin-right: 13.2rem !important;
}

.my-13-2 {
  margin-bottom: 13.2rem !important;
  margin-top: 13.2rem !important;
}

.p-13-2 {
  padding: 13.2rem !important;
}

.r-13-2 {
  right: 13.2rem !important;
}

.l-13-2 {
  left: 13.2rem !important;
}

.t-13-2 {
  top: 13.2rem !important;
}

.b-13-2 {
  bottom: 13.2rem !important;
}

.pb-13-2 {
  padding-bottom: 13.2rem !important;
}

.pt-13-2 {
  padding-top: 13.2rem !important;
}

.pl-13-2 {
  padding-left: 13.2rem !important;
}

.pr-13-2 {
  padding-right: 13.2rem !important;
}

.px-13-2 {
  padding-right: 13.2rem !important;
  padding-left: 13.2rem !important;
}

.py-13-2 {
  padding-top: 13.2rem !important;
  padding-bottom: 13.2rem !important;
}

.b-13-2 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-2 {
  border-bottom-style: solid;
  border-bottom-width: 13.2rem !important;
}
.bb-13-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.2rem !important;
}

.bt-13-2 {
  border-top-style: solid;
  border-top-width: 13.2rem !important;
}

.bl-13-2 {
  border-left-style: solid;
  border-left-width: 13.2rem !important;
}

.br-13-2 {
  border-right-style: solid;
  border-right-width: 13.2rem !important;
}

.w-13-3 {
  width: 13.3rem !important;
}

.h-13-3 {
  height: 13.3rem !important;
}

.fs-13-3 {
  font-size: 13.3rem !important;
}

.brad-13-3 {
  border-radius: 13.3rem !important;
}

.m-13-3 {
  margin: 13.3rem !important;
}

.m--13-3 {
  margin: -13.3rem !important;
}

.ml-13-3 {
  margin-left: 13.3rem !important;
}

.ml--13-3 {
  margin-left: -13.3rem !important;
}

.mr-13-3 {
  margin-right: 13.3rem !important;
}

.mr--13-3 {
  margin-right: -13.3rem !important;
}

.mt-13-3 {
  margin-top: 13.3rem !important;
}

.mt--13-3 {
  margin-top: -13.3rem !important;
}

.mb-13-3 {
  margin-bottom: 13.3rem !important;
}

.mb--13-3 {
  margin-bottom: -13.3rem !important;
}

.mx-13-3 {
  margin-left: 13.3rem !important;
  margin-right: 13.3rem !important;
}

.my-13-3 {
  margin-bottom: 13.3rem !important;
  margin-top: 13.3rem !important;
}

.p-13-3 {
  padding: 13.3rem !important;
}

.r-13-3 {
  right: 13.3rem !important;
}

.l-13-3 {
  left: 13.3rem !important;
}

.t-13-3 {
  top: 13.3rem !important;
}

.b-13-3 {
  bottom: 13.3rem !important;
}

.pb-13-3 {
  padding-bottom: 13.3rem !important;
}

.pt-13-3 {
  padding-top: 13.3rem !important;
}

.pl-13-3 {
  padding-left: 13.3rem !important;
}

.pr-13-3 {
  padding-right: 13.3rem !important;
}

.px-13-3 {
  padding-right: 13.3rem !important;
  padding-left: 13.3rem !important;
}

.py-13-3 {
  padding-top: 13.3rem !important;
  padding-bottom: 13.3rem !important;
}

.b-13-3 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-3 {
  border-bottom-style: solid;
  border-bottom-width: 13.3rem !important;
}
.bb-13-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.3rem !important;
}

.bt-13-3 {
  border-top-style: solid;
  border-top-width: 13.3rem !important;
}

.bl-13-3 {
  border-left-style: solid;
  border-left-width: 13.3rem !important;
}

.br-13-3 {
  border-right-style: solid;
  border-right-width: 13.3rem !important;
}

.w-13-4 {
  width: 13.4rem !important;
}

.h-13-4 {
  height: 13.4rem !important;
}

.fs-13-4 {
  font-size: 13.4rem !important;
}

.brad-13-4 {
  border-radius: 13.4rem !important;
}

.m-13-4 {
  margin: 13.4rem !important;
}

.m--13-4 {
  margin: -13.4rem !important;
}

.ml-13-4 {
  margin-left: 13.4rem !important;
}

.ml--13-4 {
  margin-left: -13.4rem !important;
}

.mr-13-4 {
  margin-right: 13.4rem !important;
}

.mr--13-4 {
  margin-right: -13.4rem !important;
}

.mt-13-4 {
  margin-top: 13.4rem !important;
}

.mt--13-4 {
  margin-top: -13.4rem !important;
}

.mb-13-4 {
  margin-bottom: 13.4rem !important;
}

.mb--13-4 {
  margin-bottom: -13.4rem !important;
}

.mx-13-4 {
  margin-left: 13.4rem !important;
  margin-right: 13.4rem !important;
}

.my-13-4 {
  margin-bottom: 13.4rem !important;
  margin-top: 13.4rem !important;
}

.p-13-4 {
  padding: 13.4rem !important;
}

.r-13-4 {
  right: 13.4rem !important;
}

.l-13-4 {
  left: 13.4rem !important;
}

.t-13-4 {
  top: 13.4rem !important;
}

.b-13-4 {
  bottom: 13.4rem !important;
}

.pb-13-4 {
  padding-bottom: 13.4rem !important;
}

.pt-13-4 {
  padding-top: 13.4rem !important;
}

.pl-13-4 {
  padding-left: 13.4rem !important;
}

.pr-13-4 {
  padding-right: 13.4rem !important;
}

.px-13-4 {
  padding-right: 13.4rem !important;
  padding-left: 13.4rem !important;
}

.py-13-4 {
  padding-top: 13.4rem !important;
  padding-bottom: 13.4rem !important;
}

.b-13-4 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-4 {
  border-bottom-style: solid;
  border-bottom-width: 13.4rem !important;
}
.bb-13-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.4rem !important;
}

.bt-13-4 {
  border-top-style: solid;
  border-top-width: 13.4rem !important;
}

.bl-13-4 {
  border-left-style: solid;
  border-left-width: 13.4rem !important;
}

.br-13-4 {
  border-right-style: solid;
  border-right-width: 13.4rem !important;
}

.w-13-5 {
  width: 13.5rem !important;
}

.h-13-5 {
  height: 13.5rem !important;
}

.fs-13-5 {
  font-size: 13.5rem !important;
}

.brad-13-5 {
  border-radius: 13.5rem !important;
}

.m-13-5 {
  margin: 13.5rem !important;
}

.m--13-5 {
  margin: -13.5rem !important;
}

.ml-13-5 {
  margin-left: 13.5rem !important;
}

.ml--13-5 {
  margin-left: -13.5rem !important;
}

.mr-13-5 {
  margin-right: 13.5rem !important;
}

.mr--13-5 {
  margin-right: -13.5rem !important;
}

.mt-13-5 {
  margin-top: 13.5rem !important;
}

.mt--13-5 {
  margin-top: -13.5rem !important;
}

.mb-13-5 {
  margin-bottom: 13.5rem !important;
}

.mb--13-5 {
  margin-bottom: -13.5rem !important;
}

.mx-13-5 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important;
}

.my-13-5 {
  margin-bottom: 13.5rem !important;
  margin-top: 13.5rem !important;
}

.p-13-5 {
  padding: 13.5rem !important;
}

.r-13-5 {
  right: 13.5rem !important;
}

.l-13-5 {
  left: 13.5rem !important;
}

.t-13-5 {
  top: 13.5rem !important;
}

.b-13-5 {
  bottom: 13.5rem !important;
}

.pb-13-5 {
  padding-bottom: 13.5rem !important;
}

.pt-13-5 {
  padding-top: 13.5rem !important;
}

.pl-13-5 {
  padding-left: 13.5rem !important;
}

.pr-13-5 {
  padding-right: 13.5rem !important;
}

.px-13-5 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.b-13-5 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-5 {
  border-bottom-style: solid;
  border-bottom-width: 13.5rem !important;
}
.bb-13-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.5rem !important;
}

.bt-13-5 {
  border-top-style: solid;
  border-top-width: 13.5rem !important;
}

.bl-13-5 {
  border-left-style: solid;
  border-left-width: 13.5rem !important;
}

.br-13-5 {
  border-right-style: solid;
  border-right-width: 13.5rem !important;
}

.w-13-6 {
  width: 13.6rem !important;
}

.h-13-6 {
  height: 13.6rem !important;
}

.fs-13-6 {
  font-size: 13.6rem !important;
}

.brad-13-6 {
  border-radius: 13.6rem !important;
}

.m-13-6 {
  margin: 13.6rem !important;
}

.m--13-6 {
  margin: -13.6rem !important;
}

.ml-13-6 {
  margin-left: 13.6rem !important;
}

.ml--13-6 {
  margin-left: -13.6rem !important;
}

.mr-13-6 {
  margin-right: 13.6rem !important;
}

.mr--13-6 {
  margin-right: -13.6rem !important;
}

.mt-13-6 {
  margin-top: 13.6rem !important;
}

.mt--13-6 {
  margin-top: -13.6rem !important;
}

.mb-13-6 {
  margin-bottom: 13.6rem !important;
}

.mb--13-6 {
  margin-bottom: -13.6rem !important;
}

.mx-13-6 {
  margin-left: 13.6rem !important;
  margin-right: 13.6rem !important;
}

.my-13-6 {
  margin-bottom: 13.6rem !important;
  margin-top: 13.6rem !important;
}

.p-13-6 {
  padding: 13.6rem !important;
}

.r-13-6 {
  right: 13.6rem !important;
}

.l-13-6 {
  left: 13.6rem !important;
}

.t-13-6 {
  top: 13.6rem !important;
}

.b-13-6 {
  bottom: 13.6rem !important;
}

.pb-13-6 {
  padding-bottom: 13.6rem !important;
}

.pt-13-6 {
  padding-top: 13.6rem !important;
}

.pl-13-6 {
  padding-left: 13.6rem !important;
}

.pr-13-6 {
  padding-right: 13.6rem !important;
}

.px-13-6 {
  padding-right: 13.6rem !important;
  padding-left: 13.6rem !important;
}

.py-13-6 {
  padding-top: 13.6rem !important;
  padding-bottom: 13.6rem !important;
}

.b-13-6 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-6 {
  border-bottom-style: solid;
  border-bottom-width: 13.6rem !important;
}
.bb-13-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.6rem !important;
}

.bt-13-6 {
  border-top-style: solid;
  border-top-width: 13.6rem !important;
}

.bl-13-6 {
  border-left-style: solid;
  border-left-width: 13.6rem !important;
}

.br-13-6 {
  border-right-style: solid;
  border-right-width: 13.6rem !important;
}

.w-13-7 {
  width: 13.7rem !important;
}

.h-13-7 {
  height: 13.7rem !important;
}

.fs-13-7 {
  font-size: 13.7rem !important;
}

.brad-13-7 {
  border-radius: 13.7rem !important;
}

.m-13-7 {
  margin: 13.7rem !important;
}

.m--13-7 {
  margin: -13.7rem !important;
}

.ml-13-7 {
  margin-left: 13.7rem !important;
}

.ml--13-7 {
  margin-left: -13.7rem !important;
}

.mr-13-7 {
  margin-right: 13.7rem !important;
}

.mr--13-7 {
  margin-right: -13.7rem !important;
}

.mt-13-7 {
  margin-top: 13.7rem !important;
}

.mt--13-7 {
  margin-top: -13.7rem !important;
}

.mb-13-7 {
  margin-bottom: 13.7rem !important;
}

.mb--13-7 {
  margin-bottom: -13.7rem !important;
}

.mx-13-7 {
  margin-left: 13.7rem !important;
  margin-right: 13.7rem !important;
}

.my-13-7 {
  margin-bottom: 13.7rem !important;
  margin-top: 13.7rem !important;
}

.p-13-7 {
  padding: 13.7rem !important;
}

.r-13-7 {
  right: 13.7rem !important;
}

.l-13-7 {
  left: 13.7rem !important;
}

.t-13-7 {
  top: 13.7rem !important;
}

.b-13-7 {
  bottom: 13.7rem !important;
}

.pb-13-7 {
  padding-bottom: 13.7rem !important;
}

.pt-13-7 {
  padding-top: 13.7rem !important;
}

.pl-13-7 {
  padding-left: 13.7rem !important;
}

.pr-13-7 {
  padding-right: 13.7rem !important;
}

.px-13-7 {
  padding-right: 13.7rem !important;
  padding-left: 13.7rem !important;
}

.py-13-7 {
  padding-top: 13.7rem !important;
  padding-bottom: 13.7rem !important;
}

.b-13-7 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-7 {
  border-bottom-style: solid;
  border-bottom-width: 13.7rem !important;
}
.bb-13-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.7rem !important;
}

.bt-13-7 {
  border-top-style: solid;
  border-top-width: 13.7rem !important;
}

.bl-13-7 {
  border-left-style: solid;
  border-left-width: 13.7rem !important;
}

.br-13-7 {
  border-right-style: solid;
  border-right-width: 13.7rem !important;
}

.w-13-8 {
  width: 13.8rem !important;
}

.h-13-8 {
  height: 13.8rem !important;
}

.fs-13-8 {
  font-size: 13.8rem !important;
}

.brad-13-8 {
  border-radius: 13.8rem !important;
}

.m-13-8 {
  margin: 13.8rem !important;
}

.m--13-8 {
  margin: -13.8rem !important;
}

.ml-13-8 {
  margin-left: 13.8rem !important;
}

.ml--13-8 {
  margin-left: -13.8rem !important;
}

.mr-13-8 {
  margin-right: 13.8rem !important;
}

.mr--13-8 {
  margin-right: -13.8rem !important;
}

.mt-13-8 {
  margin-top: 13.8rem !important;
}

.mt--13-8 {
  margin-top: -13.8rem !important;
}

.mb-13-8 {
  margin-bottom: 13.8rem !important;
}

.mb--13-8 {
  margin-bottom: -13.8rem !important;
}

.mx-13-8 {
  margin-left: 13.8rem !important;
  margin-right: 13.8rem !important;
}

.my-13-8 {
  margin-bottom: 13.8rem !important;
  margin-top: 13.8rem !important;
}

.p-13-8 {
  padding: 13.8rem !important;
}

.r-13-8 {
  right: 13.8rem !important;
}

.l-13-8 {
  left: 13.8rem !important;
}

.t-13-8 {
  top: 13.8rem !important;
}

.b-13-8 {
  bottom: 13.8rem !important;
}

.pb-13-8 {
  padding-bottom: 13.8rem !important;
}

.pt-13-8 {
  padding-top: 13.8rem !important;
}

.pl-13-8 {
  padding-left: 13.8rem !important;
}

.pr-13-8 {
  padding-right: 13.8rem !important;
}

.px-13-8 {
  padding-right: 13.8rem !important;
  padding-left: 13.8rem !important;
}

.py-13-8 {
  padding-top: 13.8rem !important;
  padding-bottom: 13.8rem !important;
}

.b-13-8 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-8 {
  border-bottom-style: solid;
  border-bottom-width: 13.8rem !important;
}
.bb-13-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.8rem !important;
}

.bt-13-8 {
  border-top-style: solid;
  border-top-width: 13.8rem !important;
}

.bl-13-8 {
  border-left-style: solid;
  border-left-width: 13.8rem !important;
}

.br-13-8 {
  border-right-style: solid;
  border-right-width: 13.8rem !important;
}

.w-13-9 {
  width: 13.9rem !important;
}

.h-13-9 {
  height: 13.9rem !important;
}

.fs-13-9 {
  font-size: 13.9rem !important;
}

.brad-13-9 {
  border-radius: 13.9rem !important;
}

.m-13-9 {
  margin: 13.9rem !important;
}

.m--13-9 {
  margin: -13.9rem !important;
}

.ml-13-9 {
  margin-left: 13.9rem !important;
}

.ml--13-9 {
  margin-left: -13.9rem !important;
}

.mr-13-9 {
  margin-right: 13.9rem !important;
}

.mr--13-9 {
  margin-right: -13.9rem !important;
}

.mt-13-9 {
  margin-top: 13.9rem !important;
}

.mt--13-9 {
  margin-top: -13.9rem !important;
}

.mb-13-9 {
  margin-bottom: 13.9rem !important;
}

.mb--13-9 {
  margin-bottom: -13.9rem !important;
}

.mx-13-9 {
  margin-left: 13.9rem !important;
  margin-right: 13.9rem !important;
}

.my-13-9 {
  margin-bottom: 13.9rem !important;
  margin-top: 13.9rem !important;
}

.p-13-9 {
  padding: 13.9rem !important;
}

.r-13-9 {
  right: 13.9rem !important;
}

.l-13-9 {
  left: 13.9rem !important;
}

.t-13-9 {
  top: 13.9rem !important;
}

.b-13-9 {
  bottom: 13.9rem !important;
}

.pb-13-9 {
  padding-bottom: 13.9rem !important;
}

.pt-13-9 {
  padding-top: 13.9rem !important;
}

.pl-13-9 {
  padding-left: 13.9rem !important;
}

.pr-13-9 {
  padding-right: 13.9rem !important;
}

.px-13-9 {
  padding-right: 13.9rem !important;
  padding-left: 13.9rem !important;
}

.py-13-9 {
  padding-top: 13.9rem !important;
  padding-bottom: 13.9rem !important;
}

.b-13-9 {
  border-style: solid;
  border-width: 13px !important;
}

.bb-13-9 {
  border-bottom-style: solid;
  border-bottom-width: 13.9rem !important;
}
.bb-13-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 13.9rem !important;
}

.bt-13-9 {
  border-top-style: solid;
  border-top-width: 13.9rem !important;
}

.bl-13-9 {
  border-left-style: solid;
  border-left-width: 13.9rem !important;
}

.br-13-9 {
  border-right-style: solid;
  border-right-width: 13.9rem !important;
}

.w-14-0 {
  width: 14rem !important;
}

.h-14-0 {
  height: 14rem !important;
}

.fs-14-0 {
  font-size: 14rem !important;
}

.brad-14-0 {
  border-radius: 14rem !important;
}

.m-14-0 {
  margin: 14rem !important;
}

.m--14-0 {
  margin: -14rem !important;
}

.ml-14-0 {
  margin-left: 14rem !important;
}

.ml--14-0 {
  margin-left: -14rem !important;
}

.mr-14-0 {
  margin-right: 14rem !important;
}

.mr--14-0 {
  margin-right: -14rem !important;
}

.mt-14-0 {
  margin-top: 14rem !important;
}

.mt--14-0 {
  margin-top: -14rem !important;
}

.mb-14-0 {
  margin-bottom: 14rem !important;
}

.mb--14-0 {
  margin-bottom: -14rem !important;
}

.mx-14-0 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-14-0 {
  margin-bottom: 14rem !important;
  margin-top: 14rem !important;
}

.p-14-0 {
  padding: 14rem !important;
}

.r-14-0 {
  right: 14rem !important;
}

.l-14-0 {
  left: 14rem !important;
}

.t-14-0 {
  top: 14rem !important;
}

.b-14-0 {
  bottom: 14rem !important;
}

.pb-14-0 {
  padding-bottom: 14rem !important;
}

.pt-14-0 {
  padding-top: 14rem !important;
}

.pl-14-0 {
  padding-left: 14rem !important;
}

.pr-14-0 {
  padding-right: 14rem !important;
}

.px-14-0 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.py-14-0 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.b-14-0 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-0 {
  border-bottom-style: solid;
  border-bottom-width: 14rem !important;
}
.bb-14-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 14rem !important;
}

.bt-14-0 {
  border-top-style: solid;
  border-top-width: 14rem !important;
}

.bl-14-0 {
  border-left-style: solid;
  border-left-width: 14rem !important;
}

.br-14-0 {
  border-right-style: solid;
  border-right-width: 14rem !important;
}

.w-14-1 {
  width: 14.1rem !important;
}

.h-14-1 {
  height: 14.1rem !important;
}

.fs-14-1 {
  font-size: 14.1rem !important;
}

.brad-14-1 {
  border-radius: 14.1rem !important;
}

.m-14-1 {
  margin: 14.1rem !important;
}

.m--14-1 {
  margin: -14.1rem !important;
}

.ml-14-1 {
  margin-left: 14.1rem !important;
}

.ml--14-1 {
  margin-left: -14.1rem !important;
}

.mr-14-1 {
  margin-right: 14.1rem !important;
}

.mr--14-1 {
  margin-right: -14.1rem !important;
}

.mt-14-1 {
  margin-top: 14.1rem !important;
}

.mt--14-1 {
  margin-top: -14.1rem !important;
}

.mb-14-1 {
  margin-bottom: 14.1rem !important;
}

.mb--14-1 {
  margin-bottom: -14.1rem !important;
}

.mx-14-1 {
  margin-left: 14.1rem !important;
  margin-right: 14.1rem !important;
}

.my-14-1 {
  margin-bottom: 14.1rem !important;
  margin-top: 14.1rem !important;
}

.p-14-1 {
  padding: 14.1rem !important;
}

.r-14-1 {
  right: 14.1rem !important;
}

.l-14-1 {
  left: 14.1rem !important;
}

.t-14-1 {
  top: 14.1rem !important;
}

.b-14-1 {
  bottom: 14.1rem !important;
}

.pb-14-1 {
  padding-bottom: 14.1rem !important;
}

.pt-14-1 {
  padding-top: 14.1rem !important;
}

.pl-14-1 {
  padding-left: 14.1rem !important;
}

.pr-14-1 {
  padding-right: 14.1rem !important;
}

.px-14-1 {
  padding-right: 14.1rem !important;
  padding-left: 14.1rem !important;
}

.py-14-1 {
  padding-top: 14.1rem !important;
  padding-bottom: 14.1rem !important;
}

.b-14-1 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-1 {
  border-bottom-style: solid;
  border-bottom-width: 14.1rem !important;
}
.bb-14-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.1rem !important;
}

.bt-14-1 {
  border-top-style: solid;
  border-top-width: 14.1rem !important;
}

.bl-14-1 {
  border-left-style: solid;
  border-left-width: 14.1rem !important;
}

.br-14-1 {
  border-right-style: solid;
  border-right-width: 14.1rem !important;
}

.w-14-2 {
  width: 14.2rem !important;
}

.h-14-2 {
  height: 14.2rem !important;
}

.fs-14-2 {
  font-size: 14.2rem !important;
}

.brad-14-2 {
  border-radius: 14.2rem !important;
}

.m-14-2 {
  margin: 14.2rem !important;
}

.m--14-2 {
  margin: -14.2rem !important;
}

.ml-14-2 {
  margin-left: 14.2rem !important;
}

.ml--14-2 {
  margin-left: -14.2rem !important;
}

.mr-14-2 {
  margin-right: 14.2rem !important;
}

.mr--14-2 {
  margin-right: -14.2rem !important;
}

.mt-14-2 {
  margin-top: 14.2rem !important;
}

.mt--14-2 {
  margin-top: -14.2rem !important;
}

.mb-14-2 {
  margin-bottom: 14.2rem !important;
}

.mb--14-2 {
  margin-bottom: -14.2rem !important;
}

.mx-14-2 {
  margin-left: 14.2rem !important;
  margin-right: 14.2rem !important;
}

.my-14-2 {
  margin-bottom: 14.2rem !important;
  margin-top: 14.2rem !important;
}

.p-14-2 {
  padding: 14.2rem !important;
}

.r-14-2 {
  right: 14.2rem !important;
}

.l-14-2 {
  left: 14.2rem !important;
}

.t-14-2 {
  top: 14.2rem !important;
}

.b-14-2 {
  bottom: 14.2rem !important;
}

.pb-14-2 {
  padding-bottom: 14.2rem !important;
}

.pt-14-2 {
  padding-top: 14.2rem !important;
}

.pl-14-2 {
  padding-left: 14.2rem !important;
}

.pr-14-2 {
  padding-right: 14.2rem !important;
}

.px-14-2 {
  padding-right: 14.2rem !important;
  padding-left: 14.2rem !important;
}

.py-14-2 {
  padding-top: 14.2rem !important;
  padding-bottom: 14.2rem !important;
}

.b-14-2 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-2 {
  border-bottom-style: solid;
  border-bottom-width: 14.2rem !important;
}
.bb-14-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.2rem !important;
}

.bt-14-2 {
  border-top-style: solid;
  border-top-width: 14.2rem !important;
}

.bl-14-2 {
  border-left-style: solid;
  border-left-width: 14.2rem !important;
}

.br-14-2 {
  border-right-style: solid;
  border-right-width: 14.2rem !important;
}

.w-14-3 {
  width: 14.3rem !important;
}

.h-14-3 {
  height: 14.3rem !important;
}

.fs-14-3 {
  font-size: 14.3rem !important;
}

.brad-14-3 {
  border-radius: 14.3rem !important;
}

.m-14-3 {
  margin: 14.3rem !important;
}

.m--14-3 {
  margin: -14.3rem !important;
}

.ml-14-3 {
  margin-left: 14.3rem !important;
}

.ml--14-3 {
  margin-left: -14.3rem !important;
}

.mr-14-3 {
  margin-right: 14.3rem !important;
}

.mr--14-3 {
  margin-right: -14.3rem !important;
}

.mt-14-3 {
  margin-top: 14.3rem !important;
}

.mt--14-3 {
  margin-top: -14.3rem !important;
}

.mb-14-3 {
  margin-bottom: 14.3rem !important;
}

.mb--14-3 {
  margin-bottom: -14.3rem !important;
}

.mx-14-3 {
  margin-left: 14.3rem !important;
  margin-right: 14.3rem !important;
}

.my-14-3 {
  margin-bottom: 14.3rem !important;
  margin-top: 14.3rem !important;
}

.p-14-3 {
  padding: 14.3rem !important;
}

.r-14-3 {
  right: 14.3rem !important;
}

.l-14-3 {
  left: 14.3rem !important;
}

.t-14-3 {
  top: 14.3rem !important;
}

.b-14-3 {
  bottom: 14.3rem !important;
}

.pb-14-3 {
  padding-bottom: 14.3rem !important;
}

.pt-14-3 {
  padding-top: 14.3rem !important;
}

.pl-14-3 {
  padding-left: 14.3rem !important;
}

.pr-14-3 {
  padding-right: 14.3rem !important;
}

.px-14-3 {
  padding-right: 14.3rem !important;
  padding-left: 14.3rem !important;
}

.py-14-3 {
  padding-top: 14.3rem !important;
  padding-bottom: 14.3rem !important;
}

.b-14-3 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-3 {
  border-bottom-style: solid;
  border-bottom-width: 14.3rem !important;
}
.bb-14-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.3rem !important;
}

.bt-14-3 {
  border-top-style: solid;
  border-top-width: 14.3rem !important;
}

.bl-14-3 {
  border-left-style: solid;
  border-left-width: 14.3rem !important;
}

.br-14-3 {
  border-right-style: solid;
  border-right-width: 14.3rem !important;
}

.w-14-4 {
  width: 14.4rem !important;
}

.h-14-4 {
  height: 14.4rem !important;
}

.fs-14-4 {
  font-size: 14.4rem !important;
}

.brad-14-4 {
  border-radius: 14.4rem !important;
}

.m-14-4 {
  margin: 14.4rem !important;
}

.m--14-4 {
  margin: -14.4rem !important;
}

.ml-14-4 {
  margin-left: 14.4rem !important;
}

.ml--14-4 {
  margin-left: -14.4rem !important;
}

.mr-14-4 {
  margin-right: 14.4rem !important;
}

.mr--14-4 {
  margin-right: -14.4rem !important;
}

.mt-14-4 {
  margin-top: 14.4rem !important;
}

.mt--14-4 {
  margin-top: -14.4rem !important;
}

.mb-14-4 {
  margin-bottom: 14.4rem !important;
}

.mb--14-4 {
  margin-bottom: -14.4rem !important;
}

.mx-14-4 {
  margin-left: 14.4rem !important;
  margin-right: 14.4rem !important;
}

.my-14-4 {
  margin-bottom: 14.4rem !important;
  margin-top: 14.4rem !important;
}

.p-14-4 {
  padding: 14.4rem !important;
}

.r-14-4 {
  right: 14.4rem !important;
}

.l-14-4 {
  left: 14.4rem !important;
}

.t-14-4 {
  top: 14.4rem !important;
}

.b-14-4 {
  bottom: 14.4rem !important;
}

.pb-14-4 {
  padding-bottom: 14.4rem !important;
}

.pt-14-4 {
  padding-top: 14.4rem !important;
}

.pl-14-4 {
  padding-left: 14.4rem !important;
}

.pr-14-4 {
  padding-right: 14.4rem !important;
}

.px-14-4 {
  padding-right: 14.4rem !important;
  padding-left: 14.4rem !important;
}

.py-14-4 {
  padding-top: 14.4rem !important;
  padding-bottom: 14.4rem !important;
}

.b-14-4 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-4 {
  border-bottom-style: solid;
  border-bottom-width: 14.4rem !important;
}
.bb-14-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.4rem !important;
}

.bt-14-4 {
  border-top-style: solid;
  border-top-width: 14.4rem !important;
}

.bl-14-4 {
  border-left-style: solid;
  border-left-width: 14.4rem !important;
}

.br-14-4 {
  border-right-style: solid;
  border-right-width: 14.4rem !important;
}

.w-14-5 {
  width: 14.5rem !important;
}

.h-14-5 {
  height: 14.5rem !important;
}

.fs-14-5 {
  font-size: 14.5rem !important;
}

.brad-14-5 {
  border-radius: 14.5rem !important;
}

.m-14-5 {
  margin: 14.5rem !important;
}

.m--14-5 {
  margin: -14.5rem !important;
}

.ml-14-5 {
  margin-left: 14.5rem !important;
}

.ml--14-5 {
  margin-left: -14.5rem !important;
}

.mr-14-5 {
  margin-right: 14.5rem !important;
}

.mr--14-5 {
  margin-right: -14.5rem !important;
}

.mt-14-5 {
  margin-top: 14.5rem !important;
}

.mt--14-5 {
  margin-top: -14.5rem !important;
}

.mb-14-5 {
  margin-bottom: 14.5rem !important;
}

.mb--14-5 {
  margin-bottom: -14.5rem !important;
}

.mx-14-5 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important;
}

.my-14-5 {
  margin-bottom: 14.5rem !important;
  margin-top: 14.5rem !important;
}

.p-14-5 {
  padding: 14.5rem !important;
}

.r-14-5 {
  right: 14.5rem !important;
}

.l-14-5 {
  left: 14.5rem !important;
}

.t-14-5 {
  top: 14.5rem !important;
}

.b-14-5 {
  bottom: 14.5rem !important;
}

.pb-14-5 {
  padding-bottom: 14.5rem !important;
}

.pt-14-5 {
  padding-top: 14.5rem !important;
}

.pl-14-5 {
  padding-left: 14.5rem !important;
}

.pr-14-5 {
  padding-right: 14.5rem !important;
}

.px-14-5 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.b-14-5 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-5 {
  border-bottom-style: solid;
  border-bottom-width: 14.5rem !important;
}
.bb-14-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.5rem !important;
}

.bt-14-5 {
  border-top-style: solid;
  border-top-width: 14.5rem !important;
}

.bl-14-5 {
  border-left-style: solid;
  border-left-width: 14.5rem !important;
}

.br-14-5 {
  border-right-style: solid;
  border-right-width: 14.5rem !important;
}

.w-14-6 {
  width: 14.6rem !important;
}

.h-14-6 {
  height: 14.6rem !important;
}

.fs-14-6 {
  font-size: 14.6rem !important;
}

.brad-14-6 {
  border-radius: 14.6rem !important;
}

.m-14-6 {
  margin: 14.6rem !important;
}

.m--14-6 {
  margin: -14.6rem !important;
}

.ml-14-6 {
  margin-left: 14.6rem !important;
}

.ml--14-6 {
  margin-left: -14.6rem !important;
}

.mr-14-6 {
  margin-right: 14.6rem !important;
}

.mr--14-6 {
  margin-right: -14.6rem !important;
}

.mt-14-6 {
  margin-top: 14.6rem !important;
}

.mt--14-6 {
  margin-top: -14.6rem !important;
}

.mb-14-6 {
  margin-bottom: 14.6rem !important;
}

.mb--14-6 {
  margin-bottom: -14.6rem !important;
}

.mx-14-6 {
  margin-left: 14.6rem !important;
  margin-right: 14.6rem !important;
}

.my-14-6 {
  margin-bottom: 14.6rem !important;
  margin-top: 14.6rem !important;
}

.p-14-6 {
  padding: 14.6rem !important;
}

.r-14-6 {
  right: 14.6rem !important;
}

.l-14-6 {
  left: 14.6rem !important;
}

.t-14-6 {
  top: 14.6rem !important;
}

.b-14-6 {
  bottom: 14.6rem !important;
}

.pb-14-6 {
  padding-bottom: 14.6rem !important;
}

.pt-14-6 {
  padding-top: 14.6rem !important;
}

.pl-14-6 {
  padding-left: 14.6rem !important;
}

.pr-14-6 {
  padding-right: 14.6rem !important;
}

.px-14-6 {
  padding-right: 14.6rem !important;
  padding-left: 14.6rem !important;
}

.py-14-6 {
  padding-top: 14.6rem !important;
  padding-bottom: 14.6rem !important;
}

.b-14-6 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-6 {
  border-bottom-style: solid;
  border-bottom-width: 14.6rem !important;
}
.bb-14-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.6rem !important;
}

.bt-14-6 {
  border-top-style: solid;
  border-top-width: 14.6rem !important;
}

.bl-14-6 {
  border-left-style: solid;
  border-left-width: 14.6rem !important;
}

.br-14-6 {
  border-right-style: solid;
  border-right-width: 14.6rem !important;
}

.w-14-7 {
  width: 14.7rem !important;
}

.h-14-7 {
  height: 14.7rem !important;
}

.fs-14-7 {
  font-size: 14.7rem !important;
}

.brad-14-7 {
  border-radius: 14.7rem !important;
}

.m-14-7 {
  margin: 14.7rem !important;
}

.m--14-7 {
  margin: -14.7rem !important;
}

.ml-14-7 {
  margin-left: 14.7rem !important;
}

.ml--14-7 {
  margin-left: -14.7rem !important;
}

.mr-14-7 {
  margin-right: 14.7rem !important;
}

.mr--14-7 {
  margin-right: -14.7rem !important;
}

.mt-14-7 {
  margin-top: 14.7rem !important;
}

.mt--14-7 {
  margin-top: -14.7rem !important;
}

.mb-14-7 {
  margin-bottom: 14.7rem !important;
}

.mb--14-7 {
  margin-bottom: -14.7rem !important;
}

.mx-14-7 {
  margin-left: 14.7rem !important;
  margin-right: 14.7rem !important;
}

.my-14-7 {
  margin-bottom: 14.7rem !important;
  margin-top: 14.7rem !important;
}

.p-14-7 {
  padding: 14.7rem !important;
}

.r-14-7 {
  right: 14.7rem !important;
}

.l-14-7 {
  left: 14.7rem !important;
}

.t-14-7 {
  top: 14.7rem !important;
}

.b-14-7 {
  bottom: 14.7rem !important;
}

.pb-14-7 {
  padding-bottom: 14.7rem !important;
}

.pt-14-7 {
  padding-top: 14.7rem !important;
}

.pl-14-7 {
  padding-left: 14.7rem !important;
}

.pr-14-7 {
  padding-right: 14.7rem !important;
}

.px-14-7 {
  padding-right: 14.7rem !important;
  padding-left: 14.7rem !important;
}

.py-14-7 {
  padding-top: 14.7rem !important;
  padding-bottom: 14.7rem !important;
}

.b-14-7 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-7 {
  border-bottom-style: solid;
  border-bottom-width: 14.7rem !important;
}
.bb-14-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.7rem !important;
}

.bt-14-7 {
  border-top-style: solid;
  border-top-width: 14.7rem !important;
}

.bl-14-7 {
  border-left-style: solid;
  border-left-width: 14.7rem !important;
}

.br-14-7 {
  border-right-style: solid;
  border-right-width: 14.7rem !important;
}

.w-14-8 {
  width: 14.8rem !important;
}

.h-14-8 {
  height: 14.8rem !important;
}

.fs-14-8 {
  font-size: 14.8rem !important;
}

.brad-14-8 {
  border-radius: 14.8rem !important;
}

.m-14-8 {
  margin: 14.8rem !important;
}

.m--14-8 {
  margin: -14.8rem !important;
}

.ml-14-8 {
  margin-left: 14.8rem !important;
}

.ml--14-8 {
  margin-left: -14.8rem !important;
}

.mr-14-8 {
  margin-right: 14.8rem !important;
}

.mr--14-8 {
  margin-right: -14.8rem !important;
}

.mt-14-8 {
  margin-top: 14.8rem !important;
}

.mt--14-8 {
  margin-top: -14.8rem !important;
}

.mb-14-8 {
  margin-bottom: 14.8rem !important;
}

.mb--14-8 {
  margin-bottom: -14.8rem !important;
}

.mx-14-8 {
  margin-left: 14.8rem !important;
  margin-right: 14.8rem !important;
}

.my-14-8 {
  margin-bottom: 14.8rem !important;
  margin-top: 14.8rem !important;
}

.p-14-8 {
  padding: 14.8rem !important;
}

.r-14-8 {
  right: 14.8rem !important;
}

.l-14-8 {
  left: 14.8rem !important;
}

.t-14-8 {
  top: 14.8rem !important;
}

.b-14-8 {
  bottom: 14.8rem !important;
}

.pb-14-8 {
  padding-bottom: 14.8rem !important;
}

.pt-14-8 {
  padding-top: 14.8rem !important;
}

.pl-14-8 {
  padding-left: 14.8rem !important;
}

.pr-14-8 {
  padding-right: 14.8rem !important;
}

.px-14-8 {
  padding-right: 14.8rem !important;
  padding-left: 14.8rem !important;
}

.py-14-8 {
  padding-top: 14.8rem !important;
  padding-bottom: 14.8rem !important;
}

.b-14-8 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-8 {
  border-bottom-style: solid;
  border-bottom-width: 14.8rem !important;
}
.bb-14-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.8rem !important;
}

.bt-14-8 {
  border-top-style: solid;
  border-top-width: 14.8rem !important;
}

.bl-14-8 {
  border-left-style: solid;
  border-left-width: 14.8rem !important;
}

.br-14-8 {
  border-right-style: solid;
  border-right-width: 14.8rem !important;
}

.w-14-9 {
  width: 14.9rem !important;
}

.h-14-9 {
  height: 14.9rem !important;
}

.fs-14-9 {
  font-size: 14.9rem !important;
}

.brad-14-9 {
  border-radius: 14.9rem !important;
}

.m-14-9 {
  margin: 14.9rem !important;
}

.m--14-9 {
  margin: -14.9rem !important;
}

.ml-14-9 {
  margin-left: 14.9rem !important;
}

.ml--14-9 {
  margin-left: -14.9rem !important;
}

.mr-14-9 {
  margin-right: 14.9rem !important;
}

.mr--14-9 {
  margin-right: -14.9rem !important;
}

.mt-14-9 {
  margin-top: 14.9rem !important;
}

.mt--14-9 {
  margin-top: -14.9rem !important;
}

.mb-14-9 {
  margin-bottom: 14.9rem !important;
}

.mb--14-9 {
  margin-bottom: -14.9rem !important;
}

.mx-14-9 {
  margin-left: 14.9rem !important;
  margin-right: 14.9rem !important;
}

.my-14-9 {
  margin-bottom: 14.9rem !important;
  margin-top: 14.9rem !important;
}

.p-14-9 {
  padding: 14.9rem !important;
}

.r-14-9 {
  right: 14.9rem !important;
}

.l-14-9 {
  left: 14.9rem !important;
}

.t-14-9 {
  top: 14.9rem !important;
}

.b-14-9 {
  bottom: 14.9rem !important;
}

.pb-14-9 {
  padding-bottom: 14.9rem !important;
}

.pt-14-9 {
  padding-top: 14.9rem !important;
}

.pl-14-9 {
  padding-left: 14.9rem !important;
}

.pr-14-9 {
  padding-right: 14.9rem !important;
}

.px-14-9 {
  padding-right: 14.9rem !important;
  padding-left: 14.9rem !important;
}

.py-14-9 {
  padding-top: 14.9rem !important;
  padding-bottom: 14.9rem !important;
}

.b-14-9 {
  border-style: solid;
  border-width: 14px !important;
}

.bb-14-9 {
  border-bottom-style: solid;
  border-bottom-width: 14.9rem !important;
}
.bb-14-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 14.9rem !important;
}

.bt-14-9 {
  border-top-style: solid;
  border-top-width: 14.9rem !important;
}

.bl-14-9 {
  border-left-style: solid;
  border-left-width: 14.9rem !important;
}

.br-14-9 {
  border-right-style: solid;
  border-right-width: 14.9rem !important;
}

.w-15-0 {
  width: 15rem !important;
}

.h-15-0 {
  height: 15rem !important;
}

.fs-15-0 {
  font-size: 15rem !important;
}

.brad-15-0 {
  border-radius: 15rem !important;
}

.m-15-0 {
  margin: 15rem !important;
}

.m--15-0 {
  margin: -15rem !important;
}

.ml-15-0 {
  margin-left: 15rem !important;
}

.ml--15-0 {
  margin-left: -15rem !important;
}

.mr-15-0 {
  margin-right: 15rem !important;
}

.mr--15-0 {
  margin-right: -15rem !important;
}

.mt-15-0 {
  margin-top: 15rem !important;
}

.mt--15-0 {
  margin-top: -15rem !important;
}

.mb-15-0 {
  margin-bottom: 15rem !important;
}

.mb--15-0 {
  margin-bottom: -15rem !important;
}

.mx-15-0 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-15-0 {
  margin-bottom: 15rem !important;
  margin-top: 15rem !important;
}

.p-15-0 {
  padding: 15rem !important;
}

.r-15-0 {
  right: 15rem !important;
}

.l-15-0 {
  left: 15rem !important;
}

.t-15-0 {
  top: 15rem !important;
}

.b-15-0 {
  bottom: 15rem !important;
}

.pb-15-0 {
  padding-bottom: 15rem !important;
}

.pt-15-0 {
  padding-top: 15rem !important;
}

.pl-15-0 {
  padding-left: 15rem !important;
}

.pr-15-0 {
  padding-right: 15rem !important;
}

.px-15-0 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.py-15-0 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.b-15-0 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-0 {
  border-bottom-style: solid;
  border-bottom-width: 15rem !important;
}
.bb-15-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 15rem !important;
}

.bt-15-0 {
  border-top-style: solid;
  border-top-width: 15rem !important;
}

.bl-15-0 {
  border-left-style: solid;
  border-left-width: 15rem !important;
}

.br-15-0 {
  border-right-style: solid;
  border-right-width: 15rem !important;
}

.w-15-1 {
  width: 15.1rem !important;
}

.h-15-1 {
  height: 15.1rem !important;
}

.fs-15-1 {
  font-size: 15.1rem !important;
}

.brad-15-1 {
  border-radius: 15.1rem !important;
}

.m-15-1 {
  margin: 15.1rem !important;
}

.m--15-1 {
  margin: -15.1rem !important;
}

.ml-15-1 {
  margin-left: 15.1rem !important;
}

.ml--15-1 {
  margin-left: -15.1rem !important;
}

.mr-15-1 {
  margin-right: 15.1rem !important;
}

.mr--15-1 {
  margin-right: -15.1rem !important;
}

.mt-15-1 {
  margin-top: 15.1rem !important;
}

.mt--15-1 {
  margin-top: -15.1rem !important;
}

.mb-15-1 {
  margin-bottom: 15.1rem !important;
}

.mb--15-1 {
  margin-bottom: -15.1rem !important;
}

.mx-15-1 {
  margin-left: 15.1rem !important;
  margin-right: 15.1rem !important;
}

.my-15-1 {
  margin-bottom: 15.1rem !important;
  margin-top: 15.1rem !important;
}

.p-15-1 {
  padding: 15.1rem !important;
}

.r-15-1 {
  right: 15.1rem !important;
}

.l-15-1 {
  left: 15.1rem !important;
}

.t-15-1 {
  top: 15.1rem !important;
}

.b-15-1 {
  bottom: 15.1rem !important;
}

.pb-15-1 {
  padding-bottom: 15.1rem !important;
}

.pt-15-1 {
  padding-top: 15.1rem !important;
}

.pl-15-1 {
  padding-left: 15.1rem !important;
}

.pr-15-1 {
  padding-right: 15.1rem !important;
}

.px-15-1 {
  padding-right: 15.1rem !important;
  padding-left: 15.1rem !important;
}

.py-15-1 {
  padding-top: 15.1rem !important;
  padding-bottom: 15.1rem !important;
}

.b-15-1 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-1 {
  border-bottom-style: solid;
  border-bottom-width: 15.1rem !important;
}
.bb-15-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.1rem !important;
}

.bt-15-1 {
  border-top-style: solid;
  border-top-width: 15.1rem !important;
}

.bl-15-1 {
  border-left-style: solid;
  border-left-width: 15.1rem !important;
}

.br-15-1 {
  border-right-style: solid;
  border-right-width: 15.1rem !important;
}

.w-15-2 {
  width: 15.2rem !important;
}

.h-15-2 {
  height: 15.2rem !important;
}

.fs-15-2 {
  font-size: 15.2rem !important;
}

.brad-15-2 {
  border-radius: 15.2rem !important;
}

.m-15-2 {
  margin: 15.2rem !important;
}

.m--15-2 {
  margin: -15.2rem !important;
}

.ml-15-2 {
  margin-left: 15.2rem !important;
}

.ml--15-2 {
  margin-left: -15.2rem !important;
}

.mr-15-2 {
  margin-right: 15.2rem !important;
}

.mr--15-2 {
  margin-right: -15.2rem !important;
}

.mt-15-2 {
  margin-top: 15.2rem !important;
}

.mt--15-2 {
  margin-top: -15.2rem !important;
}

.mb-15-2 {
  margin-bottom: 15.2rem !important;
}

.mb--15-2 {
  margin-bottom: -15.2rem !important;
}

.mx-15-2 {
  margin-left: 15.2rem !important;
  margin-right: 15.2rem !important;
}

.my-15-2 {
  margin-bottom: 15.2rem !important;
  margin-top: 15.2rem !important;
}

.p-15-2 {
  padding: 15.2rem !important;
}

.r-15-2 {
  right: 15.2rem !important;
}

.l-15-2 {
  left: 15.2rem !important;
}

.t-15-2 {
  top: 15.2rem !important;
}

.b-15-2 {
  bottom: 15.2rem !important;
}

.pb-15-2 {
  padding-bottom: 15.2rem !important;
}

.pt-15-2 {
  padding-top: 15.2rem !important;
}

.pl-15-2 {
  padding-left: 15.2rem !important;
}

.pr-15-2 {
  padding-right: 15.2rem !important;
}

.px-15-2 {
  padding-right: 15.2rem !important;
  padding-left: 15.2rem !important;
}

.py-15-2 {
  padding-top: 15.2rem !important;
  padding-bottom: 15.2rem !important;
}

.b-15-2 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-2 {
  border-bottom-style: solid;
  border-bottom-width: 15.2rem !important;
}
.bb-15-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.2rem !important;
}

.bt-15-2 {
  border-top-style: solid;
  border-top-width: 15.2rem !important;
}

.bl-15-2 {
  border-left-style: solid;
  border-left-width: 15.2rem !important;
}

.br-15-2 {
  border-right-style: solid;
  border-right-width: 15.2rem !important;
}

.w-15-3 {
  width: 15.3rem !important;
}

.h-15-3 {
  height: 15.3rem !important;
}

.fs-15-3 {
  font-size: 15.3rem !important;
}

.brad-15-3 {
  border-radius: 15.3rem !important;
}

.m-15-3 {
  margin: 15.3rem !important;
}

.m--15-3 {
  margin: -15.3rem !important;
}

.ml-15-3 {
  margin-left: 15.3rem !important;
}

.ml--15-3 {
  margin-left: -15.3rem !important;
}

.mr-15-3 {
  margin-right: 15.3rem !important;
}

.mr--15-3 {
  margin-right: -15.3rem !important;
}

.mt-15-3 {
  margin-top: 15.3rem !important;
}

.mt--15-3 {
  margin-top: -15.3rem !important;
}

.mb-15-3 {
  margin-bottom: 15.3rem !important;
}

.mb--15-3 {
  margin-bottom: -15.3rem !important;
}

.mx-15-3 {
  margin-left: 15.3rem !important;
  margin-right: 15.3rem !important;
}

.my-15-3 {
  margin-bottom: 15.3rem !important;
  margin-top: 15.3rem !important;
}

.p-15-3 {
  padding: 15.3rem !important;
}

.r-15-3 {
  right: 15.3rem !important;
}

.l-15-3 {
  left: 15.3rem !important;
}

.t-15-3 {
  top: 15.3rem !important;
}

.b-15-3 {
  bottom: 15.3rem !important;
}

.pb-15-3 {
  padding-bottom: 15.3rem !important;
}

.pt-15-3 {
  padding-top: 15.3rem !important;
}

.pl-15-3 {
  padding-left: 15.3rem !important;
}

.pr-15-3 {
  padding-right: 15.3rem !important;
}

.px-15-3 {
  padding-right: 15.3rem !important;
  padding-left: 15.3rem !important;
}

.py-15-3 {
  padding-top: 15.3rem !important;
  padding-bottom: 15.3rem !important;
}

.b-15-3 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-3 {
  border-bottom-style: solid;
  border-bottom-width: 15.3rem !important;
}
.bb-15-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.3rem !important;
}

.bt-15-3 {
  border-top-style: solid;
  border-top-width: 15.3rem !important;
}

.bl-15-3 {
  border-left-style: solid;
  border-left-width: 15.3rem !important;
}

.br-15-3 {
  border-right-style: solid;
  border-right-width: 15.3rem !important;
}

.w-15-4 {
  width: 15.4rem !important;
}

.h-15-4 {
  height: 15.4rem !important;
}

.fs-15-4 {
  font-size: 15.4rem !important;
}

.brad-15-4 {
  border-radius: 15.4rem !important;
}

.m-15-4 {
  margin: 15.4rem !important;
}

.m--15-4 {
  margin: -15.4rem !important;
}

.ml-15-4 {
  margin-left: 15.4rem !important;
}

.ml--15-4 {
  margin-left: -15.4rem !important;
}

.mr-15-4 {
  margin-right: 15.4rem !important;
}

.mr--15-4 {
  margin-right: -15.4rem !important;
}

.mt-15-4 {
  margin-top: 15.4rem !important;
}

.mt--15-4 {
  margin-top: -15.4rem !important;
}

.mb-15-4 {
  margin-bottom: 15.4rem !important;
}

.mb--15-4 {
  margin-bottom: -15.4rem !important;
}

.mx-15-4 {
  margin-left: 15.4rem !important;
  margin-right: 15.4rem !important;
}

.my-15-4 {
  margin-bottom: 15.4rem !important;
  margin-top: 15.4rem !important;
}

.p-15-4 {
  padding: 15.4rem !important;
}

.r-15-4 {
  right: 15.4rem !important;
}

.l-15-4 {
  left: 15.4rem !important;
}

.t-15-4 {
  top: 15.4rem !important;
}

.b-15-4 {
  bottom: 15.4rem !important;
}

.pb-15-4 {
  padding-bottom: 15.4rem !important;
}

.pt-15-4 {
  padding-top: 15.4rem !important;
}

.pl-15-4 {
  padding-left: 15.4rem !important;
}

.pr-15-4 {
  padding-right: 15.4rem !important;
}

.px-15-4 {
  padding-right: 15.4rem !important;
  padding-left: 15.4rem !important;
}

.py-15-4 {
  padding-top: 15.4rem !important;
  padding-bottom: 15.4rem !important;
}

.b-15-4 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-4 {
  border-bottom-style: solid;
  border-bottom-width: 15.4rem !important;
}
.bb-15-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.4rem !important;
}

.bt-15-4 {
  border-top-style: solid;
  border-top-width: 15.4rem !important;
}

.bl-15-4 {
  border-left-style: solid;
  border-left-width: 15.4rem !important;
}

.br-15-4 {
  border-right-style: solid;
  border-right-width: 15.4rem !important;
}

.w-15-5 {
  width: 15.5rem !important;
}

.h-15-5 {
  height: 15.5rem !important;
}

.fs-15-5 {
  font-size: 15.5rem !important;
}

.brad-15-5 {
  border-radius: 15.5rem !important;
}

.m-15-5 {
  margin: 15.5rem !important;
}

.m--15-5 {
  margin: -15.5rem !important;
}

.ml-15-5 {
  margin-left: 15.5rem !important;
}

.ml--15-5 {
  margin-left: -15.5rem !important;
}

.mr-15-5 {
  margin-right: 15.5rem !important;
}

.mr--15-5 {
  margin-right: -15.5rem !important;
}

.mt-15-5 {
  margin-top: 15.5rem !important;
}

.mt--15-5 {
  margin-top: -15.5rem !important;
}

.mb-15-5 {
  margin-bottom: 15.5rem !important;
}

.mb--15-5 {
  margin-bottom: -15.5rem !important;
}

.mx-15-5 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important;
}

.my-15-5 {
  margin-bottom: 15.5rem !important;
  margin-top: 15.5rem !important;
}

.p-15-5 {
  padding: 15.5rem !important;
}

.r-15-5 {
  right: 15.5rem !important;
}

.l-15-5 {
  left: 15.5rem !important;
}

.t-15-5 {
  top: 15.5rem !important;
}

.b-15-5 {
  bottom: 15.5rem !important;
}

.pb-15-5 {
  padding-bottom: 15.5rem !important;
}

.pt-15-5 {
  padding-top: 15.5rem !important;
}

.pl-15-5 {
  padding-left: 15.5rem !important;
}

.pr-15-5 {
  padding-right: 15.5rem !important;
}

.px-15-5 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.py-15-5 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.b-15-5 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-5 {
  border-bottom-style: solid;
  border-bottom-width: 15.5rem !important;
}
.bb-15-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.5rem !important;
}

.bt-15-5 {
  border-top-style: solid;
  border-top-width: 15.5rem !important;
}

.bl-15-5 {
  border-left-style: solid;
  border-left-width: 15.5rem !important;
}

.br-15-5 {
  border-right-style: solid;
  border-right-width: 15.5rem !important;
}

.w-15-6 {
  width: 15.6rem !important;
}

.h-15-6 {
  height: 15.6rem !important;
}

.fs-15-6 {
  font-size: 15.6rem !important;
}

.brad-15-6 {
  border-radius: 15.6rem !important;
}

.m-15-6 {
  margin: 15.6rem !important;
}

.m--15-6 {
  margin: -15.6rem !important;
}

.ml-15-6 {
  margin-left: 15.6rem !important;
}

.ml--15-6 {
  margin-left: -15.6rem !important;
}

.mr-15-6 {
  margin-right: 15.6rem !important;
}

.mr--15-6 {
  margin-right: -15.6rem !important;
}

.mt-15-6 {
  margin-top: 15.6rem !important;
}

.mt--15-6 {
  margin-top: -15.6rem !important;
}

.mb-15-6 {
  margin-bottom: 15.6rem !important;
}

.mb--15-6 {
  margin-bottom: -15.6rem !important;
}

.mx-15-6 {
  margin-left: 15.6rem !important;
  margin-right: 15.6rem !important;
}

.my-15-6 {
  margin-bottom: 15.6rem !important;
  margin-top: 15.6rem !important;
}

.p-15-6 {
  padding: 15.6rem !important;
}

.r-15-6 {
  right: 15.6rem !important;
}

.l-15-6 {
  left: 15.6rem !important;
}

.t-15-6 {
  top: 15.6rem !important;
}

.b-15-6 {
  bottom: 15.6rem !important;
}

.pb-15-6 {
  padding-bottom: 15.6rem !important;
}

.pt-15-6 {
  padding-top: 15.6rem !important;
}

.pl-15-6 {
  padding-left: 15.6rem !important;
}

.pr-15-6 {
  padding-right: 15.6rem !important;
}

.px-15-6 {
  padding-right: 15.6rem !important;
  padding-left: 15.6rem !important;
}

.py-15-6 {
  padding-top: 15.6rem !important;
  padding-bottom: 15.6rem !important;
}

.b-15-6 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-6 {
  border-bottom-style: solid;
  border-bottom-width: 15.6rem !important;
}
.bb-15-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.6rem !important;
}

.bt-15-6 {
  border-top-style: solid;
  border-top-width: 15.6rem !important;
}

.bl-15-6 {
  border-left-style: solid;
  border-left-width: 15.6rem !important;
}

.br-15-6 {
  border-right-style: solid;
  border-right-width: 15.6rem !important;
}

.w-15-7 {
  width: 15.7rem !important;
}

.h-15-7 {
  height: 15.7rem !important;
}

.fs-15-7 {
  font-size: 15.7rem !important;
}

.brad-15-7 {
  border-radius: 15.7rem !important;
}

.m-15-7 {
  margin: 15.7rem !important;
}

.m--15-7 {
  margin: -15.7rem !important;
}

.ml-15-7 {
  margin-left: 15.7rem !important;
}

.ml--15-7 {
  margin-left: -15.7rem !important;
}

.mr-15-7 {
  margin-right: 15.7rem !important;
}

.mr--15-7 {
  margin-right: -15.7rem !important;
}

.mt-15-7 {
  margin-top: 15.7rem !important;
}

.mt--15-7 {
  margin-top: -15.7rem !important;
}

.mb-15-7 {
  margin-bottom: 15.7rem !important;
}

.mb--15-7 {
  margin-bottom: -15.7rem !important;
}

.mx-15-7 {
  margin-left: 15.7rem !important;
  margin-right: 15.7rem !important;
}

.my-15-7 {
  margin-bottom: 15.7rem !important;
  margin-top: 15.7rem !important;
}

.p-15-7 {
  padding: 15.7rem !important;
}

.r-15-7 {
  right: 15.7rem !important;
}

.l-15-7 {
  left: 15.7rem !important;
}

.t-15-7 {
  top: 15.7rem !important;
}

.b-15-7 {
  bottom: 15.7rem !important;
}

.pb-15-7 {
  padding-bottom: 15.7rem !important;
}

.pt-15-7 {
  padding-top: 15.7rem !important;
}

.pl-15-7 {
  padding-left: 15.7rem !important;
}

.pr-15-7 {
  padding-right: 15.7rem !important;
}

.px-15-7 {
  padding-right: 15.7rem !important;
  padding-left: 15.7rem !important;
}

.py-15-7 {
  padding-top: 15.7rem !important;
  padding-bottom: 15.7rem !important;
}

.b-15-7 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-7 {
  border-bottom-style: solid;
  border-bottom-width: 15.7rem !important;
}
.bb-15-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.7rem !important;
}

.bt-15-7 {
  border-top-style: solid;
  border-top-width: 15.7rem !important;
}

.bl-15-7 {
  border-left-style: solid;
  border-left-width: 15.7rem !important;
}

.br-15-7 {
  border-right-style: solid;
  border-right-width: 15.7rem !important;
}

.w-15-8 {
  width: 15.8rem !important;
}

.h-15-8 {
  height: 15.8rem !important;
}

.fs-15-8 {
  font-size: 15.8rem !important;
}

.brad-15-8 {
  border-radius: 15.8rem !important;
}

.m-15-8 {
  margin: 15.8rem !important;
}

.m--15-8 {
  margin: -15.8rem !important;
}

.ml-15-8 {
  margin-left: 15.8rem !important;
}

.ml--15-8 {
  margin-left: -15.8rem !important;
}

.mr-15-8 {
  margin-right: 15.8rem !important;
}

.mr--15-8 {
  margin-right: -15.8rem !important;
}

.mt-15-8 {
  margin-top: 15.8rem !important;
}

.mt--15-8 {
  margin-top: -15.8rem !important;
}

.mb-15-8 {
  margin-bottom: 15.8rem !important;
}

.mb--15-8 {
  margin-bottom: -15.8rem !important;
}

.mx-15-8 {
  margin-left: 15.8rem !important;
  margin-right: 15.8rem !important;
}

.my-15-8 {
  margin-bottom: 15.8rem !important;
  margin-top: 15.8rem !important;
}

.p-15-8 {
  padding: 15.8rem !important;
}

.r-15-8 {
  right: 15.8rem !important;
}

.l-15-8 {
  left: 15.8rem !important;
}

.t-15-8 {
  top: 15.8rem !important;
}

.b-15-8 {
  bottom: 15.8rem !important;
}

.pb-15-8 {
  padding-bottom: 15.8rem !important;
}

.pt-15-8 {
  padding-top: 15.8rem !important;
}

.pl-15-8 {
  padding-left: 15.8rem !important;
}

.pr-15-8 {
  padding-right: 15.8rem !important;
}

.px-15-8 {
  padding-right: 15.8rem !important;
  padding-left: 15.8rem !important;
}

.py-15-8 {
  padding-top: 15.8rem !important;
  padding-bottom: 15.8rem !important;
}

.b-15-8 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-8 {
  border-bottom-style: solid;
  border-bottom-width: 15.8rem !important;
}
.bb-15-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.8rem !important;
}

.bt-15-8 {
  border-top-style: solid;
  border-top-width: 15.8rem !important;
}

.bl-15-8 {
  border-left-style: solid;
  border-left-width: 15.8rem !important;
}

.br-15-8 {
  border-right-style: solid;
  border-right-width: 15.8rem !important;
}

.w-15-9 {
  width: 15.9rem !important;
}

.h-15-9 {
  height: 15.9rem !important;
}

.fs-15-9 {
  font-size: 15.9rem !important;
}

.brad-15-9 {
  border-radius: 15.9rem !important;
}

.m-15-9 {
  margin: 15.9rem !important;
}

.m--15-9 {
  margin: -15.9rem !important;
}

.ml-15-9 {
  margin-left: 15.9rem !important;
}

.ml--15-9 {
  margin-left: -15.9rem !important;
}

.mr-15-9 {
  margin-right: 15.9rem !important;
}

.mr--15-9 {
  margin-right: -15.9rem !important;
}

.mt-15-9 {
  margin-top: 15.9rem !important;
}

.mt--15-9 {
  margin-top: -15.9rem !important;
}

.mb-15-9 {
  margin-bottom: 15.9rem !important;
}

.mb--15-9 {
  margin-bottom: -15.9rem !important;
}

.mx-15-9 {
  margin-left: 15.9rem !important;
  margin-right: 15.9rem !important;
}

.my-15-9 {
  margin-bottom: 15.9rem !important;
  margin-top: 15.9rem !important;
}

.p-15-9 {
  padding: 15.9rem !important;
}

.r-15-9 {
  right: 15.9rem !important;
}

.l-15-9 {
  left: 15.9rem !important;
}

.t-15-9 {
  top: 15.9rem !important;
}

.b-15-9 {
  bottom: 15.9rem !important;
}

.pb-15-9 {
  padding-bottom: 15.9rem !important;
}

.pt-15-9 {
  padding-top: 15.9rem !important;
}

.pl-15-9 {
  padding-left: 15.9rem !important;
}

.pr-15-9 {
  padding-right: 15.9rem !important;
}

.px-15-9 {
  padding-right: 15.9rem !important;
  padding-left: 15.9rem !important;
}

.py-15-9 {
  padding-top: 15.9rem !important;
  padding-bottom: 15.9rem !important;
}

.b-15-9 {
  border-style: solid;
  border-width: 15px !important;
}

.bb-15-9 {
  border-bottom-style: solid;
  border-bottom-width: 15.9rem !important;
}
.bb-15-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 15.9rem !important;
}

.bt-15-9 {
  border-top-style: solid;
  border-top-width: 15.9rem !important;
}

.bl-15-9 {
  border-left-style: solid;
  border-left-width: 15.9rem !important;
}

.br-15-9 {
  border-right-style: solid;
  border-right-width: 15.9rem !important;
}

.w-16-0 {
  width: 16rem !important;
}

.h-16-0 {
  height: 16rem !important;
}

.fs-16-0 {
  font-size: 16rem !important;
}

.brad-16-0 {
  border-radius: 16rem !important;
}

.m-16-0 {
  margin: 16rem !important;
}

.m--16-0 {
  margin: -16rem !important;
}

.ml-16-0 {
  margin-left: 16rem !important;
}

.ml--16-0 {
  margin-left: -16rem !important;
}

.mr-16-0 {
  margin-right: 16rem !important;
}

.mr--16-0 {
  margin-right: -16rem !important;
}

.mt-16-0 {
  margin-top: 16rem !important;
}

.mt--16-0 {
  margin-top: -16rem !important;
}

.mb-16-0 {
  margin-bottom: 16rem !important;
}

.mb--16-0 {
  margin-bottom: -16rem !important;
}

.mx-16-0 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-16-0 {
  margin-bottom: 16rem !important;
  margin-top: 16rem !important;
}

.p-16-0 {
  padding: 16rem !important;
}

.r-16-0 {
  right: 16rem !important;
}

.l-16-0 {
  left: 16rem !important;
}

.t-16-0 {
  top: 16rem !important;
}

.b-16-0 {
  bottom: 16rem !important;
}

.pb-16-0 {
  padding-bottom: 16rem !important;
}

.pt-16-0 {
  padding-top: 16rem !important;
}

.pl-16-0 {
  padding-left: 16rem !important;
}

.pr-16-0 {
  padding-right: 16rem !important;
}

.px-16-0 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.py-16-0 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.b-16-0 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-0 {
  border-bottom-style: solid;
  border-bottom-width: 16rem !important;
}
.bb-16-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 16rem !important;
}

.bt-16-0 {
  border-top-style: solid;
  border-top-width: 16rem !important;
}

.bl-16-0 {
  border-left-style: solid;
  border-left-width: 16rem !important;
}

.br-16-0 {
  border-right-style: solid;
  border-right-width: 16rem !important;
}

.w-16-1 {
  width: 16.1rem !important;
}

.h-16-1 {
  height: 16.1rem !important;
}

.fs-16-1 {
  font-size: 16.1rem !important;
}

.brad-16-1 {
  border-radius: 16.1rem !important;
}

.m-16-1 {
  margin: 16.1rem !important;
}

.m--16-1 {
  margin: -16.1rem !important;
}

.ml-16-1 {
  margin-left: 16.1rem !important;
}

.ml--16-1 {
  margin-left: -16.1rem !important;
}

.mr-16-1 {
  margin-right: 16.1rem !important;
}

.mr--16-1 {
  margin-right: -16.1rem !important;
}

.mt-16-1 {
  margin-top: 16.1rem !important;
}

.mt--16-1 {
  margin-top: -16.1rem !important;
}

.mb-16-1 {
  margin-bottom: 16.1rem !important;
}

.mb--16-1 {
  margin-bottom: -16.1rem !important;
}

.mx-16-1 {
  margin-left: 16.1rem !important;
  margin-right: 16.1rem !important;
}

.my-16-1 {
  margin-bottom: 16.1rem !important;
  margin-top: 16.1rem !important;
}

.p-16-1 {
  padding: 16.1rem !important;
}

.r-16-1 {
  right: 16.1rem !important;
}

.l-16-1 {
  left: 16.1rem !important;
}

.t-16-1 {
  top: 16.1rem !important;
}

.b-16-1 {
  bottom: 16.1rem !important;
}

.pb-16-1 {
  padding-bottom: 16.1rem !important;
}

.pt-16-1 {
  padding-top: 16.1rem !important;
}

.pl-16-1 {
  padding-left: 16.1rem !important;
}

.pr-16-1 {
  padding-right: 16.1rem !important;
}

.px-16-1 {
  padding-right: 16.1rem !important;
  padding-left: 16.1rem !important;
}

.py-16-1 {
  padding-top: 16.1rem !important;
  padding-bottom: 16.1rem !important;
}

.b-16-1 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-1 {
  border-bottom-style: solid;
  border-bottom-width: 16.1rem !important;
}
.bb-16-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.1rem !important;
}

.bt-16-1 {
  border-top-style: solid;
  border-top-width: 16.1rem !important;
}

.bl-16-1 {
  border-left-style: solid;
  border-left-width: 16.1rem !important;
}

.br-16-1 {
  border-right-style: solid;
  border-right-width: 16.1rem !important;
}

.w-16-2 {
  width: 16.2rem !important;
}

.h-16-2 {
  height: 16.2rem !important;
}

.fs-16-2 {
  font-size: 16.2rem !important;
}

.brad-16-2 {
  border-radius: 16.2rem !important;
}

.m-16-2 {
  margin: 16.2rem !important;
}

.m--16-2 {
  margin: -16.2rem !important;
}

.ml-16-2 {
  margin-left: 16.2rem !important;
}

.ml--16-2 {
  margin-left: -16.2rem !important;
}

.mr-16-2 {
  margin-right: 16.2rem !important;
}

.mr--16-2 {
  margin-right: -16.2rem !important;
}

.mt-16-2 {
  margin-top: 16.2rem !important;
}

.mt--16-2 {
  margin-top: -16.2rem !important;
}

.mb-16-2 {
  margin-bottom: 16.2rem !important;
}

.mb--16-2 {
  margin-bottom: -16.2rem !important;
}

.mx-16-2 {
  margin-left: 16.2rem !important;
  margin-right: 16.2rem !important;
}

.my-16-2 {
  margin-bottom: 16.2rem !important;
  margin-top: 16.2rem !important;
}

.p-16-2 {
  padding: 16.2rem !important;
}

.r-16-2 {
  right: 16.2rem !important;
}

.l-16-2 {
  left: 16.2rem !important;
}

.t-16-2 {
  top: 16.2rem !important;
}

.b-16-2 {
  bottom: 16.2rem !important;
}

.pb-16-2 {
  padding-bottom: 16.2rem !important;
}

.pt-16-2 {
  padding-top: 16.2rem !important;
}

.pl-16-2 {
  padding-left: 16.2rem !important;
}

.pr-16-2 {
  padding-right: 16.2rem !important;
}

.px-16-2 {
  padding-right: 16.2rem !important;
  padding-left: 16.2rem !important;
}

.py-16-2 {
  padding-top: 16.2rem !important;
  padding-bottom: 16.2rem !important;
}

.b-16-2 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-2 {
  border-bottom-style: solid;
  border-bottom-width: 16.2rem !important;
}
.bb-16-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.2rem !important;
}

.bt-16-2 {
  border-top-style: solid;
  border-top-width: 16.2rem !important;
}

.bl-16-2 {
  border-left-style: solid;
  border-left-width: 16.2rem !important;
}

.br-16-2 {
  border-right-style: solid;
  border-right-width: 16.2rem !important;
}

.w-16-3 {
  width: 16.3rem !important;
}

.h-16-3 {
  height: 16.3rem !important;
}

.fs-16-3 {
  font-size: 16.3rem !important;
}

.brad-16-3 {
  border-radius: 16.3rem !important;
}

.m-16-3 {
  margin: 16.3rem !important;
}

.m--16-3 {
  margin: -16.3rem !important;
}

.ml-16-3 {
  margin-left: 16.3rem !important;
}

.ml--16-3 {
  margin-left: -16.3rem !important;
}

.mr-16-3 {
  margin-right: 16.3rem !important;
}

.mr--16-3 {
  margin-right: -16.3rem !important;
}

.mt-16-3 {
  margin-top: 16.3rem !important;
}

.mt--16-3 {
  margin-top: -16.3rem !important;
}

.mb-16-3 {
  margin-bottom: 16.3rem !important;
}

.mb--16-3 {
  margin-bottom: -16.3rem !important;
}

.mx-16-3 {
  margin-left: 16.3rem !important;
  margin-right: 16.3rem !important;
}

.my-16-3 {
  margin-bottom: 16.3rem !important;
  margin-top: 16.3rem !important;
}

.p-16-3 {
  padding: 16.3rem !important;
}

.r-16-3 {
  right: 16.3rem !important;
}

.l-16-3 {
  left: 16.3rem !important;
}

.t-16-3 {
  top: 16.3rem !important;
}

.b-16-3 {
  bottom: 16.3rem !important;
}

.pb-16-3 {
  padding-bottom: 16.3rem !important;
}

.pt-16-3 {
  padding-top: 16.3rem !important;
}

.pl-16-3 {
  padding-left: 16.3rem !important;
}

.pr-16-3 {
  padding-right: 16.3rem !important;
}

.px-16-3 {
  padding-right: 16.3rem !important;
  padding-left: 16.3rem !important;
}

.py-16-3 {
  padding-top: 16.3rem !important;
  padding-bottom: 16.3rem !important;
}

.b-16-3 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-3 {
  border-bottom-style: solid;
  border-bottom-width: 16.3rem !important;
}
.bb-16-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.3rem !important;
}

.bt-16-3 {
  border-top-style: solid;
  border-top-width: 16.3rem !important;
}

.bl-16-3 {
  border-left-style: solid;
  border-left-width: 16.3rem !important;
}

.br-16-3 {
  border-right-style: solid;
  border-right-width: 16.3rem !important;
}

.w-16-4 {
  width: 16.4rem !important;
}

.h-16-4 {
  height: 16.4rem !important;
}

.fs-16-4 {
  font-size: 16.4rem !important;
}

.brad-16-4 {
  border-radius: 16.4rem !important;
}

.m-16-4 {
  margin: 16.4rem !important;
}

.m--16-4 {
  margin: -16.4rem !important;
}

.ml-16-4 {
  margin-left: 16.4rem !important;
}

.ml--16-4 {
  margin-left: -16.4rem !important;
}

.mr-16-4 {
  margin-right: 16.4rem !important;
}

.mr--16-4 {
  margin-right: -16.4rem !important;
}

.mt-16-4 {
  margin-top: 16.4rem !important;
}

.mt--16-4 {
  margin-top: -16.4rem !important;
}

.mb-16-4 {
  margin-bottom: 16.4rem !important;
}

.mb--16-4 {
  margin-bottom: -16.4rem !important;
}

.mx-16-4 {
  margin-left: 16.4rem !important;
  margin-right: 16.4rem !important;
}

.my-16-4 {
  margin-bottom: 16.4rem !important;
  margin-top: 16.4rem !important;
}

.p-16-4 {
  padding: 16.4rem !important;
}

.r-16-4 {
  right: 16.4rem !important;
}

.l-16-4 {
  left: 16.4rem !important;
}

.t-16-4 {
  top: 16.4rem !important;
}

.b-16-4 {
  bottom: 16.4rem !important;
}

.pb-16-4 {
  padding-bottom: 16.4rem !important;
}

.pt-16-4 {
  padding-top: 16.4rem !important;
}

.pl-16-4 {
  padding-left: 16.4rem !important;
}

.pr-16-4 {
  padding-right: 16.4rem !important;
}

.px-16-4 {
  padding-right: 16.4rem !important;
  padding-left: 16.4rem !important;
}

.py-16-4 {
  padding-top: 16.4rem !important;
  padding-bottom: 16.4rem !important;
}

.b-16-4 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-4 {
  border-bottom-style: solid;
  border-bottom-width: 16.4rem !important;
}
.bb-16-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.4rem !important;
}

.bt-16-4 {
  border-top-style: solid;
  border-top-width: 16.4rem !important;
}

.bl-16-4 {
  border-left-style: solid;
  border-left-width: 16.4rem !important;
}

.br-16-4 {
  border-right-style: solid;
  border-right-width: 16.4rem !important;
}

.w-16-5 {
  width: 16.5rem !important;
}

.h-16-5 {
  height: 16.5rem !important;
}

.fs-16-5 {
  font-size: 16.5rem !important;
}

.brad-16-5 {
  border-radius: 16.5rem !important;
}

.m-16-5 {
  margin: 16.5rem !important;
}

.m--16-5 {
  margin: -16.5rem !important;
}

.ml-16-5 {
  margin-left: 16.5rem !important;
}

.ml--16-5 {
  margin-left: -16.5rem !important;
}

.mr-16-5 {
  margin-right: 16.5rem !important;
}

.mr--16-5 {
  margin-right: -16.5rem !important;
}

.mt-16-5 {
  margin-top: 16.5rem !important;
}

.mt--16-5 {
  margin-top: -16.5rem !important;
}

.mb-16-5 {
  margin-bottom: 16.5rem !important;
}

.mb--16-5 {
  margin-bottom: -16.5rem !important;
}

.mx-16-5 {
  margin-left: 16.5rem !important;
  margin-right: 16.5rem !important;
}

.my-16-5 {
  margin-bottom: 16.5rem !important;
  margin-top: 16.5rem !important;
}

.p-16-5 {
  padding: 16.5rem !important;
}

.r-16-5 {
  right: 16.5rem !important;
}

.l-16-5 {
  left: 16.5rem !important;
}

.t-16-5 {
  top: 16.5rem !important;
}

.b-16-5 {
  bottom: 16.5rem !important;
}

.pb-16-5 {
  padding-bottom: 16.5rem !important;
}

.pt-16-5 {
  padding-top: 16.5rem !important;
}

.pl-16-5 {
  padding-left: 16.5rem !important;
}

.pr-16-5 {
  padding-right: 16.5rem !important;
}

.px-16-5 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

.py-16-5 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.b-16-5 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-5 {
  border-bottom-style: solid;
  border-bottom-width: 16.5rem !important;
}
.bb-16-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.5rem !important;
}

.bt-16-5 {
  border-top-style: solid;
  border-top-width: 16.5rem !important;
}

.bl-16-5 {
  border-left-style: solid;
  border-left-width: 16.5rem !important;
}

.br-16-5 {
  border-right-style: solid;
  border-right-width: 16.5rem !important;
}

.w-16-6 {
  width: 16.6rem !important;
}

.h-16-6 {
  height: 16.6rem !important;
}

.fs-16-6 {
  font-size: 16.6rem !important;
}

.brad-16-6 {
  border-radius: 16.6rem !important;
}

.m-16-6 {
  margin: 16.6rem !important;
}

.m--16-6 {
  margin: -16.6rem !important;
}

.ml-16-6 {
  margin-left: 16.6rem !important;
}

.ml--16-6 {
  margin-left: -16.6rem !important;
}

.mr-16-6 {
  margin-right: 16.6rem !important;
}

.mr--16-6 {
  margin-right: -16.6rem !important;
}

.mt-16-6 {
  margin-top: 16.6rem !important;
}

.mt--16-6 {
  margin-top: -16.6rem !important;
}

.mb-16-6 {
  margin-bottom: 16.6rem !important;
}

.mb--16-6 {
  margin-bottom: -16.6rem !important;
}

.mx-16-6 {
  margin-left: 16.6rem !important;
  margin-right: 16.6rem !important;
}

.my-16-6 {
  margin-bottom: 16.6rem !important;
  margin-top: 16.6rem !important;
}

.p-16-6 {
  padding: 16.6rem !important;
}

.r-16-6 {
  right: 16.6rem !important;
}

.l-16-6 {
  left: 16.6rem !important;
}

.t-16-6 {
  top: 16.6rem !important;
}

.b-16-6 {
  bottom: 16.6rem !important;
}

.pb-16-6 {
  padding-bottom: 16.6rem !important;
}

.pt-16-6 {
  padding-top: 16.6rem !important;
}

.pl-16-6 {
  padding-left: 16.6rem !important;
}

.pr-16-6 {
  padding-right: 16.6rem !important;
}

.px-16-6 {
  padding-right: 16.6rem !important;
  padding-left: 16.6rem !important;
}

.py-16-6 {
  padding-top: 16.6rem !important;
  padding-bottom: 16.6rem !important;
}

.b-16-6 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-6 {
  border-bottom-style: solid;
  border-bottom-width: 16.6rem !important;
}
.bb-16-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.6rem !important;
}

.bt-16-6 {
  border-top-style: solid;
  border-top-width: 16.6rem !important;
}

.bl-16-6 {
  border-left-style: solid;
  border-left-width: 16.6rem !important;
}

.br-16-6 {
  border-right-style: solid;
  border-right-width: 16.6rem !important;
}

.w-16-7 {
  width: 16.7rem !important;
}

.h-16-7 {
  height: 16.7rem !important;
}

.fs-16-7 {
  font-size: 16.7rem !important;
}

.brad-16-7 {
  border-radius: 16.7rem !important;
}

.m-16-7 {
  margin: 16.7rem !important;
}

.m--16-7 {
  margin: -16.7rem !important;
}

.ml-16-7 {
  margin-left: 16.7rem !important;
}

.ml--16-7 {
  margin-left: -16.7rem !important;
}

.mr-16-7 {
  margin-right: 16.7rem !important;
}

.mr--16-7 {
  margin-right: -16.7rem !important;
}

.mt-16-7 {
  margin-top: 16.7rem !important;
}

.mt--16-7 {
  margin-top: -16.7rem !important;
}

.mb-16-7 {
  margin-bottom: 16.7rem !important;
}

.mb--16-7 {
  margin-bottom: -16.7rem !important;
}

.mx-16-7 {
  margin-left: 16.7rem !important;
  margin-right: 16.7rem !important;
}

.my-16-7 {
  margin-bottom: 16.7rem !important;
  margin-top: 16.7rem !important;
}

.p-16-7 {
  padding: 16.7rem !important;
}

.r-16-7 {
  right: 16.7rem !important;
}

.l-16-7 {
  left: 16.7rem !important;
}

.t-16-7 {
  top: 16.7rem !important;
}

.b-16-7 {
  bottom: 16.7rem !important;
}

.pb-16-7 {
  padding-bottom: 16.7rem !important;
}

.pt-16-7 {
  padding-top: 16.7rem !important;
}

.pl-16-7 {
  padding-left: 16.7rem !important;
}

.pr-16-7 {
  padding-right: 16.7rem !important;
}

.px-16-7 {
  padding-right: 16.7rem !important;
  padding-left: 16.7rem !important;
}

.py-16-7 {
  padding-top: 16.7rem !important;
  padding-bottom: 16.7rem !important;
}

.b-16-7 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-7 {
  border-bottom-style: solid;
  border-bottom-width: 16.7rem !important;
}
.bb-16-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.7rem !important;
}

.bt-16-7 {
  border-top-style: solid;
  border-top-width: 16.7rem !important;
}

.bl-16-7 {
  border-left-style: solid;
  border-left-width: 16.7rem !important;
}

.br-16-7 {
  border-right-style: solid;
  border-right-width: 16.7rem !important;
}

.w-16-8 {
  width: 16.8rem !important;
}

.h-16-8 {
  height: 16.8rem !important;
}

.fs-16-8 {
  font-size: 16.8rem !important;
}

.brad-16-8 {
  border-radius: 16.8rem !important;
}

.m-16-8 {
  margin: 16.8rem !important;
}

.m--16-8 {
  margin: -16.8rem !important;
}

.ml-16-8 {
  margin-left: 16.8rem !important;
}

.ml--16-8 {
  margin-left: -16.8rem !important;
}

.mr-16-8 {
  margin-right: 16.8rem !important;
}

.mr--16-8 {
  margin-right: -16.8rem !important;
}

.mt-16-8 {
  margin-top: 16.8rem !important;
}

.mt--16-8 {
  margin-top: -16.8rem !important;
}

.mb-16-8 {
  margin-bottom: 16.8rem !important;
}

.mb--16-8 {
  margin-bottom: -16.8rem !important;
}

.mx-16-8 {
  margin-left: 16.8rem !important;
  margin-right: 16.8rem !important;
}

.my-16-8 {
  margin-bottom: 16.8rem !important;
  margin-top: 16.8rem !important;
}

.p-16-8 {
  padding: 16.8rem !important;
}

.r-16-8 {
  right: 16.8rem !important;
}

.l-16-8 {
  left: 16.8rem !important;
}

.t-16-8 {
  top: 16.8rem !important;
}

.b-16-8 {
  bottom: 16.8rem !important;
}

.pb-16-8 {
  padding-bottom: 16.8rem !important;
}

.pt-16-8 {
  padding-top: 16.8rem !important;
}

.pl-16-8 {
  padding-left: 16.8rem !important;
}

.pr-16-8 {
  padding-right: 16.8rem !important;
}

.px-16-8 {
  padding-right: 16.8rem !important;
  padding-left: 16.8rem !important;
}

.py-16-8 {
  padding-top: 16.8rem !important;
  padding-bottom: 16.8rem !important;
}

.b-16-8 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-8 {
  border-bottom-style: solid;
  border-bottom-width: 16.8rem !important;
}
.bb-16-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.8rem !important;
}

.bt-16-8 {
  border-top-style: solid;
  border-top-width: 16.8rem !important;
}

.bl-16-8 {
  border-left-style: solid;
  border-left-width: 16.8rem !important;
}

.br-16-8 {
  border-right-style: solid;
  border-right-width: 16.8rem !important;
}

.w-16-9 {
  width: 16.9rem !important;
}

.h-16-9 {
  height: 16.9rem !important;
}

.fs-16-9 {
  font-size: 16.9rem !important;
}

.brad-16-9 {
  border-radius: 16.9rem !important;
}

.m-16-9 {
  margin: 16.9rem !important;
}

.m--16-9 {
  margin: -16.9rem !important;
}

.ml-16-9 {
  margin-left: 16.9rem !important;
}

.ml--16-9 {
  margin-left: -16.9rem !important;
}

.mr-16-9 {
  margin-right: 16.9rem !important;
}

.mr--16-9 {
  margin-right: -16.9rem !important;
}

.mt-16-9 {
  margin-top: 16.9rem !important;
}

.mt--16-9 {
  margin-top: -16.9rem !important;
}

.mb-16-9 {
  margin-bottom: 16.9rem !important;
}

.mb--16-9 {
  margin-bottom: -16.9rem !important;
}

.mx-16-9 {
  margin-left: 16.9rem !important;
  margin-right: 16.9rem !important;
}

.my-16-9 {
  margin-bottom: 16.9rem !important;
  margin-top: 16.9rem !important;
}

.p-16-9 {
  padding: 16.9rem !important;
}

.r-16-9 {
  right: 16.9rem !important;
}

.l-16-9 {
  left: 16.9rem !important;
}

.t-16-9 {
  top: 16.9rem !important;
}

.b-16-9 {
  bottom: 16.9rem !important;
}

.pb-16-9 {
  padding-bottom: 16.9rem !important;
}

.pt-16-9 {
  padding-top: 16.9rem !important;
}

.pl-16-9 {
  padding-left: 16.9rem !important;
}

.pr-16-9 {
  padding-right: 16.9rem !important;
}

.px-16-9 {
  padding-right: 16.9rem !important;
  padding-left: 16.9rem !important;
}

.py-16-9 {
  padding-top: 16.9rem !important;
  padding-bottom: 16.9rem !important;
}

.b-16-9 {
  border-style: solid;
  border-width: 16px !important;
}

.bb-16-9 {
  border-bottom-style: solid;
  border-bottom-width: 16.9rem !important;
}
.bb-16-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 16.9rem !important;
}

.bt-16-9 {
  border-top-style: solid;
  border-top-width: 16.9rem !important;
}

.bl-16-9 {
  border-left-style: solid;
  border-left-width: 16.9rem !important;
}

.br-16-9 {
  border-right-style: solid;
  border-right-width: 16.9rem !important;
}

.w-17-0 {
  width: 17rem !important;
}

.h-17-0 {
  height: 17rem !important;
}

.fs-17-0 {
  font-size: 17rem !important;
}

.brad-17-0 {
  border-radius: 17rem !important;
}

.m-17-0 {
  margin: 17rem !important;
}

.m--17-0 {
  margin: -17rem !important;
}

.ml-17-0 {
  margin-left: 17rem !important;
}

.ml--17-0 {
  margin-left: -17rem !important;
}

.mr-17-0 {
  margin-right: 17rem !important;
}

.mr--17-0 {
  margin-right: -17rem !important;
}

.mt-17-0 {
  margin-top: 17rem !important;
}

.mt--17-0 {
  margin-top: -17rem !important;
}

.mb-17-0 {
  margin-bottom: 17rem !important;
}

.mb--17-0 {
  margin-bottom: -17rem !important;
}

.mx-17-0 {
  margin-left: 17rem !important;
  margin-right: 17rem !important;
}

.my-17-0 {
  margin-bottom: 17rem !important;
  margin-top: 17rem !important;
}

.p-17-0 {
  padding: 17rem !important;
}

.r-17-0 {
  right: 17rem !important;
}

.l-17-0 {
  left: 17rem !important;
}

.t-17-0 {
  top: 17rem !important;
}

.b-17-0 {
  bottom: 17rem !important;
}

.pb-17-0 {
  padding-bottom: 17rem !important;
}

.pt-17-0 {
  padding-top: 17rem !important;
}

.pl-17-0 {
  padding-left: 17rem !important;
}

.pr-17-0 {
  padding-right: 17rem !important;
}

.px-17-0 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.py-17-0 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.b-17-0 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-0 {
  border-bottom-style: solid;
  border-bottom-width: 17rem !important;
}
.bb-17-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 17rem !important;
}

.bt-17-0 {
  border-top-style: solid;
  border-top-width: 17rem !important;
}

.bl-17-0 {
  border-left-style: solid;
  border-left-width: 17rem !important;
}

.br-17-0 {
  border-right-style: solid;
  border-right-width: 17rem !important;
}

.w-17-1 {
  width: 17.1rem !important;
}

.h-17-1 {
  height: 17.1rem !important;
}

.fs-17-1 {
  font-size: 17.1rem !important;
}

.brad-17-1 {
  border-radius: 17.1rem !important;
}

.m-17-1 {
  margin: 17.1rem !important;
}

.m--17-1 {
  margin: -17.1rem !important;
}

.ml-17-1 {
  margin-left: 17.1rem !important;
}

.ml--17-1 {
  margin-left: -17.1rem !important;
}

.mr-17-1 {
  margin-right: 17.1rem !important;
}

.mr--17-1 {
  margin-right: -17.1rem !important;
}

.mt-17-1 {
  margin-top: 17.1rem !important;
}

.mt--17-1 {
  margin-top: -17.1rem !important;
}

.mb-17-1 {
  margin-bottom: 17.1rem !important;
}

.mb--17-1 {
  margin-bottom: -17.1rem !important;
}

.mx-17-1 {
  margin-left: 17.1rem !important;
  margin-right: 17.1rem !important;
}

.my-17-1 {
  margin-bottom: 17.1rem !important;
  margin-top: 17.1rem !important;
}

.p-17-1 {
  padding: 17.1rem !important;
}

.r-17-1 {
  right: 17.1rem !important;
}

.l-17-1 {
  left: 17.1rem !important;
}

.t-17-1 {
  top: 17.1rem !important;
}

.b-17-1 {
  bottom: 17.1rem !important;
}

.pb-17-1 {
  padding-bottom: 17.1rem !important;
}

.pt-17-1 {
  padding-top: 17.1rem !important;
}

.pl-17-1 {
  padding-left: 17.1rem !important;
}

.pr-17-1 {
  padding-right: 17.1rem !important;
}

.px-17-1 {
  padding-right: 17.1rem !important;
  padding-left: 17.1rem !important;
}

.py-17-1 {
  padding-top: 17.1rem !important;
  padding-bottom: 17.1rem !important;
}

.b-17-1 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-1 {
  border-bottom-style: solid;
  border-bottom-width: 17.1rem !important;
}
.bb-17-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.1rem !important;
}

.bt-17-1 {
  border-top-style: solid;
  border-top-width: 17.1rem !important;
}

.bl-17-1 {
  border-left-style: solid;
  border-left-width: 17.1rem !important;
}

.br-17-1 {
  border-right-style: solid;
  border-right-width: 17.1rem !important;
}

.w-17-2 {
  width: 17.2rem !important;
}

.h-17-2 {
  height: 17.2rem !important;
}

.fs-17-2 {
  font-size: 17.2rem !important;
}

.brad-17-2 {
  border-radius: 17.2rem !important;
}

.m-17-2 {
  margin: 17.2rem !important;
}

.m--17-2 {
  margin: -17.2rem !important;
}

.ml-17-2 {
  margin-left: 17.2rem !important;
}

.ml--17-2 {
  margin-left: -17.2rem !important;
}

.mr-17-2 {
  margin-right: 17.2rem !important;
}

.mr--17-2 {
  margin-right: -17.2rem !important;
}

.mt-17-2 {
  margin-top: 17.2rem !important;
}

.mt--17-2 {
  margin-top: -17.2rem !important;
}

.mb-17-2 {
  margin-bottom: 17.2rem !important;
}

.mb--17-2 {
  margin-bottom: -17.2rem !important;
}

.mx-17-2 {
  margin-left: 17.2rem !important;
  margin-right: 17.2rem !important;
}

.my-17-2 {
  margin-bottom: 17.2rem !important;
  margin-top: 17.2rem !important;
}

.p-17-2 {
  padding: 17.2rem !important;
}

.r-17-2 {
  right: 17.2rem !important;
}

.l-17-2 {
  left: 17.2rem !important;
}

.t-17-2 {
  top: 17.2rem !important;
}

.b-17-2 {
  bottom: 17.2rem !important;
}

.pb-17-2 {
  padding-bottom: 17.2rem !important;
}

.pt-17-2 {
  padding-top: 17.2rem !important;
}

.pl-17-2 {
  padding-left: 17.2rem !important;
}

.pr-17-2 {
  padding-right: 17.2rem !important;
}

.px-17-2 {
  padding-right: 17.2rem !important;
  padding-left: 17.2rem !important;
}

.py-17-2 {
  padding-top: 17.2rem !important;
  padding-bottom: 17.2rem !important;
}

.b-17-2 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-2 {
  border-bottom-style: solid;
  border-bottom-width: 17.2rem !important;
}
.bb-17-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.2rem !important;
}

.bt-17-2 {
  border-top-style: solid;
  border-top-width: 17.2rem !important;
}

.bl-17-2 {
  border-left-style: solid;
  border-left-width: 17.2rem !important;
}

.br-17-2 {
  border-right-style: solid;
  border-right-width: 17.2rem !important;
}

.w-17-3 {
  width: 17.3rem !important;
}

.h-17-3 {
  height: 17.3rem !important;
}

.fs-17-3 {
  font-size: 17.3rem !important;
}

.brad-17-3 {
  border-radius: 17.3rem !important;
}

.m-17-3 {
  margin: 17.3rem !important;
}

.m--17-3 {
  margin: -17.3rem !important;
}

.ml-17-3 {
  margin-left: 17.3rem !important;
}

.ml--17-3 {
  margin-left: -17.3rem !important;
}

.mr-17-3 {
  margin-right: 17.3rem !important;
}

.mr--17-3 {
  margin-right: -17.3rem !important;
}

.mt-17-3 {
  margin-top: 17.3rem !important;
}

.mt--17-3 {
  margin-top: -17.3rem !important;
}

.mb-17-3 {
  margin-bottom: 17.3rem !important;
}

.mb--17-3 {
  margin-bottom: -17.3rem !important;
}

.mx-17-3 {
  margin-left: 17.3rem !important;
  margin-right: 17.3rem !important;
}

.my-17-3 {
  margin-bottom: 17.3rem !important;
  margin-top: 17.3rem !important;
}

.p-17-3 {
  padding: 17.3rem !important;
}

.r-17-3 {
  right: 17.3rem !important;
}

.l-17-3 {
  left: 17.3rem !important;
}

.t-17-3 {
  top: 17.3rem !important;
}

.b-17-3 {
  bottom: 17.3rem !important;
}

.pb-17-3 {
  padding-bottom: 17.3rem !important;
}

.pt-17-3 {
  padding-top: 17.3rem !important;
}

.pl-17-3 {
  padding-left: 17.3rem !important;
}

.pr-17-3 {
  padding-right: 17.3rem !important;
}

.px-17-3 {
  padding-right: 17.3rem !important;
  padding-left: 17.3rem !important;
}

.py-17-3 {
  padding-top: 17.3rem !important;
  padding-bottom: 17.3rem !important;
}

.b-17-3 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-3 {
  border-bottom-style: solid;
  border-bottom-width: 17.3rem !important;
}
.bb-17-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.3rem !important;
}

.bt-17-3 {
  border-top-style: solid;
  border-top-width: 17.3rem !important;
}

.bl-17-3 {
  border-left-style: solid;
  border-left-width: 17.3rem !important;
}

.br-17-3 {
  border-right-style: solid;
  border-right-width: 17.3rem !important;
}

.w-17-4 {
  width: 17.4rem !important;
}

.h-17-4 {
  height: 17.4rem !important;
}

.fs-17-4 {
  font-size: 17.4rem !important;
}

.brad-17-4 {
  border-radius: 17.4rem !important;
}

.m-17-4 {
  margin: 17.4rem !important;
}

.m--17-4 {
  margin: -17.4rem !important;
}

.ml-17-4 {
  margin-left: 17.4rem !important;
}

.ml--17-4 {
  margin-left: -17.4rem !important;
}

.mr-17-4 {
  margin-right: 17.4rem !important;
}

.mr--17-4 {
  margin-right: -17.4rem !important;
}

.mt-17-4 {
  margin-top: 17.4rem !important;
}

.mt--17-4 {
  margin-top: -17.4rem !important;
}

.mb-17-4 {
  margin-bottom: 17.4rem !important;
}

.mb--17-4 {
  margin-bottom: -17.4rem !important;
}

.mx-17-4 {
  margin-left: 17.4rem !important;
  margin-right: 17.4rem !important;
}

.my-17-4 {
  margin-bottom: 17.4rem !important;
  margin-top: 17.4rem !important;
}

.p-17-4 {
  padding: 17.4rem !important;
}

.r-17-4 {
  right: 17.4rem !important;
}

.l-17-4 {
  left: 17.4rem !important;
}

.t-17-4 {
  top: 17.4rem !important;
}

.b-17-4 {
  bottom: 17.4rem !important;
}

.pb-17-4 {
  padding-bottom: 17.4rem !important;
}

.pt-17-4 {
  padding-top: 17.4rem !important;
}

.pl-17-4 {
  padding-left: 17.4rem !important;
}

.pr-17-4 {
  padding-right: 17.4rem !important;
}

.px-17-4 {
  padding-right: 17.4rem !important;
  padding-left: 17.4rem !important;
}

.py-17-4 {
  padding-top: 17.4rem !important;
  padding-bottom: 17.4rem !important;
}

.b-17-4 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-4 {
  border-bottom-style: solid;
  border-bottom-width: 17.4rem !important;
}
.bb-17-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.4rem !important;
}

.bt-17-4 {
  border-top-style: solid;
  border-top-width: 17.4rem !important;
}

.bl-17-4 {
  border-left-style: solid;
  border-left-width: 17.4rem !important;
}

.br-17-4 {
  border-right-style: solid;
  border-right-width: 17.4rem !important;
}

.w-17-5 {
  width: 17.5rem !important;
}

.h-17-5 {
  height: 17.5rem !important;
}

.fs-17-5 {
  font-size: 17.5rem !important;
}

.brad-17-5 {
  border-radius: 17.5rem !important;
}

.m-17-5 {
  margin: 17.5rem !important;
}

.m--17-5 {
  margin: -17.5rem !important;
}

.ml-17-5 {
  margin-left: 17.5rem !important;
}

.ml--17-5 {
  margin-left: -17.5rem !important;
}

.mr-17-5 {
  margin-right: 17.5rem !important;
}

.mr--17-5 {
  margin-right: -17.5rem !important;
}

.mt-17-5 {
  margin-top: 17.5rem !important;
}

.mt--17-5 {
  margin-top: -17.5rem !important;
}

.mb-17-5 {
  margin-bottom: 17.5rem !important;
}

.mb--17-5 {
  margin-bottom: -17.5rem !important;
}

.mx-17-5 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important;
}

.my-17-5 {
  margin-bottom: 17.5rem !important;
  margin-top: 17.5rem !important;
}

.p-17-5 {
  padding: 17.5rem !important;
}

.r-17-5 {
  right: 17.5rem !important;
}

.l-17-5 {
  left: 17.5rem !important;
}

.t-17-5 {
  top: 17.5rem !important;
}

.b-17-5 {
  bottom: 17.5rem !important;
}

.pb-17-5 {
  padding-bottom: 17.5rem !important;
}

.pt-17-5 {
  padding-top: 17.5rem !important;
}

.pl-17-5 {
  padding-left: 17.5rem !important;
}

.pr-17-5 {
  padding-right: 17.5rem !important;
}

.px-17-5 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}

.py-17-5 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

.b-17-5 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-5 {
  border-bottom-style: solid;
  border-bottom-width: 17.5rem !important;
}
.bb-17-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.5rem !important;
}

.bt-17-5 {
  border-top-style: solid;
  border-top-width: 17.5rem !important;
}

.bl-17-5 {
  border-left-style: solid;
  border-left-width: 17.5rem !important;
}

.br-17-5 {
  border-right-style: solid;
  border-right-width: 17.5rem !important;
}

.w-17-6 {
  width: 17.6rem !important;
}

.h-17-6 {
  height: 17.6rem !important;
}

.fs-17-6 {
  font-size: 17.6rem !important;
}

.brad-17-6 {
  border-radius: 17.6rem !important;
}

.m-17-6 {
  margin: 17.6rem !important;
}

.m--17-6 {
  margin: -17.6rem !important;
}

.ml-17-6 {
  margin-left: 17.6rem !important;
}

.ml--17-6 {
  margin-left: -17.6rem !important;
}

.mr-17-6 {
  margin-right: 17.6rem !important;
}

.mr--17-6 {
  margin-right: -17.6rem !important;
}

.mt-17-6 {
  margin-top: 17.6rem !important;
}

.mt--17-6 {
  margin-top: -17.6rem !important;
}

.mb-17-6 {
  margin-bottom: 17.6rem !important;
}

.mb--17-6 {
  margin-bottom: -17.6rem !important;
}

.mx-17-6 {
  margin-left: 17.6rem !important;
  margin-right: 17.6rem !important;
}

.my-17-6 {
  margin-bottom: 17.6rem !important;
  margin-top: 17.6rem !important;
}

.p-17-6 {
  padding: 17.6rem !important;
}

.r-17-6 {
  right: 17.6rem !important;
}

.l-17-6 {
  left: 17.6rem !important;
}

.t-17-6 {
  top: 17.6rem !important;
}

.b-17-6 {
  bottom: 17.6rem !important;
}

.pb-17-6 {
  padding-bottom: 17.6rem !important;
}

.pt-17-6 {
  padding-top: 17.6rem !important;
}

.pl-17-6 {
  padding-left: 17.6rem !important;
}

.pr-17-6 {
  padding-right: 17.6rem !important;
}

.px-17-6 {
  padding-right: 17.6rem !important;
  padding-left: 17.6rem !important;
}

.py-17-6 {
  padding-top: 17.6rem !important;
  padding-bottom: 17.6rem !important;
}

.b-17-6 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-6 {
  border-bottom-style: solid;
  border-bottom-width: 17.6rem !important;
}
.bb-17-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.6rem !important;
}

.bt-17-6 {
  border-top-style: solid;
  border-top-width: 17.6rem !important;
}

.bl-17-6 {
  border-left-style: solid;
  border-left-width: 17.6rem !important;
}

.br-17-6 {
  border-right-style: solid;
  border-right-width: 17.6rem !important;
}

.w-17-7 {
  width: 17.7rem !important;
}

.h-17-7 {
  height: 17.7rem !important;
}

.fs-17-7 {
  font-size: 17.7rem !important;
}

.brad-17-7 {
  border-radius: 17.7rem !important;
}

.m-17-7 {
  margin: 17.7rem !important;
}

.m--17-7 {
  margin: -17.7rem !important;
}

.ml-17-7 {
  margin-left: 17.7rem !important;
}

.ml--17-7 {
  margin-left: -17.7rem !important;
}

.mr-17-7 {
  margin-right: 17.7rem !important;
}

.mr--17-7 {
  margin-right: -17.7rem !important;
}

.mt-17-7 {
  margin-top: 17.7rem !important;
}

.mt--17-7 {
  margin-top: -17.7rem !important;
}

.mb-17-7 {
  margin-bottom: 17.7rem !important;
}

.mb--17-7 {
  margin-bottom: -17.7rem !important;
}

.mx-17-7 {
  margin-left: 17.7rem !important;
  margin-right: 17.7rem !important;
}

.my-17-7 {
  margin-bottom: 17.7rem !important;
  margin-top: 17.7rem !important;
}

.p-17-7 {
  padding: 17.7rem !important;
}

.r-17-7 {
  right: 17.7rem !important;
}

.l-17-7 {
  left: 17.7rem !important;
}

.t-17-7 {
  top: 17.7rem !important;
}

.b-17-7 {
  bottom: 17.7rem !important;
}

.pb-17-7 {
  padding-bottom: 17.7rem !important;
}

.pt-17-7 {
  padding-top: 17.7rem !important;
}

.pl-17-7 {
  padding-left: 17.7rem !important;
}

.pr-17-7 {
  padding-right: 17.7rem !important;
}

.px-17-7 {
  padding-right: 17.7rem !important;
  padding-left: 17.7rem !important;
}

.py-17-7 {
  padding-top: 17.7rem !important;
  padding-bottom: 17.7rem !important;
}

.b-17-7 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-7 {
  border-bottom-style: solid;
  border-bottom-width: 17.7rem !important;
}
.bb-17-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.7rem !important;
}

.bt-17-7 {
  border-top-style: solid;
  border-top-width: 17.7rem !important;
}

.bl-17-7 {
  border-left-style: solid;
  border-left-width: 17.7rem !important;
}

.br-17-7 {
  border-right-style: solid;
  border-right-width: 17.7rem !important;
}

.w-17-8 {
  width: 17.8rem !important;
}

.h-17-8 {
  height: 17.8rem !important;
}

.fs-17-8 {
  font-size: 17.8rem !important;
}

.brad-17-8 {
  border-radius: 17.8rem !important;
}

.m-17-8 {
  margin: 17.8rem !important;
}

.m--17-8 {
  margin: -17.8rem !important;
}

.ml-17-8 {
  margin-left: 17.8rem !important;
}

.ml--17-8 {
  margin-left: -17.8rem !important;
}

.mr-17-8 {
  margin-right: 17.8rem !important;
}

.mr--17-8 {
  margin-right: -17.8rem !important;
}

.mt-17-8 {
  margin-top: 17.8rem !important;
}

.mt--17-8 {
  margin-top: -17.8rem !important;
}

.mb-17-8 {
  margin-bottom: 17.8rem !important;
}

.mb--17-8 {
  margin-bottom: -17.8rem !important;
}

.mx-17-8 {
  margin-left: 17.8rem !important;
  margin-right: 17.8rem !important;
}

.my-17-8 {
  margin-bottom: 17.8rem !important;
  margin-top: 17.8rem !important;
}

.p-17-8 {
  padding: 17.8rem !important;
}

.r-17-8 {
  right: 17.8rem !important;
}

.l-17-8 {
  left: 17.8rem !important;
}

.t-17-8 {
  top: 17.8rem !important;
}

.b-17-8 {
  bottom: 17.8rem !important;
}

.pb-17-8 {
  padding-bottom: 17.8rem !important;
}

.pt-17-8 {
  padding-top: 17.8rem !important;
}

.pl-17-8 {
  padding-left: 17.8rem !important;
}

.pr-17-8 {
  padding-right: 17.8rem !important;
}

.px-17-8 {
  padding-right: 17.8rem !important;
  padding-left: 17.8rem !important;
}

.py-17-8 {
  padding-top: 17.8rem !important;
  padding-bottom: 17.8rem !important;
}

.b-17-8 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-8 {
  border-bottom-style: solid;
  border-bottom-width: 17.8rem !important;
}
.bb-17-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.8rem !important;
}

.bt-17-8 {
  border-top-style: solid;
  border-top-width: 17.8rem !important;
}

.bl-17-8 {
  border-left-style: solid;
  border-left-width: 17.8rem !important;
}

.br-17-8 {
  border-right-style: solid;
  border-right-width: 17.8rem !important;
}

.w-17-9 {
  width: 17.9rem !important;
}

.h-17-9 {
  height: 17.9rem !important;
}

.fs-17-9 {
  font-size: 17.9rem !important;
}

.brad-17-9 {
  border-radius: 17.9rem !important;
}

.m-17-9 {
  margin: 17.9rem !important;
}

.m--17-9 {
  margin: -17.9rem !important;
}

.ml-17-9 {
  margin-left: 17.9rem !important;
}

.ml--17-9 {
  margin-left: -17.9rem !important;
}

.mr-17-9 {
  margin-right: 17.9rem !important;
}

.mr--17-9 {
  margin-right: -17.9rem !important;
}

.mt-17-9 {
  margin-top: 17.9rem !important;
}

.mt--17-9 {
  margin-top: -17.9rem !important;
}

.mb-17-9 {
  margin-bottom: 17.9rem !important;
}

.mb--17-9 {
  margin-bottom: -17.9rem !important;
}

.mx-17-9 {
  margin-left: 17.9rem !important;
  margin-right: 17.9rem !important;
}

.my-17-9 {
  margin-bottom: 17.9rem !important;
  margin-top: 17.9rem !important;
}

.p-17-9 {
  padding: 17.9rem !important;
}

.r-17-9 {
  right: 17.9rem !important;
}

.l-17-9 {
  left: 17.9rem !important;
}

.t-17-9 {
  top: 17.9rem !important;
}

.b-17-9 {
  bottom: 17.9rem !important;
}

.pb-17-9 {
  padding-bottom: 17.9rem !important;
}

.pt-17-9 {
  padding-top: 17.9rem !important;
}

.pl-17-9 {
  padding-left: 17.9rem !important;
}

.pr-17-9 {
  padding-right: 17.9rem !important;
}

.px-17-9 {
  padding-right: 17.9rem !important;
  padding-left: 17.9rem !important;
}

.py-17-9 {
  padding-top: 17.9rem !important;
  padding-bottom: 17.9rem !important;
}

.b-17-9 {
  border-style: solid;
  border-width: 17px !important;
}

.bb-17-9 {
  border-bottom-style: solid;
  border-bottom-width: 17.9rem !important;
}
.bb-17-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 17.9rem !important;
}

.bt-17-9 {
  border-top-style: solid;
  border-top-width: 17.9rem !important;
}

.bl-17-9 {
  border-left-style: solid;
  border-left-width: 17.9rem !important;
}

.br-17-9 {
  border-right-style: solid;
  border-right-width: 17.9rem !important;
}

.w-18-0 {
  width: 18rem !important;
}

.h-18-0 {
  height: 18rem !important;
}

.fs-18-0 {
  font-size: 18rem !important;
}

.brad-18-0 {
  border-radius: 18rem !important;
}

.m-18-0 {
  margin: 18rem !important;
}

.m--18-0 {
  margin: -18rem !important;
}

.ml-18-0 {
  margin-left: 18rem !important;
}

.ml--18-0 {
  margin-left: -18rem !important;
}

.mr-18-0 {
  margin-right: 18rem !important;
}

.mr--18-0 {
  margin-right: -18rem !important;
}

.mt-18-0 {
  margin-top: 18rem !important;
}

.mt--18-0 {
  margin-top: -18rem !important;
}

.mb-18-0 {
  margin-bottom: 18rem !important;
}

.mb--18-0 {
  margin-bottom: -18rem !important;
}

.mx-18-0 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.my-18-0 {
  margin-bottom: 18rem !important;
  margin-top: 18rem !important;
}

.p-18-0 {
  padding: 18rem !important;
}

.r-18-0 {
  right: 18rem !important;
}

.l-18-0 {
  left: 18rem !important;
}

.t-18-0 {
  top: 18rem !important;
}

.b-18-0 {
  bottom: 18rem !important;
}

.pb-18-0 {
  padding-bottom: 18rem !important;
}

.pt-18-0 {
  padding-top: 18rem !important;
}

.pl-18-0 {
  padding-left: 18rem !important;
}

.pr-18-0 {
  padding-right: 18rem !important;
}

.px-18-0 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.py-18-0 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.b-18-0 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-0 {
  border-bottom-style: solid;
  border-bottom-width: 18rem !important;
}
.bb-18-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 18rem !important;
}

.bt-18-0 {
  border-top-style: solid;
  border-top-width: 18rem !important;
}

.bl-18-0 {
  border-left-style: solid;
  border-left-width: 18rem !important;
}

.br-18-0 {
  border-right-style: solid;
  border-right-width: 18rem !important;
}

.w-18-1 {
  width: 18.1rem !important;
}

.h-18-1 {
  height: 18.1rem !important;
}

.fs-18-1 {
  font-size: 18.1rem !important;
}

.brad-18-1 {
  border-radius: 18.1rem !important;
}

.m-18-1 {
  margin: 18.1rem !important;
}

.m--18-1 {
  margin: -18.1rem !important;
}

.ml-18-1 {
  margin-left: 18.1rem !important;
}

.ml--18-1 {
  margin-left: -18.1rem !important;
}

.mr-18-1 {
  margin-right: 18.1rem !important;
}

.mr--18-1 {
  margin-right: -18.1rem !important;
}

.mt-18-1 {
  margin-top: 18.1rem !important;
}

.mt--18-1 {
  margin-top: -18.1rem !important;
}

.mb-18-1 {
  margin-bottom: 18.1rem !important;
}

.mb--18-1 {
  margin-bottom: -18.1rem !important;
}

.mx-18-1 {
  margin-left: 18.1rem !important;
  margin-right: 18.1rem !important;
}

.my-18-1 {
  margin-bottom: 18.1rem !important;
  margin-top: 18.1rem !important;
}

.p-18-1 {
  padding: 18.1rem !important;
}

.r-18-1 {
  right: 18.1rem !important;
}

.l-18-1 {
  left: 18.1rem !important;
}

.t-18-1 {
  top: 18.1rem !important;
}

.b-18-1 {
  bottom: 18.1rem !important;
}

.pb-18-1 {
  padding-bottom: 18.1rem !important;
}

.pt-18-1 {
  padding-top: 18.1rem !important;
}

.pl-18-1 {
  padding-left: 18.1rem !important;
}

.pr-18-1 {
  padding-right: 18.1rem !important;
}

.px-18-1 {
  padding-right: 18.1rem !important;
  padding-left: 18.1rem !important;
}

.py-18-1 {
  padding-top: 18.1rem !important;
  padding-bottom: 18.1rem !important;
}

.b-18-1 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-1 {
  border-bottom-style: solid;
  border-bottom-width: 18.1rem !important;
}
.bb-18-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.1rem !important;
}

.bt-18-1 {
  border-top-style: solid;
  border-top-width: 18.1rem !important;
}

.bl-18-1 {
  border-left-style: solid;
  border-left-width: 18.1rem !important;
}

.br-18-1 {
  border-right-style: solid;
  border-right-width: 18.1rem !important;
}

.w-18-2 {
  width: 18.2rem !important;
}

.h-18-2 {
  height: 18.2rem !important;
}

.fs-18-2 {
  font-size: 18.2rem !important;
}

.brad-18-2 {
  border-radius: 18.2rem !important;
}

.m-18-2 {
  margin: 18.2rem !important;
}

.m--18-2 {
  margin: -18.2rem !important;
}

.ml-18-2 {
  margin-left: 18.2rem !important;
}

.ml--18-2 {
  margin-left: -18.2rem !important;
}

.mr-18-2 {
  margin-right: 18.2rem !important;
}

.mr--18-2 {
  margin-right: -18.2rem !important;
}

.mt-18-2 {
  margin-top: 18.2rem !important;
}

.mt--18-2 {
  margin-top: -18.2rem !important;
}

.mb-18-2 {
  margin-bottom: 18.2rem !important;
}

.mb--18-2 {
  margin-bottom: -18.2rem !important;
}

.mx-18-2 {
  margin-left: 18.2rem !important;
  margin-right: 18.2rem !important;
}

.my-18-2 {
  margin-bottom: 18.2rem !important;
  margin-top: 18.2rem !important;
}

.p-18-2 {
  padding: 18.2rem !important;
}

.r-18-2 {
  right: 18.2rem !important;
}

.l-18-2 {
  left: 18.2rem !important;
}

.t-18-2 {
  top: 18.2rem !important;
}

.b-18-2 {
  bottom: 18.2rem !important;
}

.pb-18-2 {
  padding-bottom: 18.2rem !important;
}

.pt-18-2 {
  padding-top: 18.2rem !important;
}

.pl-18-2 {
  padding-left: 18.2rem !important;
}

.pr-18-2 {
  padding-right: 18.2rem !important;
}

.px-18-2 {
  padding-right: 18.2rem !important;
  padding-left: 18.2rem !important;
}

.py-18-2 {
  padding-top: 18.2rem !important;
  padding-bottom: 18.2rem !important;
}

.b-18-2 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-2 {
  border-bottom-style: solid;
  border-bottom-width: 18.2rem !important;
}
.bb-18-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.2rem !important;
}

.bt-18-2 {
  border-top-style: solid;
  border-top-width: 18.2rem !important;
}

.bl-18-2 {
  border-left-style: solid;
  border-left-width: 18.2rem !important;
}

.br-18-2 {
  border-right-style: solid;
  border-right-width: 18.2rem !important;
}

.w-18-3 {
  width: 18.3rem !important;
}

.h-18-3 {
  height: 18.3rem !important;
}

.fs-18-3 {
  font-size: 18.3rem !important;
}

.brad-18-3 {
  border-radius: 18.3rem !important;
}

.m-18-3 {
  margin: 18.3rem !important;
}

.m--18-3 {
  margin: -18.3rem !important;
}

.ml-18-3 {
  margin-left: 18.3rem !important;
}

.ml--18-3 {
  margin-left: -18.3rem !important;
}

.mr-18-3 {
  margin-right: 18.3rem !important;
}

.mr--18-3 {
  margin-right: -18.3rem !important;
}

.mt-18-3 {
  margin-top: 18.3rem !important;
}

.mt--18-3 {
  margin-top: -18.3rem !important;
}

.mb-18-3 {
  margin-bottom: 18.3rem !important;
}

.mb--18-3 {
  margin-bottom: -18.3rem !important;
}

.mx-18-3 {
  margin-left: 18.3rem !important;
  margin-right: 18.3rem !important;
}

.my-18-3 {
  margin-bottom: 18.3rem !important;
  margin-top: 18.3rem !important;
}

.p-18-3 {
  padding: 18.3rem !important;
}

.r-18-3 {
  right: 18.3rem !important;
}

.l-18-3 {
  left: 18.3rem !important;
}

.t-18-3 {
  top: 18.3rem !important;
}

.b-18-3 {
  bottom: 18.3rem !important;
}

.pb-18-3 {
  padding-bottom: 18.3rem !important;
}

.pt-18-3 {
  padding-top: 18.3rem !important;
}

.pl-18-3 {
  padding-left: 18.3rem !important;
}

.pr-18-3 {
  padding-right: 18.3rem !important;
}

.px-18-3 {
  padding-right: 18.3rem !important;
  padding-left: 18.3rem !important;
}

.py-18-3 {
  padding-top: 18.3rem !important;
  padding-bottom: 18.3rem !important;
}

.b-18-3 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-3 {
  border-bottom-style: solid;
  border-bottom-width: 18.3rem !important;
}
.bb-18-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.3rem !important;
}

.bt-18-3 {
  border-top-style: solid;
  border-top-width: 18.3rem !important;
}

.bl-18-3 {
  border-left-style: solid;
  border-left-width: 18.3rem !important;
}

.br-18-3 {
  border-right-style: solid;
  border-right-width: 18.3rem !important;
}

.w-18-4 {
  width: 18.4rem !important;
}

.h-18-4 {
  height: 18.4rem !important;
}

.fs-18-4 {
  font-size: 18.4rem !important;
}

.brad-18-4 {
  border-radius: 18.4rem !important;
}

.m-18-4 {
  margin: 18.4rem !important;
}

.m--18-4 {
  margin: -18.4rem !important;
}

.ml-18-4 {
  margin-left: 18.4rem !important;
}

.ml--18-4 {
  margin-left: -18.4rem !important;
}

.mr-18-4 {
  margin-right: 18.4rem !important;
}

.mr--18-4 {
  margin-right: -18.4rem !important;
}

.mt-18-4 {
  margin-top: 18.4rem !important;
}

.mt--18-4 {
  margin-top: -18.4rem !important;
}

.mb-18-4 {
  margin-bottom: 18.4rem !important;
}

.mb--18-4 {
  margin-bottom: -18.4rem !important;
}

.mx-18-4 {
  margin-left: 18.4rem !important;
  margin-right: 18.4rem !important;
}

.my-18-4 {
  margin-bottom: 18.4rem !important;
  margin-top: 18.4rem !important;
}

.p-18-4 {
  padding: 18.4rem !important;
}

.r-18-4 {
  right: 18.4rem !important;
}

.l-18-4 {
  left: 18.4rem !important;
}

.t-18-4 {
  top: 18.4rem !important;
}

.b-18-4 {
  bottom: 18.4rem !important;
}

.pb-18-4 {
  padding-bottom: 18.4rem !important;
}

.pt-18-4 {
  padding-top: 18.4rem !important;
}

.pl-18-4 {
  padding-left: 18.4rem !important;
}

.pr-18-4 {
  padding-right: 18.4rem !important;
}

.px-18-4 {
  padding-right: 18.4rem !important;
  padding-left: 18.4rem !important;
}

.py-18-4 {
  padding-top: 18.4rem !important;
  padding-bottom: 18.4rem !important;
}

.b-18-4 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-4 {
  border-bottom-style: solid;
  border-bottom-width: 18.4rem !important;
}
.bb-18-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.4rem !important;
}

.bt-18-4 {
  border-top-style: solid;
  border-top-width: 18.4rem !important;
}

.bl-18-4 {
  border-left-style: solid;
  border-left-width: 18.4rem !important;
}

.br-18-4 {
  border-right-style: solid;
  border-right-width: 18.4rem !important;
}

.w-18-5 {
  width: 18.5rem !important;
}

.h-18-5 {
  height: 18.5rem !important;
}

.fs-18-5 {
  font-size: 18.5rem !important;
}

.brad-18-5 {
  border-radius: 18.5rem !important;
}

.m-18-5 {
  margin: 18.5rem !important;
}

.m--18-5 {
  margin: -18.5rem !important;
}

.ml-18-5 {
  margin-left: 18.5rem !important;
}

.ml--18-5 {
  margin-left: -18.5rem !important;
}

.mr-18-5 {
  margin-right: 18.5rem !important;
}

.mr--18-5 {
  margin-right: -18.5rem !important;
}

.mt-18-5 {
  margin-top: 18.5rem !important;
}

.mt--18-5 {
  margin-top: -18.5rem !important;
}

.mb-18-5 {
  margin-bottom: 18.5rem !important;
}

.mb--18-5 {
  margin-bottom: -18.5rem !important;
}

.mx-18-5 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important;
}

.my-18-5 {
  margin-bottom: 18.5rem !important;
  margin-top: 18.5rem !important;
}

.p-18-5 {
  padding: 18.5rem !important;
}

.r-18-5 {
  right: 18.5rem !important;
}

.l-18-5 {
  left: 18.5rem !important;
}

.t-18-5 {
  top: 18.5rem !important;
}

.b-18-5 {
  bottom: 18.5rem !important;
}

.pb-18-5 {
  padding-bottom: 18.5rem !important;
}

.pt-18-5 {
  padding-top: 18.5rem !important;
}

.pl-18-5 {
  padding-left: 18.5rem !important;
}

.pr-18-5 {
  padding-right: 18.5rem !important;
}

.px-18-5 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.py-18-5 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.b-18-5 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-5 {
  border-bottom-style: solid;
  border-bottom-width: 18.5rem !important;
}
.bb-18-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.5rem !important;
}

.bt-18-5 {
  border-top-style: solid;
  border-top-width: 18.5rem !important;
}

.bl-18-5 {
  border-left-style: solid;
  border-left-width: 18.5rem !important;
}

.br-18-5 {
  border-right-style: solid;
  border-right-width: 18.5rem !important;
}

.w-18-6 {
  width: 18.6rem !important;
}

.h-18-6 {
  height: 18.6rem !important;
}

.fs-18-6 {
  font-size: 18.6rem !important;
}

.brad-18-6 {
  border-radius: 18.6rem !important;
}

.m-18-6 {
  margin: 18.6rem !important;
}

.m--18-6 {
  margin: -18.6rem !important;
}

.ml-18-6 {
  margin-left: 18.6rem !important;
}

.ml--18-6 {
  margin-left: -18.6rem !important;
}

.mr-18-6 {
  margin-right: 18.6rem !important;
}

.mr--18-6 {
  margin-right: -18.6rem !important;
}

.mt-18-6 {
  margin-top: 18.6rem !important;
}

.mt--18-6 {
  margin-top: -18.6rem !important;
}

.mb-18-6 {
  margin-bottom: 18.6rem !important;
}

.mb--18-6 {
  margin-bottom: -18.6rem !important;
}

.mx-18-6 {
  margin-left: 18.6rem !important;
  margin-right: 18.6rem !important;
}

.my-18-6 {
  margin-bottom: 18.6rem !important;
  margin-top: 18.6rem !important;
}

.p-18-6 {
  padding: 18.6rem !important;
}

.r-18-6 {
  right: 18.6rem !important;
}

.l-18-6 {
  left: 18.6rem !important;
}

.t-18-6 {
  top: 18.6rem !important;
}

.b-18-6 {
  bottom: 18.6rem !important;
}

.pb-18-6 {
  padding-bottom: 18.6rem !important;
}

.pt-18-6 {
  padding-top: 18.6rem !important;
}

.pl-18-6 {
  padding-left: 18.6rem !important;
}

.pr-18-6 {
  padding-right: 18.6rem !important;
}

.px-18-6 {
  padding-right: 18.6rem !important;
  padding-left: 18.6rem !important;
}

.py-18-6 {
  padding-top: 18.6rem !important;
  padding-bottom: 18.6rem !important;
}

.b-18-6 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-6 {
  border-bottom-style: solid;
  border-bottom-width: 18.6rem !important;
}
.bb-18-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.6rem !important;
}

.bt-18-6 {
  border-top-style: solid;
  border-top-width: 18.6rem !important;
}

.bl-18-6 {
  border-left-style: solid;
  border-left-width: 18.6rem !important;
}

.br-18-6 {
  border-right-style: solid;
  border-right-width: 18.6rem !important;
}

.w-18-7 {
  width: 18.7rem !important;
}

.h-18-7 {
  height: 18.7rem !important;
}

.fs-18-7 {
  font-size: 18.7rem !important;
}

.brad-18-7 {
  border-radius: 18.7rem !important;
}

.m-18-7 {
  margin: 18.7rem !important;
}

.m--18-7 {
  margin: -18.7rem !important;
}

.ml-18-7 {
  margin-left: 18.7rem !important;
}

.ml--18-7 {
  margin-left: -18.7rem !important;
}

.mr-18-7 {
  margin-right: 18.7rem !important;
}

.mr--18-7 {
  margin-right: -18.7rem !important;
}

.mt-18-7 {
  margin-top: 18.7rem !important;
}

.mt--18-7 {
  margin-top: -18.7rem !important;
}

.mb-18-7 {
  margin-bottom: 18.7rem !important;
}

.mb--18-7 {
  margin-bottom: -18.7rem !important;
}

.mx-18-7 {
  margin-left: 18.7rem !important;
  margin-right: 18.7rem !important;
}

.my-18-7 {
  margin-bottom: 18.7rem !important;
  margin-top: 18.7rem !important;
}

.p-18-7 {
  padding: 18.7rem !important;
}

.r-18-7 {
  right: 18.7rem !important;
}

.l-18-7 {
  left: 18.7rem !important;
}

.t-18-7 {
  top: 18.7rem !important;
}

.b-18-7 {
  bottom: 18.7rem !important;
}

.pb-18-7 {
  padding-bottom: 18.7rem !important;
}

.pt-18-7 {
  padding-top: 18.7rem !important;
}

.pl-18-7 {
  padding-left: 18.7rem !important;
}

.pr-18-7 {
  padding-right: 18.7rem !important;
}

.px-18-7 {
  padding-right: 18.7rem !important;
  padding-left: 18.7rem !important;
}

.py-18-7 {
  padding-top: 18.7rem !important;
  padding-bottom: 18.7rem !important;
}

.b-18-7 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-7 {
  border-bottom-style: solid;
  border-bottom-width: 18.7rem !important;
}
.bb-18-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.7rem !important;
}

.bt-18-7 {
  border-top-style: solid;
  border-top-width: 18.7rem !important;
}

.bl-18-7 {
  border-left-style: solid;
  border-left-width: 18.7rem !important;
}

.br-18-7 {
  border-right-style: solid;
  border-right-width: 18.7rem !important;
}

.w-18-8 {
  width: 18.8rem !important;
}

.h-18-8 {
  height: 18.8rem !important;
}

.fs-18-8 {
  font-size: 18.8rem !important;
}

.brad-18-8 {
  border-radius: 18.8rem !important;
}

.m-18-8 {
  margin: 18.8rem !important;
}

.m--18-8 {
  margin: -18.8rem !important;
}

.ml-18-8 {
  margin-left: 18.8rem !important;
}

.ml--18-8 {
  margin-left: -18.8rem !important;
}

.mr-18-8 {
  margin-right: 18.8rem !important;
}

.mr--18-8 {
  margin-right: -18.8rem !important;
}

.mt-18-8 {
  margin-top: 18.8rem !important;
}

.mt--18-8 {
  margin-top: -18.8rem !important;
}

.mb-18-8 {
  margin-bottom: 18.8rem !important;
}

.mb--18-8 {
  margin-bottom: -18.8rem !important;
}

.mx-18-8 {
  margin-left: 18.8rem !important;
  margin-right: 18.8rem !important;
}

.my-18-8 {
  margin-bottom: 18.8rem !important;
  margin-top: 18.8rem !important;
}

.p-18-8 {
  padding: 18.8rem !important;
}

.r-18-8 {
  right: 18.8rem !important;
}

.l-18-8 {
  left: 18.8rem !important;
}

.t-18-8 {
  top: 18.8rem !important;
}

.b-18-8 {
  bottom: 18.8rem !important;
}

.pb-18-8 {
  padding-bottom: 18.8rem !important;
}

.pt-18-8 {
  padding-top: 18.8rem !important;
}

.pl-18-8 {
  padding-left: 18.8rem !important;
}

.pr-18-8 {
  padding-right: 18.8rem !important;
}

.px-18-8 {
  padding-right: 18.8rem !important;
  padding-left: 18.8rem !important;
}

.py-18-8 {
  padding-top: 18.8rem !important;
  padding-bottom: 18.8rem !important;
}

.b-18-8 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-8 {
  border-bottom-style: solid;
  border-bottom-width: 18.8rem !important;
}
.bb-18-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.8rem !important;
}

.bt-18-8 {
  border-top-style: solid;
  border-top-width: 18.8rem !important;
}

.bl-18-8 {
  border-left-style: solid;
  border-left-width: 18.8rem !important;
}

.br-18-8 {
  border-right-style: solid;
  border-right-width: 18.8rem !important;
}

.w-18-9 {
  width: 18.9rem !important;
}

.h-18-9 {
  height: 18.9rem !important;
}

.fs-18-9 {
  font-size: 18.9rem !important;
}

.brad-18-9 {
  border-radius: 18.9rem !important;
}

.m-18-9 {
  margin: 18.9rem !important;
}

.m--18-9 {
  margin: -18.9rem !important;
}

.ml-18-9 {
  margin-left: 18.9rem !important;
}

.ml--18-9 {
  margin-left: -18.9rem !important;
}

.mr-18-9 {
  margin-right: 18.9rem !important;
}

.mr--18-9 {
  margin-right: -18.9rem !important;
}

.mt-18-9 {
  margin-top: 18.9rem !important;
}

.mt--18-9 {
  margin-top: -18.9rem !important;
}

.mb-18-9 {
  margin-bottom: 18.9rem !important;
}

.mb--18-9 {
  margin-bottom: -18.9rem !important;
}

.mx-18-9 {
  margin-left: 18.9rem !important;
  margin-right: 18.9rem !important;
}

.my-18-9 {
  margin-bottom: 18.9rem !important;
  margin-top: 18.9rem !important;
}

.p-18-9 {
  padding: 18.9rem !important;
}

.r-18-9 {
  right: 18.9rem !important;
}

.l-18-9 {
  left: 18.9rem !important;
}

.t-18-9 {
  top: 18.9rem !important;
}

.b-18-9 {
  bottom: 18.9rem !important;
}

.pb-18-9 {
  padding-bottom: 18.9rem !important;
}

.pt-18-9 {
  padding-top: 18.9rem !important;
}

.pl-18-9 {
  padding-left: 18.9rem !important;
}

.pr-18-9 {
  padding-right: 18.9rem !important;
}

.px-18-9 {
  padding-right: 18.9rem !important;
  padding-left: 18.9rem !important;
}

.py-18-9 {
  padding-top: 18.9rem !important;
  padding-bottom: 18.9rem !important;
}

.b-18-9 {
  border-style: solid;
  border-width: 18px !important;
}

.bb-18-9 {
  border-bottom-style: solid;
  border-bottom-width: 18.9rem !important;
}
.bb-18-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 18.9rem !important;
}

.bt-18-9 {
  border-top-style: solid;
  border-top-width: 18.9rem !important;
}

.bl-18-9 {
  border-left-style: solid;
  border-left-width: 18.9rem !important;
}

.br-18-9 {
  border-right-style: solid;
  border-right-width: 18.9rem !important;
}

.w-19-0 {
  width: 19rem !important;
}

.h-19-0 {
  height: 19rem !important;
}

.fs-19-0 {
  font-size: 19rem !important;
}

.brad-19-0 {
  border-radius: 19rem !important;
}

.m-19-0 {
  margin: 19rem !important;
}

.m--19-0 {
  margin: -19rem !important;
}

.ml-19-0 {
  margin-left: 19rem !important;
}

.ml--19-0 {
  margin-left: -19rem !important;
}

.mr-19-0 {
  margin-right: 19rem !important;
}

.mr--19-0 {
  margin-right: -19rem !important;
}

.mt-19-0 {
  margin-top: 19rem !important;
}

.mt--19-0 {
  margin-top: -19rem !important;
}

.mb-19-0 {
  margin-bottom: 19rem !important;
}

.mb--19-0 {
  margin-bottom: -19rem !important;
}

.mx-19-0 {
  margin-left: 19rem !important;
  margin-right: 19rem !important;
}

.my-19-0 {
  margin-bottom: 19rem !important;
  margin-top: 19rem !important;
}

.p-19-0 {
  padding: 19rem !important;
}

.r-19-0 {
  right: 19rem !important;
}

.l-19-0 {
  left: 19rem !important;
}

.t-19-0 {
  top: 19rem !important;
}

.b-19-0 {
  bottom: 19rem !important;
}

.pb-19-0 {
  padding-bottom: 19rem !important;
}

.pt-19-0 {
  padding-top: 19rem !important;
}

.pl-19-0 {
  padding-left: 19rem !important;
}

.pr-19-0 {
  padding-right: 19rem !important;
}

.px-19-0 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.py-19-0 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.b-19-0 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-0 {
  border-bottom-style: solid;
  border-bottom-width: 19rem !important;
}
.bb-19-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 19rem !important;
}

.bt-19-0 {
  border-top-style: solid;
  border-top-width: 19rem !important;
}

.bl-19-0 {
  border-left-style: solid;
  border-left-width: 19rem !important;
}

.br-19-0 {
  border-right-style: solid;
  border-right-width: 19rem !important;
}

.w-19-1 {
  width: 19.1rem !important;
}

.h-19-1 {
  height: 19.1rem !important;
}

.fs-19-1 {
  font-size: 19.1rem !important;
}

.brad-19-1 {
  border-radius: 19.1rem !important;
}

.m-19-1 {
  margin: 19.1rem !important;
}

.m--19-1 {
  margin: -19.1rem !important;
}

.ml-19-1 {
  margin-left: 19.1rem !important;
}

.ml--19-1 {
  margin-left: -19.1rem !important;
}

.mr-19-1 {
  margin-right: 19.1rem !important;
}

.mr--19-1 {
  margin-right: -19.1rem !important;
}

.mt-19-1 {
  margin-top: 19.1rem !important;
}

.mt--19-1 {
  margin-top: -19.1rem !important;
}

.mb-19-1 {
  margin-bottom: 19.1rem !important;
}

.mb--19-1 {
  margin-bottom: -19.1rem !important;
}

.mx-19-1 {
  margin-left: 19.1rem !important;
  margin-right: 19.1rem !important;
}

.my-19-1 {
  margin-bottom: 19.1rem !important;
  margin-top: 19.1rem !important;
}

.p-19-1 {
  padding: 19.1rem !important;
}

.r-19-1 {
  right: 19.1rem !important;
}

.l-19-1 {
  left: 19.1rem !important;
}

.t-19-1 {
  top: 19.1rem !important;
}

.b-19-1 {
  bottom: 19.1rem !important;
}

.pb-19-1 {
  padding-bottom: 19.1rem !important;
}

.pt-19-1 {
  padding-top: 19.1rem !important;
}

.pl-19-1 {
  padding-left: 19.1rem !important;
}

.pr-19-1 {
  padding-right: 19.1rem !important;
}

.px-19-1 {
  padding-right: 19.1rem !important;
  padding-left: 19.1rem !important;
}

.py-19-1 {
  padding-top: 19.1rem !important;
  padding-bottom: 19.1rem !important;
}

.b-19-1 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-1 {
  border-bottom-style: solid;
  border-bottom-width: 19.1rem !important;
}
.bb-19-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.1rem !important;
}

.bt-19-1 {
  border-top-style: solid;
  border-top-width: 19.1rem !important;
}

.bl-19-1 {
  border-left-style: solid;
  border-left-width: 19.1rem !important;
}

.br-19-1 {
  border-right-style: solid;
  border-right-width: 19.1rem !important;
}

.w-19-2 {
  width: 19.2rem !important;
}

.h-19-2 {
  height: 19.2rem !important;
}

.fs-19-2 {
  font-size: 19.2rem !important;
}

.brad-19-2 {
  border-radius: 19.2rem !important;
}

.m-19-2 {
  margin: 19.2rem !important;
}

.m--19-2 {
  margin: -19.2rem !important;
}

.ml-19-2 {
  margin-left: 19.2rem !important;
}

.ml--19-2 {
  margin-left: -19.2rem !important;
}

.mr-19-2 {
  margin-right: 19.2rem !important;
}

.mr--19-2 {
  margin-right: -19.2rem !important;
}

.mt-19-2 {
  margin-top: 19.2rem !important;
}

.mt--19-2 {
  margin-top: -19.2rem !important;
}

.mb-19-2 {
  margin-bottom: 19.2rem !important;
}

.mb--19-2 {
  margin-bottom: -19.2rem !important;
}

.mx-19-2 {
  margin-left: 19.2rem !important;
  margin-right: 19.2rem !important;
}

.my-19-2 {
  margin-bottom: 19.2rem !important;
  margin-top: 19.2rem !important;
}

.p-19-2 {
  padding: 19.2rem !important;
}

.r-19-2 {
  right: 19.2rem !important;
}

.l-19-2 {
  left: 19.2rem !important;
}

.t-19-2 {
  top: 19.2rem !important;
}

.b-19-2 {
  bottom: 19.2rem !important;
}

.pb-19-2 {
  padding-bottom: 19.2rem !important;
}

.pt-19-2 {
  padding-top: 19.2rem !important;
}

.pl-19-2 {
  padding-left: 19.2rem !important;
}

.pr-19-2 {
  padding-right: 19.2rem !important;
}

.px-19-2 {
  padding-right: 19.2rem !important;
  padding-left: 19.2rem !important;
}

.py-19-2 {
  padding-top: 19.2rem !important;
  padding-bottom: 19.2rem !important;
}

.b-19-2 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-2 {
  border-bottom-style: solid;
  border-bottom-width: 19.2rem !important;
}
.bb-19-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.2rem !important;
}

.bt-19-2 {
  border-top-style: solid;
  border-top-width: 19.2rem !important;
}

.bl-19-2 {
  border-left-style: solid;
  border-left-width: 19.2rem !important;
}

.br-19-2 {
  border-right-style: solid;
  border-right-width: 19.2rem !important;
}

.w-19-3 {
  width: 19.3rem !important;
}

.h-19-3 {
  height: 19.3rem !important;
}

.fs-19-3 {
  font-size: 19.3rem !important;
}

.brad-19-3 {
  border-radius: 19.3rem !important;
}

.m-19-3 {
  margin: 19.3rem !important;
}

.m--19-3 {
  margin: -19.3rem !important;
}

.ml-19-3 {
  margin-left: 19.3rem !important;
}

.ml--19-3 {
  margin-left: -19.3rem !important;
}

.mr-19-3 {
  margin-right: 19.3rem !important;
}

.mr--19-3 {
  margin-right: -19.3rem !important;
}

.mt-19-3 {
  margin-top: 19.3rem !important;
}

.mt--19-3 {
  margin-top: -19.3rem !important;
}

.mb-19-3 {
  margin-bottom: 19.3rem !important;
}

.mb--19-3 {
  margin-bottom: -19.3rem !important;
}

.mx-19-3 {
  margin-left: 19.3rem !important;
  margin-right: 19.3rem !important;
}

.my-19-3 {
  margin-bottom: 19.3rem !important;
  margin-top: 19.3rem !important;
}

.p-19-3 {
  padding: 19.3rem !important;
}

.r-19-3 {
  right: 19.3rem !important;
}

.l-19-3 {
  left: 19.3rem !important;
}

.t-19-3 {
  top: 19.3rem !important;
}

.b-19-3 {
  bottom: 19.3rem !important;
}

.pb-19-3 {
  padding-bottom: 19.3rem !important;
}

.pt-19-3 {
  padding-top: 19.3rem !important;
}

.pl-19-3 {
  padding-left: 19.3rem !important;
}

.pr-19-3 {
  padding-right: 19.3rem !important;
}

.px-19-3 {
  padding-right: 19.3rem !important;
  padding-left: 19.3rem !important;
}

.py-19-3 {
  padding-top: 19.3rem !important;
  padding-bottom: 19.3rem !important;
}

.b-19-3 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-3 {
  border-bottom-style: solid;
  border-bottom-width: 19.3rem !important;
}
.bb-19-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.3rem !important;
}

.bt-19-3 {
  border-top-style: solid;
  border-top-width: 19.3rem !important;
}

.bl-19-3 {
  border-left-style: solid;
  border-left-width: 19.3rem !important;
}

.br-19-3 {
  border-right-style: solid;
  border-right-width: 19.3rem !important;
}

.w-19-4 {
  width: 19.4rem !important;
}

.h-19-4 {
  height: 19.4rem !important;
}

.fs-19-4 {
  font-size: 19.4rem !important;
}

.brad-19-4 {
  border-radius: 19.4rem !important;
}

.m-19-4 {
  margin: 19.4rem !important;
}

.m--19-4 {
  margin: -19.4rem !important;
}

.ml-19-4 {
  margin-left: 19.4rem !important;
}

.ml--19-4 {
  margin-left: -19.4rem !important;
}

.mr-19-4 {
  margin-right: 19.4rem !important;
}

.mr--19-4 {
  margin-right: -19.4rem !important;
}

.mt-19-4 {
  margin-top: 19.4rem !important;
}

.mt--19-4 {
  margin-top: -19.4rem !important;
}

.mb-19-4 {
  margin-bottom: 19.4rem !important;
}

.mb--19-4 {
  margin-bottom: -19.4rem !important;
}

.mx-19-4 {
  margin-left: 19.4rem !important;
  margin-right: 19.4rem !important;
}

.my-19-4 {
  margin-bottom: 19.4rem !important;
  margin-top: 19.4rem !important;
}

.p-19-4 {
  padding: 19.4rem !important;
}

.r-19-4 {
  right: 19.4rem !important;
}

.l-19-4 {
  left: 19.4rem !important;
}

.t-19-4 {
  top: 19.4rem !important;
}

.b-19-4 {
  bottom: 19.4rem !important;
}

.pb-19-4 {
  padding-bottom: 19.4rem !important;
}

.pt-19-4 {
  padding-top: 19.4rem !important;
}

.pl-19-4 {
  padding-left: 19.4rem !important;
}

.pr-19-4 {
  padding-right: 19.4rem !important;
}

.px-19-4 {
  padding-right: 19.4rem !important;
  padding-left: 19.4rem !important;
}

.py-19-4 {
  padding-top: 19.4rem !important;
  padding-bottom: 19.4rem !important;
}

.b-19-4 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-4 {
  border-bottom-style: solid;
  border-bottom-width: 19.4rem !important;
}
.bb-19-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.4rem !important;
}

.bt-19-4 {
  border-top-style: solid;
  border-top-width: 19.4rem !important;
}

.bl-19-4 {
  border-left-style: solid;
  border-left-width: 19.4rem !important;
}

.br-19-4 {
  border-right-style: solid;
  border-right-width: 19.4rem !important;
}

.w-19-5 {
  width: 19.5rem !important;
}

.h-19-5 {
  height: 19.5rem !important;
}

.fs-19-5 {
  font-size: 19.5rem !important;
}

.brad-19-5 {
  border-radius: 19.5rem !important;
}

.m-19-5 {
  margin: 19.5rem !important;
}

.m--19-5 {
  margin: -19.5rem !important;
}

.ml-19-5 {
  margin-left: 19.5rem !important;
}

.ml--19-5 {
  margin-left: -19.5rem !important;
}

.mr-19-5 {
  margin-right: 19.5rem !important;
}

.mr--19-5 {
  margin-right: -19.5rem !important;
}

.mt-19-5 {
  margin-top: 19.5rem !important;
}

.mt--19-5 {
  margin-top: -19.5rem !important;
}

.mb-19-5 {
  margin-bottom: 19.5rem !important;
}

.mb--19-5 {
  margin-bottom: -19.5rem !important;
}

.mx-19-5 {
  margin-left: 19.5rem !important;
  margin-right: 19.5rem !important;
}

.my-19-5 {
  margin-bottom: 19.5rem !important;
  margin-top: 19.5rem !important;
}

.p-19-5 {
  padding: 19.5rem !important;
}

.r-19-5 {
  right: 19.5rem !important;
}

.l-19-5 {
  left: 19.5rem !important;
}

.t-19-5 {
  top: 19.5rem !important;
}

.b-19-5 {
  bottom: 19.5rem !important;
}

.pb-19-5 {
  padding-bottom: 19.5rem !important;
}

.pt-19-5 {
  padding-top: 19.5rem !important;
}

.pl-19-5 {
  padding-left: 19.5rem !important;
}

.pr-19-5 {
  padding-right: 19.5rem !important;
}

.px-19-5 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

.py-19-5 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

.b-19-5 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-5 {
  border-bottom-style: solid;
  border-bottom-width: 19.5rem !important;
}
.bb-19-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.5rem !important;
}

.bt-19-5 {
  border-top-style: solid;
  border-top-width: 19.5rem !important;
}

.bl-19-5 {
  border-left-style: solid;
  border-left-width: 19.5rem !important;
}

.br-19-5 {
  border-right-style: solid;
  border-right-width: 19.5rem !important;
}

.w-19-6 {
  width: 19.6rem !important;
}

.h-19-6 {
  height: 19.6rem !important;
}

.fs-19-6 {
  font-size: 19.6rem !important;
}

.brad-19-6 {
  border-radius: 19.6rem !important;
}

.m-19-6 {
  margin: 19.6rem !important;
}

.m--19-6 {
  margin: -19.6rem !important;
}

.ml-19-6 {
  margin-left: 19.6rem !important;
}

.ml--19-6 {
  margin-left: -19.6rem !important;
}

.mr-19-6 {
  margin-right: 19.6rem !important;
}

.mr--19-6 {
  margin-right: -19.6rem !important;
}

.mt-19-6 {
  margin-top: 19.6rem !important;
}

.mt--19-6 {
  margin-top: -19.6rem !important;
}

.mb-19-6 {
  margin-bottom: 19.6rem !important;
}

.mb--19-6 {
  margin-bottom: -19.6rem !important;
}

.mx-19-6 {
  margin-left: 19.6rem !important;
  margin-right: 19.6rem !important;
}

.my-19-6 {
  margin-bottom: 19.6rem !important;
  margin-top: 19.6rem !important;
}

.p-19-6 {
  padding: 19.6rem !important;
}

.r-19-6 {
  right: 19.6rem !important;
}

.l-19-6 {
  left: 19.6rem !important;
}

.t-19-6 {
  top: 19.6rem !important;
}

.b-19-6 {
  bottom: 19.6rem !important;
}

.pb-19-6 {
  padding-bottom: 19.6rem !important;
}

.pt-19-6 {
  padding-top: 19.6rem !important;
}

.pl-19-6 {
  padding-left: 19.6rem !important;
}

.pr-19-6 {
  padding-right: 19.6rem !important;
}

.px-19-6 {
  padding-right: 19.6rem !important;
  padding-left: 19.6rem !important;
}

.py-19-6 {
  padding-top: 19.6rem !important;
  padding-bottom: 19.6rem !important;
}

.b-19-6 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-6 {
  border-bottom-style: solid;
  border-bottom-width: 19.6rem !important;
}
.bb-19-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.6rem !important;
}

.bt-19-6 {
  border-top-style: solid;
  border-top-width: 19.6rem !important;
}

.bl-19-6 {
  border-left-style: solid;
  border-left-width: 19.6rem !important;
}

.br-19-6 {
  border-right-style: solid;
  border-right-width: 19.6rem !important;
}

.w-19-7 {
  width: 19.7rem !important;
}

.h-19-7 {
  height: 19.7rem !important;
}

.fs-19-7 {
  font-size: 19.7rem !important;
}

.brad-19-7 {
  border-radius: 19.7rem !important;
}

.m-19-7 {
  margin: 19.7rem !important;
}

.m--19-7 {
  margin: -19.7rem !important;
}

.ml-19-7 {
  margin-left: 19.7rem !important;
}

.ml--19-7 {
  margin-left: -19.7rem !important;
}

.mr-19-7 {
  margin-right: 19.7rem !important;
}

.mr--19-7 {
  margin-right: -19.7rem !important;
}

.mt-19-7 {
  margin-top: 19.7rem !important;
}

.mt--19-7 {
  margin-top: -19.7rem !important;
}

.mb-19-7 {
  margin-bottom: 19.7rem !important;
}

.mb--19-7 {
  margin-bottom: -19.7rem !important;
}

.mx-19-7 {
  margin-left: 19.7rem !important;
  margin-right: 19.7rem !important;
}

.my-19-7 {
  margin-bottom: 19.7rem !important;
  margin-top: 19.7rem !important;
}

.p-19-7 {
  padding: 19.7rem !important;
}

.r-19-7 {
  right: 19.7rem !important;
}

.l-19-7 {
  left: 19.7rem !important;
}

.t-19-7 {
  top: 19.7rem !important;
}

.b-19-7 {
  bottom: 19.7rem !important;
}

.pb-19-7 {
  padding-bottom: 19.7rem !important;
}

.pt-19-7 {
  padding-top: 19.7rem !important;
}

.pl-19-7 {
  padding-left: 19.7rem !important;
}

.pr-19-7 {
  padding-right: 19.7rem !important;
}

.px-19-7 {
  padding-right: 19.7rem !important;
  padding-left: 19.7rem !important;
}

.py-19-7 {
  padding-top: 19.7rem !important;
  padding-bottom: 19.7rem !important;
}

.b-19-7 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-7 {
  border-bottom-style: solid;
  border-bottom-width: 19.7rem !important;
}
.bb-19-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.7rem !important;
}

.bt-19-7 {
  border-top-style: solid;
  border-top-width: 19.7rem !important;
}

.bl-19-7 {
  border-left-style: solid;
  border-left-width: 19.7rem !important;
}

.br-19-7 {
  border-right-style: solid;
  border-right-width: 19.7rem !important;
}

.w-19-8 {
  width: 19.8rem !important;
}

.h-19-8 {
  height: 19.8rem !important;
}

.fs-19-8 {
  font-size: 19.8rem !important;
}

.brad-19-8 {
  border-radius: 19.8rem !important;
}

.m-19-8 {
  margin: 19.8rem !important;
}

.m--19-8 {
  margin: -19.8rem !important;
}

.ml-19-8 {
  margin-left: 19.8rem !important;
}

.ml--19-8 {
  margin-left: -19.8rem !important;
}

.mr-19-8 {
  margin-right: 19.8rem !important;
}

.mr--19-8 {
  margin-right: -19.8rem !important;
}

.mt-19-8 {
  margin-top: 19.8rem !important;
}

.mt--19-8 {
  margin-top: -19.8rem !important;
}

.mb-19-8 {
  margin-bottom: 19.8rem !important;
}

.mb--19-8 {
  margin-bottom: -19.8rem !important;
}

.mx-19-8 {
  margin-left: 19.8rem !important;
  margin-right: 19.8rem !important;
}

.my-19-8 {
  margin-bottom: 19.8rem !important;
  margin-top: 19.8rem !important;
}

.p-19-8 {
  padding: 19.8rem !important;
}

.r-19-8 {
  right: 19.8rem !important;
}

.l-19-8 {
  left: 19.8rem !important;
}

.t-19-8 {
  top: 19.8rem !important;
}

.b-19-8 {
  bottom: 19.8rem !important;
}

.pb-19-8 {
  padding-bottom: 19.8rem !important;
}

.pt-19-8 {
  padding-top: 19.8rem !important;
}

.pl-19-8 {
  padding-left: 19.8rem !important;
}

.pr-19-8 {
  padding-right: 19.8rem !important;
}

.px-19-8 {
  padding-right: 19.8rem !important;
  padding-left: 19.8rem !important;
}

.py-19-8 {
  padding-top: 19.8rem !important;
  padding-bottom: 19.8rem !important;
}

.b-19-8 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-8 {
  border-bottom-style: solid;
  border-bottom-width: 19.8rem !important;
}
.bb-19-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.8rem !important;
}

.bt-19-8 {
  border-top-style: solid;
  border-top-width: 19.8rem !important;
}

.bl-19-8 {
  border-left-style: solid;
  border-left-width: 19.8rem !important;
}

.br-19-8 {
  border-right-style: solid;
  border-right-width: 19.8rem !important;
}

.w-19-9 {
  width: 19.9rem !important;
}

.h-19-9 {
  height: 19.9rem !important;
}

.fs-19-9 {
  font-size: 19.9rem !important;
}

.brad-19-9 {
  border-radius: 19.9rem !important;
}

.m-19-9 {
  margin: 19.9rem !important;
}

.m--19-9 {
  margin: -19.9rem !important;
}

.ml-19-9 {
  margin-left: 19.9rem !important;
}

.ml--19-9 {
  margin-left: -19.9rem !important;
}

.mr-19-9 {
  margin-right: 19.9rem !important;
}

.mr--19-9 {
  margin-right: -19.9rem !important;
}

.mt-19-9 {
  margin-top: 19.9rem !important;
}

.mt--19-9 {
  margin-top: -19.9rem !important;
}

.mb-19-9 {
  margin-bottom: 19.9rem !important;
}

.mb--19-9 {
  margin-bottom: -19.9rem !important;
}

.mx-19-9 {
  margin-left: 19.9rem !important;
  margin-right: 19.9rem !important;
}

.my-19-9 {
  margin-bottom: 19.9rem !important;
  margin-top: 19.9rem !important;
}

.p-19-9 {
  padding: 19.9rem !important;
}

.r-19-9 {
  right: 19.9rem !important;
}

.l-19-9 {
  left: 19.9rem !important;
}

.t-19-9 {
  top: 19.9rem !important;
}

.b-19-9 {
  bottom: 19.9rem !important;
}

.pb-19-9 {
  padding-bottom: 19.9rem !important;
}

.pt-19-9 {
  padding-top: 19.9rem !important;
}

.pl-19-9 {
  padding-left: 19.9rem !important;
}

.pr-19-9 {
  padding-right: 19.9rem !important;
}

.px-19-9 {
  padding-right: 19.9rem !important;
  padding-left: 19.9rem !important;
}

.py-19-9 {
  padding-top: 19.9rem !important;
  padding-bottom: 19.9rem !important;
}

.b-19-9 {
  border-style: solid;
  border-width: 19px !important;
}

.bb-19-9 {
  border-bottom-style: solid;
  border-bottom-width: 19.9rem !important;
}
.bb-19-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 19.9rem !important;
}

.bt-19-9 {
  border-top-style: solid;
  border-top-width: 19.9rem !important;
}

.bl-19-9 {
  border-left-style: solid;
  border-left-width: 19.9rem !important;
}

.br-19-9 {
  border-right-style: solid;
  border-right-width: 19.9rem !important;
}

.w-20-0 {
  width: 20rem !important;
}

.h-20-0 {
  height: 20rem !important;
}

.fs-20-0 {
  font-size: 20rem !important;
}

.brad-20-0 {
  border-radius: 20rem !important;
}

.m-20-0 {
  margin: 20rem !important;
}

.m--20-0 {
  margin: -20rem !important;
}

.ml-20-0 {
  margin-left: 20rem !important;
}

.ml--20-0 {
  margin-left: -20rem !important;
}

.mr-20-0 {
  margin-right: 20rem !important;
}

.mr--20-0 {
  margin-right: -20rem !important;
}

.mt-20-0 {
  margin-top: 20rem !important;
}

.mt--20-0 {
  margin-top: -20rem !important;
}

.mb-20-0 {
  margin-bottom: 20rem !important;
}

.mb--20-0 {
  margin-bottom: -20rem !important;
}

.mx-20-0 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-20-0 {
  margin-bottom: 20rem !important;
  margin-top: 20rem !important;
}

.p-20-0 {
  padding: 20rem !important;
}

.r-20-0 {
  right: 20rem !important;
}

.l-20-0 {
  left: 20rem !important;
}

.t-20-0 {
  top: 20rem !important;
}

.b-20-0 {
  bottom: 20rem !important;
}

.pb-20-0 {
  padding-bottom: 20rem !important;
}

.pt-20-0 {
  padding-top: 20rem !important;
}

.pl-20-0 {
  padding-left: 20rem !important;
}

.pr-20-0 {
  padding-right: 20rem !important;
}

.px-20-0 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.py-20-0 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.b-20-0 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-0 {
  border-bottom-style: solid;
  border-bottom-width: 20rem !important;
}
.bb-20-0:hover {
  border-bottom-style: solid;
  border-bottom-width: 20rem !important;
}

.bt-20-0 {
  border-top-style: solid;
  border-top-width: 20rem !important;
}

.bl-20-0 {
  border-left-style: solid;
  border-left-width: 20rem !important;
}

.br-20-0 {
  border-right-style: solid;
  border-right-width: 20rem !important;
}

.w-20-1 {
  width: 20.1rem !important;
}

.h-20-1 {
  height: 20.1rem !important;
}

.fs-20-1 {
  font-size: 20.1rem !important;
}

.brad-20-1 {
  border-radius: 20.1rem !important;
}

.m-20-1 {
  margin: 20.1rem !important;
}

.m--20-1 {
  margin: -20.1rem !important;
}

.ml-20-1 {
  margin-left: 20.1rem !important;
}

.ml--20-1 {
  margin-left: -20.1rem !important;
}

.mr-20-1 {
  margin-right: 20.1rem !important;
}

.mr--20-1 {
  margin-right: -20.1rem !important;
}

.mt-20-1 {
  margin-top: 20.1rem !important;
}

.mt--20-1 {
  margin-top: -20.1rem !important;
}

.mb-20-1 {
  margin-bottom: 20.1rem !important;
}

.mb--20-1 {
  margin-bottom: -20.1rem !important;
}

.mx-20-1 {
  margin-left: 20.1rem !important;
  margin-right: 20.1rem !important;
}

.my-20-1 {
  margin-bottom: 20.1rem !important;
  margin-top: 20.1rem !important;
}

.p-20-1 {
  padding: 20.1rem !important;
}

.r-20-1 {
  right: 20.1rem !important;
}

.l-20-1 {
  left: 20.1rem !important;
}

.t-20-1 {
  top: 20.1rem !important;
}

.b-20-1 {
  bottom: 20.1rem !important;
}

.pb-20-1 {
  padding-bottom: 20.1rem !important;
}

.pt-20-1 {
  padding-top: 20.1rem !important;
}

.pl-20-1 {
  padding-left: 20.1rem !important;
}

.pr-20-1 {
  padding-right: 20.1rem !important;
}

.px-20-1 {
  padding-right: 20.1rem !important;
  padding-left: 20.1rem !important;
}

.py-20-1 {
  padding-top: 20.1rem !important;
  padding-bottom: 20.1rem !important;
}

.b-20-1 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-1 {
  border-bottom-style: solid;
  border-bottom-width: 20.1rem !important;
}
.bb-20-1:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.1rem !important;
}

.bt-20-1 {
  border-top-style: solid;
  border-top-width: 20.1rem !important;
}

.bl-20-1 {
  border-left-style: solid;
  border-left-width: 20.1rem !important;
}

.br-20-1 {
  border-right-style: solid;
  border-right-width: 20.1rem !important;
}

.w-20-2 {
  width: 20.2rem !important;
}

.h-20-2 {
  height: 20.2rem !important;
}

.fs-20-2 {
  font-size: 20.2rem !important;
}

.brad-20-2 {
  border-radius: 20.2rem !important;
}

.m-20-2 {
  margin: 20.2rem !important;
}

.m--20-2 {
  margin: -20.2rem !important;
}

.ml-20-2 {
  margin-left: 20.2rem !important;
}

.ml--20-2 {
  margin-left: -20.2rem !important;
}

.mr-20-2 {
  margin-right: 20.2rem !important;
}

.mr--20-2 {
  margin-right: -20.2rem !important;
}

.mt-20-2 {
  margin-top: 20.2rem !important;
}

.mt--20-2 {
  margin-top: -20.2rem !important;
}

.mb-20-2 {
  margin-bottom: 20.2rem !important;
}

.mb--20-2 {
  margin-bottom: -20.2rem !important;
}

.mx-20-2 {
  margin-left: 20.2rem !important;
  margin-right: 20.2rem !important;
}

.my-20-2 {
  margin-bottom: 20.2rem !important;
  margin-top: 20.2rem !important;
}

.p-20-2 {
  padding: 20.2rem !important;
}

.r-20-2 {
  right: 20.2rem !important;
}

.l-20-2 {
  left: 20.2rem !important;
}

.t-20-2 {
  top: 20.2rem !important;
}

.b-20-2 {
  bottom: 20.2rem !important;
}

.pb-20-2 {
  padding-bottom: 20.2rem !important;
}

.pt-20-2 {
  padding-top: 20.2rem !important;
}

.pl-20-2 {
  padding-left: 20.2rem !important;
}

.pr-20-2 {
  padding-right: 20.2rem !important;
}

.px-20-2 {
  padding-right: 20.2rem !important;
  padding-left: 20.2rem !important;
}

.py-20-2 {
  padding-top: 20.2rem !important;
  padding-bottom: 20.2rem !important;
}

.b-20-2 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-2 {
  border-bottom-style: solid;
  border-bottom-width: 20.2rem !important;
}
.bb-20-2:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.2rem !important;
}

.bt-20-2 {
  border-top-style: solid;
  border-top-width: 20.2rem !important;
}

.bl-20-2 {
  border-left-style: solid;
  border-left-width: 20.2rem !important;
}

.br-20-2 {
  border-right-style: solid;
  border-right-width: 20.2rem !important;
}

.w-20-3 {
  width: 20.3rem !important;
}

.h-20-3 {
  height: 20.3rem !important;
}

.fs-20-3 {
  font-size: 20.3rem !important;
}

.brad-20-3 {
  border-radius: 20.3rem !important;
}

.m-20-3 {
  margin: 20.3rem !important;
}

.m--20-3 {
  margin: -20.3rem !important;
}

.ml-20-3 {
  margin-left: 20.3rem !important;
}

.ml--20-3 {
  margin-left: -20.3rem !important;
}

.mr-20-3 {
  margin-right: 20.3rem !important;
}

.mr--20-3 {
  margin-right: -20.3rem !important;
}

.mt-20-3 {
  margin-top: 20.3rem !important;
}

.mt--20-3 {
  margin-top: -20.3rem !important;
}

.mb-20-3 {
  margin-bottom: 20.3rem !important;
}

.mb--20-3 {
  margin-bottom: -20.3rem !important;
}

.mx-20-3 {
  margin-left: 20.3rem !important;
  margin-right: 20.3rem !important;
}

.my-20-3 {
  margin-bottom: 20.3rem !important;
  margin-top: 20.3rem !important;
}

.p-20-3 {
  padding: 20.3rem !important;
}

.r-20-3 {
  right: 20.3rem !important;
}

.l-20-3 {
  left: 20.3rem !important;
}

.t-20-3 {
  top: 20.3rem !important;
}

.b-20-3 {
  bottom: 20.3rem !important;
}

.pb-20-3 {
  padding-bottom: 20.3rem !important;
}

.pt-20-3 {
  padding-top: 20.3rem !important;
}

.pl-20-3 {
  padding-left: 20.3rem !important;
}

.pr-20-3 {
  padding-right: 20.3rem !important;
}

.px-20-3 {
  padding-right: 20.3rem !important;
  padding-left: 20.3rem !important;
}

.py-20-3 {
  padding-top: 20.3rem !important;
  padding-bottom: 20.3rem !important;
}

.b-20-3 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-3 {
  border-bottom-style: solid;
  border-bottom-width: 20.3rem !important;
}
.bb-20-3:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.3rem !important;
}

.bt-20-3 {
  border-top-style: solid;
  border-top-width: 20.3rem !important;
}

.bl-20-3 {
  border-left-style: solid;
  border-left-width: 20.3rem !important;
}

.br-20-3 {
  border-right-style: solid;
  border-right-width: 20.3rem !important;
}

.w-20-4 {
  width: 20.4rem !important;
}

.h-20-4 {
  height: 20.4rem !important;
}

.fs-20-4 {
  font-size: 20.4rem !important;
}

.brad-20-4 {
  border-radius: 20.4rem !important;
}

.m-20-4 {
  margin: 20.4rem !important;
}

.m--20-4 {
  margin: -20.4rem !important;
}

.ml-20-4 {
  margin-left: 20.4rem !important;
}

.ml--20-4 {
  margin-left: -20.4rem !important;
}

.mr-20-4 {
  margin-right: 20.4rem !important;
}

.mr--20-4 {
  margin-right: -20.4rem !important;
}

.mt-20-4 {
  margin-top: 20.4rem !important;
}

.mt--20-4 {
  margin-top: -20.4rem !important;
}

.mb-20-4 {
  margin-bottom: 20.4rem !important;
}

.mb--20-4 {
  margin-bottom: -20.4rem !important;
}

.mx-20-4 {
  margin-left: 20.4rem !important;
  margin-right: 20.4rem !important;
}

.my-20-4 {
  margin-bottom: 20.4rem !important;
  margin-top: 20.4rem !important;
}

.p-20-4 {
  padding: 20.4rem !important;
}

.r-20-4 {
  right: 20.4rem !important;
}

.l-20-4 {
  left: 20.4rem !important;
}

.t-20-4 {
  top: 20.4rem !important;
}

.b-20-4 {
  bottom: 20.4rem !important;
}

.pb-20-4 {
  padding-bottom: 20.4rem !important;
}

.pt-20-4 {
  padding-top: 20.4rem !important;
}

.pl-20-4 {
  padding-left: 20.4rem !important;
}

.pr-20-4 {
  padding-right: 20.4rem !important;
}

.px-20-4 {
  padding-right: 20.4rem !important;
  padding-left: 20.4rem !important;
}

.py-20-4 {
  padding-top: 20.4rem !important;
  padding-bottom: 20.4rem !important;
}

.b-20-4 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-4 {
  border-bottom-style: solid;
  border-bottom-width: 20.4rem !important;
}
.bb-20-4:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.4rem !important;
}

.bt-20-4 {
  border-top-style: solid;
  border-top-width: 20.4rem !important;
}

.bl-20-4 {
  border-left-style: solid;
  border-left-width: 20.4rem !important;
}

.br-20-4 {
  border-right-style: solid;
  border-right-width: 20.4rem !important;
}

.w-20-5 {
  width: 20.5rem !important;
}

.h-20-5 {
  height: 20.5rem !important;
}

.fs-20-5 {
  font-size: 20.5rem !important;
}

.brad-20-5 {
  border-radius: 20.5rem !important;
}

.m-20-5 {
  margin: 20.5rem !important;
}

.m--20-5 {
  margin: -20.5rem !important;
}

.ml-20-5 {
  margin-left: 20.5rem !important;
}

.ml--20-5 {
  margin-left: -20.5rem !important;
}

.mr-20-5 {
  margin-right: 20.5rem !important;
}

.mr--20-5 {
  margin-right: -20.5rem !important;
}

.mt-20-5 {
  margin-top: 20.5rem !important;
}

.mt--20-5 {
  margin-top: -20.5rem !important;
}

.mb-20-5 {
  margin-bottom: 20.5rem !important;
}

.mb--20-5 {
  margin-bottom: -20.5rem !important;
}

.mx-20-5 {
  margin-left: 20.5rem !important;
  margin-right: 20.5rem !important;
}

.my-20-5 {
  margin-bottom: 20.5rem !important;
  margin-top: 20.5rem !important;
}

.p-20-5 {
  padding: 20.5rem !important;
}

.r-20-5 {
  right: 20.5rem !important;
}

.l-20-5 {
  left: 20.5rem !important;
}

.t-20-5 {
  top: 20.5rem !important;
}

.b-20-5 {
  bottom: 20.5rem !important;
}

.pb-20-5 {
  padding-bottom: 20.5rem !important;
}

.pt-20-5 {
  padding-top: 20.5rem !important;
}

.pl-20-5 {
  padding-left: 20.5rem !important;
}

.pr-20-5 {
  padding-right: 20.5rem !important;
}

.px-20-5 {
  padding-right: 20.5rem !important;
  padding-left: 20.5rem !important;
}

.py-20-5 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important;
}

.b-20-5 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-5 {
  border-bottom-style: solid;
  border-bottom-width: 20.5rem !important;
}
.bb-20-5:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.5rem !important;
}

.bt-20-5 {
  border-top-style: solid;
  border-top-width: 20.5rem !important;
}

.bl-20-5 {
  border-left-style: solid;
  border-left-width: 20.5rem !important;
}

.br-20-5 {
  border-right-style: solid;
  border-right-width: 20.5rem !important;
}

.w-20-6 {
  width: 20.6rem !important;
}

.h-20-6 {
  height: 20.6rem !important;
}

.fs-20-6 {
  font-size: 20.6rem !important;
}

.brad-20-6 {
  border-radius: 20.6rem !important;
}

.m-20-6 {
  margin: 20.6rem !important;
}

.m--20-6 {
  margin: -20.6rem !important;
}

.ml-20-6 {
  margin-left: 20.6rem !important;
}

.ml--20-6 {
  margin-left: -20.6rem !important;
}

.mr-20-6 {
  margin-right: 20.6rem !important;
}

.mr--20-6 {
  margin-right: -20.6rem !important;
}

.mt-20-6 {
  margin-top: 20.6rem !important;
}

.mt--20-6 {
  margin-top: -20.6rem !important;
}

.mb-20-6 {
  margin-bottom: 20.6rem !important;
}

.mb--20-6 {
  margin-bottom: -20.6rem !important;
}

.mx-20-6 {
  margin-left: 20.6rem !important;
  margin-right: 20.6rem !important;
}

.my-20-6 {
  margin-bottom: 20.6rem !important;
  margin-top: 20.6rem !important;
}

.p-20-6 {
  padding: 20.6rem !important;
}

.r-20-6 {
  right: 20.6rem !important;
}

.l-20-6 {
  left: 20.6rem !important;
}

.t-20-6 {
  top: 20.6rem !important;
}

.b-20-6 {
  bottom: 20.6rem !important;
}

.pb-20-6 {
  padding-bottom: 20.6rem !important;
}

.pt-20-6 {
  padding-top: 20.6rem !important;
}

.pl-20-6 {
  padding-left: 20.6rem !important;
}

.pr-20-6 {
  padding-right: 20.6rem !important;
}

.px-20-6 {
  padding-right: 20.6rem !important;
  padding-left: 20.6rem !important;
}

.py-20-6 {
  padding-top: 20.6rem !important;
  padding-bottom: 20.6rem !important;
}

.b-20-6 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-6 {
  border-bottom-style: solid;
  border-bottom-width: 20.6rem !important;
}
.bb-20-6:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.6rem !important;
}

.bt-20-6 {
  border-top-style: solid;
  border-top-width: 20.6rem !important;
}

.bl-20-6 {
  border-left-style: solid;
  border-left-width: 20.6rem !important;
}

.br-20-6 {
  border-right-style: solid;
  border-right-width: 20.6rem !important;
}

.w-20-7 {
  width: 20.7rem !important;
}

.h-20-7 {
  height: 20.7rem !important;
}

.fs-20-7 {
  font-size: 20.7rem !important;
}

.brad-20-7 {
  border-radius: 20.7rem !important;
}

.m-20-7 {
  margin: 20.7rem !important;
}

.m--20-7 {
  margin: -20.7rem !important;
}

.ml-20-7 {
  margin-left: 20.7rem !important;
}

.ml--20-7 {
  margin-left: -20.7rem !important;
}

.mr-20-7 {
  margin-right: 20.7rem !important;
}

.mr--20-7 {
  margin-right: -20.7rem !important;
}

.mt-20-7 {
  margin-top: 20.7rem !important;
}

.mt--20-7 {
  margin-top: -20.7rem !important;
}

.mb-20-7 {
  margin-bottom: 20.7rem !important;
}

.mb--20-7 {
  margin-bottom: -20.7rem !important;
}

.mx-20-7 {
  margin-left: 20.7rem !important;
  margin-right: 20.7rem !important;
}

.my-20-7 {
  margin-bottom: 20.7rem !important;
  margin-top: 20.7rem !important;
}

.p-20-7 {
  padding: 20.7rem !important;
}

.r-20-7 {
  right: 20.7rem !important;
}

.l-20-7 {
  left: 20.7rem !important;
}

.t-20-7 {
  top: 20.7rem !important;
}

.b-20-7 {
  bottom: 20.7rem !important;
}

.pb-20-7 {
  padding-bottom: 20.7rem !important;
}

.pt-20-7 {
  padding-top: 20.7rem !important;
}

.pl-20-7 {
  padding-left: 20.7rem !important;
}

.pr-20-7 {
  padding-right: 20.7rem !important;
}

.px-20-7 {
  padding-right: 20.7rem !important;
  padding-left: 20.7rem !important;
}

.py-20-7 {
  padding-top: 20.7rem !important;
  padding-bottom: 20.7rem !important;
}

.b-20-7 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-7 {
  border-bottom-style: solid;
  border-bottom-width: 20.7rem !important;
}
.bb-20-7:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.7rem !important;
}

.bt-20-7 {
  border-top-style: solid;
  border-top-width: 20.7rem !important;
}

.bl-20-7 {
  border-left-style: solid;
  border-left-width: 20.7rem !important;
}

.br-20-7 {
  border-right-style: solid;
  border-right-width: 20.7rem !important;
}

.w-20-8 {
  width: 20.8rem !important;
}

.h-20-8 {
  height: 20.8rem !important;
}

.fs-20-8 {
  font-size: 20.8rem !important;
}

.brad-20-8 {
  border-radius: 20.8rem !important;
}

.m-20-8 {
  margin: 20.8rem !important;
}

.m--20-8 {
  margin: -20.8rem !important;
}

.ml-20-8 {
  margin-left: 20.8rem !important;
}

.ml--20-8 {
  margin-left: -20.8rem !important;
}

.mr-20-8 {
  margin-right: 20.8rem !important;
}

.mr--20-8 {
  margin-right: -20.8rem !important;
}

.mt-20-8 {
  margin-top: 20.8rem !important;
}

.mt--20-8 {
  margin-top: -20.8rem !important;
}

.mb-20-8 {
  margin-bottom: 20.8rem !important;
}

.mb--20-8 {
  margin-bottom: -20.8rem !important;
}

.mx-20-8 {
  margin-left: 20.8rem !important;
  margin-right: 20.8rem !important;
}

.my-20-8 {
  margin-bottom: 20.8rem !important;
  margin-top: 20.8rem !important;
}

.p-20-8 {
  padding: 20.8rem !important;
}

.r-20-8 {
  right: 20.8rem !important;
}

.l-20-8 {
  left: 20.8rem !important;
}

.t-20-8 {
  top: 20.8rem !important;
}

.b-20-8 {
  bottom: 20.8rem !important;
}

.pb-20-8 {
  padding-bottom: 20.8rem !important;
}

.pt-20-8 {
  padding-top: 20.8rem !important;
}

.pl-20-8 {
  padding-left: 20.8rem !important;
}

.pr-20-8 {
  padding-right: 20.8rem !important;
}

.px-20-8 {
  padding-right: 20.8rem !important;
  padding-left: 20.8rem !important;
}

.py-20-8 {
  padding-top: 20.8rem !important;
  padding-bottom: 20.8rem !important;
}

.b-20-8 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-8 {
  border-bottom-style: solid;
  border-bottom-width: 20.8rem !important;
}
.bb-20-8:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.8rem !important;
}

.bt-20-8 {
  border-top-style: solid;
  border-top-width: 20.8rem !important;
}

.bl-20-8 {
  border-left-style: solid;
  border-left-width: 20.8rem !important;
}

.br-20-8 {
  border-right-style: solid;
  border-right-width: 20.8rem !important;
}

.w-20-9 {
  width: 20.9rem !important;
}

.h-20-9 {
  height: 20.9rem !important;
}

.fs-20-9 {
  font-size: 20.9rem !important;
}

.brad-20-9 {
  border-radius: 20.9rem !important;
}

.m-20-9 {
  margin: 20.9rem !important;
}

.m--20-9 {
  margin: -20.9rem !important;
}

.ml-20-9 {
  margin-left: 20.9rem !important;
}

.ml--20-9 {
  margin-left: -20.9rem !important;
}

.mr-20-9 {
  margin-right: 20.9rem !important;
}

.mr--20-9 {
  margin-right: -20.9rem !important;
}

.mt-20-9 {
  margin-top: 20.9rem !important;
}

.mt--20-9 {
  margin-top: -20.9rem !important;
}

.mb-20-9 {
  margin-bottom: 20.9rem !important;
}

.mb--20-9 {
  margin-bottom: -20.9rem !important;
}

.mx-20-9 {
  margin-left: 20.9rem !important;
  margin-right: 20.9rem !important;
}

.my-20-9 {
  margin-bottom: 20.9rem !important;
  margin-top: 20.9rem !important;
}

.p-20-9 {
  padding: 20.9rem !important;
}

.r-20-9 {
  right: 20.9rem !important;
}

.l-20-9 {
  left: 20.9rem !important;
}

.t-20-9 {
  top: 20.9rem !important;
}

.b-20-9 {
  bottom: 20.9rem !important;
}

.pb-20-9 {
  padding-bottom: 20.9rem !important;
}

.pt-20-9 {
  padding-top: 20.9rem !important;
}

.pl-20-9 {
  padding-left: 20.9rem !important;
}

.pr-20-9 {
  padding-right: 20.9rem !important;
}

.px-20-9 {
  padding-right: 20.9rem !important;
  padding-left: 20.9rem !important;
}

.py-20-9 {
  padding-top: 20.9rem !important;
  padding-bottom: 20.9rem !important;
}

.b-20-9 {
  border-style: solid;
  border-width: 20px !important;
}

.bb-20-9 {
  border-bottom-style: solid;
  border-bottom-width: 20.9rem !important;
}
.bb-20-9:hover {
  border-bottom-style: solid;
  border-bottom-width: 20.9rem !important;
}

.bt-20-9 {
  border-top-style: solid;
  border-top-width: 20.9rem !important;
}

.bl-20-9 {
  border-left-style: solid;
  border-left-width: 20.9rem !important;
}

.br-20-9 {
  border-right-style: solid;
  border-right-width: 20.9rem !important;
}

/*UTILITY ROTATION*/
.rotate-0 {
  transform: rotate(0deg) !important;
}

.rotate-45 {
  transform: rotate(45deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-135 {
  transform: rotate(135deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.rotate-225 {
  transform: rotate(225deg) !important;
}

.rotate-270 {
  transform: rotate(270deg) !important;
}

.rotate-315 {
  transform: rotate(315deg) !important;
}

/* UTILITY --->  FONTWEIGHT */
.fw-0 {
  font-weight: 0 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* UTILITY ---> ALLINEAMENTO TESTO */
/* UTILITY ---> ALLINEAMENTO TESTO */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* UTILITY ---> border style */
.border-top-solid {
  border-top-style: solid;
}

.border-top-dashed {
  border-top-style: dashed;
}

.border-top-dotted {
  border-top-style: dotted;
}

.border-right-solid {
  border-right-style: solid;
}

.border-right-dashed {
  border-right-style: dashed;
}

.border-right-dotted {
  border-right-style: dotted;
}

.border-bottom-solid {
  border-bottom-style: solid;
}

.border-bottom-dashed {
  border-bottom-style: dashed;
}

.border-bottom-dotted {
  border-bottom-style: dotted;
}

.border-left-solid {
  border-left-style: solid;
}

.border-left-dashed {
  border-left-style: dashed;
}

.border-left-dotted {
  border-left-style: dotted;
}

/*.d-flex {
    display: flex !important;
}*/
.outline-flex {
  outline: flex !important;
}

.box-shadow-flex {
  box-shadow: flex !important;
}

/*.d-none {
    display: none !important;
}*/
.outline-none {
  outline: none !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.jc-flex-start {
  justify-content: flex-start;
}

.jc-flex-end {
  justify-content: flex-end;
}

.jc-center {
  justify-content: center;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-space-around {
  justify-content: space-around;
}

.jc-space-evenly {
  justify-content: space-evenly;
}

.jc-start {
  justify-content: start;
}

.jc-end {
  justify-content: end;
}

.jc-left {
  justify-content: left;
}

.jc-right {
  justify-content: right;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-first baseline {
  align-items: first baseline;
}

.align-items-last baseline {
  align-items: last baseline;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-self-start {
  align-items: self-start;
}

.align-items-self-end {
  align-items: self-end;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.files-icon.sm {
  width: 8px !important;
  height: 8px !important;
}
.files-icon.md {
  width: 13px !important;
  height: 13px !important;
}
.files-icon.lg {
  width: 24x !important;
  height: 24px !important;
}

@font-face {
  font-display: swap;
  font-family: "Urbanist-medium";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Medium.ttf") format("woff2"), url("../../assets/fonts/Urbanist/static/Urbanist-Medium.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-display: swap;
  font-family: "Urbanist-light";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Light.ttf") format("woff2"), url("../../assets/fonts/Urbanist/static/Urbanist-Light.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/urbanist-v15-latin-100.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-100.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 100;
  src: url("../../assets/fonts/urbanist-v15-latin-100italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-100italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/urbanist-v15-latin-200.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 200;
  src: url("../../assets/fonts/urbanist-v15-latin-200italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-200italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/urbanist-v15-latin-300.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 300;
  src: url("../../assets/fonts/urbanist-v15-latin-300italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-300italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/urbanist-v15-latin-regular.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 400;
  src: url("../../assets/fonts/urbanist-v15-latin-italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/urbanist-v15-latin-500.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 500;
  src: url("../../assets/fonts/urbanist-v15-latin-500italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-500italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/urbanist-v15-latin-600.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 600;
  src: url("../../assets/fonts/urbanist-v15-latin-600italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/urbanist-v15-latin-700.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 700;
  src: url("../../assets/fonts/urbanist-v15-latin-700italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/urbanist-v15-latin-800.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 800;
  src: url("../../assets/fonts/urbanist-v15-latin-800italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-800italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/urbanist-v15-latin-900.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* urbanist-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 900;
  src: url("../../assets/fonts/urbanist-v15-latin-900italic.woff2") format("woff2"), url("../../assets/fonts/urbanist-v15-latin-900italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/space-grotesk-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/space-grotesk-v16-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*@import 'node_modules/material-symbols/index.scss';*/
/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
  --fa--fa: "\30 \30 ";
}

.fa-1 {
  --fa: "\31 ";
  --fa--fa: "\31 \31 ";
}

.fa-2 {
  --fa: "\32 ";
  --fa--fa: "\32 \32 ";
}

.fa-3 {
  --fa: "\33 ";
  --fa--fa: "\33 \33 ";
}

.fa-4 {
  --fa: "\34 ";
  --fa--fa: "\34 \34 ";
}

.fa-5 {
  --fa: "\35 ";
  --fa--fa: "\35 \35 ";
}

.fa-6 {
  --fa: "\36 ";
  --fa--fa: "\36 \36 ";
}

.fa-7 {
  --fa: "\37 ";
  --fa--fa: "\37 \37 ";
}

.fa-8 {
  --fa: "\38 ";
  --fa--fa: "\38 \38 ";
}

.fa-9 {
  --fa: "\39 ";
  --fa--fa: "\39 \39 ";
}

.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}

.fa-at {
  --fa: "\@";
  --fa--fa: "\@\@";
}

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}

.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}

.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}

.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}

.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}

.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}

.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}

.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}

.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}

.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}

.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}

.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}

.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}

.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}

.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}

.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}

.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}

.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}

.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}

.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}

.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}

.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}

.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}

.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}

.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}

.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}

.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}

.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}

.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}

.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}

.fa-asterisk {
  --fa: "\*";
  --fa--fa: "\*\*";
}

.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}

.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}

.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}

.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}

.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}

.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}

.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}

.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}

.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}

.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}

.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}

.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}

.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}

.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}

.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}

.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}

.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}

.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}

.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}

.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}

.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}

.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}

.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}

.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}

.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}

.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}

.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}

.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}

.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}

.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}

.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}

.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}

.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}

.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}

.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}

.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}

.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}

.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}

.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}

.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}

.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}

.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}

.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}

.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}

.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}

.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}

.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}

.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}

.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}

.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}

.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}

.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}

.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}

.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}

.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}

.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}

.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}

.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}

.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}

.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}

.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}

.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}

.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}

.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}

.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}

.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}

.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}

.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}

.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}

.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}

.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}

.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}

.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}

.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}

.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}

.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}

.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}

.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}

.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}

.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}

.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}

.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}

.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}

.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}

.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}

.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}

.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}

.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}

.fa-question {
  --fa: "\?";
  --fa--fa: "\?\?";
}

.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}

.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}

.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}

.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}

.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}

.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}

.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}

.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}

.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}

.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}

.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}

.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}

.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}

.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}

.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}

.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}

.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}

.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}

.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}

.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}

.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}

.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}

.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}

.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}

.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}

.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}

.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}

.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}

.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}

.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}

.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}

.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}

.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}

.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}

.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}

.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}

.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}

.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}

.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}

.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}

.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}

.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}

.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}

.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}

.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}

.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}

.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}

.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}

.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}

.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}

.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}

.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}

.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}

.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}

.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}

.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}

.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}

.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}

.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}

.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}

.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}

.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}

.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}

.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}

.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}

.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}

.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}

.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}

.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}

.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}

.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}

.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}

.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}

.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}

.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}

.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}

.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}

.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}

.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}

.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}

.fa-less-than {
  --fa: "\<";
  --fa--fa: "\<\<";
}

.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}

.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}

.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}

.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}

.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}

.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}

.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}

.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}

.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}

.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}

.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}

.fa-greater-than {
  --fa: "\>";
  --fa--fa: "\>\>";
}

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}

.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}

.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}

.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}

.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}

.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}

.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}

.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}

.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}

.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}

.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}

.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}

.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}

.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}

.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}

.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}

.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}

.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}

.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}

.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}

.fa-plus {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-add {
  --fa: "\+";
  --fa--fa: "\+\+";
}

.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}

.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}

.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}

.fa-equals {
  --fa: "\=";
  --fa--fa: "\=\=";
}

.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}

.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}

.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}

.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}

.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}

.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}

.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}

.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}

.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}

.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}

.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}

.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}

.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}

.fa-percent {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-percentage {
  --fa: "\%";
  --fa--fa: "\%\%";
}

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}

.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}

.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}

.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}

.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}

.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}

.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}

.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}

.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}

.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}

.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}

.fa-hashtag {
  --fa: "\#";
  --fa--fa: "\#\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}

.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}

.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}

.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}

.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}

.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}

.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}

.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}

.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}

.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}

.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}

.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}

.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}

.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}

.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}

.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}

.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}

.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}

.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}

.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}

.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}

.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}

.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}

.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}

.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}

.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}

.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}

.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}

.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}

.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}

.fa-exclamation {
  --fa: "\!";
  --fa--fa: "\!\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}

.fa-dollar-sign {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-dollar {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-usd {
  --fa: "\$";
  --fa--fa: "\$\$";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}

.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}

.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}

.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 12px !important;
  font-family: "Urbanist-medium";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #1C2541;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: #BAC2FD;
  padding: 1px;
}
body::-webkit-scrollbar-track {
  background: #0b3b44;
}
body {
  scrollbar-face-color: #BAC2FD;
  scrollbar-track-color: #0b3b44;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Urbanist-medium";
}

.body-content {
  position: relative;
  top: 3.7rem;
}

.navbar-brand-gradient {
  background: rgba(26, 44, 90, 0.0509803922);
  background: -webkit-linear-gradient(to right, rgba(26, 44, 90, 0.0509803922) 19%, rgba(26, 44, 90, 0.1490196078) 70%);
  background: -moz-linear-gradient(to right, rgba(26, 44, 90, 0.0509803922) 19%, rgba(26, 44, 90, 0.1490196078) 70%);
  background: linear-gradient(to right, rgba(26, 44, 90, 0.0509803922) 19%, rgba(26, 44, 90, 0.1490196078) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-login {
  /*  background: rgb(57,91,100);
  background: -moz-linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  background: -webkit-linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  background: linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#395b64",endColorstr="#395b64",GradientType=1);*/
  /*background-image: linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 0%, rgba(57,91,100,0.6933670685070903) 100%), url('../../assets/img/background/bg-background-login.jpg');*/
  /*background-image: url('../../assets/img/background/bg-background-login.jpg');*/
  background-image: url("../../assets/img/background/bck_1.jpg");
  /*width: 80%;
  height: 400px;*/
  background-size: cover;
  /*color: white;*/
  /*padding: 20px;*/
}

.login-box {
  border-radius: 50px;
  background: #ffffff;
  box-shadow: -2px 10px 35px -3px rgba(0, 0, 0, 0.4);
}

.my-fullcalendar {
  text-transform: capitalize;
}
.my-fullcalendar .fc-button {
  border-radius: 16px;
}
.my-fullcalendar .fc-header-toolbar {
  margin-bottom: 0 !important;
  padding: 10px;
}

.home-menu-item {
  position: relative;
}
.home-menu-item img {
  transition: all 0.4s ease-in-out;
}
.home-menu-item:hover {
  cursor: pointer;
}
.home-menu-item:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.on-hover-grow img {
  transition: all 0.4s ease-in-out;
}
.on-hover-grow:hover {
  cursor: pointer;
}
.on-hover-grow:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

@keyframes card-animation-bottom-loader {
  0% {
    width: 0%;
    left: 0%;
  }
  25% {
    left: 0%;
  }
  50% {
    left: 0%;
  }
  75% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
.card-with-bottom-loader.show {
  position: relative;
  overflow-x: hidden;
  height: 8px;
}
.card-with-bottom-loader.show:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  height: 8px;
  width: 0px;
  content: "";
  background-color: #1A2C5A;
  animation: card-animation-bottom-loader 2s infinite ease-in-out;
}

.infinite-rotate {
  animation: rotate 1s infinite ease-in-out;
}

.fadeout {
  animation: fadeout 1s 1 ease-in-out;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeout {
  100% {
    opacity: 0;
  }
}
.snap-container {
  height: 75vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-padding: 20vh;
}
.snap-container .snap-child {
  scroll-snap-align: start;
  height: 100%;
}

.accordion-button.no-icon::after {
  background-image: none;
}

/***** typeahead *****/
.autoComplete_wrapper {
  /*display: inline-block;*/
  position: relative;
  width: 100%;
}

.autoComplete_wrapper > input {
  /*width: 370px;
  height: 40px;
  padding-left: 20px;
  font-size: 1rem;
  color: rgba(123, 123, 123, 1);
  border-radius: 8px;
  border: 0;
  outline: none;
  background-color: #f1f3f4;*/
}

.autoComplete_wrapper > input::placeholder {
  /*color: rgba(123, 123, 123, 0.5);*/
  transition: all 0.3s ease;
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 260px;
  min-width: 220px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  border: 1px solid rgba(33, 33, 33, 0.07);
  z-index: 1000;
  outline: none;
}

.autoComplete_wrapper > ul[hidden],
.autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  transform: scale(0);
}

.autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  list-style: none;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 0.35rem;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1);
}

.autoComplete_wrapper > ul > li mark, .autoComplete_wrapper > ul > li .mark {
  background-color: rgba(26, 44, 90, 0.1490196078);
  color: #1A2C5A;
  font-weight: bold;
}

.autoComplete_wrapper > ul > li mark::selection, .autoComplete_wrapper > ul > li .mark::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(123, 123, 123, 0.1);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
/*
.form-control-totale-secondary {
    border: 0;
    background-color: #fff !important;
    border-bottom: 2px dashed #BAC2FD;
    border-radius: 0;
}

.form-control-totale-primary {
    border: 0;
    background-color: #fff !important;
    border-bottom: 3px solid #BAC2FD;
    border-radius: 0;
}*/
.box-shadow-default {
  -webkit-box-shadow: 0px 0px 3px 0px #2C3333;
  -moz-box-shadow: 0px 0px 3px 0px #2C3333;
  -o-box-shadow: 0px 0px 3px 0px #2C3333;
  box-shadow: 0px 0px 3px 0px #2C3333;
}

.login-box-shadow {
  /*box-shadow: 31px 31px 88px #2c474e, -31px -31px 88px #466f7a;*/
  -webkit-box-shadow: 0px 0px 7px 0px #2C3333;
  -moz-box-shadow: 0px 0px 7px 0px #2C3333;
  -o-box-shadow: 0px 0px 7px 0px #2C3333;
  box-shadow: 0px 0px 7px 0px #2C3333;
}

.welcome {
  font-family: "Exo 2";
  font-size: 72px;
  font-weight: bold;
  background: rgb(228, 209, 185);
  background: -moz-linear-gradient(90deg, rgb(228, 209, 185) 0%, rgb(169, 113, 85) 100%);
  background: -webkit-linear-gradient(90deg, rgb(228, 209, 185) 0%, rgb(169, 113, 85) 100%);
  background: linear-gradient(90deg, rgb(228, 209, 185) 0%, rgb(169, 113, 85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4d1b9",endColorstr="#a97155",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.test::before {
  /*  background-color: #1A2C5A;
    opacity: 0.5;
    border-radius: 52% 48% 70% 30% / 30% 30% 70% 70%;
    width: 40vmin;
    height: 40vmin;
    content: "";
    z-index: 1;*/
}

.login-background {
  /*  background: rgb(57,91,100);
  background: -moz-linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  background: -webkit-linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  background: linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 20%, rgba(57,91,100,1) 62%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#395b64",endColorstr="#395b64",GradientType=1);*/
  /*background-image: linear-gradient(90deg, rgba(57,91,100,0.3936471805519083) 0%, rgba(57,91,100,0.6933670685070903) 100%), url('../../assets/img/background/bg-background-login.jpg');*/
  background-image: url("../../assets/img/background/bg-background-login.png");
  /*width: 80%;
  height: 400px;*/
  background-size: cover;
  /*color: white;*/
  /*padding: 20px;*/
}
@charset "UTF-8";
/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "0";
  --fa--fa: "00";
}

.fa-1 {
  --fa: "1";
  --fa--fa: "11";
}

.fa-2 {
  --fa: "2";
  --fa--fa: "22";
}

.fa-3 {
  --fa: "3";
  --fa--fa: "33";
}

.fa-4 {
  --fa: "4";
  --fa--fa: "44";
}

.fa-5 {
  --fa: "5";
  --fa--fa: "55";
}

.fa-6 {
  --fa: "6";
  --fa--fa: "66";
}

.fa-7 {
  --fa: "7";
  --fa--fa: "77";
}

.fa-8 {
  --fa: "8";
  --fa--fa: "88";
}

.fa-9 {
  --fa: "9";
  --fa--fa: "99";
}

.fa-fill-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-at {
  --fa: "@";
  --fa--fa: "@@";
}

.fa-trash-can {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-text-height {
  --fa: "";
  --fa--fa: "";
}

.fa-user-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-user-times {
  --fa: "";
  --fa--fa: "";
}

.fa-stethoscope {
  --fa: "";
  --fa--fa: "";
}

.fa-message {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-info {
  --fa: "";
  --fa--fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-explosion {
  --fa: "";
  --fa--fa: "";
}

.fa-file-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-text {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-square {
  --fa: "";
  --fa--fa: "";
}

.fa-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-building-un {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-three {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-days {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-door-open {
  --fa: "";
  --fa--fa: "";
}

.fa-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-atom {
  --fa: "";
  --fa--fa: "";
}

.fa-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-icons {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-fingerprint {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-right {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
  --fa--fa: "";
}

.fa-search-location {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-checkered {
  --fa: "";
  --fa--fa: "";
}

.fa-football {
  --fa: "";
  --fa--fa: "";
}

.fa-football-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-crop {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-down {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-down {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-people-roof {
  --fa: "";
  --fa--fa: "";
}

.fa-people-line {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-beer {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-burn {
  --fa: "";
  --fa--fa: "";
}

.fa-person {
  --fa: "";
  --fa--fa: "";
}

.fa-male {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-file-csv {
  --fa: "";
  --fa--fa: "";
}

.fa-menorah {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-record-vinyl {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-bong {
  --fa: "";
  --fa--fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
  --fa--fa: "";
}

.fa-pastafarianism {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
  --fa--fa: "";
}

.fa-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-jar-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-pager {
  --fa: "";
  --fa--fa: "";
}

.fa-address-book {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-book {
  --fa: "";
  --fa--fa: "";
}

.fa-strikethrough {
  --fa: "";
  --fa--fa: "";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-landmark-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comments {
  --fa: "";
  --fa--fa: "";
}

.fa-paste {
  --fa: "";
  --fa--fa: "";
}

.fa-file-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-code-pull-request {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-list {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-loading {
  --fa: "";
  --fa--fa: "";
}

.fa-user-check {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-sheet-plastic {
  --fa: "";
  --fa--fa: "";
}

.fa-blog {
  --fa: "";
  --fa--fa: "";
}

.fa-user-ninja {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-off {
  --fa: "";
  --fa--fa: "";
}

.fa-box-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-person-drowning {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-monster {
  --fa: "";
  --fa--fa: "";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-earth-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-rainbow {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-notch {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paw {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel-bricks {
  --fa: "";
  --fa--fa: "";
}

.fa-face-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-user {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-gavel {
  --fa: "";
  --fa--fa: "";
}

.fa-legal {
  --fa: "";
  --fa--fa: "";
}

.fa-binoculars {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-box-tissue {
  --fa: "";
  --fa--fa: "";
}

.fa-motorcycle {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-concierge {
  --fa: "";
  --fa--fa: "";
}

.fa-concierge-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-cut {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-toilets-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-puck {
  --fa: "";
  --fa--fa: "";
}

.fa-table {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tachograph-digital {
  --fa: "";
  --fa--fa: "";
}

.fa-digital-tachograph {
  --fa: "";
  --fa--fa: "";
}

.fa-users-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-clover {
  --fa: "";
  --fa--fa: "";
}

.fa-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-star-and-crescent {
  --fa: "";
  --fa--fa: "";
}

.fa-house-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-square-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter {
  --fa: "";
  --fa--fa: "";
}

.fa-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-code {
  --fa: "";
  --fa--fa: "";
}

.fa-swatchbook {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-bars {
  --fa: "";
  --fa--fa: "";
}

.fa-navicon {
  --fa: "";
  --fa--fa: "";
}

.fa-people-group {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-end {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-film {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-people-robbery {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sitemap {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-donate {
  --fa: "";
  --fa--fa: "";
}

.fa-memory {
  --fa: "";
  --fa--fa: "";
}

.fa-road-spikes {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-burner {
  --fa: "";
  --fa--fa: "";
}

.fa-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-hanukiah {
  --fa: "";
  --fa--fa: "";
}

.fa-feather {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-low {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-compress {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ankh {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-child {
  --fa: "";
  --fa--fa: "";
}

.fa-asterisk {
  --fa: "*";
  --fa--fa: "**";
}

.fa-square-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-square {
  --fa: "";
  --fa--fa: "";
}

.fa-peseta-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-heading {
  --fa: "";
  --fa--fa: "";
}

.fa-header {
  --fa: "";
  --fa--fa: "";
}

.fa-ghost {
  --fa: "";
  --fa--fa: "";
}

.fa-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-squares {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-dot-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-egg {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-campground {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-soccer-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-gas-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub-person {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water {
  --fa: "";
  --fa--fa: "";
}

.fa-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-to-square {
  --fa: "";
  --fa--fa: "";
}

.fa-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-car-side {
  --fa: "";
  --fa--fa: "";
}

.fa-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-half {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-microscope {
  --fa: "";
  --fa--fa: "";
}

.fa-sink {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-bag {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mitten {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-users {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-om {
  --fa: "";
  --fa--fa: "";
}

.fa-worm {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-plug {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-spock {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deafness {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-five {
  --fa: "";
  --fa--fa: "";
}

.fa-square-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-rss-square {
  --fa: "";
  --fa--fa: "";
}

.fa-land-mine-on {
  --fa: "";
  --fa--fa: "";
}

.fa-i-cursor {
  --fa: "";
  --fa--fa: "";
}

.fa-stamp {
  --fa: "";
  --fa--fa: "";
}

.fa-stairs {
  --fa: "";
  --fa--fa: "";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-hryvnia {
  --fa: "";
  --fa--fa: "";
}

.fa-pills {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tooth {
  --fa: "";
  --fa--fa: "";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bicycle {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-asclepius {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-ambulance {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-snowman {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-pestle {
  --fa: "";
  --fa--fa: "";
}

.fa-road-barrier {
  --fa: "";
  --fa--fa: "";
}

.fa-school {
  --fa: "";
  --fa--fa: "";
}

.fa-igloo {
  --fa: "";
  --fa--fa: "";
}

.fa-joint {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-horse {
  --fa: "";
  --fa--fa: "";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-notes-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-half {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-half {
  --fa: "";
  --fa--fa: "";
}

.fa-dong-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-capsules {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-storm {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-up {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill {
  --fa: "";
  --fa--fa: "";
}

.fa-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-align-justify {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-beach {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-un {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye {
  --fa: "";
  --fa--fa: "";
}

.fa-bacon {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-folder {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-file-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-file-medical-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge {
  --fa: "";
  --fa--fa: "";
}

.fa-dashboard {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pen-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-user {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster {
  --fa: "";
  --fa--fa: "";
}

.fa-van-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-van {
  --fa: "";
  --fa--fa: "";
}

.fa-building-user {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-highlighter {
  --fa: "";
  --fa--fa: "";
}

.fa-key {
  --fa: "";
  --fa--fa: "";
}

.fa-bullhorn {
  --fa: "";
  --fa--fa: "";
}

.fa-globe {
  --fa: "";
  --fa--fa: "";
}

.fa-synagogue {
  --fa: "";
  --fa--fa: "";
}

.fa-person-half-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-road-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-location-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "";
  --fa--fa: "";
}

.fa-building-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-pizza-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-area {
  --fa: "";
  --fa--fa: "";
}

.fa-area-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-cancel {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-air-freshener {
  --fa: "";
  --fa--fa: "";
}

.fa-star {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat {
  --fa: "";
  --fa--fa: "";
}

.fa-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-box {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-charging-station {
  --fa: "";
  --fa--fa: "";
}

.fa-shapes {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-shuffle {
  --fa: "";
  --fa--fa: "";
}

.fa-random {
  --fa: "";
  --fa--fa: "";
}

.fa-person-running {
  --fa: "";
  --fa--fa: "";
}

.fa-running {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-spider {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bound {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-x-ray {
  --fa: "";
  --fa--fa: "";
}

.fa-spell-check {
  --fa: "";
  --fa--fa: "";
}

.fa-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-server {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-start {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-blender-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-building-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
  --fa--fa: "";
}

.fa-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-passport {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-heartbeat {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry-box {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-high {
  --fa: "";
  --fa--fa: "";
}

.fa-microchip {
  --fa: "";
  --fa--fa: "";
}

.fa-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-xmarks-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-weight {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group {
  --fa: "";
  --fa--fa: "";
}

.fa-user-friends {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-on {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-procedures {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-space {
  --fa: "";
  --fa--fa: "";
}

.fa-space-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-open {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-code-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-city {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pepper-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-colon-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-headset {
  --fa: "";
  --fa--fa: "";
}

.fa-store-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-user-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
  --fa--fa: "";
}

.fa-champagne-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-cheers {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-file-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-bath {
  --fa: "";
  --fa--fa: "";
}

.fa-bathtub {
  --fa: "";
  --fa--fa: "";
}

.fa-underline {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-user-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-stroopwafel {
  --fa: "";
  --fa--fa: "";
}

.fa-bold {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-building-ngo {
  --fa: "";
  --fa--fa: "";
}

.fa-manat-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-not-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-border-top-left {
  --fa: "";
  --fa--fa: "";
}

.fa-border-style {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-jedi {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-poll {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-car-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-car {
  --fa: "";
  --fa--fa: "";
}

.fa-gift {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-two {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-board {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-person-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-rock {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-bar-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bubbles {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-wash {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-train {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-crow {
  --fa: "";
  --fa--fa: "";
}

.fa-sailboat {
  --fa: "";
  --fa--fa: "";
}

.fa-window-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-square-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-torii-gate {
  --fa: "";
  --fa--fa: "";
}

.fa-frog {
  --fa: "";
  --fa--fa: "";
}

.fa-bucket {
  --fa: "";
  --fa--fa: "";
}

.fa-image {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone {
  --fa: "";
  --fa--fa: "";
}

.fa-cow {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-house-tsunami {
  --fa: "";
  --fa--fa: "";
}

.fa-square-nfi {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-lemon {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake {
  --fa: "";
  --fa--fa: "";
}

.fa-gem {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-box {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-monument {
  --fa: "";
  --fa--fa: "";
}

.fa-snowplow {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-right {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-right {
  --fa: "";
  --fa--fa: "";
}

.fa-cannabis {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-play {
  --fa: "";
  --fa--fa: "";
}

.fa-play-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-tablets {
  --fa: "";
  --fa--fa: "";
}

.fa-ethernet {
  --fa: "";
  --fa--fa: "";
}

.fa-euro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-eur {
  --fa: "";
  --fa--fa: "";
}

.fa-euro {
  --fa: "";
  --fa--fa: "";
}

.fa-chair {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-stop-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-compass-drafting {
  --fa: "";
  --fa--fa: "";
}

.fa-drafting-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-plate-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-icicles {
  --fa: "";
  --fa--fa: "";
}

.fa-person-shelter {
  --fa: "";
  --fa--fa: "";
}

.fa-neuter {
  --fa: "";
  --fa--fa: "";
}

.fa-id-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-universal-access {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-lari-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-volcano {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-sterling-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-gbp {
  --fa: "";
  --fa--fa: "";
}

.fa-pound-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-viruses {
  --fa: "";
  --fa--fa: "";
}

.fa-square-person-confined {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-certificate {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-funnel-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-import {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square {
  --fa: "";
  --fa--fa: "";
}

.fa-box-open {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll {
  --fa: "";
  --fa--fa: "";
}

.fa-spa {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-avalanche {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-bomb {
  --fa: "";
  --fa--fa: "";
}

.fa-registered {
  --fa: "";
  --fa--fa: "";
}

.fa-address-card {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-card {
  --fa: "";
  --fa--fa: "";
}

.fa-vcard {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-right {
  --fa: "";
  --fa--fa: "";
}

.fa-subscript {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-directions {
  --fa: "";
  --fa--fa: "";
}

.fa-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-house-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-house {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills {
  --fa: "";
  --fa--fa: "";
}

.fa-smog {
  --fa: "";
  --fa--fa: "";
}

.fa-crutch {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-palette {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-vest {
  --fa: "";
  --fa--fa: "";
}

.fa-ferry {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
  --fa--fa: "";
}

.fa-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-sprout {
  --fa: "";
  --fa--fa: "";
}

.fa-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-packing {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-food {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm {
  --fa: "";
  --fa--fa: "";
}

.fa-text-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-remove-format {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-file-word {
  --fa: "";
  --fa--fa: "";
}

.fa-file-powerpoint {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-h {
  --fa: "";
  --fa--fa: "";
}

.fa-house-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-children {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-blackboard {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-mattress-pillow {
  --fa: "";
  --fa--fa: "";
}

.fa-guarani-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-refresh {
  --fa: "";
  --fa--fa: "";
}

.fa-sync {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
  --fa--fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-halved {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-book-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-archway {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-house-damage {
  --fa: "";
  --fa--fa: "";
}

.fa-file-zipper {
  --fa: "";
  --fa--fa: "";
}

.fa-file-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-square {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini {
  --fa: "";
  --fa--fa: "";
}

.fa-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-cedi-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-italic {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-church {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-democrat {
  --fa: "";
  --fa--fa: "";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-road-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-temperature-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-down {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-pointed {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-snowflake {
  --fa: "";
  --fa--fa: "";
}

.fa-newspaper {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-locust {
  --fa: "";
  --fa--fa: "";
}

.fa-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-unsorted {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ol {
  --fa: "";
  --fa--fa: "";
}

.fa-list-1-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-list-numeric {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-square {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-language {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-filter {
  --fa: "";
  --fa--fa: "";
}

.fa-question {
  --fa: "?";
  --fa--fa: "??";
}

.fa-file-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-user {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-code {
  --fa: "";
  --fa--fa: "";
}

.fa-whiskey-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-whiskey {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-won-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-krw {
  --fa: "";
  --fa--fa: "";
}

.fa-won {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid {
  --fa: "";
  --fa--fa: "";
}

.fa-austral-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "";
  --fa--fa: "";
}

.fa-road {
  --fa: "";
  --fa--fa: "";
}

.fa-taxi {
  --fa: "";
  --fa--fa: "";
}

.fa-cab {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-pie-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-lightning {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-file-excel {
  --fa: "";
  --fa--fa: "";
}

.fa-file-contract {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-fins {
  --fa: "";
  --fa--fa: "";
}

.fa-building-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-object-ungroup {
  --fa: "";
  --fa--fa: "";
}

.fa-poop {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-kaaba {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-safety {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-hard {
  --fa: "";
  --fa--fa: "";
}

.fa-eject {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-object-group {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line {
  --fa: "";
  --fa--fa: "";
}

.fa-line-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-ventilator {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-signs-post {
  --fa: "";
  --fa--fa: "";
}

.fa-map-signs {
  --fa: "";
  --fa--fa: "";
}

.fa-cash-register {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-tarp {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-tools {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-house-user {
  --fa: "";
  --fa--fa: "";
}

.fa-home-user {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-house-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-cocktail {
  --fa: "";
  --fa--fa: "";
}

.fa-face-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-water {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-pause-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-whole {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-kitchen-set {
  --fa: "";
  --fa--fa: "";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-cube {
  --fa: "";
  --fa--fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-solar-panel {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-open {
  --fa: "";
  --fa--fa: "";
}

.fa-elevator {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-poll-h {
  --fa: "";
  --fa--fa: "";
}

.fa-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-astronaut {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trademark {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite-dish {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-high {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-up {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-wallet {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-check {
  --fa: "";
  --fa--fa: "";
}

.fa-file-audio {
  --fa: "";
  --fa--fa: "";
}

.fa-burger {
  --fa: "";
  --fa--fa: "";
}

.fa-hamburger {
  --fa: "";
  --fa--fa: "";
}

.fa-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-bugs {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-file-image {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-question-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-departure {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-code-branch {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-front {
  --fa: "";
  --fa--fa: "";
}

.fa-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field {
  --fa: "";
  --fa--fa: "";
}

.fa-route {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-question {
  --fa: "";
  --fa--fa: "";
}

.fa-panorama {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth-open {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-tags {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-square-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-house-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-progress {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-button {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-basket {
  --fa: "";
  --fa--fa: "";
}

.fa-tape {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-audio-description {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-to-person {
  --fa: "";
  --fa--fa: "";
}

.fa-file-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-user-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-observation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-code {
  --fa: "";
  --fa--fa: "";
}

.fa-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-perfect {
  --fa: "";
  --fa--fa: "";
}

.fa-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg {
  --fa: "";
  --fa--fa: "";
}

.fa-window-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-shop {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk {
  --fa: "";
  --fa--fa: "";
}

.fa-save {
  --fa: "";
  --fa--fa: "";
}

.fa-vihara {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-left {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-commenting {
  --fa: "";
  --fa--fa: "";
}

.fa-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-bacterium {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-drum-steelpan {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-praying-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-redo {
  --fa: "";
  --fa--fa: "";
}

.fa-biohazard {
  --fa: "";
  --fa--fa: "";
}

.fa-location-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-location {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-double {
  --fa: "";
  --fa--fa: "";
}

.fa-child-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-users-between-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-times {
  --fa: "";
  --fa--fa: "";
}

.fa-child-reaching {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-user-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-user-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
  --fa--fa: "";
}

.fa-door-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-six {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito-net {
  --fa: "";
  --fa--fa: "";
}

.fa-file-fragment {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-water {
  --fa: "";
  --fa--fa: "";
}

.fa-person-booth {
  --fa: "";
  --fa--fa: "";
}

.fa-text-width {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-wizard {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-fancy {
  --fa: "";
  --fa--fa: "";
}

.fa-person-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-average {
  --fa: "";
  --fa--fa: "";
}

.fa-book-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-poo {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-t-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-tshirt {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes {
  --fa: "";
  --fa--fa: "";
}

.fa-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-clapping {
  --fa: "";
  --fa--fa: "";
}

.fa-republican {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-align-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d6 {
  --fa: "";
  --fa--fa: "";
}

.fa-restroom {
  --fa: "";
  --fa--fa: "";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-users-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-file-video {
  --fa: "";
  --fa--fa: "";
}

.fa-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells {
  --fa: "";
  --fa--fa: "";
}

.fa-th {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pdf {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-medkit {
  --fa: "";
  --fa--fa: "";
}

.fa-user-secret {
  --fa: "";
  --fa--fa: "";
}

.fa-otter {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-female {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-business-time {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-large {
  --fa: "";
  --fa--fa: "";
}

.fa-th-large {
  --fa: "";
  --fa--fa: "";
}

.fa-book-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-volume {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-control-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-child {
  --fa: "";
  --fa--fa: "";
}

.fa-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-comment {
  --fa: "";
  --fa--fa: "";
}

.fa-cake-candles {
  --fa: "";
  --fa--fa: "";
}

.fa-birthday-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-up {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-up {
  --fa: "";
  --fa--fa: "";
}

.fa-paperclip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
  --fa--fa: "";
}

.fa-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-litecoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-border-none {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-parachute-box {
  --fa: "";
  --fa--fa: "";
}

.fa-indent {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field-un {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor {
  --fa: "";
  --fa--fa: "";
}

.fa-user-md {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-info-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-meatball {
  --fa: "";
  --fa--fa: "";
}

.fa-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-meteor {
  --fa: "";
  --fa--fa: "";
}

.fa-car-on {
  --fa: "";
  --fa--fa: "";
}

.fa-sleigh {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-water {
  --fa: "";
  --fa--fa: "";
}

.fa-water {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-check {
  --fa: "";
  --fa--fa: "";
}

.fa-braille {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark {
  --fa: "";
  --fa--fa: "";
}

.fa-truck {
  --fa: "";
  --fa--fa: "";
}

.fa-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-person-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent {
  --fa: "";
  --fa--fa: "";
}

.fa-vest-patches {
  --fa: "";
  --fa--fa: "";
}

.fa-check-double {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-hdd {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-dumbbell {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tarp-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-arrival {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-train-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-gantt {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-inr {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dna {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-subtract {
  --fa: "";
  --fa--fa: "";
}

.fa-chess {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-street-view {
  --fa: "";
  --fa--fa: "";
}

.fa-franc-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-off {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tint-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-mosque {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-david {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-vials {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-place-of-worship {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up {
  --fa: "";
  --fa--fa: "";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-square-root-variable {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-four {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-clinic-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-up {
  --fa: "";
  --fa--fa: "";
}

.fa-piggy-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-half {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-city {
  --fa: "";
  --fa--fa: "";
}

.fa-coins {
  --fa: "";
  --fa--fa: "";
}

.fa-khanda {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-h {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-network-wired {
  --fa: "";
  --fa--fa: "";
}

.fa-map-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-hamsa {
  --fa: "";
  --fa--fa: "";
}

.fa-cent-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-flask {
  --fa: "";
  --fa--fa: "";
}

.fa-person-pregnant {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-v {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket {
  --fa: "";
  --fa--fa: "";
}

.fa-power-off {
  --fa: "";
  --fa--fa: "";
}

.fa-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-usa {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-file {
  --fa: "";
  --fa--fa: "";
}

.fa-tty {
  --fa: "";
  --fa--fa: "";
}

.fa-teletype {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-next {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-closed-captioning {
  --fa: "";
  --fa--fa: "";
}

.fa-person-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-double {
  --fa: "";
  --fa--fa: "";
}

.fa-images {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pulling {
  --fa: "";
  --fa--fa: "";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-cable-car {
  --fa: "";
  --fa--fa: "";
}

.fa-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ship {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-download {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-delete-left {
  --fa: "";
  --fa--fa: "";
}

.fa-backspace {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-eyedropper {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-align-center {
  --fa: "";
  --fa--fa: "";
}

.fa-book-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-book-dead {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card {
  --fa: "";
  --fa--fa: "";
}

.fa-drivers-license {
  --fa: "";
  --fa--fa: "";
}

.fa-outdent {
  --fa: "";
  --fa--fa: "";
}

.fa-dedent {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-house {
  --fa: "";
  --fa--fa: "";
}

.fa-home {
  --fa: "";
  --fa--fa: "";
}

.fa-home-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-week {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-file-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-one {
  --fa: "";
  --fa--fa: "";
}

.fa-kiwi-bird {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-redo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-cutlery {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mill-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-rice {
  --fa: "";
  --fa--fa: "";
}

.fa-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-broadcast {
  --fa: "";
  --fa--fa: "";
}

.fa-broadcast-tower {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-pickup {
  --fa: "";
  --fa--fa: "";
}

.fa-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
  --fa--fa: "";
}

.fa-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-code-merge {
  --fa: "";
  --fa--fa: "";
}

.fa-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-hurricane {
  --fa: "";
  --fa--fa: "";
}

.fa-mound {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-compact-disc {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-download {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-zap {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-well {
  --fa: "";
  --fa--fa: "";
}

.fa-vault {
  --fa: "";
  --fa--fa: "";
}

.fa-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-yen-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cny {
  --fa: "";
  --fa--fa: "";
}

.fa-jpy {
  --fa: "";
  --fa--fa: "";
}

.fa-rmb {
  --fa: "";
  --fa--fa: "";
}

.fa-yen {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rouble {
  --fa: "";
  --fa--fa: "";
}

.fa-rub {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble {
  --fa: "";
  --fa--fa: "";
}

.fa-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-guitar {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-horse-head {
  --fa: "";
  --fa--fa: "";
}

.fa-bore-hole {
  --fa: "";
  --fa--fa: "";
}

.fa-industry {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-florin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than {
  --fa: "<";
  --fa--fa: "<<";
}

.fa-angle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-car-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-down {
  --fa: "";
  --fa--fa: "";
}

.fa-user-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-h {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn {
  --fa: "";
  --fa--fa: "";
}

.fa-kit-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-first-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-person-through-window {
  --fa: "";
  --fa--fa: "";
}

.fa-toolbox {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-bug {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-car {
  --fa: "";
  --fa--fa: "";
}

.fa-automobile {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-book-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d20 {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-up {
  --fa: "";
  --fa--fa: "";
}

.fa-medal {
  --fa: "";
  --fa--fa: "";
}

.fa-bed {
  --fa: "";
  --fa--fa: "";
}

.fa-square-h {
  --fa: "";
  --fa--fa: "";
}

.fa-h-square {
  --fa: "";
  --fa--fa: "";
}

.fa-podcast {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-full {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-full {
  --fa: "";
  --fa--fa: "";
}

.fa-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-superscript {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-life {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-roller {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-angle {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-helping {
  --fa: "";
  --fa--fa: "";
}

.fa-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than {
  --fa: ">";
  --fa--fa: ">>";
}

.fa-person-swimming {
  --fa: "";
  --fa--fa: "";
}

.fa-swimmer {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-tint {
  --fa: "";
  --fa--fa: "";
}

.fa-eraser {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-earth {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-america {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-person-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-dove {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-socks {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox {
  --fa: "";
  --fa--fa: "";
}

.fa-section {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open-text {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-staggered {
  --fa: "";
  --fa--fa: "";
}

.fa-reorder {
  --fa: "";
  --fa--fa: "";
}

.fa-stream {
  --fa: "";
  --fa--fa: "";
}

.fa-dharmachakra {
  --fa: "";
  --fa--fa: "";
}

.fa-hotdog {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-blind {
  --fa: "";
  --fa--fa: "";
}

.fa-drum {
  --fa: "";
  --fa--fa: "";
}

.fa-ice-cream {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-fax {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph {
  --fa: "";
  --fa--fa: "";
}

.fa-check-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-vote-yea {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-link {
  --fa: "";
  --fa--fa: "";
}

.fa-chain {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-listen {
  --fa: "";
  --fa--fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-city {
  --fa: "";
  --fa--fa: "";
}

.fa-play {
  --fa: "";
  --fa--fa: "";
}

.fa-font {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-rupiah-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-search {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-diagnoses {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-naira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-walkie-talkie {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-file-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-receipt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-square {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-square {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-full {
  --fa: "";
  --fa--fa: "";
}

.fa-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-skull-crossbones {
  --fa: "";
  --fa--fa: "";
}

.fa-code-compare {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ul {
  --fa: "";
  --fa--fa: "";
}

.fa-list-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-school-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-cell {
  --fa: "";
  --fa--fa: "";
}

.fa-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
  --fa--fa: "";
}

.fa-ranking-star {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king {
  --fa: "";
  --fa--fa: "";
}

.fa-person-harassing {
  --fa: "";
  --fa--fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-dome {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-tv {
  --fa: "";
  --fa--fa: "";
}

.fa-television {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shrimp {
  --fa: "";
  --fa--fa: "";
}

.fa-list-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks {
  --fa: "";
  --fa--fa: "";
}

.fa-jug-detergent {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-wind {
  --fa: "";
  --fa--fa: "";
}

.fa-car-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-car-crash {
  --fa: "";
  --fa--fa: "";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-person-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-shipping-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fish {
  --fa: "";
  --fa--fa: "";
}

.fa-user-graduate {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-adjust {
  --fa: "";
  --fa--fa: "";
}

.fa-clapperboard {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-project {
  --fa: "";
  --fa--fa: "";
}

.fa-project-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-copy {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-mute {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-times {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-grip {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-share-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-share-square {
  --fa: "";
  --fa--fa: "";
}

.fa-child-combatant {
  --fa: "";
  --fa--fa: "";
}

.fa-child-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-gun {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square {
  --fa: "";
  --fa--fa: "";
}

.fa-plus {
  --fa: "+";
  --fa--fa: "++";
}

.fa-add {
  --fa: "+";
  --fa--fa: "++";
}

.fa-expand {
  --fa: "";
  --fa--fa: "";
}

.fa-computer {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-close {
  --fa: "";
  --fa--fa: "";
}

.fa-multiply {
  --fa: "";
  --fa--fa: "";
}

.fa-remove {
  --fa: "";
  --fa--fa: "";
}

.fa-times {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
  --fa--fa: "";
}

.fa-peso-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-building-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-users-line {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tractor {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-lines-leaning {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-combined {
  --fa: "";
  --fa--fa: "";
}

.fa-copyright {
  --fa: "";
  --fa--fa: "";
}

.fa-equals {
  --fa: "=";
  --fa--fa: "==";
}

.fa-blender {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-ils {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-map {
  --fa: "";
  --fa--fa: "";
}

.fa-rocket {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-film {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-video {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-store {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bezier-curve {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-android {
  --fa: "";
  --fa--fa: "";
}

.fa-school-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-fill {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-drumstick-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-holly-berry {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bacteria {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-lizard {
  --fa: "";
  --fa--fa: "";
}

.fa-notdef {
  --fa: "";
  --fa--fa: "";
}

.fa-disease {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-genderless {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-retweet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-rear {
  --fa: "";
  --fa--fa: "";
}

.fa-car-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-video-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-radio {
  --fa: "";
  --fa--fa: "";
}

.fa-baby-carriage {
  --fa: "";
  --fa--fa: "";
}

.fa-carriage-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer {
  --fa: "";
  --fa--fa: "";
}

.fa-vr-cardboard {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
  --fa--fa: "";
}

.fa-percent {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-percentage {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-truck-moving {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-display {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy {
  --fa: "";
  --fa--fa: "";
}

.fa-person-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-pray {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-sync-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-spinner {
  --fa: "";
  --fa--fa: "";
}

.fa-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-gears {
  --fa: "";
  --fa--fa: "";
}

.fa-cogs {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-splotch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-four {
  --fa: "";
  --fa--fa: "";
}

.fa-sim-card {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mercury {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-award {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-building {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-left {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-left {
  --fa: "";
  --fa--fa: "";
}

.fa-qrcode {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-history {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-file-export {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
  --fa--fa: "";
}

.fa-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-window {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-nib {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-tents {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-carrot {
  --fa: "";
  --fa--fa: "";
}

.fa-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-cheese {
  --fa: "";
  --fa--fa: "";
}

.fa-yin-yang {
  --fa: "";
  --fa--fa: "";
}

.fa-music {
  --fa: "";
  --fa--fa: "";
}

.fa-code-commit {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-low {
  --fa: "";
  --fa--fa: "";
}

.fa-person-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-broom {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-gopuram {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-square-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-square {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-square {
  --fa: "";
  --fa--fa: "";
}

.fa-hashtag {
  --fa: "#";
  --fa--fa: "##";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-can {
  --fa: "";
  --fa--fa: "";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-hippo {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-column {
  --fa: "";
  --fa--fa: "";
}

.fa-infinity {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-voicemail {
  --fa: "";
  --fa--fa: "";
}

.fa-fan {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar {
  --fa: "";
  --fa--fa: "";
}

.fa-trailer {
  --fa: "";
  --fa--fa: "";
}

.fa-bahai {
  --fa: "";
  --fa--fa: "";
}

.fa-haykal {
  --fa: "";
  --fa--fa: "";
}

.fa-sd-card {
  --fa: "";
  --fa--fa: "";
}

.fa-dragon {
  --fa: "";
  --fa--fa: "";
}

.fa-shoe-prints {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-link-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-unlink {
  --fa: "";
  --fa--fa: "";
}

.fa-clone {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tornado {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-book-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor {
  --fa: "";
  --fa--fa: "";
}

.fa-border-all {
  --fa: "";
  --fa--fa: "";
}

.fa-face-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
  --fa--fa: "";
}

.fa-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-feed {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-polygon {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-balanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-shower {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-table-list {
  --fa: "";
  --fa--fa: "";
}

.fa-th-list {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-book {
  --fa: "";
  --fa--fa: "";
}

.fa-user-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-check {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-successor {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-fist-raised {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling {
  --fa: "";
  --fa--fa: "";
}

.fa-image-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-rug {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-luggage-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-times {
  --fa: "";
  --fa--fa: "";
}

.fa-times-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-window-close {
  --fa: "";
  --fa--fa: "";
}

.fa-baht-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open {
  --fa: "";
  --fa--fa: "";
}

.fa-book-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-handcuffs {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-database {
  --fa: "";
  --fa--fa: "";
}

.fa-share {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-face {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-rockslide {
  --fa: "";
  --fa--fa: "";
}

.fa-right-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-dungeon {
  --fa: "";
  --fa--fa: "";
}

.fa-align-right {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-life-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-language {
  --fa: "";
  --fa--fa: "";
}

.fa-signing {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-day {
  --fa: "";
  --fa--fa: "";
}

.fa-water-ladder {
  --fa: "";
  --fa--fa: "";
}

.fa-ladder-water {
  --fa: "";
  --fa--fa: "";
}

.fa-swimming-pool {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-v {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-move {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-square {
  --fa: "";
  --fa--fa: "";
}

.fa-dice {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-brain {
  --fa: "";
  --fa--fa: "";
}

.fa-bandage {
  --fa: "";
  --fa--fa: "";
}

.fa-band-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-gifts {
  --fa: "";
  --fa--fa: "";
}

.fa-hotel {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-up {
  --fa: "";
  --fa--fa: "";
}

.fa-user-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-allergies {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice {
  --fa: "";
  --fa--fa: "";
}

.fa-window-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-saucer {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee {
  --fa: "";
  --fa--fa: "";
}

.fa-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-file-half-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-train-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse {
  --fa: "";
  --fa--fa: "";
}

.fa-syringe {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-full {
  --fa: "";
  --fa--fa: "";
}

.fa-magnet {
  --fa: "";
  --fa--fa: "";
}

.fa-jar {
  --fa: "";
  --fa--fa: "";
}

.fa-note-sticky {
  --fa: "";
  --fa--fa: "";
}

.fa-sticky-note {
  --fa: "";
  --fa--fa: "";
}

.fa-bug-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-bone {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-user-injured {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation {
  --fa: "!";
  --fa--fa: "!!";
}

.fa-arrows-spin {
  --fa: "";
  --fa--fa: "";
}

.fa-print {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-try {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-sign {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-dollar {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-usd {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-search-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-users-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-users-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-pointing {
  --fa: "";
  --fa--fa: "";
}

.fa-building-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-institution {
  --fa: "";
  --fa--fa: "";
}

.fa-museum {
  --fa: "";
  --fa--fa: "";
}

.fa-university {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel {
  --fa: "";
  --fa--fa: "";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "";
  --fa--fa: "";
}

.fa-masks-theater {
  --fa: "";
  --fa--fa: "";
}

.fa-theater-masks {
  --fa: "";
  --fa--fa: "";
}

.fa-kip-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-left {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter {
  --fa: "";
  --fa--fa: "";
}

.fa-fighter-jet {
  --fa: "";
  --fa--fa: "";
}

.fa-square-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt-square {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-video {
  --fa: "";
  --fa--fa: "";
}

.fa-video-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-graduation-cap {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-board {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up-alt {
  --fa: "";
  --fa--fa: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
@charset "UTF-8";
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}

div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}

div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}

div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}

div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}

div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}

div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}

div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: rgb(84.15, 84.15, 84.15);
  font-family: inherit;
  font-size: 1rem;
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}

div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}

div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(239.7, 239.7, 239.7);
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}

div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}

div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

div:where(.swal2-icon).swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

div:where(.swal2-icon).swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

div:where(.swal2-icon).swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  display: block;
}

.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

.select2-container--bootstrap4 .select2-search {
  width: 100%;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #212529;
  background-color: #f2f2f2;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #007bff;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: 0.9em;
  height: 0.9em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  margin-right: 0.3em;
  line-height: 0.75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #afafaf;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 0.75rem);
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  line-height: calc(1.5em + 0.75rem);
  color: #495057;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem;
  margin: 0;
  list-style: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
  width: 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: 0.7em;
  float: none;
  margin-right: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
/*# sourceMappingURL=web-app.min.css.map */
