/*! jQuery UI - v1.12.1 - 2021-04-27
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}@charset "UTF-8";
@font-face {
  font-family: "custom-icons";
  /* Локални файлове липсват в демо – използваме local fallback, за да няма 404 */
  src: local("Arial");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=c-icon-], [class*=" c-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "custom-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-comment:before {
  content: "\E939";
}

.c-icon-empty:before {
  content: "\E93A";
}

.c-icon-extarnal-link:before {
  content: "\E93B";
}

.c-icon-important:before {
  content: "\E93C";
}

.c-icon-info1:before {
  content: "\E93D";
}

.c-icon-sync:before {
  content: "\E93E";
}

.c-icon-refresh:before {
  content: "\E936";
}

.c-icon-copy-address:before {
  content: "\E932";
}

.c-icon-dev-imges:before {
  content: "\E933";
}

.c-icon-dev-pages:before {
  content: "\E934";
}

.c-icon-dev-placeholder:before {
  content: "\E935";
}

.c-icon-cloud:before {
  content: "\E931";
}

.c-icon-drag-grid:before {
  content: "\E930";
}

.c-icon-warning:before {
  content: "\E92F";
}

.c-icon-calendar:before {
  content: "\E92E";
}

.c-icon-empty-cart:before {
  content: "\E92C";
}

.c-icon-report-note:before {
  content: "\E92D";
}

.c-icon-left-arrow:before {
  content: "\E92A";
}

.c-icon-right-arrow:before {
  content: "\E92B";
}

.c-icon-checked:before {
  content: "\E929";
}

.c-icon-print:before {
  content: "\E928";
}

.c-icon-marketing:before {
  content: "\E927";
}

.c-icon-settings-templates:before {
  content: "\E926";
}

.c-icon-globe:before {
  content: "\E900";
}

.c-icon-note:before {
  content: "\E901";
}

.c-icon-note-plus:before {
  content: "\E904";
}

.c-icon-eye:before {
  content: "\E906";
}

.c-icon-mobile-set:before {
  content: "\E907";
}

.c-icon-settings-btn:before {
  content: "\E908";
}

.c-icon-cart:before {
  content: "\E909";
}

.c-icon-customer:before {
  content: "\E90A";
}

.c-icon-dev:before {
  content: "\E90B";
}

.c-icon-plugins:before {
  content: "\E90C";
}

.c-icon-catalog:before {
  content: "\E90D";
}

.c-icon-home:before {
  content: "\E90E";
}

.c-icon-reports:before {
  content: "\E90F";
}

.c-icon-content:before {
  content: "\E910";
}

.c-icon-preview:before {
  content: "\E911";
}

.c-icon-settings:before {
  content: "\E912";
}

.c-icon-settings-small:before {
  content: "\E913";
}

.c-icon-device:before {
  content: "\E914";
}

.c-icon-eye2:before {
  content: "\E915";
}

.c-icon-info:before {
  content: "\E916";
}

.c-icon-ui:before {
  content: "\E917";
}

.c-icon-tick:before {
  content: "\E918";
}

.c-icon-orders:before {
  content: "\E919";
}

.c-icon-credit-card:before {
  content: "\E91A";
}

.c-icon-cube:before {
  content: "\E91B";
}

.c-icon-facebook:before {
  content: "\E91C";
}

.c-icon-fax:before {
  content: "\E91D";
}

.c-icon-link:before {
  content: "\E91E";
}

.c-icon-money:before {
  content: "\E91F";
}

.c-icon-people:before {
  content: "\E920";
}

.c-icon-search:before {
  content: "\E921";
}

.c-icon-traffic:before {
  content: "\E922";
}

.c-icon-users:before {
  content: "\E923";
}

.c-icon-bin:before {
  content: "\E924";
}

.c-icon-disc:before {
  content: "\E925";
}

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

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

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

.c-icon-up:before {
  content: "\E938";
}

.c-icon-down:before {
  content: "\E903";
}

/*!
 * Font Awesome Free 5.15.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)
 */
.fa,
.fas,
.dropdown-check-label:after,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.dropdown-check-label:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.dropdown-check-label:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

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

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Font Awesome, Open Sans, Roboto: loaded via CDN in HTML */
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.far { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.fa, .fas, .dropdown-check-label:after { font-family: "Font Awesome 5 Free"; font-weight: 900; }

/* Open Sans: loaded from Google Fonts via HTML link */
/* Roboto: loaded from Google Fonts via HTML link. Mont: fallback to system font. */
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  100% {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}
.notyf__icon--error, .notyf__icon--success {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after, .notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after, .notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
.notyf__toast--disappear {
  transform: translateY(0);
  animation: notyf-fadeoutdown 0.3s forwards;
  animation-delay: 0.25s;
}
.notyf__toast--disappear .notyf__message, .notyf__toast--disappear .notyf__icon {
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  animation-delay: 0.05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}
.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  animation: ripple 0.4s ease-out forwards;
}
.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.notyf__icon {
  width: 30px;
  text-align: center;
  font-size: 2em;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  margin-right: 13px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  animation: notyf-fadeinleft 0.3s forwards;
  animation-delay: 0.35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after, .notyf__dismiss-btn:before {
  content: "";
  background: white;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active {
  opacity: 0.8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  line-height: 1.5em;
}

/* Small screens */
@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    max-width: initial;
    border-radius: 0;
    box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #5da8ef;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #ce0e2e;
  --bs-orange: #fd7e14;
  --bs-yellow: #E5A54B;
  --bs-green: #4BBF73;
  --bs-teal: #20c997;
  --bs-cyan: #1F9BCF;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #020202;
  --bs-primary: #5da8ef;
  --bs-secondary: #7fba00;
  --bs-success: #4BBF73;
  --bs-info: #1F9BCF;
  --bs-info-light: #d9edf7;
  --bs-warning: #E5A54B;
  --bs-danger: #ce0e2e;
  --bs-light: rgb(234.2, 234.2, 234.2);
  --bs-white: #fff;
  --bs-dark: #212529;
  --bs-gray: #e0e0e0;
  --bs-sky-blue: #e8f7fd;
  --bs-brd-gray: #dedfe0;
  --bs-light-gray: #f4f7f9;
  --bs-dirty-white: #f2f2f2;
  --bs-medium-gray: #6c757d;
  --bs-dark-gray: #4d5154;
  --bs-default-blue: #5294d3;
  --bs-dark-blue: #3a7bb9;
  --bs-pink: #e83e8c;
  --bs-purple: #6f42c1;
  --bs-violet: #8f67b8;
  --bs-yellow: #C2DF11;
  --bs-font-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --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));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.625;
  color: #333333;
  background-color: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 0.96rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.48rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.33125rem + 0.975vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.0625rem;
  }
}

h2, .h2 {
  font-size: calc(1.29rem + 0.48vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.65rem;
  }
}

h3, .h3 {
  font-size: calc(1.27515rem + 0.3018vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5015rem;
  }
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #5da8ef;
  text-decoration: underline;
}
a:hover {
  color: rgb(74.4, 134.4, 191.2);
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

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: rgb(115.0918454936, 124.682832618, 133.2081545064);
  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 {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1rem;
  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: 0.96rem;
  font-size: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -0.96rem;
  margin-bottom: 0.96rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f2f2f2;
  border: 1px solid #dedfe0;
  border-radius: 0.3rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 980px;
  }
}
@media (min-width: 990px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-mxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.container-xxxl, .container-xxl, .container-mxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4.32rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.32rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5.76rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5.76rem;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.24rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.24rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@media (min-width: 990px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.24rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.24rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@media (min-width: 1300px) {
  .col-mxl {
    flex: 1 0 0%;
  }
  .row-cols-mxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-mxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-mxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-mxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-mxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-mxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-mxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-mxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mxl-0 {
    margin-left: 0;
  }
  .offset-mxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-mxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-mxl-3 {
    margin-left: 25%;
  }
  .offset-mxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-mxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-mxl-6 {
    margin-left: 50%;
  }
  .offset-mxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-mxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-mxl-9 {
    margin-left: 75%;
  }
  .offset-mxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-mxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-mxl-0,
  .gx-mxl-0 {
    --bs-gutter-x: 0;
  }
  .g-mxl-0,
  .gy-mxl-0 {
    --bs-gutter-y: 0;
  }
  .g-mxl-1,
  .gx-mxl-1 {
    --bs-gutter-x: 0.24rem;
  }
  .g-mxl-1,
  .gy-mxl-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-mxl-2,
  .gx-mxl-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-mxl-2,
  .gy-mxl-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-mxl-3,
  .gx-mxl-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-mxl-3,
  .gy-mxl-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-mxl-4,
  .gx-mxl-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-mxl-4,
  .gy-mxl-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-mxl-5,
  .gx-mxl-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-mxl-5,
  .gy-mxl-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-mxl-6,
  .gx-mxl-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-mxl-6,
  .gy-mxl-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-mxl-7,
  .gx-mxl-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-mxl-7,
  .gy-mxl-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@media (min-width: 1440px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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.24rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5.76rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.24rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.24rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.48rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.48rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 0.96rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 0.96rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.44rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.44rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 2.88rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 2.88rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 4.32rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 4.32rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 5.76rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 5.76rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #333333;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 0.96rem;
  color: #333333;
  vertical-align: top;
  border-color: #dedfe0;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: rgb(222.6, 237.6, 251.8);
  --bs-table-striped-bg: rgb(211.47, 225.72, 239.21);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(200.34, 213.84, 226.62);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(205.905, 219.78, 232.915);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(200.34, 213.84, 226.62);
}

.table-secondary {
  --bs-table-bg: rgb(229.4, 241.2, 204);
  --bs-table-striped-bg: rgb(217.93, 229.14, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(206.46, 217.08, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(212.195, 223.11, 188.7);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(206.46, 217.08, 183.6);
}

.table-success {
  --bs-table-bg: rgb(219, 242.2, 227);
  --bs-table-striped-bg: rgb(208.05, 230.09, 215.65);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(197.1, 217.98, 204.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(202.575, 224.035, 209.975);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(197.1, 217.98, 204.3);
}

.table-info {
  --bs-table-bg: rgb(210.2, 235, 245.4);
  --bs-table-striped-bg: rgb(199.69, 223.25, 233.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(189.18, 211.5, 220.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(194.435, 217.375, 226.995);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(189.18, 211.5, 220.86);
}

.table-warning {
  --bs-table-bg: rgb(249.8, 237, 219);
  --bs-table-striped-bg: rgb(237.31, 225.15, 208.05);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(224.82, 213.3, 197.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(231.065, 219.225, 202.575);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(224.82, 213.3, 197.1);
}

.table-danger {
  --bs-table-bg: rgb(245.2, 206.8, 213.2);
  --bs-table-striped-bg: rgb(232.94, 196.46, 202.54);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(220.68, 186.12, 191.88);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(226.81, 191.29, 197.21);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(220.68, 186.12, 191.88);
}

.table-light {
  --bs-table-bg: rgb(234.2, 234.2, 234.2);
  --bs-table-striped-bg: rgb(222.49, 222.49, 222.49);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(210.78, 210.78, 210.78);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(216.635, 216.635, 216.635);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(210.78, 210.78, 210.78);
}

.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.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: 989.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: 1299.98px) {
  .table-responsive-mxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgb(115.0918454936, 124.682832618, 133.2081545064);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.469rem 0.469rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dedfe0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3rem;
  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: #333333;
  background-color: #fff;
  border-color: #dedfe0;
  outline: 0;
  box-shadow: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.4em;
}
.form-control::-moz-placeholder {
  color: #888a8b;
  opacity: 1;
}
.form-control::placeholder {
  color: #888a8b;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e0e0e0;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.469rem 0.469rem;
  margin: -0.469rem -0.469rem;
  margin-inline-end: 0.469rem;
  color: #333333;
  background-color: #e0e0e0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: rgb(212.8, 212.8, 212.8);
}
.form-control::-webkit-file-upload-button {
  padding: 0.469rem 0.469rem;
  margin: -0.469rem -0.469rem;
  margin-inline-end: 0.469rem;
  color: #333333;
  background-color: #e0e0e0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(212.8, 212.8, 212.8);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.469rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.46rem + 2px);
  padding: 0.31rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.31rem 0.5rem;
  margin: -0.31rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.31rem 0.5rem;
  margin: -0.31rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(2.028rem + 2px);
  padding: 0.31rem 1rem;
  font-size: 0.88rem;
  border-radius: 0.4rem;
}
.form-control-lg::file-selector-button {
  padding: 0.31rem 1rem;
  margin: -0.31rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.31rem 1rem;
  margin: -0.31rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(2.058rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.46rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(2.028rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.469rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.4em;
  border-radius: 0.3rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.4em;
  border-radius: 0.3rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.469rem 1.469rem 0.469rem 0.469rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235da8ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.469rem center;
  background-size: 16px 12px;
  border: 1px solid #dedfe0;
  border-radius: 0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #dedfe0;
  outline: 0;
  box-shadow: 0;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.469rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e0e0e0;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}

.form-select-sm {
  padding-top: 0.31rem;
  padding-bottom: 0.31rem;
  padding-left: 0.5rem;
  font-size: 0.7rem;
}

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

.form-check {
  display: block;
  min-height: 1.8em;
  padding-left: 2em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.0625em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 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-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #dedfe0;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.25);
}
.form-check-input:checked {
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5da8ef;
  border-color: #5da8ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 4em;
}
.form-switch .form-check-input {
  width: 3.5em;
  margin-left: -4em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 3.5em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dedfe0'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f2f2f2, 0;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f2f2, 0;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5da8ef;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(206.4, 228.9, 250.2);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedfe0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5da8ef;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(206.4, 228.9, 250.2);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dedfe0;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.469rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.469rem;
  pointer-events: none;
  border: 1px 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::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.469rem 0.469rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #e0e0e0;
  border: 1px solid #dedfe0;
  border-radius: 0.3rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.31rem 1rem;
  font-size: 0.88rem;
  border-radius: 0.4rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.31rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4BBF73;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.24rem 0.48rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  color: #000;
  background-color: rgba(75, 191, 115, 0.9);
  border-radius: 0.3rem;
}

.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: #4BBF73;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4BBF73;
  box-shadow: 0 0 0 0 rgba(75, 191, 115, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #4BBF73;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #4BBF73;
  box-shadow: 0 0 0 0 rgba(75, 191, 115, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #4BBF73;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #4BBF73;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 115, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4BBF73;
}

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ce0e2e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.24rem 0.48rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  color: #fff;
  background-color: rgba(206, 14, 46, 0.9);
  border-radius: 0.3rem;
}

.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: #ce0e2e;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ce0e2e;
  box-shadow: 0 0 0 0 rgba(206, 14, 46, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ce0e2e;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ce0e2e;
  box-shadow: 0 0 0 0 rgba(206, 14, 46, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ce0e2e;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ce0e2e;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(206, 14, 46, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ce0e2e;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.625;
  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.58rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  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: #333333;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.btn-primary:hover {
  color: #000;
  background-color: rgb(117.3, 181.05, 241.4);
  border-color: rgb(109.2, 176.7, 240.6);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: rgb(117.3, 181.05, 241.4);
  border-color: rgb(109.2, 176.7, 240.6);
  box-shadow: 0 0 0 0 rgba(79.05, 142.8, 203.15, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: rgb(125.4, 185.4, 242.2);
  border-color: rgb(109.2, 176.7, 240.6);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(79.05, 142.8, 203.15, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #5da8ef;
  border-color: #5da8ef;
}

.btn-secondary {
  color: #000;
  background-color: #7fba00;
  border-color: #7fba00;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(146.2, 196.35, 38.25);
  border-color: rgb(139.8, 192.9, 25.5);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: rgb(146.2, 196.35, 38.25);
  border-color: rgb(139.8, 192.9, 25.5);
  box-shadow: 0 0 0 0 rgba(107.95, 158.1, 0, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(152.6, 199.8, 51);
  border-color: rgb(139.8, 192.9, 25.5);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107.95, 158.1, 0, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #7fba00;
  border-color: #7fba00;
}

.btn-success {
  color: #000;
  background-color: #4BBF73;
  border-color: #4BBF73;
}
.btn-success:hover {
  color: #000;
  background-color: rgb(102, 200.6, 136);
  border-color: rgb(93, 197.4, 129);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: rgb(102, 200.6, 136);
  border-color: rgb(93, 197.4, 129);
  box-shadow: 0 0 0 0 rgba(63.75, 162.35, 97.75, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: rgb(111, 203.8, 143);
  border-color: rgb(93, 197.4, 129);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(63.75, 162.35, 97.75, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #4BBF73;
  border-color: #4BBF73;
}

.btn-info {
  color: #000;
  background-color: #1F9BCF;
  border-color: #1F9BCF;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(64.6, 170, 214.2);
  border-color: rgb(53.4, 165, 211.8);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(64.6, 170, 214.2);
  border-color: rgb(53.4, 165, 211.8);
  box-shadow: 0 0 0 0 rgba(26.35, 131.75, 175.95, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(75.8, 175, 216.6);
  border-color: rgb(53.4, 165, 211.8);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(26.35, 131.75, 175.95, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #1F9BCF;
  border-color: #1F9BCF;
}

.btn-info-light {
  color: #000;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-info-light:hover {
  color: #000;
  background-color: rgb(222.7, 239.7, 248.2);
  border-color: rgb(220.8, 238.8, 247.8);
}
.btn-check:focus + .btn-info-light, .btn-info-light:focus {
  color: #000;
  background-color: rgb(222.7, 239.7, 248.2);
  border-color: rgb(220.8, 238.8, 247.8);
  box-shadow: 0 0 0 0 rgba(184.45, 201.45, 209.95, 0.5);
}
.btn-check:checked + .btn-info-light, .btn-check:active + .btn-info-light, .btn-info-light:active, .btn-info-light.active, .show > .btn-info-light.dropdown-toggle {
  color: #000;
  background-color: rgb(224.6, 240.6, 248.6);
  border-color: rgb(220.8, 238.8, 247.8);
}
.btn-check:checked + .btn-info-light:focus, .btn-check:active + .btn-info-light:focus, .btn-info-light:active:focus, .btn-info-light.active:focus, .show > .btn-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(184.45, 201.45, 209.95, 0.5);
}
.btn-info-light:disabled, .btn-info-light.disabled {
  color: #000;
  background-color: #d9edf7;
  border-color: #d9edf7;
}

.btn-warning {
  color: #000;
  background-color: #E5A54B;
  border-color: #E5A54B;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(232.9, 178.5, 102);
  border-color: rgb(231.6, 174, 93);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(232.9, 178.5, 102);
  border-color: rgb(231.6, 174, 93);
  box-shadow: 0 0 0 0 rgba(194.65, 140.25, 63.75, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(234.2, 183, 111);
  border-color: rgb(231.6, 174, 93);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194.65, 140.25, 63.75, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #E5A54B;
  border-color: #E5A54B;
}

.btn-danger {
  color: #fff;
  background-color: #ce0e2e;
  border-color: #ce0e2e;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(175.1, 11.9, 39.1);
  border-color: rgb(164.8, 11.2, 36.8);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(175.1, 11.9, 39.1);
  border-color: rgb(164.8, 11.2, 36.8);
  box-shadow: 0 0 0 0 rgba(213.35, 50.15, 77.35, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(164.8, 11.2, 36.8);
  border-color: rgb(154.5, 10.5, 34.5);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213.35, 50.15, 77.35, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #ce0e2e;
  border-color: #ce0e2e;
}

.btn-light {
  color: #000;
  background-color: rgb(234.2, 234.2, 234.2);
  border-color: rgb(234.2, 234.2, 234.2);
}
.btn-light:hover {
  color: #000;
  background-color: rgb(237.32, 237.32, 237.32);
  border-color: rgb(236.28, 236.28, 236.28);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(237.32, 237.32, 237.32);
  border-color: rgb(236.28, 236.28, 236.28);
  box-shadow: 0 0 0 0 rgba(199.07, 199.07, 199.07, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(238.36, 238.36, 238.36);
  border-color: rgb(236.28, 236.28, 236.28);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.07, 199.07, 199.07, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: rgb(234.2, 234.2, 234.2);
  border-color: rgb(234.2, 234.2, 234.2);
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0 rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-gray {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-gray:hover {
  color: #000;
  background-color: rgb(228.65, 228.65, 228.65);
  border-color: rgb(227.1, 227.1, 227.1);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000;
  background-color: rgb(228.65, 228.65, 228.65);
  border-color: rgb(227.1, 227.1, 227.1);
  box-shadow: 0 0 0 0 rgba(190.4, 190.4, 190.4, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(230.2, 230.2, 230.2);
  border-color: rgb(227.1, 227.1, 227.1);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190.4, 190.4, 190.4, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-sky-blue {
  color: #000;
  background-color: #e8f7fd;
  border-color: #e8f7fd;
}
.btn-sky-blue:hover {
  color: #000;
  background-color: rgb(235.45, 248.2, 253.3);
  border-color: rgb(234.3, 247.8, 253.2);
}
.btn-check:focus + .btn-sky-blue, .btn-sky-blue:focus {
  color: #000;
  background-color: rgb(235.45, 248.2, 253.3);
  border-color: rgb(234.3, 247.8, 253.2);
  box-shadow: 0 0 0 0 rgba(197.2, 209.95, 215.05, 0.5);
}
.btn-check:checked + .btn-sky-blue, .btn-check:active + .btn-sky-blue, .btn-sky-blue:active, .btn-sky-blue.active, .show > .btn-sky-blue.dropdown-toggle {
  color: #000;
  background-color: rgb(236.6, 248.6, 253.4);
  border-color: rgb(234.3, 247.8, 253.2);
}
.btn-check:checked + .btn-sky-blue:focus, .btn-check:active + .btn-sky-blue:focus, .btn-sky-blue:active:focus, .btn-sky-blue.active:focus, .show > .btn-sky-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(197.2, 209.95, 215.05, 0.5);
}
.btn-sky-blue:disabled, .btn-sky-blue.disabled {
  color: #000;
  background-color: #e8f7fd;
  border-color: #e8f7fd;
}

.btn-brd-gray {
  color: #000;
  background-color: #dedfe0;
  border-color: #dedfe0;
}
.btn-brd-gray:hover {
  color: #000;
  background-color: rgb(226.95, 227.8, 228.65);
  border-color: rgb(225.3, 226.2, 227.1);
}
.btn-check:focus + .btn-brd-gray, .btn-brd-gray:focus {
  color: #000;
  background-color: rgb(226.95, 227.8, 228.65);
  border-color: rgb(225.3, 226.2, 227.1);
  box-shadow: 0 0 0 0 rgba(188.7, 189.55, 190.4, 0.5);
}
.btn-check:checked + .btn-brd-gray, .btn-check:active + .btn-brd-gray, .btn-brd-gray:active, .btn-brd-gray.active, .show > .btn-brd-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(228.6, 229.4, 230.2);
  border-color: rgb(225.3, 226.2, 227.1);
}
.btn-check:checked + .btn-brd-gray:focus, .btn-check:active + .btn-brd-gray:focus, .btn-brd-gray:active:focus, .btn-brd-gray.active:focus, .show > .btn-brd-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(188.7, 189.55, 190.4, 0.5);
}
.btn-brd-gray:disabled, .btn-brd-gray.disabled {
  color: #000;
  background-color: #dedfe0;
  border-color: #dedfe0;
}

.btn-light-gray {
  color: #000;
  background-color: #f4f7f9;
  border-color: #f4f7f9;
}
.btn-light-gray:hover {
  color: #000;
  background-color: rgb(245.65, 248.2, 249.9);
  border-color: rgb(245.1, 247.8, 249.6);
}
.btn-check:focus + .btn-light-gray, .btn-light-gray:focus {
  color: #000;
  background-color: rgb(245.65, 248.2, 249.9);
  border-color: rgb(245.1, 247.8, 249.6);
  box-shadow: 0 0 0 0 rgba(207.4, 209.95, 211.65, 0.5);
}
.btn-check:checked + .btn-light-gray, .btn-check:active + .btn-light-gray, .btn-light-gray:active, .btn-light-gray.active, .show > .btn-light-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(246.2, 248.6, 250.2);
  border-color: rgb(245.1, 247.8, 249.6);
}
.btn-check:checked + .btn-light-gray:focus, .btn-check:active + .btn-light-gray:focus, .btn-light-gray:active:focus, .btn-light-gray.active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207.4, 209.95, 211.65, 0.5);
}
.btn-light-gray:disabled, .btn-light-gray.disabled {
  color: #000;
  background-color: #f4f7f9;
  border-color: #f4f7f9;
}

.btn-dirty-white {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-dirty-white:hover {
  color: #000;
  background-color: rgb(243.95, 243.95, 243.95);
  border-color: rgb(243.3, 243.3, 243.3);
}
.btn-check:focus + .btn-dirty-white, .btn-dirty-white:focus {
  color: #000;
  background-color: rgb(243.95, 243.95, 243.95);
  border-color: rgb(243.3, 243.3, 243.3);
  box-shadow: 0 0 0 0 rgba(205.7, 205.7, 205.7, 0.5);
}
.btn-check:checked + .btn-dirty-white, .btn-check:active + .btn-dirty-white, .btn-dirty-white:active, .btn-dirty-white.active, .show > .btn-dirty-white.dropdown-toggle {
  color: #000;
  background-color: rgb(244.6, 244.6, 244.6);
  border-color: rgb(243.3, 243.3, 243.3);
}
.btn-check:checked + .btn-dirty-white:focus, .btn-check:active + .btn-dirty-white:focus, .btn-dirty-white:active:focus, .btn-dirty-white.active:focus, .show > .btn-dirty-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(205.7, 205.7, 205.7, 0.5);
}
.btn-dirty-white:disabled, .btn-dirty-white.disabled {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-medium-gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-medium-gray:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-medium-gray, .btn-medium-gray:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-medium-gray, .btn-check:active + .btn-medium-gray, .btn-medium-gray:active, .btn-medium-gray.active, .show > .btn-medium-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-medium-gray:focus, .btn-check:active + .btn-medium-gray:focus, .btn-medium-gray:active:focus, .btn-medium-gray.active:focus, .show > .btn-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-medium-gray:disabled, .btn-medium-gray.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-dark-gray {
  color: #fff;
  background-color: #4d5154;
  border-color: #4d5154;
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: rgb(65.45, 68.85, 71.4);
  border-color: rgb(61.6, 64.8, 67.2);
}
.btn-check:focus + .btn-dark-gray, .btn-dark-gray:focus {
  color: #fff;
  background-color: rgb(65.45, 68.85, 71.4);
  border-color: rgb(61.6, 64.8, 67.2);
  box-shadow: 0 0 0 0 rgba(103.7, 107.1, 109.65, 0.5);
}
.btn-check:checked + .btn-dark-gray, .btn-check:active + .btn-dark-gray, .btn-dark-gray:active, .btn-dark-gray.active, .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: rgb(61.6, 64.8, 67.2);
  border-color: rgb(57.75, 60.75, 63);
}
.btn-check:checked + .btn-dark-gray:focus, .btn-check:active + .btn-dark-gray:focus, .btn-dark-gray:active:focus, .btn-dark-gray.active:focus, .show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(103.7, 107.1, 109.65, 0.5);
}
.btn-dark-gray:disabled, .btn-dark-gray.disabled {
  color: #fff;
  background-color: #4d5154;
  border-color: #4d5154;
}

.btn-default-blue {
  color: #000;
  background-color: #5294d3;
  border-color: #5294d3;
}
.btn-default-blue:hover {
  color: #000;
  background-color: rgb(107.95, 164.05, 217.6);
  border-color: rgb(99.3, 158.7, 215.4);
}
.btn-check:focus + .btn-default-blue, .btn-default-blue:focus {
  color: #000;
  background-color: rgb(107.95, 164.05, 217.6);
  border-color: rgb(99.3, 158.7, 215.4);
  box-shadow: 0 0 0 0 rgba(69.7, 125.8, 179.35, 0.5);
}
.btn-check:checked + .btn-default-blue, .btn-check:active + .btn-default-blue, .btn-default-blue:active, .btn-default-blue.active, .show > .btn-default-blue.dropdown-toggle {
  color: #000;
  background-color: rgb(116.6, 169.4, 219.8);
  border-color: rgb(99.3, 158.7, 215.4);
}
.btn-check:checked + .btn-default-blue:focus, .btn-check:active + .btn-default-blue:focus, .btn-default-blue:active:focus, .btn-default-blue.active:focus, .show > .btn-default-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(69.7, 125.8, 179.35, 0.5);
}
.btn-default-blue:disabled, .btn-default-blue.disabled {
  color: #000;
  background-color: #5294d3;
  border-color: #5294d3;
}

.btn-dark-blue {
  color: #000;
  background-color: #3a7bb9;
  border-color: #3a7bb9;
}
.btn-dark-blue:hover {
  color: #000;
  background-color: rgb(87.55, 142.8, 195.5);
  border-color: rgb(77.7, 136.2, 192);
}
.btn-check:focus + .btn-dark-blue, .btn-dark-blue:focus {
  color: #000;
  background-color: rgb(87.55, 142.8, 195.5);
  border-color: rgb(77.7, 136.2, 192);
  box-shadow: 0 0 0 0 rgba(49.3, 104.55, 157.25, 0.5);
}
.btn-check:checked + .btn-dark-blue, .btn-check:active + .btn-dark-blue, .btn-dark-blue:active, .btn-dark-blue.active, .show > .btn-dark-blue.dropdown-toggle {
  color: #000;
  background-color: rgb(97.4, 149.4, 199);
  border-color: rgb(77.7, 136.2, 192);
}
.btn-check:checked + .btn-dark-blue:focus, .btn-check:active + .btn-dark-blue:focus, .btn-dark-blue:active:focus, .btn-dark-blue.active:focus, .show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(49.3, 104.55, 157.25, 0.5);
}
.btn-dark-blue:disabled, .btn-dark-blue.disabled {
  color: #000;
  background-color: #3a7bb9;
  border-color: #3a7bb9;
}

.btn-pink {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #000;
  background-color: rgb(235.45, 90.95, 157.25);
  border-color: rgb(234.3, 81.3, 151.5);
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000;
  background-color: rgb(235.45, 90.95, 157.25);
  border-color: rgb(234.3, 81.3, 151.5);
  box-shadow: 0 0 0 0 rgba(197.2, 52.7, 119, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #000;
  background-color: rgb(236.6, 100.6, 163);
  border-color: rgb(234.3, 81.3, 151.5);
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(197.2, 52.7, 119, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: rgb(94.35, 56.1, 164.05);
  border-color: rgb(88.8, 52.8, 154.4);
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: rgb(94.35, 56.1, 164.05);
  border-color: rgb(88.8, 52.8, 154.4);
  box-shadow: 0 0 0 0 rgba(132.6, 94.35, 202.3, 0.5);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: rgb(88.8, 52.8, 154.4);
  border-color: rgb(83.25, 49.5, 144.75);
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(132.6, 94.35, 202.3, 0.5);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.btn-violet {
  color: #000;
  background-color: #8f67b8;
  border-color: #8f67b8;
}
.btn-violet:hover {
  color: #000;
  background-color: rgb(159.8, 125.8, 194.65);
  border-color: rgb(154.2, 118.2, 191.1);
}
.btn-check:focus + .btn-violet, .btn-violet:focus {
  color: #000;
  background-color: rgb(159.8, 125.8, 194.65);
  border-color: rgb(154.2, 118.2, 191.1);
  box-shadow: 0 0 0 0 rgba(121.55, 87.55, 156.4, 0.5);
}
.btn-check:checked + .btn-violet, .btn-check:active + .btn-violet, .btn-violet:active, .btn-violet.active, .show > .btn-violet.dropdown-toggle {
  color: #000;
  background-color: rgb(165.4, 133.4, 198.2);
  border-color: rgb(154.2, 118.2, 191.1);
}
.btn-check:checked + .btn-violet:focus, .btn-check:active + .btn-violet:focus, .btn-violet:active:focus, .btn-violet.active:focus, .show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(121.55, 87.55, 156.4, 0.5);
}
.btn-violet:disabled, .btn-violet.disabled {
  color: #000;
  background-color: #8f67b8;
  border-color: #8f67b8;
}

.btn-yellow {
  color: #000;
  background-color: #C2DF11;
  border-color: #C2DF11;
}
.btn-yellow:hover {
  color: #000;
  background-color: rgb(203.15, 227.8, 52.7);
  border-color: rgb(200.1, 226.2, 40.8);
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000;
  background-color: rgb(203.15, 227.8, 52.7);
  border-color: rgb(200.1, 226.2, 40.8);
  box-shadow: 0 0 0 0 rgba(164.9, 189.55, 14.45, 0.5);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: rgb(206.2, 229.4, 64.6);
  border-color: rgb(200.1, 226.2, 40.8);
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(164.9, 189.55, 14.45, 0.5);
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: #C2DF11;
  border-color: #C2DF11;
}

.btn-outline-primary {
  color: #5da8ef;
  border-color: #5da8ef;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5da8ef;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #7fba00;
  border-color: #7fba00;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #7fba00;
  border-color: #7fba00;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(127, 186, 0, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #7fba00;
  border-color: #7fba00;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(127, 186, 0, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #7fba00;
  background-color: transparent;
}

.btn-outline-success {
  color: #4BBF73;
  border-color: #4BBF73;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #4BBF73;
  border-color: #4BBF73;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 115, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #4BBF73;
  border-color: #4BBF73;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 115, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #4BBF73;
  background-color: transparent;
}

.btn-outline-info {
  color: #1F9BCF;
  border-color: #1F9BCF;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #1F9BCF;
  border-color: #1F9BCF;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(31, 155, 207, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #1F9BCF;
  border-color: #1F9BCF;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(31, 155, 207, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #1F9BCF;
  background-color: transparent;
}

.btn-outline-info-light {
  color: #d9edf7;
  border-color: #d9edf7;
}
.btn-outline-info-light:hover {
  color: #000;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-check:focus + .btn-outline-info-light, .btn-outline-info-light:focus {
  box-shadow: 0 0 0 0 rgba(217, 237, 247, 0.5);
}
.btn-check:checked + .btn-outline-info-light, .btn-check:active + .btn-outline-info-light, .btn-outline-info-light:active, .btn-outline-info-light.active, .btn-outline-info-light.dropdown-toggle.show {
  color: #000;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-check:checked + .btn-outline-info-light:focus, .btn-check:active + .btn-outline-info-light:focus, .btn-outline-info-light:active:focus, .btn-outline-info-light.active:focus, .btn-outline-info-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(217, 237, 247, 0.5);
}
.btn-outline-info-light:disabled, .btn-outline-info-light.disabled {
  color: #d9edf7;
  background-color: transparent;
}

.btn-outline-warning {
  color: #E5A54B;
  border-color: #E5A54B;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #E5A54B;
  border-color: #E5A54B;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(229, 165, 75, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #E5A54B;
  border-color: #E5A54B;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(229, 165, 75, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #E5A54B;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ce0e2e;
  border-color: #ce0e2e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ce0e2e;
  border-color: #ce0e2e;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(206, 14, 46, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #ce0e2e;
  border-color: #ce0e2e;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(206, 14, 46, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ce0e2e;
  background-color: transparent;
}

.btn-outline-light {
  color: rgb(234.2, 234.2, 234.2);
  border-color: rgb(234.2, 234.2, 234.2);
}
.btn-outline-light:hover {
  color: #000;
  background-color: rgb(234.2, 234.2, 234.2);
  border-color: rgb(234.2, 234.2, 234.2);
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(234.2, 234.2, 234.2, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: rgb(234.2, 234.2, 234.2);
  border-color: rgb(234.2, 234.2, 234.2);
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(234.2, 234.2, 234.2, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: rgb(234.2, 234.2, 234.2);
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-gray {
  color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-outline-gray:hover {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0 rgba(224, 224, 224, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(224, 224, 224, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #e0e0e0;
  background-color: transparent;
}

.btn-outline-sky-blue {
  color: #e8f7fd;
  border-color: #e8f7fd;
}
.btn-outline-sky-blue:hover {
  color: #000;
  background-color: #e8f7fd;
  border-color: #e8f7fd;
}
.btn-check:focus + .btn-outline-sky-blue, .btn-outline-sky-blue:focus {
  box-shadow: 0 0 0 0 rgba(232, 247, 253, 0.5);
}
.btn-check:checked + .btn-outline-sky-blue, .btn-check:active + .btn-outline-sky-blue, .btn-outline-sky-blue:active, .btn-outline-sky-blue.active, .btn-outline-sky-blue.dropdown-toggle.show {
  color: #000;
  background-color: #e8f7fd;
  border-color: #e8f7fd;
}
.btn-check:checked + .btn-outline-sky-blue:focus, .btn-check:active + .btn-outline-sky-blue:focus, .btn-outline-sky-blue:active:focus, .btn-outline-sky-blue.active:focus, .btn-outline-sky-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(232, 247, 253, 0.5);
}
.btn-outline-sky-blue:disabled, .btn-outline-sky-blue.disabled {
  color: #e8f7fd;
  background-color: transparent;
}

.btn-outline-brd-gray {
  color: #dedfe0;
  border-color: #dedfe0;
}
.btn-outline-brd-gray:hover {
  color: #000;
  background-color: #dedfe0;
  border-color: #dedfe0;
}
.btn-check:focus + .btn-outline-brd-gray, .btn-outline-brd-gray:focus {
  box-shadow: 0 0 0 0 rgba(222, 223, 224, 0.5);
}
.btn-check:checked + .btn-outline-brd-gray, .btn-check:active + .btn-outline-brd-gray, .btn-outline-brd-gray:active, .btn-outline-brd-gray.active, .btn-outline-brd-gray.dropdown-toggle.show {
  color: #000;
  background-color: #dedfe0;
  border-color: #dedfe0;
}
.btn-check:checked + .btn-outline-brd-gray:focus, .btn-check:active + .btn-outline-brd-gray:focus, .btn-outline-brd-gray:active:focus, .btn-outline-brd-gray.active:focus, .btn-outline-brd-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(222, 223, 224, 0.5);
}
.btn-outline-brd-gray:disabled, .btn-outline-brd-gray.disabled {
  color: #dedfe0;
  background-color: transparent;
}

.btn-outline-light-gray {
  color: #f4f7f9;
  border-color: #f4f7f9;
}
.btn-outline-light-gray:hover {
  color: #000;
  background-color: #f4f7f9;
  border-color: #f4f7f9;
}
.btn-check:focus + .btn-outline-light-gray, .btn-outline-light-gray:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 249, 0.5);
}
.btn-check:checked + .btn-outline-light-gray, .btn-check:active + .btn-outline-light-gray, .btn-outline-light-gray:active, .btn-outline-light-gray.active, .btn-outline-light-gray.dropdown-toggle.show {
  color: #000;
  background-color: #f4f7f9;
  border-color: #f4f7f9;
}
.btn-check:checked + .btn-outline-light-gray:focus, .btn-check:active + .btn-outline-light-gray:focus, .btn-outline-light-gray:active:focus, .btn-outline-light-gray.active:focus, .btn-outline-light-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 249, 0.5);
}
.btn-outline-light-gray:disabled, .btn-outline-light-gray.disabled {
  color: #f4f7f9;
  background-color: transparent;
}

.btn-outline-dirty-white {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-dirty-white:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-check:focus + .btn-outline-dirty-white, .btn-outline-dirty-white:focus {
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}
.btn-check:checked + .btn-outline-dirty-white, .btn-check:active + .btn-outline-dirty-white, .btn-outline-dirty-white:active, .btn-outline-dirty-white.active, .btn-outline-dirty-white.dropdown-toggle.show {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-check:checked + .btn-outline-dirty-white:focus, .btn-check:active + .btn-outline-dirty-white:focus, .btn-outline-dirty-white:active:focus, .btn-outline-dirty-white.active:focus, .btn-outline-dirty-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}
.btn-outline-dirty-white:disabled, .btn-outline-dirty-white.disabled {
  color: #f2f2f2;
  background-color: transparent;
}

.btn-outline-medium-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-medium-gray:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-medium-gray, .btn-outline-medium-gray:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-medium-gray, .btn-check:active + .btn-outline-medium-gray, .btn-outline-medium-gray:active, .btn-outline-medium-gray.active, .btn-outline-medium-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-medium-gray:focus, .btn-check:active + .btn-outline-medium-gray:focus, .btn-outline-medium-gray:active:focus, .btn-outline-medium-gray.active:focus, .btn-outline-medium-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-medium-gray:disabled, .btn-outline-medium-gray.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-dark-gray {
  color: #4d5154;
  border-color: #4d5154;
}
.btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #4d5154;
  border-color: #4d5154;
}
.btn-check:focus + .btn-outline-dark-gray, .btn-outline-dark-gray:focus {
  box-shadow: 0 0 0 0 rgba(77, 81, 84, 0.5);
}
.btn-check:checked + .btn-outline-dark-gray, .btn-check:active + .btn-outline-dark-gray, .btn-outline-dark-gray:active, .btn-outline-dark-gray.active, .btn-outline-dark-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #4d5154;
  border-color: #4d5154;
}
.btn-check:checked + .btn-outline-dark-gray:focus, .btn-check:active + .btn-outline-dark-gray:focus, .btn-outline-dark-gray:active:focus, .btn-outline-dark-gray.active:focus, .btn-outline-dark-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(77, 81, 84, 0.5);
}
.btn-outline-dark-gray:disabled, .btn-outline-dark-gray.disabled {
  color: #4d5154;
  background-color: transparent;
}

.btn-outline-default-blue {
  color: #5294d3;
  border-color: #5294d3;
}
.btn-outline-default-blue:hover {
  color: #000;
  background-color: #5294d3;
  border-color: #5294d3;
}
.btn-check:focus + .btn-outline-default-blue, .btn-outline-default-blue:focus {
  box-shadow: 0 0 0 0 rgba(82, 148, 211, 0.5);
}
.btn-check:checked + .btn-outline-default-blue, .btn-check:active + .btn-outline-default-blue, .btn-outline-default-blue:active, .btn-outline-default-blue.active, .btn-outline-default-blue.dropdown-toggle.show {
  color: #000;
  background-color: #5294d3;
  border-color: #5294d3;
}
.btn-check:checked + .btn-outline-default-blue:focus, .btn-check:active + .btn-outline-default-blue:focus, .btn-outline-default-blue:active:focus, .btn-outline-default-blue.active:focus, .btn-outline-default-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(82, 148, 211, 0.5);
}
.btn-outline-default-blue:disabled, .btn-outline-default-blue.disabled {
  color: #5294d3;
  background-color: transparent;
}

.btn-outline-dark-blue {
  color: #3a7bb9;
  border-color: #3a7bb9;
}
.btn-outline-dark-blue:hover {
  color: #000;
  background-color: #3a7bb9;
  border-color: #3a7bb9;
}
.btn-check:focus + .btn-outline-dark-blue, .btn-outline-dark-blue:focus {
  box-shadow: 0 0 0 0 rgba(58, 123, 185, 0.5);
}
.btn-check:checked + .btn-outline-dark-blue, .btn-check:active + .btn-outline-dark-blue, .btn-outline-dark-blue:active, .btn-outline-dark-blue.active, .btn-outline-dark-blue.dropdown-toggle.show {
  color: #000;
  background-color: #3a7bb9;
  border-color: #3a7bb9;
}
.btn-check:checked + .btn-outline-dark-blue:focus, .btn-check:active + .btn-outline-dark-blue:focus, .btn-outline-dark-blue:active:focus, .btn-outline-dark-blue.active:focus, .btn-outline-dark-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(58, 123, 185, 0.5);
}
.btn-outline-dark-blue:disabled, .btn-outline-dark-blue.disabled {
  color: #3a7bb9;
  background-color: transparent;
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0 rgba(232, 62, 140, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #000;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(232, 62, 140, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #e83e8c;
  background-color: transparent;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(111, 66, 193, 0.5);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #6f42c1;
  background-color: transparent;
}

.btn-outline-violet {
  color: #8f67b8;
  border-color: #8f67b8;
}
.btn-outline-violet:hover {
  color: #000;
  background-color: #8f67b8;
  border-color: #8f67b8;
}
.btn-check:focus + .btn-outline-violet, .btn-outline-violet:focus {
  box-shadow: 0 0 0 0 rgba(143, 103, 184, 0.5);
}
.btn-check:checked + .btn-outline-violet, .btn-check:active + .btn-outline-violet, .btn-outline-violet:active, .btn-outline-violet.active, .btn-outline-violet.dropdown-toggle.show {
  color: #000;
  background-color: #8f67b8;
  border-color: #8f67b8;
}
.btn-check:checked + .btn-outline-violet:focus, .btn-check:active + .btn-outline-violet:focus, .btn-outline-violet:active:focus, .btn-outline-violet.active:focus, .btn-outline-violet.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(143, 103, 184, 0.5);
}
.btn-outline-violet:disabled, .btn-outline-violet.disabled {
  color: #8f67b8;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #C2DF11;
  border-color: #C2DF11;
}
.btn-outline-yellow:hover {
  color: #000;
  background-color: #C2DF11;
  border-color: #C2DF11;
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0 rgba(194, 223, 17, 0.5);
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: #C2DF11;
  border-color: #C2DF11;
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(194, 223, 17, 0.5);
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #C2DF11;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #5da8ef;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(74.4, 134.4, 191.2);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.4rem 2.2rem;
  font-size: 0.88rem;
  border-radius: 0.4rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 1rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
}
.dropdown-menu[style] {
  right: auto !important;
}

.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 990px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-mxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-mxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.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: 0.48rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #f4f7f9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5da8ef;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.35rem 1.5rem;
  color: #333333;
}

.dropdown-menu-dark {
  color: #dedfe0;
  background-color: #020202;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dedfe0;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #5da8ef;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dedfe0;
}
.dropdown-menu-dark .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: 1.185rem;
  padding-left: 1.185rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.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: -1px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  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.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dedfe0;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e0e0e0 #e0e0e0 #dedfe0;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f2f2f2;
  border-color: #dedfe0 #dedfe0 #f2f2f2;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.3rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5da8ef;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.84rem;
  padding-right: 1.2rem;
  padding-bottom: 0.84rem;
  padding-left: 1.2rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-full {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.84rem;
  padding-bottom: 0.84rem;
  margin-right: 1rem;
  font-size: 1.15rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.88rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 990px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-mxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-mxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-mxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-mxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-mxl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.48rem;
}

.card-subtitle {
  margin-top: -0.24rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0.96rem /* rtl:ignore */;
}

.card-header {
  padding: 0.5rem 0.96rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid transparent;
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.5rem 0.96rem;
  background-color: #fff;
  border-top: 0 solid transparent;
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.48rem;
  margin-bottom: -0.5rem;
  margin-left: -0.48rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.48rem;
  margin-left: -0.48rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.96rem;
  border-radius: 0.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.8rem;
  color: #333333;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: rgb(83.7, 151.2, 215.1);
  background-color: rgb(238.8, 246.3, 253.4);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2883.7, 151.2, 215.1%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");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #dedfe0;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e0e0e0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #6c757d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dedfe0;
  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: #020202;
  background-color: #e0e0e0;
  border-color: #dedfe0;
}
.page-link:focus {
  z-index: 3;
  color: rgb(74.4, 134.4, 191.2);
  background-color: #e0e0e0;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dedfe0;
}

.page-link {
  padding: 0.3rem 0.75rem;
}

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

.pagination-lg .page-link {
  padding: 0.35rem 1rem;
  font-size: 0.88rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.pagination-sm .page-link {
  padding: 0.15rem 0.5rem;
  font-size: 0.7rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.3em 0.45em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 0.95rem 0.95rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.3rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 2.85rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.1875rem 0.95rem;
}

.alert-primary {
  color: rgb(55.8, 100.8, 143.4);
  background-color: rgb(222.6, 237.6, 251.8);
  border-color: rgb(206.4, 228.9, 250.2);
}
.alert-primary .alert-link {
  color: rgb(44.64, 80.64, 114.72);
}

.alert-secondary {
  color: rgb(76.2, 111.6, 0);
  background-color: rgb(229.4, 241.2, 204);
  border-color: rgb(216.6, 234.3, 178.5);
}
.alert-secondary .alert-link {
  color: rgb(60.96, 89.28, 0);
}

.alert-success {
  color: rgb(45, 114.6, 69);
  background-color: rgb(219, 242.2, 227);
  border-color: rgb(201, 235.8, 213);
}
.alert-success .alert-link {
  color: rgb(36, 91.68, 55.2);
}

.alert-info {
  color: rgb(18.6, 93, 124.2);
  background-color: rgb(210.2, 235, 245.4);
  border-color: rgb(187.8, 225, 240.6);
}
.alert-info .alert-link {
  color: rgb(14.88, 74.4, 99.36);
}

.alert-info-light {
  color: rgb(86.8, 94.8, 98.8);
  background-color: rgb(247.4, 251.4, 253.4);
  border-color: rgb(243.6, 249.6, 252.6);
}
.alert-info-light .alert-link {
  color: rgb(69.44, 75.84, 79.04);
}

.alert-warning {
  color: rgb(137.4, 99, 45);
  background-color: rgb(249.8, 237, 219);
  border-color: rgb(247.2, 228, 201);
}
.alert-warning .alert-link {
  color: rgb(109.92, 79.2, 36);
}

.alert-danger {
  color: rgb(123.6, 8.4, 27.6);
  background-color: rgb(245.2, 206.8, 213.2);
  border-color: rgb(240.3, 182.7, 192.3);
}
.alert-danger .alert-link {
  color: rgb(98.88, 6.72, 22.08);
}

.alert-light {
  color: rgb(93.68, 93.68, 93.68);
  background-color: rgb(250.84, 250.84, 250.84);
  border-color: rgb(248.76, 248.76, 248.76);
}
.alert-light .alert-link {
  color: rgb(74.944, 74.944, 74.944);
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: rgb(81.6, 81.6, 81.6);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

.alert-gray {
  color: rgb(89.6, 89.6, 89.6);
  background-color: rgb(248.8, 248.8, 248.8);
  border-color: rgb(245.7, 245.7, 245.7);
}
.alert-gray .alert-link {
  color: rgb(71.68, 71.68, 71.68);
}

.alert-sky-blue {
  color: rgb(92.8, 98.8, 101.2);
  background-color: rgb(250.4, 253.4, 254.6);
  border-color: rgb(248.1, 252.6, 254.4);
}
.alert-sky-blue .alert-link {
  color: rgb(74.24, 79.04, 80.96);
}

.alert-brd-gray {
  color: rgb(88.8, 89.2, 89.6);
  background-color: rgb(248.4, 248.6, 248.8);
  border-color: rgb(245.1, 245.4, 245.7);
}
.alert-brd-gray .alert-link {
  color: rgb(71.04, 71.36, 71.68);
}

.alert-light-gray {
  color: rgb(97.6, 98.8, 99.6);
  background-color: rgb(252.8, 253.4, 253.8);
  border-color: rgb(251.7, 252.6, 253.2);
}
.alert-light-gray .alert-link {
  color: rgb(78.08, 79.04, 79.68);
}

.alert-dirty-white {
  color: rgb(96.8, 96.8, 96.8);
  background-color: rgb(252.4, 252.4, 252.4);
  border-color: rgb(251.1, 251.1, 251.1);
}
.alert-dirty-white .alert-link {
  color: rgb(77.44, 77.44, 77.44);
}

.alert-medium-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-medium-gray .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-dark-gray {
  color: rgb(46.2, 48.6, 50.4);
  background-color: rgb(219.4, 220.2, 220.8);
  border-color: rgb(201.6, 202.8, 203.7);
}
.alert-dark-gray .alert-link {
  color: rgb(36.96, 38.88, 40.32);
}

.alert-default-blue {
  color: rgb(49.2, 88.8, 126.6);
  background-color: rgb(220.4, 233.6, 246.2);
  border-color: rgb(203.1, 222.9, 241.8);
}
.alert-default-blue .alert-link {
  color: rgb(39.36, 71.04, 101.28);
}

.alert-dark-blue {
  color: rgb(34.8, 73.8, 111);
  background-color: rgb(215.6, 228.6, 241);
  border-color: rgb(195.9, 215.4, 234);
}
.alert-dark-blue .alert-link {
  color: rgb(27.84, 59.04, 88.8);
}

.alert-pink {
  color: rgb(139.2, 37.2, 84);
  background-color: rgb(250.4, 216.4, 232);
  border-color: rgb(248.1, 197.1, 220.5);
}
.alert-pink .alert-link {
  color: rgb(111.36, 29.76, 67.2);
}

.alert-purple {
  color: rgb(66.6, 39.6, 115.8);
  background-color: rgb(226.2, 217.2, 242.6);
  border-color: rgb(211.8, 198.3, 236.4);
}
.alert-purple .alert-link {
  color: rgb(53.28, 31.68, 92.64);
}

.alert-violet {
  color: rgb(85.8, 61.8, 110.4);
  background-color: rgb(232.6, 224.6, 240.8);
  border-color: rgb(221.4, 209.4, 233.7);
}
.alert-violet .alert-link {
  color: rgb(68.64, 49.44, 88.32);
}

.alert-yellow {
  color: rgb(77.6, 89.2, 6.8);
  background-color: rgb(242.8, 248.6, 207.4);
  border-color: rgb(236.7, 245.4, 183.6);
}
.alert-yellow .alert-link {
  color: rgb(62.08, 71.36, 5.44);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.6rem;
  background-color: #e0e0e0;
  border-radius: 0.3rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5da8ef;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.3rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f4f7f9;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #e0e0e0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.48rem 0.96rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5da8ef;
  border-color: #5da8ef;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 990px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-mxl {
    flex-direction: row;
  }
  .list-group-horizontal-mxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-mxl > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-mxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-mxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-mxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.3rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(55.8, 100.8, 143.4);
  background-color: rgb(222.6, 237.6, 251.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(55.8, 100.8, 143.4);
  background-color: rgb(200.34, 213.84, 226.62);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.8, 100.8, 143.4);
  border-color: rgb(55.8, 100.8, 143.4);
}

.list-group-item-secondary {
  color: rgb(76.2, 111.6, 0);
  background-color: rgb(229.4, 241.2, 204);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(76.2, 111.6, 0);
  background-color: rgb(206.46, 217.08, 183.6);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.2, 111.6, 0);
  border-color: rgb(76.2, 111.6, 0);
}

.list-group-item-success {
  color: rgb(45, 114.6, 69);
  background-color: rgb(219, 242.2, 227);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(45, 114.6, 69);
  background-color: rgb(197.1, 217.98, 204.3);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(45, 114.6, 69);
  border-color: rgb(45, 114.6, 69);
}

.list-group-item-info {
  color: rgb(18.6, 93, 124.2);
  background-color: rgb(210.2, 235, 245.4);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(18.6, 93, 124.2);
  background-color: rgb(189.18, 211.5, 220.86);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(18.6, 93, 124.2);
  border-color: rgb(18.6, 93, 124.2);
}

.list-group-item-info-light {
  color: rgb(86.8, 94.8, 98.8);
  background-color: rgb(247.4, 251.4, 253.4);
}
.list-group-item-info-light.list-group-item-action:hover, .list-group-item-info-light.list-group-item-action:focus {
  color: rgb(86.8, 94.8, 98.8);
  background-color: rgb(222.66, 226.26, 228.06);
}
.list-group-item-info-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(86.8, 94.8, 98.8);
  border-color: rgb(86.8, 94.8, 98.8);
}

.list-group-item-warning {
  color: rgb(137.4, 99, 45);
  background-color: rgb(249.8, 237, 219);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(137.4, 99, 45);
  background-color: rgb(224.82, 213.3, 197.1);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(137.4, 99, 45);
  border-color: rgb(137.4, 99, 45);
}

.list-group-item-danger {
  color: rgb(123.6, 8.4, 27.6);
  background-color: rgb(245.2, 206.8, 213.2);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(123.6, 8.4, 27.6);
  background-color: rgb(220.68, 186.12, 191.88);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.6, 8.4, 27.6);
  border-color: rgb(123.6, 8.4, 27.6);
}

.list-group-item-light {
  color: rgb(93.68, 93.68, 93.68);
  background-color: rgb(250.84, 250.84, 250.84);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(93.68, 93.68, 93.68);
  background-color: rgb(225.756, 225.756, 225.756);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(93.68, 93.68, 93.68);
  border-color: rgb(93.68, 93.68, 93.68);
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.list-group-item-gray {
  color: rgb(89.6, 89.6, 89.6);
  background-color: rgb(248.8, 248.8, 248.8);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(89.6, 89.6, 89.6);
  background-color: rgb(223.92, 223.92, 223.92);
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(89.6, 89.6, 89.6);
  border-color: rgb(89.6, 89.6, 89.6);
}

.list-group-item-sky-blue {
  color: rgb(92.8, 98.8, 101.2);
  background-color: rgb(250.4, 253.4, 254.6);
}
.list-group-item-sky-blue.list-group-item-action:hover, .list-group-item-sky-blue.list-group-item-action:focus {
  color: rgb(92.8, 98.8, 101.2);
  background-color: rgb(225.36, 228.06, 229.14);
}
.list-group-item-sky-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(92.8, 98.8, 101.2);
  border-color: rgb(92.8, 98.8, 101.2);
}

.list-group-item-brd-gray {
  color: rgb(88.8, 89.2, 89.6);
  background-color: rgb(248.4, 248.6, 248.8);
}
.list-group-item-brd-gray.list-group-item-action:hover, .list-group-item-brd-gray.list-group-item-action:focus {
  color: rgb(88.8, 89.2, 89.6);
  background-color: rgb(223.56, 223.74, 223.92);
}
.list-group-item-brd-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(88.8, 89.2, 89.6);
  border-color: rgb(88.8, 89.2, 89.6);
}

.list-group-item-light-gray {
  color: rgb(97.6, 98.8, 99.6);
  background-color: rgb(252.8, 253.4, 253.8);
}
.list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
  color: rgb(97.6, 98.8, 99.6);
  background-color: rgb(227.52, 228.06, 228.42);
}
.list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(97.6, 98.8, 99.6);
  border-color: rgb(97.6, 98.8, 99.6);
}

.list-group-item-dirty-white {
  color: rgb(96.8, 96.8, 96.8);
  background-color: rgb(252.4, 252.4, 252.4);
}
.list-group-item-dirty-white.list-group-item-action:hover, .list-group-item-dirty-white.list-group-item-action:focus {
  color: rgb(96.8, 96.8, 96.8);
  background-color: rgb(227.16, 227.16, 227.16);
}
.list-group-item-dirty-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(96.8, 96.8, 96.8);
  border-color: rgb(96.8, 96.8, 96.8);
}

.list-group-item-medium-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-medium-gray.list-group-item-action:hover, .list-group-item-medium-gray.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-medium-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-dark-gray {
  color: rgb(46.2, 48.6, 50.4);
  background-color: rgb(219.4, 220.2, 220.8);
}
.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
  color: rgb(46.2, 48.6, 50.4);
  background-color: rgb(197.46, 198.18, 198.72);
}
.list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(46.2, 48.6, 50.4);
  border-color: rgb(46.2, 48.6, 50.4);
}

.list-group-item-default-blue {
  color: rgb(49.2, 88.8, 126.6);
  background-color: rgb(220.4, 233.6, 246.2);
}
.list-group-item-default-blue.list-group-item-action:hover, .list-group-item-default-blue.list-group-item-action:focus {
  color: rgb(49.2, 88.8, 126.6);
  background-color: rgb(198.36, 210.24, 221.58);
}
.list-group-item-default-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(49.2, 88.8, 126.6);
  border-color: rgb(49.2, 88.8, 126.6);
}

.list-group-item-dark-blue {
  color: rgb(34.8, 73.8, 111);
  background-color: rgb(215.6, 228.6, 241);
}
.list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
  color: rgb(34.8, 73.8, 111);
  background-color: rgb(194.04, 205.74, 216.9);
}
.list-group-item-dark-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(34.8, 73.8, 111);
  border-color: rgb(34.8, 73.8, 111);
}

.list-group-item-pink {
  color: rgb(139.2, 37.2, 84);
  background-color: rgb(250.4, 216.4, 232);
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: rgb(139.2, 37.2, 84);
  background-color: rgb(225.36, 194.76, 208.8);
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: rgb(139.2, 37.2, 84);
  border-color: rgb(139.2, 37.2, 84);
}

.list-group-item-purple {
  color: rgb(66.6, 39.6, 115.8);
  background-color: rgb(226.2, 217.2, 242.6);
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: rgb(66.6, 39.6, 115.8);
  background-color: rgb(203.58, 195.48, 218.34);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(66.6, 39.6, 115.8);
  border-color: rgb(66.6, 39.6, 115.8);
}

.list-group-item-violet {
  color: rgb(85.8, 61.8, 110.4);
  background-color: rgb(232.6, 224.6, 240.8);
}
.list-group-item-violet.list-group-item-action:hover, .list-group-item-violet.list-group-item-action:focus {
  color: rgb(85.8, 61.8, 110.4);
  background-color: rgb(209.34, 202.14, 216.72);
}
.list-group-item-violet.list-group-item-action.active {
  color: #fff;
  background-color: rgb(85.8, 61.8, 110.4);
  border-color: rgb(85.8, 61.8, 110.4);
}

.list-group-item-yellow {
  color: rgb(77.6, 89.2, 6.8);
  background-color: rgb(242.8, 248.6, 207.4);
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: rgb(77.6, 89.2, 6.8);
  background-color: rgb(218.52, 223.74, 186.66);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(77.6, 89.2, 6.8);
  border-color: rgb(77.6, 89.2, 6.8);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.3rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(93, 168, 239, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.25s 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% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.96rem 0.96rem;
  border-bottom: 1px solid #dedfe0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal-header .btn-close {
  padding: 0.48rem 0.48rem;
  margin: -0.48rem -0.48rem -0.48rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.71rem;
  border-top: 1px solid #dedfe0;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm, .gn-std-modal .modal-dialog[data-size=sm] {
    max-width: 400px;
  }
}
@media (min-width: 990px) {
  .modal-lg, .gn-std-modal .modal-dialog[data-size=lg],
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 989.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1299.98px) {
  .modal-fullscreen-mxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-mxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-mxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-mxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-mxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.24rem 0.48rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.3rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.4rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[data-popper-placement^=top] {
  margin-bottom: 0.5rem !important;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end, .bs-popover-auto[data-popper-placement^=right] {
  margin-left: 0.5rem !important;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4rem 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[data-popper-placement^=bottom] {
  margin-top: 0.5rem !important;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start, .bs-popover-auto[data-popper-placement^=left] {
  margin-right: 0.5rem !important;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4rem 0;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.96rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgb(215.73, 215.73, 215.73);
  border-top-left-radius: calc(0.4rem - 1px);
  border-top-right-radius: calc(0.4rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.96rem 0.96rem;
  color: #333333;
}

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

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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%;
  color: #fff;
  text-align: center;
  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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    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 li {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #5da8ef;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(125.4, 185.4, 242.2);
}

.link-secondary {
  color: #7fba00;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(152.6, 199.8, 51);
}

.link-success {
  color: #4BBF73;
}
.link-success:hover, .link-success:focus {
  color: rgb(111, 203.8, 143);
}

.link-info {
  color: #1F9BCF;
}
.link-info:hover, .link-info:focus {
  color: rgb(75.8, 175, 216.6);
}

.link-info-light {
  color: #d9edf7;
}
.link-info-light:hover, .link-info-light:focus {
  color: rgb(224.6, 240.6, 248.6);
}

.link-warning {
  color: #E5A54B;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(234.2, 183, 111);
}

.link-danger {
  color: #ce0e2e;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(164.8, 11.2, 36.8);
}

.link-light {
  color: rgb(234.2, 234.2, 234.2);
}
.link-light:hover, .link-light:focus {
  color: rgb(238.36, 238.36, 238.36);
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-gray {
  color: #e0e0e0;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(230.2, 230.2, 230.2);
}

.link-sky-blue {
  color: #e8f7fd;
}
.link-sky-blue:hover, .link-sky-blue:focus {
  color: rgb(236.6, 248.6, 253.4);
}

.link-brd-gray {
  color: #dedfe0;
}
.link-brd-gray:hover, .link-brd-gray:focus {
  color: rgb(228.6, 229.4, 230.2);
}

.link-light-gray {
  color: #f4f7f9;
}
.link-light-gray:hover, .link-light-gray:focus {
  color: rgb(246.2, 248.6, 250.2);
}

.link-dirty-white {
  color: #f2f2f2;
}
.link-dirty-white:hover, .link-dirty-white:focus {
  color: rgb(244.6, 244.6, 244.6);
}

.link-medium-gray {
  color: #6c757d;
}
.link-medium-gray:hover, .link-medium-gray:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-dark-gray {
  color: #4d5154;
}
.link-dark-gray:hover, .link-dark-gray:focus {
  color: rgb(61.6, 64.8, 67.2);
}

.link-default-blue {
  color: #5294d3;
}
.link-default-blue:hover, .link-default-blue:focus {
  color: rgb(116.6, 169.4, 219.8);
}

.link-dark-blue {
  color: #3a7bb9;
}
.link-dark-blue:hover, .link-dark-blue:focus {
  color: rgb(97.4, 149.4, 199);
}

.link-pink {
  color: #e83e8c;
}
.link-pink:hover, .link-pink:focus {
  color: rgb(236.6, 100.6, 163);
}

.link-purple {
  color: #6f42c1;
}
.link-purple:hover, .link-purple:focus {
  color: rgb(88.8, 52.8, 154.4);
}

.link-violet {
  color: #8f67b8;
}
.link-violet:hover, .link-violet:focus {
  color: rgb(165.4, 133.4, 198.2);
}

.link-yellow {
  color: #C2DF11;
}
.link-yellow:hover, .link-yellow:focus {
  color: rgb(206.2, 229.4, 64.6);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: 75%;
}

.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 990px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1300px) {
  .sticky-mxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.align-baseline {
  vertical-align: baseline !important;
}

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

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-grid {
  display: 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: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

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

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

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

.border, .gs-default-list-item, .card-box {
  border: 1px solid #dedfe0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dedfe0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dedfe0 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dedfe0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

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

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #5da8ef !important;
}

.border-secondary {
  border-color: #7fba00 !important;
}

.border-success {
  border-color: #4BBF73 !important;
}

.border-info {
  border-color: #1F9BCF !important;
}

.border-info-light {
  border-color: #d9edf7 !important;
}

.border-warning {
  border-color: #E5A54B !important;
}

.border-danger {
  border-color: #ce0e2e !important;
}

.border-light {
  border-color: rgb(234.2, 234.2, 234.2) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-gray {
  border-color: #e0e0e0 !important;
}

.border-sky-blue {
  border-color: #e8f7fd !important;
}

.border-brd-gray {
  border-color: #dedfe0 !important;
}

.border-light-gray {
  border-color: #f4f7f9 !important;
}

.border-dirty-white {
  border-color: #f2f2f2 !important;
}

.border-medium-gray {
  border-color: #6c757d !important;
}

.border-dark-gray {
  border-color: #4d5154 !important;
}

.border-default-blue {
  border-color: #5294d3 !important;
}

.border-dark-blue {
  border-color: #3a7bb9 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.border-violet {
  border-color: #8f67b8 !important;
}

.border-yellow {
  border-color: #C2DF11 !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

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

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

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

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.24rem !important;
}

.gap-2 {
  gap: 0.48rem !important;
}

.gap-3 {
  gap: 0.96rem !important;
}

.gap-4 {
  gap: 1.44rem !important;
}

.gap-5 {
  gap: 2.88rem !important;
}

.gap-6 {
  gap: 4.32rem !important;
}

.gap-7 {
  gap: 5.76rem !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.24rem !important;
}

.m-2 {
  margin: 0.48rem !important;
}

.m-3 {
  margin: 0.96rem !important;
}

.m-4 {
  margin: 1.44rem !important;
}

.m-5 {
  margin: 2.88rem !important;
}

.m-6 {
  margin: 4.32rem !important;
}

.m-7 {
  margin: 5.76rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.24rem !important;
  margin-left: 0.24rem !important;
}

.mx-2 {
  margin-right: 0.48rem !important;
  margin-left: 0.48rem !important;
}

.mx-3 {
  margin-right: 0.96rem !important;
  margin-left: 0.96rem !important;
}

.mx-4 {
  margin-right: 1.44rem !important;
  margin-left: 1.44rem !important;
}

.mx-5 {
  margin-right: 2.88rem !important;
  margin-left: 2.88rem !important;
}

.mx-6 {
  margin-right: 4.32rem !important;
  margin-left: 4.32rem !important;
}

.mx-7 {
  margin-right: 5.76rem !important;
  margin-left: 5.76rem !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.24rem !important;
  margin-bottom: 0.24rem !important;
}

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

.my-3 {
  margin-top: 0.96rem !important;
  margin-bottom: 0.96rem !important;
}

.my-4 {
  margin-top: 1.44rem !important;
  margin-bottom: 1.44rem !important;
}

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

.my-6 {
  margin-top: 4.32rem !important;
  margin-bottom: 4.32rem !important;
}

.my-7 {
  margin-top: 5.76rem !important;
  margin-bottom: 5.76rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 4.32rem !important;
}

.mt-7 {
  margin-top: 5.76rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

.me-4 {
  margin-right: 1.44rem !important;
}

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

.me-6 {
  margin-right: 4.32rem !important;
}

.me-7 {
  margin-right: 5.76rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 4.32rem !important;
}

.mb-7 {
  margin-bottom: 5.76rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

.ms-4 {
  margin-left: 1.44rem !important;
}

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

.ms-6 {
  margin-left: 4.32rem !important;
}

.ms-7 {
  margin-left: 5.76rem !important;
}

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

.m-n1 {
  margin: -0.24rem !important;
}

.m-n2 {
  margin: -0.48rem !important;
}

.m-n3 {
  margin: -0.96rem !important;
}

.m-n4 {
  margin: -1.44rem !important;
}

.m-n5 {
  margin: -2.88rem !important;
}

.m-n6 {
  margin: -4.32rem !important;
}

.m-n7 {
  margin: -5.76rem !important;
}

.mx-n1 {
  margin-right: -0.24rem !important;
  margin-left: -0.24rem !important;
}

.mx-n2 {
  margin-right: -0.48rem !important;
  margin-left: -0.48rem !important;
}

.mx-n3 {
  margin-right: -0.96rem !important;
  margin-left: -0.96rem !important;
}

.mx-n4 {
  margin-right: -1.44rem !important;
  margin-left: -1.44rem !important;
}

.mx-n5 {
  margin-right: -2.88rem !important;
  margin-left: -2.88rem !important;
}

.mx-n6 {
  margin-right: -4.32rem !important;
  margin-left: -4.32rem !important;
}

.mx-n7 {
  margin-right: -5.76rem !important;
  margin-left: -5.76rem !important;
}

.my-n1 {
  margin-top: -0.24rem !important;
  margin-bottom: -0.24rem !important;
}

.my-n2 {
  margin-top: -0.48rem !important;
  margin-bottom: -0.48rem !important;
}

.my-n3 {
  margin-top: -0.96rem !important;
  margin-bottom: -0.96rem !important;
}

.my-n4 {
  margin-top: -1.44rem !important;
  margin-bottom: -1.44rem !important;
}

.my-n5 {
  margin-top: -2.88rem !important;
  margin-bottom: -2.88rem !important;
}

.my-n6 {
  margin-top: -4.32rem !important;
  margin-bottom: -4.32rem !important;
}

.my-n7 {
  margin-top: -5.76rem !important;
  margin-bottom: -5.76rem !important;
}

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

.mt-n2 {
  margin-top: -0.48rem !important;
}

.mt-n3 {
  margin-top: -0.96rem !important;
}

.mt-n4 {
  margin-top: -1.44rem !important;
}

.mt-n5 {
  margin-top: -2.88rem !important;
}

.mt-n6 {
  margin-top: -4.32rem !important;
}

.mt-n7 {
  margin-top: -5.76rem !important;
}

.me-n1 {
  margin-right: -0.24rem !important;
}

.me-n2 {
  margin-right: -0.48rem !important;
}

.me-n3 {
  margin-right: -0.96rem !important;
}

.me-n4 {
  margin-right: -1.44rem !important;
}

.me-n5 {
  margin-right: -2.88rem !important;
}

.me-n6 {
  margin-right: -4.32rem !important;
}

.me-n7 {
  margin-right: -5.76rem !important;
}

.mb-n1 {
  margin-bottom: -0.24rem !important;
}

.mb-n2 {
  margin-bottom: -0.48rem !important;
}

.mb-n3 {
  margin-bottom: -0.96rem !important;
}

.mb-n4 {
  margin-bottom: -1.44rem !important;
}

.mb-n5 {
  margin-bottom: -2.88rem !important;
}

.mb-n6 {
  margin-bottom: -4.32rem !important;
}

.mb-n7 {
  margin-bottom: -5.76rem !important;
}

.ms-n1 {
  margin-left: -0.24rem !important;
}

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

.ms-n3 {
  margin-left: -0.96rem !important;
}

.ms-n4 {
  margin-left: -1.44rem !important;
}

.ms-n5 {
  margin-left: -2.88rem !important;
}

.ms-n6 {
  margin-left: -4.32rem !important;
}

.ms-n7 {
  margin-left: -5.76rem !important;
}

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

.p-1 {
  padding: 0.24rem !important;
}

.p-2 {
  padding: 0.48rem !important;
}

.p-3, .card-box {
  padding: 0.96rem !important;
}

.p-4 {
  padding: 1.44rem !important;
}

.p-5 {
  padding: 2.88rem !important;
}

.p-6 {
  padding: 4.32rem !important;
}

.p-7 {
  padding: 5.76rem !important;
}

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

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

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

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

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

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

.px-6 {
  padding-right: 4.32rem !important;
  padding-left: 4.32rem !important;
}

.px-7 {
  padding-right: 5.76rem !important;
  padding-left: 5.76rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

.py-6 {
  padding-top: 4.32rem !important;
  padding-bottom: 4.32rem !important;
}

.py-7 {
  padding-top: 5.76rem !important;
  padding-bottom: 5.76rem !important;
}

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

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

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

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

.pt-4 {
  padding-top: 1.44rem !important;
}

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

.pt-6 {
  padding-top: 4.32rem !important;
}

.pt-7 {
  padding-top: 5.76rem !important;
}

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

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

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

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

.pe-4 {
  padding-right: 1.44rem !important;
}

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

.pe-6 {
  padding-right: 4.32rem !important;
}

.pe-7 {
  padding-right: 5.76rem !important;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 4.32rem !important;
}

.pb-7 {
  padding-bottom: 5.76rem !important;
}

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

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

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

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

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

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

.ps-6 {
  padding-left: 4.32rem !important;
}

.ps-7 {
  padding-left: 5.76rem !important;
}

.fs-1 {
  font-size: calc(1.33125rem + 0.975vw) !important;
}

.fs-2 {
  font-size: calc(1.29rem + 0.48vw) !important;
}

.fs-3 {
  font-size: calc(1.27515rem + 0.3018vw) !important;
}

.fs-4 {
  font-size: 1.155rem !important;
}

.fs-5 {
  font-size: 0.99rem !important;
}

.fs-6 {
  font-size: 0.825rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.text-primary {
  color: #5da8ef !important;
}

.text-secondary {
  color: #7fba00 !important;
}

.text-success {
  color: #4BBF73 !important;
}

.text-info {
  color: #1F9BCF !important;
}

.text-info-light {
  color: #d9edf7 !important;
}

.text-warning {
  color: #E5A54B !important;
}

.text-danger {
  color: #ce0e2e !important;
}

.text-light {
  color: rgb(234.2, 234.2, 234.2) !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #212529 !important;
}

.text-gray {
  color: #e0e0e0 !important;
}

.text-sky-blue {
  color: #e8f7fd !important;
}

.text-brd-gray {
  color: #dedfe0 !important;
}

.text-light-gray {
  color: #f4f7f9 !important;
}

.text-dirty-white {
  color: #f2f2f2 !important;
}

.text-medium-gray {
  color: #6c757d !important;
}

.text-dark-gray {
  color: #4d5154 !important;
}

.text-default-blue {
  color: #5294d3 !important;
}

.text-dark-blue {
  color: #3a7bb9 !important;
}

.text-pink {
  color: #e83e8c !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-violet {
  color: #8f67b8 !important;
}

.text-yellow {
  color: #C2DF11 !important;
}

.text-body {
  color: #333333 !important;
}

.text-muted {
  color: rgb(115.0918454936, 124.682832618, 133.2081545064) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.325 !important;
}

.lh-base {
  line-height: 1.625 !important;
}

.lh-lg {
  line-height: 1.825 !important;
}

.bg-primary {
  background-color: #5da8ef !important;
}

.bg-secondary {
  background-color: #7fba00 !important;
}

.bg-success {
  background-color: #4BBF73 !important;
}

.bg-info {
  background-color: #1F9BCF !important;
}

.bg-info-light {
  background-color: #d9edf7 !important;
}

.bg-warning {
  background-color: #E5A54B !important;
}

.bg-danger {
  background-color: #ce0e2e !important;
}

.bg-light {
  background-color: rgb(234.2, 234.2, 234.2) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-gray {
  background-color: #e0e0e0 !important;
}

.bg-sky-blue {
  background-color: #e8f7fd !important;
}

.bg-brd-gray {
  background-color: #dedfe0 !important;
}

.bg-light-gray {
  background-color: #f4f7f9 !important;
}

.bg-dirty-white {
  background-color: #f2f2f2 !important;
}

.bg-medium-gray {
  background-color: #6c757d !important;
}

.bg-dark-gray {
  background-color: #4d5154 !important;
}

.bg-default-blue {
  background-color: #5294d3 !important;
}

.bg-dark-blue {
  background-color: #3a7bb9 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-violet {
  background-color: #8f67b8 !important;
}

.bg-yellow {
  background-color: #C2DF11 !important;
}

.bg-body {
  background-color: #f2f2f2 !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded, .gs-default-list-item, .card-box {
  border-radius: 0.3rem !important;
}

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-end {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.3rem !important;
  border-bottom-left-radius: 0.3rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.3rem !important;
  border-top-left-radius: 0.3rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: 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;
  }
  .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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.24rem !important;
  }
  .gap-sm-2 {
    gap: 0.48rem !important;
  }
  .gap-sm-3 {
    gap: 0.96rem !important;
  }
  .gap-sm-4 {
    gap: 1.44rem !important;
  }
  .gap-sm-5 {
    gap: 2.88rem !important;
  }
  .gap-sm-6 {
    gap: 4.32rem !important;
  }
  .gap-sm-7 {
    gap: 5.76rem !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.24rem !important;
  }
  .m-sm-2 {
    margin: 0.48rem !important;
  }
  .m-sm-3 {
    margin: 0.96rem !important;
  }
  .m-sm-4 {
    margin: 1.44rem !important;
  }
  .m-sm-5 {
    margin: 2.88rem !important;
  }
  .m-sm-6 {
    margin: 4.32rem !important;
  }
  .m-sm-7 {
    margin: 5.76rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-sm-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !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.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-sm-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-sm-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-sm-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-sm-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-sm-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-sm-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !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.24rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.48rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.96rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.44rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.88rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.32rem !important;
  }
  .mt-sm-7 {
    margin-top: 5.76rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.24rem !important;
  }
  .me-sm-2 {
    margin-right: 0.48rem !important;
  }
  .me-sm-3 {
    margin-right: 0.96rem !important;
  }
  .me-sm-4 {
    margin-right: 1.44rem !important;
  }
  .me-sm-5 {
    margin-right: 2.88rem !important;
  }
  .me-sm-6 {
    margin-right: 4.32rem !important;
  }
  .me-sm-7 {
    margin-right: 5.76rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.24rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.48rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.96rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.44rem !important;
  }
  .ms-sm-5 {
    margin-left: 2.88rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.32rem !important;
  }
  .ms-sm-7 {
    margin-left: 5.76rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.24rem !important;
  }
  .m-sm-n2 {
    margin: -0.48rem !important;
  }
  .m-sm-n3 {
    margin: -0.96rem !important;
  }
  .m-sm-n4 {
    margin: -1.44rem !important;
  }
  .m-sm-n5 {
    margin: -2.88rem !important;
  }
  .m-sm-n6 {
    margin: -4.32rem !important;
  }
  .m-sm-n7 {
    margin: -5.76rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-sm-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-sm-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-sm-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-sm-n7 {
    margin-top: -5.76rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.24rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.48rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.96rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.44rem !important;
  }
  .me-sm-n5 {
    margin-right: -2.88rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.32rem !important;
  }
  .me-sm-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-sm-n7 {
    margin-left: -5.76rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.24rem !important;
  }
  .p-sm-2 {
    padding: 0.48rem !important;
  }
  .p-sm-3 {
    padding: 0.96rem !important;
  }
  .p-sm-4, .card-box {
    padding: 1.44rem !important;
  }
  .p-sm-5 {
    padding: 2.88rem !important;
  }
  .p-sm-6 {
    padding: 4.32rem !important;
  }
  .p-sm-7 {
    padding: 5.76rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-sm-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-sm-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-sm-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-sm-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-sm-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-sm-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-sm-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-sm-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-sm-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-sm-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-sm-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-sm-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.24rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.48rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.96rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.44rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.88rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.32rem !important;
  }
  .pt-sm-7 {
    padding-top: 5.76rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.24rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.48rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.96rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.44rem !important;
  }
  .pe-sm-5 {
    padding-right: 2.88rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.32rem !important;
  }
  .pe-sm-7 {
    padding-right: 5.76rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.24rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.48rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.96rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.44rem !important;
  }
  .ps-sm-5 {
    padding-left: 2.88rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.32rem !important;
  }
  .ps-sm-7 {
    padding-left: 5.76rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: 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;
  }
  .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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.24rem !important;
  }
  .gap-md-2 {
    gap: 0.48rem !important;
  }
  .gap-md-3 {
    gap: 0.96rem !important;
  }
  .gap-md-4 {
    gap: 1.44rem !important;
  }
  .gap-md-5 {
    gap: 2.88rem !important;
  }
  .gap-md-6 {
    gap: 4.32rem !important;
  }
  .gap-md-7 {
    gap: 5.76rem !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.24rem !important;
  }
  .m-md-2 {
    margin: 0.48rem !important;
  }
  .m-md-3 {
    margin: 0.96rem !important;
  }
  .m-md-4 {
    margin: 1.44rem !important;
  }
  .m-md-5 {
    margin: 2.88rem !important;
  }
  .m-md-6 {
    margin: 4.32rem !important;
  }
  .m-md-7 {
    margin: 5.76rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-md-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-md-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-md-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-md-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-md-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-md-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !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.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-md-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-md-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-md-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-md-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-md-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-md-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !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.24rem !important;
  }
  .mt-md-2 {
    margin-top: 0.48rem !important;
  }
  .mt-md-3 {
    margin-top: 0.96rem !important;
  }
  .mt-md-4 {
    margin-top: 1.44rem !important;
  }
  .mt-md-5 {
    margin-top: 2.88rem !important;
  }
  .mt-md-6 {
    margin-top: 4.32rem !important;
  }
  .mt-md-7 {
    margin-top: 5.76rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.24rem !important;
  }
  .me-md-2 {
    margin-right: 0.48rem !important;
  }
  .me-md-3 {
    margin-right: 0.96rem !important;
  }
  .me-md-4 {
    margin-right: 1.44rem !important;
  }
  .me-md-5 {
    margin-right: 2.88rem !important;
  }
  .me-md-6 {
    margin-right: 4.32rem !important;
  }
  .me-md-7 {
    margin-right: 5.76rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.24rem !important;
  }
  .ms-md-2 {
    margin-left: 0.48rem !important;
  }
  .ms-md-3 {
    margin-left: 0.96rem !important;
  }
  .ms-md-4 {
    margin-left: 1.44rem !important;
  }
  .ms-md-5 {
    margin-left: 2.88rem !important;
  }
  .ms-md-6 {
    margin-left: 4.32rem !important;
  }
  .ms-md-7 {
    margin-left: 5.76rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.24rem !important;
  }
  .m-md-n2 {
    margin: -0.48rem !important;
  }
  .m-md-n3 {
    margin: -0.96rem !important;
  }
  .m-md-n4 {
    margin: -1.44rem !important;
  }
  .m-md-n5 {
    margin: -2.88rem !important;
  }
  .m-md-n6 {
    margin: -4.32rem !important;
  }
  .m-md-n7 {
    margin: -5.76rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-md-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-md-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-md-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-md-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-md-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-md-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-md-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-md-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-md-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-md-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-md-n7 {
    margin-top: -5.76rem !important;
  }
  .me-md-n1 {
    margin-right: -0.24rem !important;
  }
  .me-md-n2 {
    margin-right: -0.48rem !important;
  }
  .me-md-n3 {
    margin-right: -0.96rem !important;
  }
  .me-md-n4 {
    margin-right: -1.44rem !important;
  }
  .me-md-n5 {
    margin-right: -2.88rem !important;
  }
  .me-md-n6 {
    margin-right: -4.32rem !important;
  }
  .me-md-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-md-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-md-n7 {
    margin-left: -5.76rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.24rem !important;
  }
  .p-md-2 {
    padding: 0.48rem !important;
  }
  .p-md-3 {
    padding: 0.96rem !important;
  }
  .p-md-4 {
    padding: 1.44rem !important;
  }
  .p-md-5 {
    padding: 2.88rem !important;
  }
  .p-md-6 {
    padding: 4.32rem !important;
  }
  .p-md-7 {
    padding: 5.76rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-md-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-md-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-md-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-md-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-md-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-md-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-md-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-md-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-md-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-md-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-md-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-md-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.24rem !important;
  }
  .pt-md-2 {
    padding-top: 0.48rem !important;
  }
  .pt-md-3 {
    padding-top: 0.96rem !important;
  }
  .pt-md-4 {
    padding-top: 1.44rem !important;
  }
  .pt-md-5 {
    padding-top: 2.88rem !important;
  }
  .pt-md-6 {
    padding-top: 4.32rem !important;
  }
  .pt-md-7 {
    padding-top: 5.76rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.24rem !important;
  }
  .pe-md-2 {
    padding-right: 0.48rem !important;
  }
  .pe-md-3 {
    padding-right: 0.96rem !important;
  }
  .pe-md-4 {
    padding-right: 1.44rem !important;
  }
  .pe-md-5 {
    padding-right: 2.88rem !important;
  }
  .pe-md-6 {
    padding-right: 4.32rem !important;
  }
  .pe-md-7 {
    padding-right: 5.76rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.24rem !important;
  }
  .ps-md-2 {
    padding-left: 0.48rem !important;
  }
  .ps-md-3 {
    padding-left: 0.96rem !important;
  }
  .ps-md-4 {
    padding-left: 1.44rem !important;
  }
  .ps-md-5 {
    padding-left: 2.88rem !important;
  }
  .ps-md-6 {
    padding-left: 4.32rem !important;
  }
  .ps-md-7 {
    padding-left: 5.76rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 990px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: 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;
  }
  .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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.24rem !important;
  }
  .gap-lg-2 {
    gap: 0.48rem !important;
  }
  .gap-lg-3 {
    gap: 0.96rem !important;
  }
  .gap-lg-4 {
    gap: 1.44rem !important;
  }
  .gap-lg-5 {
    gap: 2.88rem !important;
  }
  .gap-lg-6 {
    gap: 4.32rem !important;
  }
  .gap-lg-7 {
    gap: 5.76rem !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.24rem !important;
  }
  .m-lg-2 {
    margin: 0.48rem !important;
  }
  .m-lg-3 {
    margin: 0.96rem !important;
  }
  .m-lg-4 {
    margin: 1.44rem !important;
  }
  .m-lg-5 {
    margin: 2.88rem !important;
  }
  .m-lg-6 {
    margin: 4.32rem !important;
  }
  .m-lg-7 {
    margin: 5.76rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-lg-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !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.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-lg-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-lg-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-lg-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-lg-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-lg-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-lg-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !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.24rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.48rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.96rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.44rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.88rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.32rem !important;
  }
  .mt-lg-7 {
    margin-top: 5.76rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.24rem !important;
  }
  .me-lg-2 {
    margin-right: 0.48rem !important;
  }
  .me-lg-3 {
    margin-right: 0.96rem !important;
  }
  .me-lg-4 {
    margin-right: 1.44rem !important;
  }
  .me-lg-5 {
    margin-right: 2.88rem !important;
  }
  .me-lg-6 {
    margin-right: 4.32rem !important;
  }
  .me-lg-7 {
    margin-right: 5.76rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.24rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.48rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.96rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.44rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.88rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.32rem !important;
  }
  .ms-lg-7 {
    margin-left: 5.76rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.24rem !important;
  }
  .m-lg-n2 {
    margin: -0.48rem !important;
  }
  .m-lg-n3 {
    margin: -0.96rem !important;
  }
  .m-lg-n4 {
    margin: -1.44rem !important;
  }
  .m-lg-n5 {
    margin: -2.88rem !important;
  }
  .m-lg-n6 {
    margin: -4.32rem !important;
  }
  .m-lg-n7 {
    margin: -5.76rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-lg-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-lg-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-lg-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-lg-n7 {
    margin-top: -5.76rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.24rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.48rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.96rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.44rem !important;
  }
  .me-lg-n5 {
    margin-right: -2.88rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.32rem !important;
  }
  .me-lg-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-lg-n7 {
    margin-left: -5.76rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.24rem !important;
  }
  .p-lg-2 {
    padding: 0.48rem !important;
  }
  .p-lg-3 {
    padding: 0.96rem !important;
  }
  .p-lg-4 {
    padding: 1.44rem !important;
  }
  .p-lg-5 {
    padding: 2.88rem !important;
  }
  .p-lg-6 {
    padding: 4.32rem !important;
  }
  .p-lg-7 {
    padding: 5.76rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-lg-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-lg-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-lg-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-lg-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-lg-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-lg-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-lg-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-lg-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-lg-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-lg-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-lg-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-lg-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.24rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.48rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.96rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.44rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.88rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.32rem !important;
  }
  .pt-lg-7 {
    padding-top: 5.76rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.24rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.48rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.96rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.44rem !important;
  }
  .pe-lg-5 {
    padding-right: 2.88rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.32rem !important;
  }
  .pe-lg-7 {
    padding-right: 5.76rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.24rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.48rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.96rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.44rem !important;
  }
  .ps-lg-5 {
    padding-left: 2.88rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.32rem !important;
  }
  .ps-lg-7 {
    padding-left: 5.76rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: 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;
  }
  .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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.24rem !important;
  }
  .gap-xl-2 {
    gap: 0.48rem !important;
  }
  .gap-xl-3 {
    gap: 0.96rem !important;
  }
  .gap-xl-4 {
    gap: 1.44rem !important;
  }
  .gap-xl-5 {
    gap: 2.88rem !important;
  }
  .gap-xl-6 {
    gap: 4.32rem !important;
  }
  .gap-xl-7 {
    gap: 5.76rem !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.24rem !important;
  }
  .m-xl-2 {
    margin: 0.48rem !important;
  }
  .m-xl-3 {
    margin: 0.96rem !important;
  }
  .m-xl-4 {
    margin: 1.44rem !important;
  }
  .m-xl-5 {
    margin: 2.88rem !important;
  }
  .m-xl-6 {
    margin: 4.32rem !important;
  }
  .m-xl-7 {
    margin: 5.76rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-xl-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !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.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-xl-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-xl-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-xl-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-xl-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-xl-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-xl-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !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.24rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.48rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.96rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.44rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.88rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.32rem !important;
  }
  .mt-xl-7 {
    margin-top: 5.76rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.24rem !important;
  }
  .me-xl-2 {
    margin-right: 0.48rem !important;
  }
  .me-xl-3 {
    margin-right: 0.96rem !important;
  }
  .me-xl-4 {
    margin-right: 1.44rem !important;
  }
  .me-xl-5 {
    margin-right: 2.88rem !important;
  }
  .me-xl-6 {
    margin-right: 4.32rem !important;
  }
  .me-xl-7 {
    margin-right: 5.76rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.24rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.48rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.96rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.44rem !important;
  }
  .ms-xl-5 {
    margin-left: 2.88rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.32rem !important;
  }
  .ms-xl-7 {
    margin-left: 5.76rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.24rem !important;
  }
  .m-xl-n2 {
    margin: -0.48rem !important;
  }
  .m-xl-n3 {
    margin: -0.96rem !important;
  }
  .m-xl-n4 {
    margin: -1.44rem !important;
  }
  .m-xl-n5 {
    margin: -2.88rem !important;
  }
  .m-xl-n6 {
    margin: -4.32rem !important;
  }
  .m-xl-n7 {
    margin: -5.76rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-xl-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-xl-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-xl-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-xl-n7 {
    margin-top: -5.76rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.24rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.48rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.96rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.44rem !important;
  }
  .me-xl-n5 {
    margin-right: -2.88rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.32rem !important;
  }
  .me-xl-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-xl-n7 {
    margin-left: -5.76rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.24rem !important;
  }
  .p-xl-2 {
    padding: 0.48rem !important;
  }
  .p-xl-3 {
    padding: 0.96rem !important;
  }
  .p-xl-4 {
    padding: 1.44rem !important;
  }
  .p-xl-5 {
    padding: 2.88rem !important;
  }
  .p-xl-6 {
    padding: 4.32rem !important;
  }
  .p-xl-7 {
    padding: 5.76rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-xl-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-xl-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-xl-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-xl-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-xl-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-xl-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-xl-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-xl-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-xl-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-xl-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-xl-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-xl-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.48rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.96rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.44rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.88rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.32rem !important;
  }
  .pt-xl-7 {
    padding-top: 5.76rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.24rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.48rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.96rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.44rem !important;
  }
  .pe-xl-5 {
    padding-right: 2.88rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.32rem !important;
  }
  .pe-xl-7 {
    padding-right: 5.76rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.24rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.48rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.96rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.44rem !important;
  }
  .ps-xl-5 {
    padding-left: 2.88rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.32rem !important;
  }
  .ps-xl-7 {
    padding-left: 5.76rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .float-mxl-start {
    float: left !important;
  }
  .float-mxl-end {
    float: right !important;
  }
  .float-mxl-none {
    float: none !important;
  }
  .d-mxl-inline {
    display: inline !important;
  }
  .d-mxl-inline-block {
    display: inline-block !important;
  }
  .d-mxl-block {
    display: block !important;
  }
  .d-mxl-grid {
    display: grid !important;
  }
  .d-mxl-table {
    display: table !important;
  }
  .d-mxl-table-row {
    display: table-row !important;
  }
  .d-mxl-table-cell {
    display: table-cell !important;
  }
  .d-mxl-flex {
    display: flex !important;
  }
  .d-mxl-inline-flex {
    display: inline-flex !important;
  }
  .d-mxl-none {
    display: none !important;
  }
  .flex-mxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-mxl-row {
    flex-direction: row !important;
  }
  .flex-mxl-column {
    flex-direction: column !important;
  }
  .flex-mxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-mxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-mxl-0 {
    gap: 0 !important;
  }
  .gap-mxl-1 {
    gap: 0.24rem !important;
  }
  .gap-mxl-2 {
    gap: 0.48rem !important;
  }
  .gap-mxl-3 {
    gap: 0.96rem !important;
  }
  .gap-mxl-4 {
    gap: 1.44rem !important;
  }
  .gap-mxl-5 {
    gap: 2.88rem !important;
  }
  .gap-mxl-6 {
    gap: 4.32rem !important;
  }
  .gap-mxl-7 {
    gap: 5.76rem !important;
  }
  .justify-content-mxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-mxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-mxl-center {
    justify-content: center !important;
  }
  .justify-content-mxl-between {
    justify-content: space-between !important;
  }
  .justify-content-mxl-around {
    justify-content: space-around !important;
  }
  .justify-content-mxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-mxl-start {
    align-items: flex-start !important;
  }
  .align-items-mxl-end {
    align-items: flex-end !important;
  }
  .align-items-mxl-center {
    align-items: center !important;
  }
  .align-items-mxl-baseline {
    align-items: baseline !important;
  }
  .align-items-mxl-stretch {
    align-items: stretch !important;
  }
  .align-content-mxl-start {
    align-content: flex-start !important;
  }
  .align-content-mxl-end {
    align-content: flex-end !important;
  }
  .align-content-mxl-center {
    align-content: center !important;
  }
  .align-content-mxl-between {
    align-content: space-between !important;
  }
  .align-content-mxl-around {
    align-content: space-around !important;
  }
  .align-content-mxl-stretch {
    align-content: stretch !important;
  }
  .align-self-mxl-auto {
    align-self: auto !important;
  }
  .align-self-mxl-start {
    align-self: flex-start !important;
  }
  .align-self-mxl-end {
    align-self: flex-end !important;
  }
  .align-self-mxl-center {
    align-self: center !important;
  }
  .align-self-mxl-baseline {
    align-self: baseline !important;
  }
  .align-self-mxl-stretch {
    align-self: stretch !important;
  }
  .order-mxl-first {
    order: -1 !important;
  }
  .order-mxl-0 {
    order: 0 !important;
  }
  .order-mxl-1 {
    order: 1 !important;
  }
  .order-mxl-2 {
    order: 2 !important;
  }
  .order-mxl-3 {
    order: 3 !important;
  }
  .order-mxl-4 {
    order: 4 !important;
  }
  .order-mxl-5 {
    order: 5 !important;
  }
  .order-mxl-last {
    order: 6 !important;
  }
  .m-mxl-0 {
    margin: 0 !important;
  }
  .m-mxl-1 {
    margin: 0.24rem !important;
  }
  .m-mxl-2 {
    margin: 0.48rem !important;
  }
  .m-mxl-3 {
    margin: 0.96rem !important;
  }
  .m-mxl-4 {
    margin: 1.44rem !important;
  }
  .m-mxl-5 {
    margin: 2.88rem !important;
  }
  .m-mxl-6 {
    margin: 4.32rem !important;
  }
  .m-mxl-7 {
    margin: 5.76rem !important;
  }
  .m-mxl-auto {
    margin: auto !important;
  }
  .mx-mxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mxl-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-mxl-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-mxl-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-mxl-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-mxl-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-mxl-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-mxl-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !important;
  }
  .mx-mxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mxl-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-mxl-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-mxl-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-mxl-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-mxl-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-mxl-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-mxl-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !important;
  }
  .my-mxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mxl-0 {
    margin-top: 0 !important;
  }
  .mt-mxl-1 {
    margin-top: 0.24rem !important;
  }
  .mt-mxl-2 {
    margin-top: 0.48rem !important;
  }
  .mt-mxl-3 {
    margin-top: 0.96rem !important;
  }
  .mt-mxl-4 {
    margin-top: 1.44rem !important;
  }
  .mt-mxl-5 {
    margin-top: 2.88rem !important;
  }
  .mt-mxl-6 {
    margin-top: 4.32rem !important;
  }
  .mt-mxl-7 {
    margin-top: 5.76rem !important;
  }
  .mt-mxl-auto {
    margin-top: auto !important;
  }
  .me-mxl-0 {
    margin-right: 0 !important;
  }
  .me-mxl-1 {
    margin-right: 0.24rem !important;
  }
  .me-mxl-2 {
    margin-right: 0.48rem !important;
  }
  .me-mxl-3 {
    margin-right: 0.96rem !important;
  }
  .me-mxl-4 {
    margin-right: 1.44rem !important;
  }
  .me-mxl-5 {
    margin-right: 2.88rem !important;
  }
  .me-mxl-6 {
    margin-right: 4.32rem !important;
  }
  .me-mxl-7 {
    margin-right: 5.76rem !important;
  }
  .me-mxl-auto {
    margin-right: auto !important;
  }
  .mb-mxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-mxl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-mxl-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-mxl-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-mxl-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-mxl-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-mxl-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-mxl-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-mxl-auto {
    margin-bottom: auto !important;
  }
  .ms-mxl-0 {
    margin-left: 0 !important;
  }
  .ms-mxl-1 {
    margin-left: 0.24rem !important;
  }
  .ms-mxl-2 {
    margin-left: 0.48rem !important;
  }
  .ms-mxl-3 {
    margin-left: 0.96rem !important;
  }
  .ms-mxl-4 {
    margin-left: 1.44rem !important;
  }
  .ms-mxl-5 {
    margin-left: 2.88rem !important;
  }
  .ms-mxl-6 {
    margin-left: 4.32rem !important;
  }
  .ms-mxl-7 {
    margin-left: 5.76rem !important;
  }
  .ms-mxl-auto {
    margin-left: auto !important;
  }
  .m-mxl-n1 {
    margin: -0.24rem !important;
  }
  .m-mxl-n2 {
    margin: -0.48rem !important;
  }
  .m-mxl-n3 {
    margin: -0.96rem !important;
  }
  .m-mxl-n4 {
    margin: -1.44rem !important;
  }
  .m-mxl-n5 {
    margin: -2.88rem !important;
  }
  .m-mxl-n6 {
    margin: -4.32rem !important;
  }
  .m-mxl-n7 {
    margin: -5.76rem !important;
  }
  .mx-mxl-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-mxl-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-mxl-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-mxl-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-mxl-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-mxl-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-mxl-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-mxl-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-mxl-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-mxl-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-mxl-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-mxl-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-mxl-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-mxl-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-mxl-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-mxl-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-mxl-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-mxl-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-mxl-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-mxl-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-mxl-n7 {
    margin-top: -5.76rem !important;
  }
  .me-mxl-n1 {
    margin-right: -0.24rem !important;
  }
  .me-mxl-n2 {
    margin-right: -0.48rem !important;
  }
  .me-mxl-n3 {
    margin-right: -0.96rem !important;
  }
  .me-mxl-n4 {
    margin-right: -1.44rem !important;
  }
  .me-mxl-n5 {
    margin-right: -2.88rem !important;
  }
  .me-mxl-n6 {
    margin-right: -4.32rem !important;
  }
  .me-mxl-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-mxl-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-mxl-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-mxl-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-mxl-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-mxl-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-mxl-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-mxl-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-mxl-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-mxl-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-mxl-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-mxl-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-mxl-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-mxl-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-mxl-n7 {
    margin-left: -5.76rem !important;
  }
  .p-mxl-0 {
    padding: 0 !important;
  }
  .p-mxl-1 {
    padding: 0.24rem !important;
  }
  .p-mxl-2 {
    padding: 0.48rem !important;
  }
  .p-mxl-3 {
    padding: 0.96rem !important;
  }
  .p-mxl-4 {
    padding: 1.44rem !important;
  }
  .p-mxl-5 {
    padding: 2.88rem !important;
  }
  .p-mxl-6 {
    padding: 4.32rem !important;
  }
  .p-mxl-7 {
    padding: 5.76rem !important;
  }
  .px-mxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mxl-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-mxl-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-mxl-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-mxl-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-mxl-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-mxl-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-mxl-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-mxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mxl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-mxl-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-mxl-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-mxl-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-mxl-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-mxl-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-mxl-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-mxl-0 {
    padding-top: 0 !important;
  }
  .pt-mxl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-mxl-2 {
    padding-top: 0.48rem !important;
  }
  .pt-mxl-3 {
    padding-top: 0.96rem !important;
  }
  .pt-mxl-4 {
    padding-top: 1.44rem !important;
  }
  .pt-mxl-5 {
    padding-top: 2.88rem !important;
  }
  .pt-mxl-6 {
    padding-top: 4.32rem !important;
  }
  .pt-mxl-7 {
    padding-top: 5.76rem !important;
  }
  .pe-mxl-0 {
    padding-right: 0 !important;
  }
  .pe-mxl-1 {
    padding-right: 0.24rem !important;
  }
  .pe-mxl-2 {
    padding-right: 0.48rem !important;
  }
  .pe-mxl-3 {
    padding-right: 0.96rem !important;
  }
  .pe-mxl-4 {
    padding-right: 1.44rem !important;
  }
  .pe-mxl-5 {
    padding-right: 2.88rem !important;
  }
  .pe-mxl-6 {
    padding-right: 4.32rem !important;
  }
  .pe-mxl-7 {
    padding-right: 5.76rem !important;
  }
  .pb-mxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-mxl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-mxl-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-mxl-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-mxl-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-mxl-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-mxl-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-mxl-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-mxl-0 {
    padding-left: 0 !important;
  }
  .ps-mxl-1 {
    padding-left: 0.24rem !important;
  }
  .ps-mxl-2 {
    padding-left: 0.48rem !important;
  }
  .ps-mxl-3 {
    padding-left: 0.96rem !important;
  }
  .ps-mxl-4 {
    padding-left: 1.44rem !important;
  }
  .ps-mxl-5 {
    padding-left: 2.88rem !important;
  }
  .ps-mxl-6 {
    padding-left: 4.32rem !important;
  }
  .ps-mxl-7 {
    padding-left: 5.76rem !important;
  }
  .text-mxl-start {
    text-align: left !important;
  }
  .text-mxl-end {
    text-align: right !important;
  }
  .text-mxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: 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;
  }
  .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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.24rem !important;
  }
  .gap-xxl-2 {
    gap: 0.48rem !important;
  }
  .gap-xxl-3 {
    gap: 0.96rem !important;
  }
  .gap-xxl-4 {
    gap: 1.44rem !important;
  }
  .gap-xxl-5 {
    gap: 2.88rem !important;
  }
  .gap-xxl-6 {
    gap: 4.32rem !important;
  }
  .gap-xxl-7 {
    gap: 5.76rem !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.24rem !important;
  }
  .m-xxl-2 {
    margin: 0.48rem !important;
  }
  .m-xxl-3 {
    margin: 0.96rem !important;
  }
  .m-xxl-4 {
    margin: 1.44rem !important;
  }
  .m-xxl-5 {
    margin: 2.88rem !important;
  }
  .m-xxl-6 {
    margin: 4.32rem !important;
  }
  .m-xxl-7 {
    margin: 5.76rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !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.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-xxl-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !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.24rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.48rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.96rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.44rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2.88rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.32rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5.76rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.24rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.48rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.96rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.44rem !important;
  }
  .me-xxl-5 {
    margin-right: 2.88rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.32rem !important;
  }
  .me-xxl-7 {
    margin-right: 5.76rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.24rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.48rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.96rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.44rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2.88rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.32rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5.76rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.24rem !important;
  }
  .m-xxl-n2 {
    margin: -0.48rem !important;
  }
  .m-xxl-n3 {
    margin: -0.96rem !important;
  }
  .m-xxl-n4 {
    margin: -1.44rem !important;
  }
  .m-xxl-n5 {
    margin: -2.88rem !important;
  }
  .m-xxl-n6 {
    margin: -4.32rem !important;
  }
  .m-xxl-n7 {
    margin: -5.76rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-xxl-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-xxl-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -5.76rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.24rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.48rem !important;
  }
  .me-xxl-n3 {
    margin-right: -0.96rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.44rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2.88rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.32rem !important;
  }
  .me-xxl-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -5.76rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.24rem !important;
  }
  .p-xxl-2 {
    padding: 0.48rem !important;
  }
  .p-xxl-3 {
    padding: 0.96rem !important;
  }
  .p-xxl-4 {
    padding: 1.44rem !important;
  }
  .p-xxl-5 {
    padding: 2.88rem !important;
  }
  .p-xxl-6 {
    padding: 4.32rem !important;
  }
  .p-xxl-7 {
    padding: 5.76rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-xxl-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-xxl-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-xxl-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.48rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.96rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.44rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.88rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.32rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5.76rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.24rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.48rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.96rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.44rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2.88rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.32rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5.76rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.24rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.48rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.96rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.44rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2.88rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.32rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5.76rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.24rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.48rem !important;
  }
  .gap-xxxl-3 {
    gap: 0.96rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.44rem !important;
  }
  .gap-xxxl-5 {
    gap: 2.88rem !important;
  }
  .gap-xxxl-6 {
    gap: 4.32rem !important;
  }
  .gap-xxxl-7 {
    gap: 5.76rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.24rem !important;
  }
  .m-xxxl-2 {
    margin: 0.48rem !important;
  }
  .m-xxxl-3 {
    margin: 0.96rem !important;
  }
  .m-xxxl-4 {
    margin: 1.44rem !important;
  }
  .m-xxxl-5 {
    margin: 2.88rem !important;
  }
  .m-xxxl-6 {
    margin: 4.32rem !important;
  }
  .m-xxxl-7 {
    margin: 5.76rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.24rem !important;
    margin-left: 0.24rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.48rem !important;
    margin-left: 0.48rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 0.96rem !important;
    margin-left: 0.96rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.44rem !important;
    margin-left: 1.44rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 2.88rem !important;
    margin-left: 2.88rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 4.32rem !important;
    margin-left: 4.32rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 5.76rem !important;
    margin-left: 5.76rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.24rem !important;
    margin-bottom: 0.24rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.48rem !important;
    margin-bottom: 0.48rem !important;
  }
  .my-xxxl-3 {
    margin-top: 0.96rem !important;
    margin-bottom: 0.96rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.44rem !important;
    margin-bottom: 1.44rem !important;
  }
  .my-xxxl-5 {
    margin-top: 2.88rem !important;
    margin-bottom: 2.88rem !important;
  }
  .my-xxxl-6 {
    margin-top: 4.32rem !important;
    margin-bottom: 4.32rem !important;
  }
  .my-xxxl-7 {
    margin-top: 5.76rem !important;
    margin-bottom: 5.76rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.24rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.48rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 0.96rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.44rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 2.88rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 4.32rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 5.76rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.24rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.48rem !important;
  }
  .me-xxxl-3 {
    margin-right: 0.96rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.44rem !important;
  }
  .me-xxxl-5 {
    margin-right: 2.88rem !important;
  }
  .me-xxxl-6 {
    margin-right: 4.32rem !important;
  }
  .me-xxxl-7 {
    margin-right: 5.76rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.24rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.48rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 0.96rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.44rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 2.88rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 4.32rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 5.76rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.24rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.48rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 0.96rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.44rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 2.88rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 4.32rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 5.76rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n1 {
    margin: -0.24rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.48rem !important;
  }
  .m-xxxl-n3 {
    margin: -0.96rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.44rem !important;
  }
  .m-xxxl-n5 {
    margin: -2.88rem !important;
  }
  .m-xxxl-n6 {
    margin: -4.32rem !important;
  }
  .m-xxxl-n7 {
    margin: -5.76rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.24rem !important;
    margin-left: -0.24rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.48rem !important;
    margin-left: -0.48rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -0.96rem !important;
    margin-left: -0.96rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.44rem !important;
    margin-left: -1.44rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -2.88rem !important;
    margin-left: -2.88rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -4.32rem !important;
    margin-left: -4.32rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -5.76rem !important;
    margin-left: -5.76rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.24rem !important;
    margin-bottom: -0.24rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.48rem !important;
    margin-bottom: -0.48rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -0.96rem !important;
    margin-bottom: -0.96rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.44rem !important;
    margin-bottom: -1.44rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -2.88rem !important;
    margin-bottom: -2.88rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -4.32rem !important;
    margin-bottom: -4.32rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -5.76rem !important;
    margin-bottom: -5.76rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.24rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.48rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -0.96rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.44rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -2.88rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -4.32rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -5.76rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.24rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.48rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -0.96rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.44rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -2.88rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -4.32rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -5.76rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.24rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.48rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -0.96rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.44rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -2.88rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -4.32rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -5.76rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.24rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.48rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -0.96rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.44rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -2.88rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -4.32rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -5.76rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.24rem !important;
  }
  .p-xxxl-2 {
    padding: 0.48rem !important;
  }
  .p-xxxl-3 {
    padding: 0.96rem !important;
  }
  .p-xxxl-4 {
    padding: 1.44rem !important;
  }
  .p-xxxl-5 {
    padding: 2.88rem !important;
  }
  .p-xxxl-6 {
    padding: 4.32rem !important;
  }
  .p-xxxl-7 {
    padding: 5.76rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.24rem !important;
    padding-left: 0.24rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.48rem !important;
    padding-left: 0.48rem !important;
  }
  .px-xxxl-3 {
    padding-right: 0.96rem !important;
    padding-left: 0.96rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.44rem !important;
    padding-left: 1.44rem !important;
  }
  .px-xxxl-5 {
    padding-right: 2.88rem !important;
    padding-left: 2.88rem !important;
  }
  .px-xxxl-6 {
    padding-right: 4.32rem !important;
    padding-left: 4.32rem !important;
  }
  .px-xxxl-7 {
    padding-right: 5.76rem !important;
    padding-left: 5.76rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.24rem !important;
    padding-bottom: 0.24rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }
  .py-xxxl-3 {
    padding-top: 0.96rem !important;
    padding-bottom: 0.96rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.44rem !important;
    padding-bottom: 1.44rem !important;
  }
  .py-xxxl-5 {
    padding-top: 2.88rem !important;
    padding-bottom: 2.88rem !important;
  }
  .py-xxxl-6 {
    padding-top: 4.32rem !important;
    padding-bottom: 4.32rem !important;
  }
  .py-xxxl-7 {
    padding-top: 5.76rem !important;
    padding-bottom: 5.76rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.24rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.48rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 0.96rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.44rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 2.88rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 4.32rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 5.76rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.24rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.48rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 0.96rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.44rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 2.88rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 4.32rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 5.76rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.24rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.48rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 0.96rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.44rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 2.88rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 4.32rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 5.76rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.24rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.48rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 0.96rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.44rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 2.88rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 4.32rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 5.76rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.0625rem !important;
  }
  .fs-2 {
    font-size: 1.65rem !important;
  }
  .fs-3 {
    font-size: 1.5015rem !important;
  }
  .fs-sm-1 {
    font-size: 2.0625rem !important;
  }
  .fs-sm-2 {
    font-size: 1.65rem !important;
  }
  .fs-sm-3 {
    font-size: 1.5015rem !important;
  }
  .fs-md-1 {
    font-size: 2.0625rem !important;
  }
  .fs-md-2 {
    font-size: 1.65rem !important;
  }
  .fs-md-3 {
    font-size: 1.5015rem !important;
  }
  .fs-lg-1 {
    font-size: 2.0625rem !important;
  }
  .fs-lg-2 {
    font-size: 1.65rem !important;
  }
  .fs-lg-3 {
    font-size: 1.5015rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.font-size-lg {
  font-size: 0.88rem;
}

.font-size-sm {
  font-size: 0.88rem;
}

.fw-semibold {
  font-weight: 500;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-n-sort {
  cursor: n-resize !important;
}

.cursor-e-sort {
  cursor: e-resize !important;
}

.cursor-sort {
  cursor: move !important;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.rounded-lg {
  border-radius: 0.4rem !important;
}

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

.rounded-right-lg {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

.rounded-bottom-lg {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.rounded-left-lg {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

.rounded-right-sm {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom-sm {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-left-sm {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.border-dashed {
  border-style: dashed !important;
}
.border-dashed.border-top {
  border-style: none !important;
  border-top-style: dashed !important;
}
.border-dashed.border-right {
  border-style: none !important;
  border-right-style: dashed !important;
}
.border-dashed.border-bottom {
  border-style: none !important;
  border-bottom-style: dashed !important;
}
.border-dashed.border-left {
  border-style: none !important;
  border-left-style: dashed !important;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  opacity: 1 !important;
  font-size: 0.8rem;
}
body.cms-alert {
  padding-bottom: 45px;
}
@media (min-width: 990px) {
  body.cms-alert {
    padding-bottom: 60px;
  }
}

body[data-sidebar-position=right] {
  direction: rtl;
}

div, section, header, footer {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow-x: hidden;
  }
}
.main-container {
  margin: 1.44rem 0 2.88rem;
  opacity: 0;
}
@media (min-width: 990px) {
  .main-container {
    margin: 2.64rem 0;
  }
}

hr {
  opacity: 1;
}

.section-devider {
  height: 0;
  background-color: transparent;
  border-top: 1px dashed #999999;
}

.page-title {
  border-bottom: 1px dashed #999999;
}

a {
  text-decoration: none;
}

.content-preloader {
  padding: 3rem 0;
  background: url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 32px 32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.d-hidden {
  display: none;
}

.gomba-blue {
  color: #5da8ef;
}

.blue-shadow {
  box-shadow: 2px 3px 10px 0 rgba(93, 168, 239, 0.07);
}

.light-text {
  color: #c1c1c1;
}

.cms-global-alert {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.cms-global-alert .alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-global-alert p {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin-right: 20px;
  max-height: 34px;
  overflow: hidden;
  line-height: 1.3;
}
@media (min-width: 990px) {
  .cms-global-alert p {
    font-size: 0.88rem;
    margin-right: 10px;
    max-height: 34px;
  }
}
.cms-global-alert .btn {
  padding: 0.31rem 1rem;
}
@media (min-width: 990px) {
  .cms-global-alert .btn {
    padding: 0.31rem 1.88rem;
  }
}

.badge {
  color: #fff;
  font-weight: normal;
}

.text-sm {
  font-size: 0.7rem;
}

.text-lg {
  font-size: 0.88rem;
}

.card-box {
  background-color: #fff;
}

.card.disabled {
  pointer-events: none;
  opacity: 0.75;
}
.card.card-info {
  border-color: rgb(173.6785714286, 222.3928571429, 242.8214285714) !important;
}
.card.card-info .card-header {
  background-color: rgb(195.8571428571, 231.2857142857, 246.1428571429);
  color: rgb(24.3571428571, 121.7857142857, 162.6428571429);
}
.card.card-success {
  border-color: rgb(187.868852459, 231.131147541, 202.7868852459) !important;
}
.card.card-success .card-header {
  background-color: rgb(206.6803278689, 237.8196721311, 217.4180327869);
  color: rgb(43.0163934426, 120.9836065574, 69.9016393443);
}
.card.card-danger {
  border-color: rgb(247.9045454545, 150.5954545455, 166.8136363636) !important;
}
.card.card-danger .card-header {
  background-color: rgb(250.1763636364, 184.0236363636, 195.0490909091);
  color: rgb(158.2454545455, 10.7545454545, 35.3363636364);
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-full {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-full {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}

.container-sm {
  max-width: 620px;
}

.container-md {
  max-width: 980px;
}

.container-lg {
  max-width: 1220px;
}

.container-xl {
  max-width: 1320px;
}

.container-xxl {
  max-width: 1600px;
}

.container-full {
  max-width: 100%;
}

.gs-default-list-item {
  background-color: #fff;
}
.gs-default-list-item > .row {
  transition: all 0.3s;
}
@media (min-width: 990px) {
  .gs-default-list-item > .row:hover {
    box-shadow: 0px 3px 6px rgba(171, 171, 171, 0.5);
  }
}
.gs-default-list-item .gs-item-info {
  border-radius: 0.3rem 0.3rem 0 0;
}
@media (min-width: 576px) {
  .gs-default-list-item .gs-item-info {
    border-radius: 0.3rem 0 0 0.3rem;
  }
}
.gs-default-list-item .item-content-edit {
  background: #e8f7fd;
  border-radius: 0 0 0.3rem 0.3rem;
  color: #6c757d;
  display: flex;
  height: 100%;
  border-top: 1px solid #dedfe0;
}
@media (min-width: 576px) {
  .gs-default-list-item .item-content-edit {
    border-radius: 0 0.3rem 0.3rem 0;
    border-left: 1px solid #dedfe0;
    border-top: 0;
  }
}
.gs-default-list-item .item-content-edit .row {
  width: 100%;
}
.gs-default-list-item .item-content-edit a {
  color: #495057;
}
.gs-default-list-item .item-content-edit .icon {
  font-size: 1rem;
}

.btn {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.btn.btn-sm, .btn-group-sm > .btn {
  border-radius: 0.3rem;
}
.btn:not(.dropdown-toggle):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  border-radius: 100%;
  transform: scale(0);
}
.btn:not(.dropdown-toggle):focus:after {
  animation: ripple 1s linear;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.btn .fas, .btn .dropdown-check-label:after, .btn .far {
  margin-right: 2px;
}

.btn-pill {
  border-radius: 10rem !important;
}

.btn-square {
  border-radius: 0 !important;
}

.btn-gray {
  border-color: #afafaf;
}
.btn-gray:hover, .btn-gray:focus {
  border-color: #afafaf;
}

.btn-sky-blue {
  border-color: #dedfe0;
}
.btn-sky-blue:hover, .btn-sky-blue:focus {
  border-color: #dedfe0;
  background-color: rgb(236.692, 248.632, 253.408);
}

.btn-primary:hover, .btn-primary:focus {
  border-color: rgb(60.508988764, 150.5511235955, 235.791011236);
  background-color: rgb(60.508988764, 150.5511235955, 235.791011236);
}

.btn-white {
  color: #333333;
}
.btn-white:hover, .btn-white:focus {
  border-color: rgb(244.8, 244.8, 244.8);
  background-color: rgb(244.8, 244.8, 244.8);
}

.btn-light-gray {
  border-color: #dce2e6;
}
.btn-light-gray:hover, .btn-light-gray:focus {
  border-color: #dce2e6;
  background-color: rgb(227.5, 235, 240);
}

.btn.loading {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  border-color: #dedfe0;
  background-color: #fff !important;
  color: #fff !important;
}
.btn.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  background: url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 100% 70%;
}

.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary.disabled, .btn-primary:disabled, .show > .btn-primary.dropdown-toggle {
  color: #fff;
}
.btn-primary:hover:not(:disabled):not(.disabled), .btn-primary.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-primary:hover:not(:disabled):not(.disabled), .btn-outline-primary.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.disabled, .btn-secondary:disabled, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
}
.btn-secondary:hover:not(:disabled):not(.disabled), .btn-secondary.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-secondary:hover:not(:disabled):not(.disabled), .btn-outline-secondary.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-success, .btn-success:focus, .btn-success.focus, .btn-success.disabled, .btn-success:disabled, .show > .btn-success.dropdown-toggle {
  color: #fff;
}
.btn-success:hover:not(:disabled):not(.disabled), .btn-success.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-success:hover:not(:disabled):not(.disabled), .btn-outline-success.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-info, .btn-info:focus, .btn-info.focus, .btn-info.disabled, .btn-info:disabled, .show > .btn-info.dropdown-toggle {
  color: #fff;
}
.btn-info:hover:not(:disabled):not(.disabled), .btn-info.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-info:hover:not(:disabled):not(.disabled), .btn-outline-info.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-info-light, .btn-info-light:focus, .btn-info-light.focus, .btn-info-light.disabled, .btn-info-light:disabled, .show > .btn-info-light.dropdown-toggle {
  color: #fff;
}
.btn-info-light:hover:not(:disabled):not(.disabled), .btn-info-light.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-info-light:not(:disabled):not(.disabled):active, .btn-info-light:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-info-light:hover:not(:disabled):not(.disabled), .btn-outline-info-light.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active, .btn-outline-info-light:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-warning, .btn-warning:focus, .btn-warning.focus, .btn-warning.disabled, .btn-warning:disabled, .show > .btn-warning.dropdown-toggle {
  color: #fff;
}
.btn-warning:hover:not(:disabled):not(.disabled), .btn-warning.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-warning:hover:not(:disabled):not(.disabled), .btn-outline-warning.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger.disabled, .btn-danger:disabled, .show > .btn-danger.dropdown-toggle {
  color: #fff;
}
.btn-danger:hover:not(:disabled):not(.disabled), .btn-danger.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-danger:hover:not(:disabled):not(.disabled), .btn-outline-danger.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-light, .btn-light:focus, .btn-light.focus, .btn-light.disabled, .btn-light:disabled, .show > .btn-light.dropdown-toggle {
  color: #fff;
}
.btn-light:hover:not(:disabled):not(.disabled), .btn-light.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-light:hover:not(:disabled):not(.disabled), .btn-outline-light.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-white, .btn-white:focus, .btn-white.focus, .btn-white.disabled, .btn-white:disabled, .show > .btn-white.dropdown-toggle {
  color: #fff;
}
.btn-white:hover:not(:disabled):not(.disabled), .btn-white.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-white:hover:not(:disabled):not(.disabled), .btn-outline-white.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-dark, .btn-dark:focus, .btn-dark.focus, .btn-dark.disabled, .btn-dark:disabled, .show > .btn-dark.dropdown-toggle {
  color: #fff;
}
.btn-dark:hover:not(:disabled):not(.disabled), .btn-dark.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-dark:hover:not(:disabled):not(.disabled), .btn-outline-dark.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-gray, .btn-gray:focus, .btn-gray.focus, .btn-gray.disabled, .btn-gray:disabled, .show > .btn-gray.dropdown-toggle {
  color: #fff;
}
.btn-gray:hover:not(:disabled):not(.disabled), .btn-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-gray:hover:not(:disabled):not(.disabled), .btn-outline-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-sky-blue, .btn-sky-blue:focus, .btn-sky-blue.focus, .btn-sky-blue.disabled, .btn-sky-blue:disabled, .show > .btn-sky-blue.dropdown-toggle {
  color: #fff;
}
.btn-sky-blue:hover:not(:disabled):not(.disabled), .btn-sky-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-sky-blue:not(:disabled):not(.disabled):active, .btn-sky-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-sky-blue:hover:not(:disabled):not(.disabled), .btn-outline-sky-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-sky-blue:not(:disabled):not(.disabled):active, .btn-outline-sky-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-brd-gray, .btn-brd-gray:focus, .btn-brd-gray.focus, .btn-brd-gray.disabled, .btn-brd-gray:disabled, .show > .btn-brd-gray.dropdown-toggle {
  color: #fff;
}
.btn-brd-gray:hover:not(:disabled):not(.disabled), .btn-brd-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-brd-gray:not(:disabled):not(.disabled):active, .btn-brd-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-brd-gray:hover:not(:disabled):not(.disabled), .btn-outline-brd-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-brd-gray:not(:disabled):not(.disabled):active, .btn-outline-brd-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-light-gray, .btn-light-gray:focus, .btn-light-gray.focus, .btn-light-gray.disabled, .btn-light-gray:disabled, .show > .btn-light-gray.dropdown-toggle {
  color: #fff;
}
.btn-light-gray:hover:not(:disabled):not(.disabled), .btn-light-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-light-gray:hover:not(:disabled):not(.disabled), .btn-outline-light-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-dirty-white, .btn-dirty-white:focus, .btn-dirty-white.focus, .btn-dirty-white.disabled, .btn-dirty-white:disabled, .show > .btn-dirty-white.dropdown-toggle {
  color: #fff;
}
.btn-dirty-white:hover:not(:disabled):not(.disabled), .btn-dirty-white.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-dirty-white:not(:disabled):not(.disabled):active, .btn-dirty-white:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-dirty-white:hover:not(:disabled):not(.disabled), .btn-outline-dirty-white.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-dirty-white:not(:disabled):not(.disabled):active, .btn-outline-dirty-white:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-medium-gray, .btn-medium-gray:focus, .btn-medium-gray.focus, .btn-medium-gray.disabled, .btn-medium-gray:disabled, .show > .btn-medium-gray.dropdown-toggle {
  color: #fff;
}
.btn-medium-gray:hover:not(:disabled):not(.disabled), .btn-medium-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-medium-gray:not(:disabled):not(.disabled):active, .btn-medium-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-medium-gray:hover:not(:disabled):not(.disabled), .btn-outline-medium-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-medium-gray:not(:disabled):not(.disabled):active, .btn-outline-medium-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-dark-gray, .btn-dark-gray:focus, .btn-dark-gray.focus, .btn-dark-gray.disabled, .btn-dark-gray:disabled, .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
}
.btn-dark-gray:hover:not(:disabled):not(.disabled), .btn-dark-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-dark-gray:hover:not(:disabled):not(.disabled), .btn-outline-dark-gray.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-default-blue, .btn-default-blue:focus, .btn-default-blue.focus, .btn-default-blue.disabled, .btn-default-blue:disabled, .show > .btn-default-blue.dropdown-toggle {
  color: #fff;
}
.btn-default-blue:hover:not(:disabled):not(.disabled), .btn-default-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-default-blue:not(:disabled):not(.disabled):active, .btn-default-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-default-blue:hover:not(:disabled):not(.disabled), .btn-outline-default-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-default-blue:not(:disabled):not(.disabled):active, .btn-outline-default-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-dark-blue, .btn-dark-blue:focus, .btn-dark-blue.focus, .btn-dark-blue.disabled, .btn-dark-blue:disabled, .show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
}
.btn-dark-blue:hover:not(:disabled):not(.disabled), .btn-dark-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-dark-blue:hover:not(:disabled):not(.disabled), .btn-outline-dark-blue.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-pink, .btn-pink:focus, .btn-pink.focus, .btn-pink.disabled, .btn-pink:disabled, .show > .btn-pink.dropdown-toggle {
  color: #fff;
}
.btn-pink:hover:not(:disabled):not(.disabled), .btn-pink.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-pink:hover:not(:disabled):not(.disabled), .btn-outline-pink.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-purple, .btn-purple:focus, .btn-purple.focus, .btn-purple.disabled, .btn-purple:disabled, .show > .btn-purple.dropdown-toggle {
  color: #fff;
}
.btn-purple:hover:not(:disabled):not(.disabled), .btn-purple.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-purple:hover:not(:disabled):not(.disabled), .btn-outline-purple.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-violet, .btn-violet:focus, .btn-violet.focus, .btn-violet.disabled, .btn-violet:disabled, .show > .btn-violet.dropdown-toggle {
  color: #fff;
}
.btn-violet:hover:not(:disabled):not(.disabled), .btn-violet.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-violet:hover:not(:disabled):not(.disabled), .btn-outline-violet.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-yellow, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow.disabled, .btn-yellow:disabled, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
}
.btn-yellow:hover:not(:disabled):not(.disabled), .btn-yellow.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-outline-yellow:hover:not(:disabled):not(.disabled), .btn-outline-yellow.hover:not(:disabled):not(.disabled) {
  color: #fff;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active {
  color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover {
  color: #fff;
  background-color: rgb(50.15, 75.65, 129.2);
  border-color: rgb(47.2, 71.2, 121.6);
}
.btn-check:focus + .btn-facebook, .btn-facebook:focus {
  color: #fff;
  background-color: rgb(50.15, 75.65, 129.2);
  border-color: rgb(47.2, 71.2, 121.6);
  box-shadow: 0 0 0 0 rgba(88.4, 113.9, 167.45, 0.5);
}
.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(47.2, 71.2, 121.6);
  border-color: rgb(44.25, 66.75, 114);
}
.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(88.4, 113.9, 167.45, 0.5);
}
.btn-facebook:disabled, .btn-facebook.disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook.disabled, .btn-facebook:disabled, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
}
.btn-facebook:hover:not(:disabled):not(.disabled), .btn-facebook.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-twitter {
  color: #000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #000;
  background-color: rgb(62.9, 175.1, 243.95);
  border-color: rgb(51.6, 170.4, 243.3);
}
.btn-check:focus + .btn-twitter, .btn-twitter:focus {
  color: #000;
  background-color: rgb(62.9, 175.1, 243.95);
  border-color: rgb(51.6, 170.4, 243.3);
  box-shadow: 0 0 0 0 rgba(24.65, 136.85, 205.7, 0.5);
}
.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  color: #000;
  background-color: rgb(74.2, 179.8, 244.6);
  border-color: rgb(51.6, 170.4, 243.3);
}
.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(24.65, 136.85, 205.7, 0.5);
}
.btn-twitter:disabled, .btn-twitter.disabled {
  color: #000;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter.disabled, .btn-twitter:disabled, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
}
.btn-twitter:hover:not(:disabled):not(.disabled), .btn-twitter.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-google {
  color: #000;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google:hover {
  color: #000;
  background-color: rgb(225.25, 104.55, 93.5);
  border-color: rgb(223.5, 95.7, 84);
}
.btn-check:focus + .btn-google, .btn-google:focus {
  color: #000;
  background-color: rgb(225.25, 104.55, 93.5);
  border-color: rgb(223.5, 95.7, 84);
  box-shadow: 0 0 0 0 rgba(187, 66.3, 55.25, 0.5);
}
.btn-check:checked + .btn-google, .btn-check:active + .btn-google, .btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
  color: #000;
  background-color: rgb(227, 113.4, 103);
  border-color: rgb(223.5, 95.7, 84);
}
.btn-check:checked + .btn-google:focus, .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(187, 66.3, 55.25, 0.5);
}
.btn-google:disabled, .btn-google.disabled {
  color: #000;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google, .btn-google:focus, .btn-google.focus, .btn-google.disabled, .btn-google:disabled, .show > .btn-google.dropdown-toggle {
  color: #fff;
}
.btn-google:hover:not(:disabled):not(.disabled), .btn-google.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-youtube {
  color: #000;
  background-color: #f00;
  border-color: #f00;
}
.btn-youtube:hover {
  color: #000;
  background-color: rgb(255, 38.25, 38.25);
  border-color: rgb(255, 25.5, 25.5);
}
.btn-check:focus + .btn-youtube, .btn-youtube:focus {
  color: #000;
  background-color: rgb(255, 38.25, 38.25);
  border-color: rgb(255, 25.5, 25.5);
  box-shadow: 0 0 0 0 rgba(216.75, 0, 0, 0.5);
}
.btn-check:checked + .btn-youtube, .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active, .show > .btn-youtube.dropdown-toggle {
  color: #000;
  background-color: #ff3333;
  border-color: rgb(255, 25.5, 25.5);
}
.btn-check:checked + .btn-youtube:focus, .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216.75, 0, 0, 0.5);
}
.btn-youtube:disabled, .btn-youtube.disabled {
  color: #000;
  background-color: #f00;
  border-color: #f00;
}
.btn-youtube, .btn-youtube:focus, .btn-youtube.focus, .btn-youtube.disabled, .btn-youtube:disabled, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
}
.btn-youtube:hover:not(:disabled):not(.disabled), .btn-youtube.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-vimeo {
  color: #000;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-vimeo:hover {
  color: #000;
  background-color: rgb(60.35, 193.8, 237.15);
  border-color: rgb(48.9, 190.2, 236.1);
}
.btn-check:focus + .btn-vimeo, .btn-vimeo:focus {
  color: #000;
  background-color: rgb(60.35, 193.8, 237.15);
  border-color: rgb(48.9, 190.2, 236.1);
  box-shadow: 0 0 0 0 rgba(22.1, 155.55, 198.9, 0.5);
}
.btn-check:checked + .btn-vimeo, .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active, .show > .btn-vimeo.dropdown-toggle {
  color: #000;
  background-color: rgb(71.8, 197.4, 238.2);
  border-color: rgb(48.9, 190.2, 236.1);
}
.btn-check:checked + .btn-vimeo:focus, .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(22.1, 155.55, 198.9, 0.5);
}
.btn-vimeo:disabled, .btn-vimeo.disabled {
  color: #000;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-vimeo, .btn-vimeo:focus, .btn-vimeo.focus, .btn-vimeo.disabled, .btn-vimeo:disabled, .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
}
.btn-vimeo:hover:not(:disabled):not(.disabled), .btn-vimeo.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-dribbble {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-dribbble:hover {
  color: #000;
  background-color: rgb(237.15, 102.85, 154.7);
  border-color: rgb(236.1, 93.9, 148.8);
}
.btn-check:focus + .btn-dribbble, .btn-dribbble:focus {
  color: #000;
  background-color: rgb(237.15, 102.85, 154.7);
  border-color: rgb(236.1, 93.9, 148.8);
  box-shadow: 0 0 0 0 rgba(198.9, 64.6, 116.45, 0.5);
}
.btn-check:checked + .btn-dribbble, .btn-check:active + .btn-dribbble, .btn-dribbble:active, .btn-dribbble.active, .show > .btn-dribbble.dropdown-toggle {
  color: #000;
  background-color: rgb(238.2, 111.8, 160.6);
  border-color: rgb(236.1, 93.9, 148.8);
}
.btn-check:checked + .btn-dribbble:focus, .btn-check:active + .btn-dribbble:focus, .btn-dribbble:active:focus, .btn-dribbble.active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(198.9, 64.6, 116.45, 0.5);
}
.btn-dribbble:disabled, .btn-dribbble.disabled {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-dribbble, .btn-dribbble:focus, .btn-dribbble.focus, .btn-dribbble.disabled, .btn-dribbble:disabled, .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
}
.btn-dribbble:hover:not(:disabled):not(.disabled), .btn-dribbble.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
}
.btn-github:hover {
  color: #fff;
  background-color: rgb(20.4, 19.55, 19.55);
  border-color: rgb(19.2, 18.4, 18.4);
}
.btn-check:focus + .btn-github, .btn-github:focus {
  color: #fff;
  background-color: rgb(20.4, 19.55, 19.55);
  border-color: rgb(19.2, 18.4, 18.4);
  box-shadow: 0 0 0 0 rgba(58.65, 57.8, 57.8, 0.5);
}
.btn-check:checked + .btn-github, .btn-check:active + .btn-github, .btn-github:active, .btn-github.active, .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.2, 18.4, 18.4);
  border-color: rgb(18, 17.25, 17.25);
}
.btn-check:checked + .btn-github:focus, .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58.65, 57.8, 57.8, 0.5);
}
.btn-github:disabled, .btn-github.disabled {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
}
.btn-github, .btn-github:focus, .btn-github.focus, .btn-github.disabled, .btn-github:disabled, .show > .btn-github.dropdown-toggle {
  color: #fff;
}
.btn-github:hover:not(:disabled):not(.disabled), .btn-github.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-instagram {
  color: #000;
  background-color: #e4405f;
  border-color: #e4405f;
}
.btn-instagram:hover {
  color: #000;
  background-color: rgb(232.05, 92.65, 119);
  border-color: rgb(230.7, 83.1, 111);
}
.btn-check:focus + .btn-instagram, .btn-instagram:focus {
  color: #000;
  background-color: rgb(232.05, 92.65, 119);
  border-color: rgb(230.7, 83.1, 111);
  box-shadow: 0 0 0 0 rgba(193.8, 54.4, 80.75, 0.5);
}
.btn-check:checked + .btn-instagram, .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active, .show > .btn-instagram.dropdown-toggle {
  color: #000;
  background-color: rgb(233.4, 102.2, 127);
  border-color: rgb(230.7, 83.1, 111);
}
.btn-check:checked + .btn-instagram:focus, .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(193.8, 54.4, 80.75, 0.5);
}
.btn-instagram:disabled, .btn-instagram.disabled {
  color: #000;
  background-color: #e4405f;
  border-color: #e4405f;
}
.btn-instagram, .btn-instagram:focus, .btn-instagram.focus, .btn-instagram.disabled, .btn-instagram:disabled, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
}
.btn-instagram:hover:not(:disabled):not(.disabled), .btn-instagram.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: rgb(160.65, 6.8, 23.8);
  border-color: rgb(151.2, 6.4, 22.4);
}
.btn-check:focus + .btn-pinterest, .btn-pinterest:focus {
  color: #fff;
  background-color: rgb(160.65, 6.8, 23.8);
  border-color: rgb(151.2, 6.4, 22.4);
  box-shadow: 0 0 0 0 rgba(198.9, 45.05, 62.05, 0.5);
}
.btn-check:checked + .btn-pinterest, .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: rgb(151.2, 6.4, 22.4);
  border-color: rgb(141.75, 6, 21);
}
.btn-check:checked + .btn-pinterest:focus, .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(198.9, 45.05, 62.05, 0.5);
}
.btn-pinterest:disabled, .btn-pinterest.disabled {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn-pinterest, .btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest.disabled, .btn-pinterest:disabled, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
}
.btn-pinterest:hover:not(:disabled):not(.disabled), .btn-pinterest.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-flickr:hover {
  color: #fff;
  background-color: rgb(0, 84.15, 187);
  border-color: rgb(0, 79.2, 176);
}
.btn-check:focus + .btn-flickr, .btn-flickr:focus {
  color: #fff;
  background-color: rgb(0, 84.15, 187);
  border-color: rgb(0, 79.2, 176);
  box-shadow: 0 0 0 0 rgba(38.25, 122.4, 225.25, 0.5);
}
.btn-check:checked + .btn-flickr, .btn-check:active + .btn-flickr, .btn-flickr:active, .btn-flickr.active, .show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 79.2, 176);
  border-color: rgb(0, 74.25, 165);
}
.btn-check:checked + .btn-flickr:focus, .btn-check:active + .btn-flickr:focus, .btn-flickr:active:focus, .btn-flickr.active:focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 122.4, 225.25, 0.5);
}
.btn-flickr:disabled, .btn-flickr.disabled {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-flickr, .btn-flickr:focus, .btn-flickr.focus, .btn-flickr.disabled, .btn-flickr:disabled, .show > .btn-flickr.dropdown-toggle {
  color: #fff;
}
.btn-flickr:hover:not(:disabled):not(.disabled), .btn-flickr.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: rgb(0, 69.7, 173.4);
  border-color: rgb(0, 65.6, 163.2);
}
.btn-check:focus + .btn-bitbucket, .btn-bitbucket:focus {
  color: #fff;
  background-color: rgb(0, 69.7, 173.4);
  border-color: rgb(0, 65.6, 163.2);
  box-shadow: 0 0 0 0 rgba(38.25, 107.95, 211.65, 0.5);
}
.btn-check:checked + .btn-bitbucket, .btn-check:active + .btn-bitbucket, .btn-bitbucket:active, .btn-bitbucket.active, .show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 65.6, 163.2);
  border-color: rgb(0, 61.5, 153);
}
.btn-check:checked + .btn-bitbucket:focus, .btn-check:active + .btn-bitbucket:focus, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 107.95, 211.65, 0.5);
}
.btn-bitbucket:disabled, .btn-bitbucket.disabled {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}
.btn-bitbucket, .btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket.disabled, .btn-bitbucket:disabled, .show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
}
.btn-bitbucket:hover:not(:disabled):not(.disabled), .btn-bitbucket.hover:not(:disabled):not(.disabled) {
  color: #fff;
}

.btn-light, .btn-light:focus, .btn-light.focus, .btn-light.disabled, .btn-light:disabled, .show > .btn-light.dropdown-toggle,
.btn-white,
.btn-white:focus,
.btn-white.focus,
.btn-white.disabled,
.btn-white:disabled,
.show > .btn-white.dropdown-toggle {
  color: #020202;
}
.btn-light:hover:not(:disabled):not(.disabled), .btn-light.hover:not(:disabled):not(.disabled),
.btn-white:hover:not(:disabled):not(.disabled),
.btn-white.hover:not(:disabled):not(.disabled) {
  color: #020202;
}

.btn-outline-light:hover:not(:disabled):not(.disabled), .btn-outline-light.hover:not(:disabled):not(.disabled),
.btn-outline-white:hover:not(:disabled):not(.disabled),
.btn-outline-white.hover:not(:disabled):not(.disabled) {
  color: #020202;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
  color: #020202;
}

.btn-add-new {
  width: 116px;
  height: 116px;
  border-radius: 0.3rem;
  position: relative;
  background-color: #e8e7e7;
  border: 1px solid #ababab;
  text-decoration: none;
  color: #7b7b7b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (min-width: 990px) {
  .btn-add-new:hover {
    color: #7b7b7b;
    box-shadow: 2px 5px 10px #ababab;
  }
}
.btn-add-new:after {
  content: "+";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 48px;
  line-height: 30px;
}

.btn-add-new-small {
  display: inline-block;
  padding-left: 46px;
  position: relative;
  color: #333333;
  text-decoration: none;
  color: #5da8ef;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-add-new-small {
    transition: none;
  }
}
@media (min-width: 990px) {
  .btn-add-new-small:hover {
    padding-left: 50px;
  }
}
.btn-add-new-small:before {
  content: "+";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background-color: #5da8ef;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-switch-group {
  display: flex;
  align-items: center;
}
.toggle-switch-group.off .toggle-btn-group {
  border-color: #afafaf;
}
.toggle-switch-group.off .toggle-btn-switch {
  left: -100%;
}

.toggle-btn-group {
  width: 76px;
  height: 34px;
  overflow: hidden;
}
.toggle-btn-group .toggle-btn-switch {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.2s;
}
.toggle-btn-group .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 6px 12px;
}
.toggle-btn-group .btn.toggle-on {
  left: 0;
  right: 50%;
  padding-right: 24px;
}
.toggle-btn-group .btn.toggle-off {
  left: 50%;
  right: 0;
  padding-left: 24px;
}
.toggle-btn-group .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  border-radius: 4px;
}

.dropdown .dropdown-menu {
  z-index: 99 !important;
}

.dropdown-item {
  transition: color 0.3s;
  cursor: pointer;
  padding: 0.2rem 1.2rem;
}
.dropdown-item.active {
  color: #5da8ef;
  background-color: transparent;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: #5da8ef;
  background-color: transparent;
}

.dropdown-toggle {
  padding: 0.375rem 1.6rem 0.375rem 1.2rem;
  position: relative;
}
.dropdown-toggle.nav-link {
  padding: 0.5rem 1rem;
}
.dropdown-toggle:after {
  border-top-color: #5da8ef;
  border-width: 0.35em;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2.5px;
}
.dropdown-toggle.btn-primary {
  border-left-color: #fff;
}
.dropdown-toggle.btn-primary:after {
  border-top-color: #fff;
}

.dropdown-check-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.dropdown-check-label.checked:after {
  display: block;
}
.dropdown-check-label input {
  display: none !important;
}
.dropdown-check-label:after {
  content: "\F00C";
  position: absolute;
  top: 8px;
  left: 9px;
  color: #5da8ef;
  display: none;
}
.dropdown-check-label:hover:after {
  content: "\F00D";
  left: 11px;
  color: #ce0e2e;
}
.dropdown-check-label.loading {
  pointer-events: none;
}
.dropdown-check-label.loading:after {
  content: "\F2F1" !important;
  animation: spin 0.75s infinite;
  left: 8px !important;
  top: 7px !important;
  display: block;
}

.cascading-dropdown .dropdown-menu {
  padding: 1rem 0.5rem;
  min-width: 320px;
}
.cascading-dropdown [data-filter] {
  display: none;
}

.scrollable-dropdown-menu {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
}
.scrollable-dropdown-menu.sm {
  max-height: 250px;
}

@media (min-width: 990px) {
  .dropdown-multiple .dropdown-item:hover {
    background-color: #5da8ef;
    color: #fff;
    transition: all 0.3s;
  }
}
.dropdown-multiple .dropdown-item.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.dropdown-multiple .dropdown-item.checked {
  background-color: #e0e0e0;
  color: #333333;
}
.dropdown-multiple .dropdown-item.checked:after {
  content: "\F00C";
  position: absolute;
  top: 3px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5da8ef;
}
@media (min-width: 990px) {
  .dropdown-multiple .dropdown-item.checked:hover {
    background-color: #f4f7f9;
  }
  .dropdown-multiple .dropdown-item.checked:hover:after {
    content: "\F00D";
    right: 12px;
    color: #ce0e2e;
  }
}
.dropdown-multiple .dropdown-item.level-one {
  padding-left: 2rem;
}
.dropdown-multiple .dropdown-item.level-two {
  padding-left: 3rem;
}

.form-label {
  margin-bottom: 5px;
  line-height: 1;
  color: #a1a1a1;
}

.form-check-input {
  margin-top: 0;
}

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

.form-check-input.small {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form-switch .form-check-input.fill-bg {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input.bg-primary {
  border-color: #5da8ef;
}
.form-switch .form-check-input.bg-primary:focus {
  box-shadow: none;
  border-color: #5da8ef;
}
.form-switch .form-check-input.bg-secondary {
  border-color: #7fba00;
}
.form-switch .form-check-input.bg-secondary:focus {
  box-shadow: none;
  border-color: #7fba00;
}

.nav-tabs {
  display: block;
}
@media (min-width: 576px) {
  .nav-tabs {
    display: flex;
  }
}
.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 0.3rem 0.3rem 0 0;
}
@media (min-width: 576px) {
  .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 0.3rem 0 0 0;
  }
}
.nav-tabs .nav-link {
  border: solid #dedfe0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  color: #333333;
}
@media (min-width: 576px) {
  .nav-tabs .nav-link {
    border-width: 0 1px 0 0;
  }
}
@media (min-width: 990px) {
  .nav-tabs .nav-link:hover:not(.active) {
    color: #5da8ef;
  }
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-width: 0 0 1px 0;
}
@media (min-width: 576px) {
  .nav-tabs .nav-link.active {
    border-width: 0 1px 0 0;
  }
}

.dataTables_wrapper .table.dataTable,
.table,
.table-responsive .table,
.table-responsive-sm .table,
.table-responsive-md .table,
.table-responsive-lg .table,
.table-responsive-xl .table {
  border-left: 0;
  margin-bottom: 0;
  border-color: #dedfe0;
}
.dataTables_wrapper .table.dataTable td,
.table td,
.table-responsive .table td,
.table-responsive-sm .table td,
.table-responsive-md .table td,
.table-responsive-lg .table td,
.table-responsive-xl .table td {
  padding: 10px;
}
.dataTables_wrapper .table.dataTable td:first-child,
.dataTables_wrapper .table.dataTable th:first-child,
.table td:first-child,
.table th:first-child,
.table-responsive .table td:first-child,
.table-responsive .table th:first-child,
.table-responsive-sm .table td:first-child,
.table-responsive-sm .table th:first-child,
.table-responsive-md .table td:first-child,
.table-responsive-md .table th:first-child,
.table-responsive-lg .table td:first-child,
.table-responsive-lg .table th:first-child,
.table-responsive-xl .table td:first-child,
.table-responsive-xl .table th:first-child {
  border-left: 0;
}
.dataTables_wrapper .table.dataTable td:last-child,
.dataTables_wrapper .table.dataTable th:last-child,
.table td:last-child,
.table th:last-child,
.table-responsive .table td:last-child,
.table-responsive .table th:last-child,
.table-responsive-sm .table td:last-child,
.table-responsive-sm .table th:last-child,
.table-responsive-md .table td:last-child,
.table-responsive-md .table th:last-child,
.table-responsive-lg .table td:last-child,
.table-responsive-lg .table th:last-child,
.table-responsive-xl .table td:last-child,
.table-responsive-xl .table th:last-child {
  border-right: 0;
}
.dataTables_wrapper .table.dataTable tr:first-child td,
.dataTables_wrapper .table.dataTable tr:first-child th,
.table tr:first-child td,
.table tr:first-child th,
.table-responsive .table tr:first-child td,
.table-responsive .table tr:first-child th,
.table-responsive-sm .table tr:first-child td,
.table-responsive-sm .table tr:first-child th,
.table-responsive-md .table tr:first-child td,
.table-responsive-md .table tr:first-child th,
.table-responsive-lg .table tr:first-child td,
.table-responsive-lg .table tr:first-child th,
.table-responsive-xl .table tr:first-child td,
.table-responsive-xl .table tr:first-child th {
  border-top: 0;
}
.dataTables_wrapper .table.dataTable > thead tr th,
.table > thead tr th,
.table-responsive .table > thead tr th,
.table-responsive-sm .table > thead tr th,
.table-responsive-md .table > thead tr th,
.table-responsive-lg .table > thead tr th,
.table-responsive-xl .table > thead tr th {
  border-bottom-color: inherit !important;
}
.dataTables_wrapper .table.dataTable a,
.table a,
.table-responsive .table a,
.table-responsive-sm .table a,
.table-responsive-md .table a,
.table-responsive-lg .table a,
.table-responsive-xl .table a {
  text-decoration: none;
}

.table.no-border td {
  border: 0 !important;
}
.table.no-border > thead tr th {
  border: 0 !important;
}

.table.border-right td {
  border-right: 1px solid #dedfe0;
}
.table.border-right > thead tr th {
  border-right: 1px solid #dedfe0;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > thead > tr > th {
  font-weight: 500;
}

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

.modal-primary .modal-content {
  background: #5da8ef;
  color: color-yiq(#5da8ef);
}
.modal-primary h1, .modal-primary h2, .modal-primary h3, .modal-primary h4, .modal-primary h5, .modal-primary h6,
.modal-primary .h1, .modal-primary .h2, .modal-primary .h3, .modal-primary .h4, .modal-primary .h5, .modal-primary .h6 {
  color: #fff;
}

.modal-secondary .modal-content {
  background: #7fba00;
  color: color-yiq(#7fba00);
}
.modal-secondary h1, .modal-secondary h2, .modal-secondary h3, .modal-secondary h4, .modal-secondary h5, .modal-secondary h6,
.modal-secondary .h1, .modal-secondary .h2, .modal-secondary .h3, .modal-secondary .h4, .modal-secondary .h5, .modal-secondary .h6 {
  color: #fff;
}

.modal-success .modal-content {
  background: #4BBF73;
  color: color-yiq(#4BBF73);
}
.modal-success h1, .modal-success h2, .modal-success h3, .modal-success h4, .modal-success h5, .modal-success h6,
.modal-success .h1, .modal-success .h2, .modal-success .h3, .modal-success .h4, .modal-success .h5, .modal-success .h6 {
  color: #fff;
}

.modal-info .modal-content {
  background: #1F9BCF;
  color: color-yiq(#1F9BCF);
}
.modal-info h1, .modal-info h2, .modal-info h3, .modal-info h4, .modal-info h5, .modal-info h6,
.modal-info .h1, .modal-info .h2, .modal-info .h3, .modal-info .h4, .modal-info .h5, .modal-info .h6 {
  color: #fff;
}

.modal-info-light .modal-content {
  background: #d9edf7;
  color: color-yiq(#d9edf7);
}
.modal-info-light h1, .modal-info-light h2, .modal-info-light h3, .modal-info-light h4, .modal-info-light h5, .modal-info-light h6,
.modal-info-light .h1, .modal-info-light .h2, .modal-info-light .h3, .modal-info-light .h4, .modal-info-light .h5, .modal-info-light .h6 {
  color: #fff;
}

.modal-warning .modal-content {
  background: #E5A54B;
  color: color-yiq(#E5A54B);
}
.modal-warning h1, .modal-warning h2, .modal-warning h3, .modal-warning h4, .modal-warning h5, .modal-warning h6,
.modal-warning .h1, .modal-warning .h2, .modal-warning .h3, .modal-warning .h4, .modal-warning .h5, .modal-warning .h6 {
  color: #fff;
}

.modal-danger .modal-content {
  background: #ce0e2e;
  color: color-yiq(#ce0e2e);
}
.modal-danger h1, .modal-danger h2, .modal-danger h3, .modal-danger h4, .modal-danger h5, .modal-danger h6,
.modal-danger .h1, .modal-danger .h2, .modal-danger .h3, .modal-danger .h4, .modal-danger .h5, .modal-danger .h6 {
  color: #fff;
}

.modal-light .modal-content {
  background: rgb(234.2, 234.2, 234.2);
  color: color-yiq(rgb(234.2, 234.2, 234.2));
}
.modal-light h1, .modal-light h2, .modal-light h3, .modal-light h4, .modal-light h5, .modal-light h6,
.modal-light .h1, .modal-light .h2, .modal-light .h3, .modal-light .h4, .modal-light .h5, .modal-light .h6 {
  color: #fff;
}

.modal-white .modal-content {
  background: #fff;
  color: color-yiq(#fff);
}
.modal-white h1, .modal-white h2, .modal-white h3, .modal-white h4, .modal-white h5, .modal-white h6,
.modal-white .h1, .modal-white .h2, .modal-white .h3, .modal-white .h4, .modal-white .h5, .modal-white .h6 {
  color: #fff;
}

.modal-dark .modal-content {
  background: #212529;
  color: color-yiq(#212529);
}
.modal-dark h1, .modal-dark h2, .modal-dark h3, .modal-dark h4, .modal-dark h5, .modal-dark h6,
.modal-dark .h1, .modal-dark .h2, .modal-dark .h3, .modal-dark .h4, .modal-dark .h5, .modal-dark .h6 {
  color: #fff;
}

.modal-gray .modal-content {
  background: #e0e0e0;
  color: color-yiq(#e0e0e0);
}
.modal-gray h1, .modal-gray h2, .modal-gray h3, .modal-gray h4, .modal-gray h5, .modal-gray h6,
.modal-gray .h1, .modal-gray .h2, .modal-gray .h3, .modal-gray .h4, .modal-gray .h5, .modal-gray .h6 {
  color: #fff;
}

.modal-sky-blue .modal-content {
  background: #e8f7fd;
  color: color-yiq(#e8f7fd);
}
.modal-sky-blue h1, .modal-sky-blue h2, .modal-sky-blue h3, .modal-sky-blue h4, .modal-sky-blue h5, .modal-sky-blue h6,
.modal-sky-blue .h1, .modal-sky-blue .h2, .modal-sky-blue .h3, .modal-sky-blue .h4, .modal-sky-blue .h5, .modal-sky-blue .h6 {
  color: #fff;
}

.modal-brd-gray .modal-content {
  background: #dedfe0;
  color: color-yiq(#dedfe0);
}
.modal-brd-gray h1, .modal-brd-gray h2, .modal-brd-gray h3, .modal-brd-gray h4, .modal-brd-gray h5, .modal-brd-gray h6,
.modal-brd-gray .h1, .modal-brd-gray .h2, .modal-brd-gray .h3, .modal-brd-gray .h4, .modal-brd-gray .h5, .modal-brd-gray .h6 {
  color: #fff;
}

.modal-light-gray .modal-content {
  background: #f4f7f9;
  color: color-yiq(#f4f7f9);
}
.modal-light-gray h1, .modal-light-gray h2, .modal-light-gray h3, .modal-light-gray h4, .modal-light-gray h5, .modal-light-gray h6,
.modal-light-gray .h1, .modal-light-gray .h2, .modal-light-gray .h3, .modal-light-gray .h4, .modal-light-gray .h5, .modal-light-gray .h6 {
  color: #fff;
}

.modal-dirty-white .modal-content {
  background: #f2f2f2;
  color: color-yiq(#f2f2f2);
}
.modal-dirty-white h1, .modal-dirty-white h2, .modal-dirty-white h3, .modal-dirty-white h4, .modal-dirty-white h5, .modal-dirty-white h6,
.modal-dirty-white .h1, .modal-dirty-white .h2, .modal-dirty-white .h3, .modal-dirty-white .h4, .modal-dirty-white .h5, .modal-dirty-white .h6 {
  color: #fff;
}

.modal-medium-gray .modal-content {
  background: #6c757d;
  color: color-yiq(#6c757d);
}
.modal-medium-gray h1, .modal-medium-gray h2, .modal-medium-gray h3, .modal-medium-gray h4, .modal-medium-gray h5, .modal-medium-gray h6,
.modal-medium-gray .h1, .modal-medium-gray .h2, .modal-medium-gray .h3, .modal-medium-gray .h4, .modal-medium-gray .h5, .modal-medium-gray .h6 {
  color: #fff;
}

.modal-dark-gray .modal-content {
  background: #4d5154;
  color: color-yiq(#4d5154);
}
.modal-dark-gray h1, .modal-dark-gray h2, .modal-dark-gray h3, .modal-dark-gray h4, .modal-dark-gray h5, .modal-dark-gray h6,
.modal-dark-gray .h1, .modal-dark-gray .h2, .modal-dark-gray .h3, .modal-dark-gray .h4, .modal-dark-gray .h5, .modal-dark-gray .h6 {
  color: #fff;
}

.modal-default-blue .modal-content {
  background: #5294d3;
  color: color-yiq(#5294d3);
}
.modal-default-blue h1, .modal-default-blue h2, .modal-default-blue h3, .modal-default-blue h4, .modal-default-blue h5, .modal-default-blue h6,
.modal-default-blue .h1, .modal-default-blue .h2, .modal-default-blue .h3, .modal-default-blue .h4, .modal-default-blue .h5, .modal-default-blue .h6 {
  color: #fff;
}

.modal-dark-blue .modal-content {
  background: #3a7bb9;
  color: color-yiq(#3a7bb9);
}
.modal-dark-blue h1, .modal-dark-blue h2, .modal-dark-blue h3, .modal-dark-blue h4, .modal-dark-blue h5, .modal-dark-blue h6,
.modal-dark-blue .h1, .modal-dark-blue .h2, .modal-dark-blue .h3, .modal-dark-blue .h4, .modal-dark-blue .h5, .modal-dark-blue .h6 {
  color: #fff;
}

.modal-pink .modal-content {
  background: #e83e8c;
  color: color-yiq(#e83e8c);
}
.modal-pink h1, .modal-pink h2, .modal-pink h3, .modal-pink h4, .modal-pink h5, .modal-pink h6,
.modal-pink .h1, .modal-pink .h2, .modal-pink .h3, .modal-pink .h4, .modal-pink .h5, .modal-pink .h6 {
  color: #fff;
}

.modal-purple .modal-content {
  background: #6f42c1;
  color: color-yiq(#6f42c1);
}
.modal-purple h1, .modal-purple h2, .modal-purple h3, .modal-purple h4, .modal-purple h5, .modal-purple h6,
.modal-purple .h1, .modal-purple .h2, .modal-purple .h3, .modal-purple .h4, .modal-purple .h5, .modal-purple .h6 {
  color: #fff;
}

.modal-violet .modal-content {
  background: #8f67b8;
  color: color-yiq(#8f67b8);
}
.modal-violet h1, .modal-violet h2, .modal-violet h3, .modal-violet h4, .modal-violet h5, .modal-violet h6,
.modal-violet .h1, .modal-violet .h2, .modal-violet .h3, .modal-violet .h4, .modal-violet .h5, .modal-violet .h6 {
  color: #fff;
}

.modal-yellow .modal-content {
  background: #C2DF11;
  color: color-yiq(#C2DF11);
}
.modal-yellow h1, .modal-yellow h2, .modal-yellow h3, .modal-yellow h4, .modal-yellow h5, .modal-yellow h6,
.modal-yellow .h1, .modal-yellow .h2, .modal-yellow .h3, .modal-yellow .h4, .modal-yellow .h5, .modal-yellow .h6 {
  color: #fff;
}

.modal-colored .modal-header,
.modal-colored .modal-footer {
  border-color: rgba(255, 255, 255, 0.33);
}

.modal-body img {
  max-width: 100%;
}

.modal.loading .modal-body:after {
  content: "";
  background: #fff url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 24px 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-loading {
  background: #fff url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 50% 50%;
  width: 50px;
  height: 50px;
  border-radius: 0.3rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.gn-std-modal .modal-footer .btn:first-child {
  float: left;
}
.gn-std-modal .modal-footer .btn:first-child:only-child {
  float: none;
}
.gn-std-modal .langs {
  position: absolute;
  top: 65px;
  right: 100%;
  left: auto;
}
.gn-std-modal .langs a {
  border-radius: 8px 0 0 8px;
}

.app-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(33, 37, 41, 0.6);
  z-index: 9999999999;
}
.app-loading.active .app-loading-icon {
  opacity: 1;
  transform: translateY(0);
}
.app-loading .app-loading-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-loading .app-loading-icon {
  border-radius: 0.3rem;
  width: 40px;
  height: 40px;
  border: 1px solid #dedfe0;
  background: #fff url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 60% 60%;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-10px);
}

.modal-preloader {
  width: 40px;
  height: 40px;
  background: #fff url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 60% 60%;
  margin: 2rem auto 1rem;
}

body[data-no-warning-msg] .header .warning-text {
  display: none;
}

@media (min-width: 990px) {
  body[data-no-main-menu-lg] .main-menu {
    display: none;
  }
}

body[data-show-category-btn] .toggle-categories {
  display: block !important;
}
body[data-show-category-btn] .toggle-categories .fa-caret-down {
  transition: all 0.3s;
}
body[data-show-category-btn] .toggle-categories.active .fa-caret-down {
  transform: rotate(-90deg);
}
@media (min-width: 990px) {
  body[data-show-category-btn] .toggle-categories {
    display: none !important;
  }
}

@media (min-width: 990px) {
  body.sticky-menu:not([prevent-sticky-menu]) .nav-sub-menu {
    position: fixed;
    top: 0;
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
    padding: 10px 0 !important;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
  z-index: 100;
}
.header.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
@media (min-width: 990px) {
  .header {
    position: relative;
    box-shadow: none;
    padding-bottom: 58px;
  }
  .header.no-sub-modules {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-bottom: 68px;
  }
  .header.no-sub-modules {
    padding-bottom: 0;
  }
}

@media (max-width: 989.98px) {
  .header-mobile-separator {
    height: 97px;
  }
  .header-mobile-separator.no-sub-modules {
    height: 59px;
  }
}

.top-menu {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 220px;
  top: 54px;
  left: 10px;
  z-index: 1;
  display: none;
}
@media (min-width: 990px) {
  .top-menu {
    background-color: #f4f4f4;
    display: flex;
    padding: 8px 0;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    max-width: none;
    overflow: inherit;
    box-shadow: none;
    z-index: 2;
  }
}
.top-menu .navbar-nav {
  padding: 6px 0;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #e8f7fd;
  border-radius: 0.3rem;
}
@media (min-width: 990px) {
  .top-menu .navbar-nav {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
  }
}
.top-menu .container-fluid, .top-menu .container-sm, .top-menu .container-md, .top-menu .container-lg, .top-menu .container-xl, .top-menu .container-xxl, .top-menu .container-full {
  display: flex;
  flex-wrap: inherit;
}
@media (max-width: 989.98px) {
  .top-menu .container-fluid, .top-menu .container-sm, .top-menu .container-md, .top-menu .container-lg, .top-menu .container-xl, .top-menu .container-xxl, .top-menu .container-full {
    display: block;
    padding: 0;
  }
}
.top-menu .warning-text {
  background-color: #e8f7fd;
  padding: 1rem 1.18rem;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
  margin: 0 0 5px;
  border-radius: 0.3rem;
}
@media (min-width: 990px) {
  .top-menu .warning-text {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    position: absolute;
    left: 1.9rem;
    top: 0;
    height: 100%;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
}
.top-menu .warning-text .warning-sp {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #ce0e2e;
}
@media (min-width: 990px) {
  .top-menu .warning-text .warning-sp {
    font-size: 0.8rem;
    font-weight: normal;
  }
}
.top-menu .warning-text .btn {
  margin: 5px 0 0;
}
@media (min-width: 990px) {
  .top-menu .warning-text .btn {
    margin: 0;
    padding: 2px 20px;
    font-size: 11px;
  }
}
.top-menu .message-notyf {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #5da8ef;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 10px;
  margin-right: 3px;
}
.top-menu .nav-item {
  position: relative;
}
@media (max-width: 989.98px) {
  .top-menu .nav-item {
    padding: 4px 1rem;
  }
}
@media (min-width: 990px) {
  .top-menu .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.top-menu .dropdown-menu {
  display: block;
  left: 50%;
  width: 154px;
  margin: 6px 0 0 -77px;
  padding: 10px;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
@media (max-width: 989.98px) {
  .top-menu .dropdown-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
    margin: 5px 0;
    transform: scale(1);
    background: transparent;
    padding: 5px;
    border-radius: 0 !important;
    border-width: 1px 0 1px 0;
  }
}
.top-menu .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
}
@media (max-width: 989.98px) {
  .top-menu .dropdown-menu:before {
    background-color: #e8f7fd;
    width: 8px;
    height: 8px;
    top: -5px;
    left: 0;
    margin-left: 20px;
  }
}
.top-menu .dropdown-item {
  font-size: 11px;
  padding: 0;
  outline: none;
}
@media (max-width: 989.98px) {
  .top-menu .dropdown-item {
    padding: 3px 0;
  }
}
.top-menu .dropdown-item:hover, .top-menu .dropdown-item:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #333333;
}
.top-menu .nav-link {
  padding: 0 7px !important;
  color: #333333;
  font-size: 11px;
  display: flex;
  align-items: center;
}
@media (max-width: 989.98px) {
  .top-menu .nav-link {
    padding: 0 !important;
    font-size: 0.8rem;
    font-weight: 500;
  }
}
.top-menu .nav-link.nav-link-mail {
  color: #5da8ef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.main-menu {
  background-color: #3a7bb9;
  padding: 10px 0;
  height: 59px;
}
@media (min-width: 990px) {
  .main-menu {
    padding: 0;
    height: auto;
    z-index: 1;
  }
}
.main-menu.open-menu .navbar-collapse {
  left: 0;
}
.main-menu.open-menu .navbar-pattern {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-menu.open-menu .navbar-settings-mobile {
  left: 0;
}
.main-menu .main-user-logo {
  font-size: 2rem;
  line-height: 1;
  color: #f4f7f9;
  position: relative;
}
.main-menu .user-notif {
  position: absolute;
  top: -4px;
  left: 20px;
  display: flex;
  align-items: center;
}
.main-menu .user-notif .notif-item {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.main-menu .menu-notif {
  position: absolute;
  top: -11px;
  right: 12px;
  display: flex;
  align-items: center;
}
.main-menu .menu-notif .notif-item {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.main-menu .navbar-toggler {
  position: relative;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  width: 25px;
  height: 20px;
  z-index: 4;
}
.main-menu .navbar-toggler.active .line-item.l-1 {
  top: 9px;
  transform: rotate(-135deg);
}
.main-menu .navbar-toggler.active .line-item.l-2 {
  width: 0;
}
.main-menu .navbar-toggler.active .line-item.l-3 {
  top: 9px;
  transform: rotate(135deg);
}
.main-menu .navbar-toggler .line-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f4f7f9;
  transition: all 0.3s;
}
.main-menu .navbar-toggler .line-item.l-1 {
  top: 0;
}
.main-menu .navbar-toggler .line-item.l-2 {
  top: 9px;
}
.main-menu .navbar-toggler .line-item.l-3 {
  top: 18px;
}
@media (max-width: 989.98px) {
  .main-menu .navbar-collapse {
    position: fixed;
    width: 85%;
    height: 100%;
    max-width: 360px;
    top: 0;
    left: -360px;
    background-color: #f4f7f9;
    align-items: flex-start;
    padding: 61px 0 0;
    transition: all 0.3s;
    z-index: 3;
  }
}
@media (max-width: 989.98px) {
  .main-menu .navbar-nav {
    overflow: auto;
    height: 100%;
    padding: 0 0 10px;
  }
}
.main-menu .navbar-pattern {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.main-menu .navbar-settings-mobile {
  position: fixed;
  top: 0;
  left: -360px;
  width: 85%;
  max-width: 360px;
  background-color: #f4f7f9;
  transition: all 0.3s;
}
.main-menu .navbar-settings-mobile .content {
  padding: 8px 0.7rem 8px 5px;
}
.main-menu .navbar-settings-mobile .settings-user {
  display: flex;
  align-items: center;
  line-height: 1;
}
.main-menu .navbar-settings-mobile .nav-icon {
  width: 30px;
  height: 30px;
  background: #5da8ef;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 1rem;
}
.main-menu .navbar-settings-mobile .setting-btn {
  color: #5b5b5b;
}
.main-menu .nav-item {
  margin: 0 1px;
  width: 80px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  position: relative;
}
@media (min-width: 1200px) {
  .main-menu .nav-item {
    width: 88px;
  }
}
@media (min-width: 990px) {
  .main-menu .nav-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: #5294d3 transparent transparent transparent;
    display: none;
  }
}
.main-menu .nav-item:nth-child(1) .dropdown-menu {
  left: 70%;
}
.main-menu .nav-item:nth-child(1) .dropdown-menu:before {
  left: 40%;
}
.main-menu .nav-item.active {
  background: #5294d3;
}
@media (min-width: 990px) {
  .main-menu .nav-item.active:before {
    display: block;
  }
}
@media (max-width: 989.98px) {
  .main-menu .nav-item.active {
    background-color: transparent;
    box-shadow: none;
  }
  .main-menu .nav-item.active .nav-link {
    background-color: #f0f0f0;
  }
  .main-menu .nav-item.active .nav-link:before {
    display: block;
  }
  .main-menu .nav-item.active .nav-icon {
    color: #5da8ef;
  }
  .main-menu .nav-item.active .dropdown-menu {
    display: block;
  }
}
@media (max-width: 989.98px) {
  .main-menu .nav-item {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
}
@media (min-width: 990px) {
  .main-menu .nav-item:hover {
    background: #5294d3;
    z-index: 1;
  }
  .main-menu .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
  }
}
.main-menu .nav-item-notif {
  position: absolute;
  top: 0;
  right: 4px;
  background-color: #e83e8c;
  color: #fff;
  border-radius: 20px;
  padding: 3px 7px;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 989.98px) {
  .main-menu .nav-item-notif {
    right: auto;
    left: 24px;
    top: 3px;
    font-size: 10px;
    padding: 2px 6px;
  }
}
.main-menu .dropdown-menu {
  display: none;
  left: 0;
  margin: 0;
  transform: scale(1);
  width: 100%;
  visibility: visible;
  opacity: 1;
  z-index: inherit;
  background: transparent;
  box-shadow: none;
  padding: 0 0 10px;
  border: 0;
}
@media (min-width: 990px) {
  .main-menu .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 170px;
    background-color: #fff;
    border: 1px solid #dedfe0;
    border-radius: 0.3rem;
    top: 100%;
    z-index: -1;
    left: 50%;
    margin: -8px 0 0 -85px;
    padding: 10px 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in;
  }
}
.main-menu .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
}
@media (max-width: 989.98px) {
  .main-menu .dropdown-menu:before {
    display: none;
  }
}
.main-menu .dropdown-menu li {
  margin: 0;
}
@media (min-width: 990px) {
  .main-menu .dropdown-menu li {
    margin: 10px 0;
  }
}
.main-menu .dropdown-item {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  white-space: normal;
  font-size: 12px;
  line-height: 1.25;
}
@media (max-width: 989.98px) {
  .main-menu .dropdown-item {
    padding: 7px calc(1.18rem + 30px);
    font-size: 12.99px;
    font-weight: 500;
    color: #818181;
  }
  .main-menu .dropdown-item.active {
    color: #5da8ef;
    background-color: transparent;
  }
}
@media (min-width: 990px) {
  .main-menu .dropdown-item:hover {
    text-decoration: underline;
    background-color: transparent;
  }
}
.main-menu .dropdown-item:focus {
  background-color: transparent;
  color: #333333;
}
.main-menu .nav-link {
  text-align: center;
  color: #eaeaea !important;
  padding: 0 !important;
  display: block;
  width: 100%;
  position: relative;
}
.main-menu .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #5da8ef;
  border-radius: 0 4px 4px 0;
  display: none;
}
@media (max-width: 989.98px) {
  .main-menu .nav-link {
    text-align: left;
    display: flex;
    padding: 10px 1.18rem !important;
    align-items: center;
    box-shadow: none;
  }
}
.main-menu .sub-icon {
  position: absolute;
  right: 1.18rem;
  top: 14px;
  color: #5b5b5b;
}
.main-menu .nav-icon {
  display: block;
  padding: 12px 0 5px 0;
  color: #fff;
  font-size: 1.75rem;
}
@media (max-width: 989.98px) {
  .main-menu .nav-icon {
    color: #5b5b5b;
    width: 25px;
    font-size: 1.1rem;
    padding: 0;
    margin-right: 5px;
    margin-top: -2px;
  }
}
.main-menu .nav-link-text {
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 989.98px) {
  .main-menu .nav-link-text {
    color: #5b5b5b;
    font-weight: 500;
    font-size: 14px;
  }
}
@media (max-width: 989.98px) {
  .main-menu .nav-preview-shop {
    display: none;
  }
}
.main-menu .nav-preview-link {
  display: flex;
  width: 80px;
  height: 74px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 990px) {
  .main-menu .nav-preview-link:hover {
    background-color: rgb(60.508988764, 150.5511235955, 235.791011236) !important;
  }
}
.main-menu .nav-preview-link .pr-icon {
  font-size: 28px;
  display: block;
  text-align: center;
  color: #fff;
}
.main-menu .nav-preview-link .pr-text {
  display: block;
  color: #fff;
  text-align: center;
}

.navbar.nav-sub-menu {
  padding: 5px 0;
  background: #fff;
  height: 38px;
}
@media (min-width: 990px) {
  .navbar.nav-sub-menu {
    position: absolute;
    top: 143px;
    left: 0;
    width: 100%;
    padding: 10px 0 10px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navbar.nav-sub-menu {
    padding: 20px 0 10px;
  }
}
.navbar.nav-sub-menu .nav-item {
  margin-right: 10px;
  position: relative;
}
.navbar.nav-sub-menu .nav-item.active:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 15px;
  left: 0;
}
.navbar.nav-sub-menu .nav-item:hover:not(.active) .nav-link {
  background-color: #e4e4e4;
}
.navbar.nav-sub-menu .nav-link {
  display: block;
  line-height: 15px;
  position: relative;
  padding: 11px 1rem;
  border-radius: 3px;
  background: #f2f2f2;
  color: #474747;
  text-decoration: none;
  font-size: 0.7rem;
}
@media (min-width: 990px) {
  .navbar.nav-sub-menu .nav-link {
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .navbar.nav-sub-menu .nav-link {
    padding: 11px 1.9rem;
    max-width: 180px;
    font-size: 0.8rem;
  }
}
@media (min-width: 1300px) {
  .navbar.nav-sub-menu .nav-link {
    max-width: inherit;
    overflow: inherit;
    font-size: 0.8rem;
  }
}
.navbar.nav-sub-menu .nav-page-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 990px) {
  .navbar.nav-sub-menu .nav-page-title {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .navbar.nav-sub-menu .nav-page-title {
    font-size: 24px;
  }
}
.navbar.nav-sub-menu .nav-page-title .nav-pt-icon {
  margin-right: 5px;
  font-size: 15px;
  color: #c3c3c3;
}
@media (min-width: 990px) {
  .navbar.nav-sub-menu .nav-page-title .nav-pt-icon {
    font-size: 26px;
    margin-right: 10px;
  }
}
.navbar.nav-sub-menu .header-save-btn {
  display: none;
}

.c-icon-plugins-installed:before {
  content: "\E90C";
}

.mce-panel {
  border-radius: 0.3rem;
  box-shadow: none !important;
  border-color: #dedfe0 !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  padding: 1px !important;
}
.mce-panel .mce-btn button {
  font-size: 0.8rem;
}

.mce-textbox {
  border-radius: 0.3rem;
  border-color: #dedfe0 !important;
}
.mce-textbox:focus {
  border-color: #dedfe0 !important;
}

.mce-window-body .mce-btn, .mce-foot .mce-btn {
  border-radius: 0.3rem;
  border-color: #dedfe0 !important;
}

html .mce-abs-layout-item, .mce-abs-end {
  font-size: 12px;
}

.mce-window-head .mce-title {
  font-size: 16px !important;
  padding: 10px 0;
}

.form-tinymce {
  opacity: 0;
}

.mce-fullscreen {
  z-index: 1000000000 !important;
}

.ui-datepicker {
  padding: 6px 10px !important;
  width: 230px !important;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 1px solid #dedfe0;
  border-radius: 0.3rem;
}
.ui-datepicker .ui-state-default {
  text-align: center;
  background-color: #b2d6f0;
  color: #333333;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #5da8ef;
  color: #fff;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: rgb(139.4157303371, 192.9269662921, 243.5842696629);
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "\F053";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  color: #5da8ef;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  left: 2px !important;
  top: 2px !important;
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-next {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\F054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  color: #5da8ef;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  right: 2px !important;
  top: 2px !important;
  opacity: 0.7;
}

.photo-manager {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.photo-manager .upload-photo-item {
  flex: 0 0 calc(33.334% - 10px);
  height: 0;
  padding-top: calc(33.334% - 10px);
  margin: 0 5px 10px 5px;
  border-radius: 0.3rem;
  border: 1px solid #dedfe0;
}
@media (min-width: 576px) {
  .photo-manager .upload-photo-item {
    flex: none;
    width: 105px;
    height: 105px;
    padding-top: 0;
  }
}
@media (min-width: 990px) {
  .photo-manager .upload-photo-item:hover .photo-actions {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.photo-manager .upload-photo-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0.3rem;
}
.photo-manager input {
  display: none !important;
}
.photo-manager .upload-photos-btn {
  flex: 0 0 calc(33.334% - 10px);
  height: 0;
  padding-top: calc(33.334% - 10px);
  background-color: #fff;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 0.3rem;
  border: 1px solid #dedfe0;
}
@media (min-width: 576px) {
  .photo-manager .upload-photos-btn {
    flex: none;
    width: 106px;
    height: 106px;
    padding-top: 0;
  }
}
.photo-manager .upload-photos-btn:after {
  content: "+";
  font-size: 60px;
  line-height: 40px;
  color: #ababab;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -18px;
}
.photo-manager .photo-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 990px) {
  .photo-manager .photo-actions {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.photo-manager .photo-actions .act {
  border-right: 1px solid #8a8a8a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  cursor: pointer;
}
.photo-manager .photo-actions .act:last-child {
  border-right: 0;
}
.photo-manager .photo-actions .act .fs-icon {
  transition: all 0.3s;
}
@media (min-width: 990px) {
  .photo-manager .photo-actions .act:hover .fs-icon {
    opacity: 0.75;
  }
}
.photo-manager .list-placeholder {
  border-radius: 0.3rem;
  line-height: 1px;
  border: 1px dashed #999;
}
.photo-manager .drop-item.focus {
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.07);
  outline: 2px dashed #5da8ef;
}

.photo-manager-clipboard {
  position: absolute;
  opacity: 0 !important;
}

.cms-content-video .yt-logo {
  min-width: 79px;
  height: 18px;
  background: transparent url("../img/youtube-logo.png") center center no-repeat;
}
.cms-content-video .yt-remove {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  display: none;
}
.cms-content-video .yt-title {
  margin-top: 3px;
}
.cms-content-video .video-thumb {
  width: 100%;
  height: 0;
  padding-top: 56%;
  background: transparent url("../img/youtube-logo.png") center center no-repeat;
  background-size: 79px 18px;
}
.cms-content-video .video-thumb .video-poster {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.search-box.searching .search-icon:after {
  display: block;
}
.search-box .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5da8ef;
  font-size: 1rem;
}
.search-box .search-icon:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 0.3rem 0 0 0.3rem;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff url("../img/chart-preloader.svg") center center no-repeat;
  background-size: 70%;
  display: none;
}
.search-box .form-control-search {
  padding-left: 35px;
}

.langs {
  position: fixed;
  top: 250px;
  left: 0;
  z-index: 999999;
}
.langs a {
  display: block;
  padding: 6px 6px 17px 6px;
  background-color: #909090;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 11px;
  border-top: solid 1px #b5b5b5;
  margin: -12px 0 0;
  transition: all 0.3s;
}
.langs a:last-child {
  padding: 6px;
}
@media (min-width: 990px) {
  .langs a:hover {
    background-color: #7fba00;
    border-color: #7fba00;
  }
}
.langs a.active {
  background-color: #7fba00;
  border-color: #7fba00;
}

[data-lng].focus, [data-translation].focus, .mce-container.focus {
  background-image: linear-gradient(90deg, #5da8ef 50%, transparent 50%), linear-gradient(90deg, #5da8ef 50%, transparent 50%), linear-gradient(0deg, #5da8ef 50%, transparent 50%), linear-gradient(0deg, #5da8ef 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
  background-position: left top, right bottom, left bottom, right top;
  animation: border-dance 0.5s infinite linear;
}

@keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }
  100% {
    background-position: left 10px top, right 10px bottom, left bottom 10px, right top 10px;
  }
}
.cms-seo-input-group {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.cms-seo-input-group .input-group-text {
  border-radius: 0.3rem 0 0 0;
  margin-left: -1px;
}
.cms-seo-input-group .input-group-text:last-child {
  border-radius: 0 0 0.3rem 0;
}

.cms-seo-canonical .cms-seo-can-image {
  background-color: #e0e0e0;
  width: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cms-seo-canonical pre {
  white-space: normal;
  margin-bottom: 0;
}
.cms-seo-canonical .btn {
  width: 34px;
  padding: 0.375rem 0;
}
.cms-seo-canonical .btn .fas, .cms-seo-canonical .btn .dropdown-check-label:after {
  margin: 0;
}

.cms-seo-canonical-url {
  font-weight: 500;
  color: #d10f31;
}
.cms-seo-canonical-url .cms-cannon-url {
  color: #1021c6;
}

.seo-plugin-root .input-box.auto-mode:hover .seo-plugin-warning {
  opacity: 1;
  visibility: visible;
}

.seo-plugin-warning {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #000;
  border-radius: 0.3rem !important;
  padding: 15px 95px 15px 15px;
  color: #fff;
  margin-bottom: -15px;
  min-height: 95px;
  max-width: 520px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.seo-plugin-warning:after {
  content: "";
  position: absolute;
  background: url("../img/seoPlugin/seo-switch.png") no-repeat center center;
  top: 10px;
  right: 15px;
  width: 64px;
  height: 65px;
}
.seo-plugin-warning:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  bottom: -6px;
  left: 25px;
  transform: rotate(-45deg);
}

.cms-delivery-params.expanded .sizes-only {
  display: block;
}
.cms-delivery-params.expanded .hide-sizes {
  display: block;
}
.cms-delivery-params.expanded .show-sizes {
  display: none;
}
.cms-delivery-params .weight-only {
  padding-left: 30px;
}
.cms-delivery-params .weight-icon {
  position: absolute;
  top: 12px;
  left: 0;
  color: #5da8ef;
}
.cms-delivery-params .sizes-only {
  padding-left: 20px;
  max-width: 650px;
  display: none;
}
@media (max-width: 575.98px) {
  .cms-delivery-params .sizes-only {
    padding-left: 0;
  }
}
.cms-delivery-params .delivery-item-info {
  padding-bottom: 45px;
}
.cms-delivery-params .item-label {
  position: absolute;
  width: 85px;
}
.cms-delivery-params .item-label.item-height {
  top: 30px;
  left: 150px;
}
.cms-delivery-params .item-label.item-length {
  top: 115px;
  left: 120px;
}
.cms-delivery-params .item-label.item-width {
  bottom: 0;
  left: 0;
}
.cms-delivery-params .demo-image {
  max-width: 100%;
}
.cms-delivery-params .hide-sizes {
  display: none;
}

.autocomplete-box .form-control {
  padding-right: 25px;
}
.autocomplete-box.loading:after {
  display: block;
}
.autocomplete-box:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 7px;
  background: #fff url("../img/chart-preloader.gif") center center no-repeat;
  width: 26px;
  height: 26px;
  background-size: 80%;
  display: none;
}

.ui-autocomplete {
  position: absolute !important;
  cursor: default;
  max-height: 450px;
  overflow-x: hidden;
  border: 1px solid #dedfe0;
  border-radius: 0.3rem;
  padding: 1px;
  background-color: #fff;
  z-index: 99;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  border-bottom: 1px solid #dedfe0;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}
.ui-autocomplete .ui-menu-category {
  padding: 0.469rem;
  background-color: #f2f2f2;
  font-size: 0.8rem;
  font-weight: 500;
  border-bottom: 1px solid #dedfe0;
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 5px;
}
.ui-autocomplete .ui-custom-item {
  display: flex;
  align-content: flex-start;
  padding: 0.469rem;
  box-shadow: none;
  transition: all 0.3s;
}
.ui-autocomplete .ui-custom-item span {
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .ui-autocomplete .ui-custom-item span {
    transition: none;
  }
}
.ui-autocomplete .ui-custom-item.ui-state-active {
  margin: 0;
  background-color: #5da8ef;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}
.ui-autocomplete .ui-custom-item.ui-state-active span {
  color: #fff !important;
}
.ui-autocomplete .ui-custom-item img {
  width: 40px;
  margin-right: 10px;
  border-radius: 0.3rem;
}
.ui-autocomplete .ui-custom-item .img-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 0.3rem;
  background: url("../img/dev-placeholder.jpg") center center no-repeat;
  background-size: 80%;
  margin-right: 10px;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0 !important;
}

.cms-fixed-banner {
  display: none;
}
@media (min-width: 768px) {
  .cms-fixed-banner {
    display: block;
    position: fixed;
    padding: 0 15px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.5s;
  }
  .cms-fixed-banner.hidden-banner {
    left: -600px;
  }
  .cms-fixed-banner .banner-holder {
    position: relative;
    transition: all 0.5s;
  }
  .cms-fixed-banner .banner-holder:hover {
    box-shadow: -4px 3px 20px 0 rgba(0, 0, 0, 0.44);
    transform: translateY(3px);
  }
  .cms-fixed-banner .banner-link {
    display: block;
  }
  .cms-fixed-banner .banner-link img {
    max-width: 100%;
  }
  .cms-fixed-banner .close-banner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: transform 0.5s;
    cursor: pointer;
  }
  .cms-fixed-banner .close-banner:hover {
    transform: rotate(-90deg);
  }
  .cms-fixed-banner .close-banner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 12px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .cms-fixed-banner .close-banner:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 12px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
  }
}
/*# sourceMappingURL=style.css.map*/