@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;

0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}

.link-success:hover,
.link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

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

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.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.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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: -webkit-sticky !important;
  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 {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

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

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

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

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

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

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

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

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

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

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

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

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

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

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

.ms-4 {
  margin-left: 1.5rem !important;
}

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

/* rtl:begin:remove */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

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

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

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

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

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

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

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

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !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 {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

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

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

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

  .order-sm-0 {
    order: 0 !important;
  }

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

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

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

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

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

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

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

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

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

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

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

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

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

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

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

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

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

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

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

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: 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;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

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

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

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

  .order-lg-0 {
    order: 0 !important;
  }

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

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

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

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

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

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

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

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

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

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

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

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

  .p-lg-2 {
    padding: 0.5rem !important;
  }

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

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

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

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

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

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

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

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

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

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

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

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

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

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

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

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

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

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

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

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

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

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: 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;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

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

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

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

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

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

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

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

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

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

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

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

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

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

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

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

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

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

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

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

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: 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;
  }
}

/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-font-sans-serif: "Nunito", 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-bg: #f8fafc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

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

abbr[title] {
  -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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

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

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

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

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

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

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

[type=search] {
  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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-group-divider {
  border-top: 2px solid 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-borderless > :not(:first-child) {
  border-top-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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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: #dde0e3;
}

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

.form-control-plaintext:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

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

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

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

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

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  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;
  print-color-adjust: exact;
}

.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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}

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

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 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: #b6d4fe;
}

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

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

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

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

.form-floating {
  position: relative;
}

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

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

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

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

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

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

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

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

.form-floating > .form-control: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-control-plaintext ~ 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);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

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

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 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.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: #198754;
}

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

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

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

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

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

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

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

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

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

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check:focus + .btn,
.btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}

.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.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.9rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") ;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* 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: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}

.link-success:hover,
.link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.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.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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: -webkit-sticky !important;
  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 {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !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 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .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;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: 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;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .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;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: 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;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: 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;
  }
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.fullWidth {
  width: 100%;
}

.negativeIndent {
  text-indent: -999999px;
}

.reverseFloat {
  float: right;
}

.makeDiv {
  display: inline-block;
}

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: italic;
}

.noMargin {
  margin: 0;
}

.noMarginTop {
  margin-top: 0;
}

.noMarginBottom {
  margin-bottom: 0;
}

.noMarginLeft {
  margin-left: 0;
}

.noMarginRight {
  margin-right: 0;
}

.noPadding {
  padding: 0;
}

.noPaddingTop {
  padding-top: 0;
}

.noPaddingBottom {
  padding-bottom: 0;
}

.noPaddingLeft {
  padding-left: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.grayscale {
  filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.4s ease;
  /* Transition for Webkit browsers */
}

.grayscale:hover {
  filter: grayscale(0%);
  filter: none;
}

.invertscale {
  filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.4s ease;
  /* Transition for Webkit browsers */
}

.invertscale:hover {
  filter: invert(0%);
  filter: none;
}

/* columns of same height styles */

.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-sm-height {
    display: table-row;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-md-height {
    display: table-row;
  }

  .col-md-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-lg-height {
    display: table-row;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
  }
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("/fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Bold";
  src: url("/fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Light";
  src: url("/fonts/ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/fonts/ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Ubuntu, sans-serif !important;
  background-color: #ffffff;
}

:root {
  accent-color: #F9002B;
}

input:focus,
textarea:focus,
select:focus .form-control:focus {
  outline: none;
}

input[type=number] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ol,
ul {
  padding: 0 !important;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

small,
.small {
  font-size: 12pt;
}

h1,
.h1 {
  font-size: 36px !important;
}

@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 24px !important;
  }
}

h2,
.h2 {
  font-size: 25pt;
}

h3,
.h3 {
  font-size: 21pt;
}

h4,
.h4 {
  font-size: 17.5pt;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 16pt;
}

h6,
.h6 {
  font-size: 15pt;
}

a {
  text-decoration: none !important;
  color: #000;
}

.btn {
  padding: 10px;
}

.btn.btn-danger {
  background-color: #F9002B;
  border-color: #F9002B;
}

.btn.btn-danger:hover {
  background-color: #cd0024 !important;
  border-color: #F9002B;
}

.btn.btn-danger:active {
  background-color: #cd0024 !important;
  border-color: #F9002B;
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-danger:focus {
  background-color: #cd0024 !important;
  border-color: #F9002B;
  outline: none !important;
  box-shadow: none !important;
}

.btn.btn-secondary {
  background-color: #333333;
  border-color: #333333;
}

.btn.btn-secondary:hover {
  background-color: #333333 !important;
  border-color: #333333;
}

.btn.btn-sm,
.btn-group-sm > .btn {
  height: 30px;
}

.btn.btn-md {
  height: 36px;
}

a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.text-bold {
  font-weight: 600;
}

.pageContainer {
  padding: 3% 3%;
  background-color: #F7F8FC;
  margin: 140px 5% !important;
  border-radius: 15px;
}

@media (max-width: 767.98px) {
  .pageContainer {
    margin: 50px 0 180px 0 !important;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .pageContainer {
    margin: 50px 0 180px 0 !important;
  }
}

.apexContainer {
  margin: 10% 5%;
}

#apex-confirm-modal___BV_modal_body_ {
  padding: 0 !important;
}

#kvkk-modal___BV_modal_body_ {
  padding: 0 !important;
  height: auto;
}

#kvkk-modal___BV_modal_content_ {
  height: 700px;
  overflow-x: scroll;
  border-radius: 10px;
  padding: 30px 10px;
}

#onBilgilendirmeFormu___BV_modal_content_ header {
  display: none;
}

#onBilgilendirmeFormu___BV_modal_content_ .disabled {
  display: none;
}

#onBilgilendirmeFormu___BV_modal_content_ .btn-primary {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

#satisSozlesmesi___BV_modal_content_ header {
  display: none;
}

#satisSozlesmesi___BV_modal_content_ .disabled {
  display: none;
}

#satisSozlesmesi___BV_modal_content_ .btn-primary {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

#distanceSalesContractModal___BV_modal_content_ .modal-header,
#preliminaryInformationFormModal___BV_modal_content_ .modal-header,
#rewardOrderContractModal___BV_modal_content_ .modal-header,
#messageBox .modal-header {
  font-weight: 600;
  padding: 30px 20px;
  font-size: 26px;
  border-bottom: none;
}

#distanceSalesContractModal___BV_modal_content_ .modal-header img,
#preliminaryInformationFormModal___BV_modal_content_ .modal-header img,
#rewardOrderContractModal___BV_modal_content_ .modal-header img,
#messageBox .modal-header img {
  margin-right: 15px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .modal-header,
  #preliminaryInformationFormModal___BV_modal_content_ .modal-header,
  #rewardOrderContractModal___BV_modal_content_ .modal-header,
  #messageBox .modal-header {
    font-size: 22px;
    padding: 12px 20px 8px;
    display: flex;
  }

  #distanceSalesContractModal___BV_modal_content_ .modal-header span,
  #preliminaryInformationFormModal___BV_modal_content_ .modal-header span,
  #rewardOrderContractModal___BV_modal_content_ .modal-header span,
  #messageBox .modal-header span {
    font-size: 13px;
    margin-bottom: 0px;
  }

  #distanceSalesContractModal___BV_modal_content_ .modal-header img,
  #preliminaryInformationFormModal___BV_modal_content_ .modal-header img,
  #rewardOrderContractModal___BV_modal_content_ .modal-header img,
  #messageBox .modal-header img {
    margin-right: 0px;
    height: 50px;
    width: 50px;
  }
}

#distanceSalesContractModal___BV_modal_content_ .title-date,
#preliminaryInformationFormModal___BV_modal_content_ .title-date,
#rewardOrderContractModal___BV_modal_content_ .title-date,
#messageBox .title-date {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#distanceSalesContractModal___BV_modal_content_ .title-date .modal-title,
#preliminaryInformationFormModal___BV_modal_content_ .title-date .modal-title,
#rewardOrderContractModal___BV_modal_content_ .title-date .modal-title,
#messageBox .title-date .modal-title {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .title-date .modal-title,
  #preliminaryInformationFormModal___BV_modal_content_ .title-date .modal-title,
  #rewardOrderContractModal___BV_modal_content_ .title-date .modal-title,
  #messageBox .title-date .modal-title {
    font-size: 16px;
  }
}

#distanceSalesContractModal___BV_modal_content_ .title-date .modal-date,
#preliminaryInformationFormModal___BV_modal_content_ .title-date .modal-date,
#rewardOrderContractModal___BV_modal_content_ .title-date .modal-date,
#messageBox .title-date .modal-date {
  font-size: 15px;
  font-weight: 500;
  color: #808285;
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .title-date .modal-date,
  #preliminaryInformationFormModal___BV_modal_content_ .title-date .modal-date,
  #rewardOrderContractModal___BV_modal_content_ .title-date .modal-date,
  #messageBox .title-date .modal-date {
    font-size: 14px;
  }
}

#distanceSalesContractModal___BV_modal_content_ .modal-description,
#preliminaryInformationFormModal___BV_modal_content_ .modal-description,
#rewardOrderContractModal___BV_modal_content_ .modal-description,
#messageBox .modal-description {
  font-size: 17px;
  padding: 30px 30px 70px;
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .modal-description,
  #preliminaryInformationFormModal___BV_modal_content_ .modal-description,
  #rewardOrderContractModal___BV_modal_content_ .modal-description,
  #messageBox .modal-description {
    font-size: 16px;
    padding: 30px 30px 30px;
  }
}

#distanceSalesContractModal___BV_modal_content_ .modal-description h2,
#distanceSalesContractModal___BV_modal_content_ .modal-description .h2,
#preliminaryInformationFormModal___BV_modal_content_ .modal-description h2,
#preliminaryInformationFormModal___BV_modal_content_ .modal-description .h2,
#rewardOrderContractModal___BV_modal_content_ .modal-description h2,
#rewardOrderContractModal___BV_modal_content_ .modal-description .h2,
#messageBox .modal-description h2,
#messageBox .modal-description .h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

#distanceSalesContractModal___BV_modal_content_ .modal-content,
#preliminaryInformationFormModal___BV_modal_content_ .modal-content,
#rewardOrderContractModal___BV_modal_content_ .modal-content,
#messageBox .modal-content {
  font-weight: normal;
  max-width: 725px;
  border-radius: 20px !important;
}

#distanceSalesContractModal___BV_modal_content_ .modal-body,
#preliminaryInformationFormModal___BV_modal_content_ .modal-body,
#rewardOrderContractModal___BV_modal_content_ .modal-body,
#messageBox .modal-body {
  padding: 0px;
}

#distanceSalesContractModal___BV_modal_content_ .modal-footer,
#preliminaryInformationFormModal___BV_modal_content_ .modal-footer,
#rewardOrderContractModal___BV_modal_content_ .modal-footer,
#messageBox .modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
}

#distanceSalesContractModal___BV_modal_content_ .modal-footer button,
#preliminaryInformationFormModal___BV_modal_content_ .modal-footer button,
#rewardOrderContractModal___BV_modal_content_ .modal-footer button,
#messageBox .modal-footer button {
  background-color: white;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  width: 250px;
  height: 52px;
  margin: 10px;
  outline: #333333;
  border: none;
  border-radius: 30px;
}

#distanceSalesContractModal___BV_modal_content_ p,
#preliminaryInformationFormModal___BV_modal_content_ p,
#rewardOrderContractModal___BV_modal_content_ p,
#messageBox p {
  background: #fff;
  padding: 13px 18px;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#distanceSalesContractModal___BV_modal_content_ .close-button,
#preliminaryInformationFormModal___BV_modal_content_ .close-button,
#rewardOrderContractModal___BV_modal_content_ .close-button,
#messageBox .close-button {
  position: absolute;
  right: 0px;
  top: -55px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  padding: 5px;
}

#distanceSalesContractModal___BV_modal_content_ .close-button .close,
#preliminaryInformationFormModal___BV_modal_content_ .close-button .close,
#rewardOrderContractModal___BV_modal_content_ .close-button .close,
#messageBox .close-button .close {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .close-button .close,
  #preliminaryInformationFormModal___BV_modal_content_ .close-button .close,
  #rewardOrderContractModal___BV_modal_content_ .close-button .close,
  #messageBox .close-button .close {
    width: 23px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  #distanceSalesContractModal___BV_modal_content_ .close-button,
  #preliminaryInformationFormModal___BV_modal_content_ .close-button,
  #rewardOrderContractModal___BV_modal_content_ .close-button,
  #messageBox .close-button {
    top: -40px;
  }
}

.rightMenus {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}

.rightMenus a {
  position: relative;
  display: flex;
  align-items: center;
  background: #ff9900;
  color: #fff;
  padding: 10px 10px;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  width: 135px;
  height: 50px;
  overflow: hidden;
  transition: width 0.3s ease, padding 0.3s ease;
  margin-top: 10px;
  margin-bottom: 5px;
}

.rightMenus a.invoiceUpload {
  background: #f9002b;
}

.rightMenus a.callMe {
  background: #f9002b;
}

.rightMenus a img {
  width: 20px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.rightMenus a span {
  color: #fff;
  margin-left: 10px;
  white-space: nowrap;
  opacity: 1;
  width: 150px;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .rightMenus a {
    width: 50px;
    height: 50px;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .rightMenus a span {
    display: none;
  }

  .rightMenus a:hover {
    width: 150px;
    padding: 10px 20px;
  }

  .rightMenus a:hover span {
    display: inline-block;
    opacity: 1;
  }
}

.gameDashboard {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: -70px;
}

@media (max-width: 760px) {
  .gameDashboard .backTitle {
    margin-top: 115px !important;
  }
}

@media (max-width: 575.98px) {
  .gameDashboard .backTitle {
    margin-top: 0 !important;
  }
}

.gameDashboard .header {
  color: #e51433;
  font-size: 44px;
  font-weight: 500;
  width: 80%;
  text-align: center;
  border-bottom: 1px solid #e51433;
  line-height: 0.1em;
  margin: 10px 0 60px;
}

@media (max-width: 767.98px) {
  .gameDashboard .header {
    font-size: 22px;
    border-bottom: none;
    line-height: 22px;
    margin-top: 30px !important;
  }
}

@media (max-width: 1000px) {
  .gameDashboard .header {
    width: 100% !important;
    margin-top: 50px;
  }
}

.gameDashboard .header span {
  background: #f7f8fc;
  padding: 0 10px;
}

.gameDashboard .description {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

.gameDashboard .gameList {
  position: relative;
  display: inline-block;
  float: none;
  margin-bottom: 30px;
}

.gameDashboard .gameList article {
  border-radius: 15px;
  overflow: hidden;
}

.gameDashboard .gameList article div {
  border-radius: 15px;
  overflow: hidden;
}

.gameDashboard .gameList article p {
  color: #fff;
}

.gameDashboard .gameList .soon {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
}

.gameDashboard .gameList .soon p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.gameDashboard .game-selection {
  cursor: pointer;
}

.gameDashboard .play-button {
  width: 70px;
  margin: auto;
}

@media (min-width: 576px) {
  .sssPage .faqs .title {
    background: url("/images/faq.png") no-repeat center;
    border-radius: 10px;
    height: 30%;
    background-size: cover;
    font-size: 24px;
    padding: 10%;
  }
}

@media (max-width: 575.98px) {
  .sssPage .faqs .title {
    background-color: #e70401;
    width: 100%;
  }
}

.sssPage .faqs .card-body {
  color: #808080;
}

.sssPage .faqs .section {
  padding: 5px;
}

.sssPage .faqs .section .collapse {
  border: 1px #e70401 solid;
  border-top: none;
  border-radius: 8px;
  box-shadow: inset 0px 8px 6px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  .sssPage .faqs .section .collapse .content {
    margin-top: 150px;
  }
}

.sssPage .faqs .section .btn .btn-secondary:hover {
  background-color: none !important;
  border-color: none;
}

.sssPage .faqs .section .questionCard {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  background: #ffffff;
  border: none !important;
}

.sssPage .faqs .section .questionCard .question {
  font-weight: 600;
  font-size: 14px;
  color: #808080;
}

.sssPage .faqs .section .questionCard img {
  width: 16px;
  display: flex;
  justify-content: center;
  height: 16px;
  margin-left: 10px;
}

.sssPage .faqs .section .questionCard.activeCard .question {
  color: #fff;
}

.sssPage .faqs .section .questionCard h5,
.sssPage .faqs .section .questionCard .h5 {
  display: flex;
  justify-content: space-between;
}

.sssPage .btn .btn-secondary:hover {
  background-color: none !important;
  border-color: none;
}

.sssPage .activeCard {
  background-color: #e70401 !important;
  box-shadow: 2px 16px 11px -8px rgba(0, 0, 0, 0.23);
}

.forms .form-group {
  margin-bottom: 1rem;
}

.forms .form-group img {
  padding-right: 0.5rem;
}

@media (min-width: 576px) {
  .forms {
    background: url("/images/login-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
  }
}

@media (max-width: 575.98px) {
  .forms .login-background-web .logo img {
    width: 100px;
  }
}

@media (max-width: 575.98px) {
  .forms .login-background-web .login-background-mobile {
    background: url("/images/login-bg-mobile.png") no-repeat;
    background-size: 100%;
    width: 100%;
    background-color: #F6F7FB;
  }
}

.forms .login-background-web .login-background-mobile .cookie {
  color: #666666;
}

.forms .login-background-web .login-background-mobile .cookie a {
  color: #666666;
}

@media (min-width: 576px) {
  .forms .login-background-web .login-background-mobile .cookie {
    color: #000;
  }

  .forms .login-background-web .login-background-mobile .cookie a {
    color: #000;
  }
}

@media (min-width: 992px) {
  .forms .login-background-web .login-background-mobile .cookie {
    width: 64%;
  }
}

.forms .login-background-web .login-background-mobile .cookie .cookie-button {
  background-color: #F9002B;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 30px;
  border: none;
  margin: 20px 0px 10px 0px;
}

.forms .login-background-web .login-background-mobile .form-login {
  padding: 50px;
}

@media (min-width: 576px) {
  .forms .login-background-web .login-background-mobile .form-login {
    background: #fff;
  }
}

@media (min-width: 576px) {
  .forms .login-background-web .login-background-mobile .form-login {
    width: 510px;
  }
}

.forms .login-background-web .login-background-mobile .form-login .form-group input {
  border: none;
  padding: 26px 0px 26px 15px;
  background-color: #EDEDED !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.forms .login-background-web .login-background-mobile .form-login span {
  color: #A8A8A8;
}

.forms .login-background-web .login-background-mobile .form-login button {
  background-color: #F9002B;
  color: #ffffff;
  border-radius: 5px;
  padding: 15px;
  border: none;
  margin: 20px 0px 10px 0px;
}

.forms .login-background-web .login-background-mobile .form-login .form-link a {
  color: #F9002B;
  cursor: pointer;
}

.forms .login-background-web .login-background-mobile .form-login .form-link label {
  color: #F9002B;
}

.forms .login-background-web .login-background-mobile .form-login .form-link input[type=checkbox] {
  border: 1px solid #F9002B !important;
}

.forms .login-background-web .login-background-mobile .form-login .form-link input[type=checkbox]:checked {
  background: url("/images/tickbox-white.png") 50%/14px 10px no-repeat #F9002B;
}

@media (min-width: 576px) {
  .forms .register-background-web .register-background-mobile .check-section {
    margin-right: 18%;
    margin-left: 18%;
  }
}

.forms .register-background-web .register-background-mobile .check-section label {
  color: #000000;
}

.forms .register-background-web .register-background-mobile .login-register {
  margin: auto;
  width: 400px;
}

.forms .register-background-web .register-background-mobile .register-form {
  padding: 50px 20px 40px;
}

@media (max-width: 575.98px) {
  .forms .register-background-web .register-background-mobile .register-form {
    background: url("/images/register-bg-mobile.png") no-repeat;
    background-size: cover;
    background-color: #F6F7FB;
  }
}

@media (min-width: 576px) {
  .forms .register-background-web .register-background-mobile .register-form {
    background: #fff;
    margin-right: 18%;
    margin-left: 18%;
  }
}

.forms .register-background-web .register-background-mobile .register-form input {
  background-color: #EDEDED;
  border: none;
  padding: 26px 0px 26px 15px;
}

.forms .register-background-web .register-background-mobile .register-form select {
  background-color: #EDEDED;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #495057;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px 0px 15px 15px;
}

.forms .register-background-web .register-background-mobile .check input[type=checkbox] {
  border: 2px solid #000000 !important;
}

.forms .register-background-web .register-background-mobile .check input[type=checkbox]:checked {
  background: url("/images/tickbox-white.png") 50%/14px 10px no-repeat black;
}

.forms .register-background-web .register-background-mobile a {
  color: #000;
  text-decoration: underline !important;
  cursor: pointer;
}

.forms .register-background-web .register-background-mobile .red-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9002B;
  color: #ffffff;
  border-radius: 5px;
  height: 45px;
  border: none;
}

@media (max-width: 575.98px) {
  .forms .register-background-web .register-background-mobile .red-button {
    width: 200px;
  }
}

@media (min-width: 576px) {
  .forms .register-background-web .register-background-mobile .red-button {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .forms .register-background-web .register-background-mobile .check {
    color: #666666;
  }

  .forms .register-background-web .register-background-mobile .check a {
    color: #666666;
  }
}

.forms .register-background-web .register-background-mobile .color {
  color: #000;
}

@media (min-width: 1200px) {
  .forms .register-background-web .register-background-mobile .location {
    width: 30% !important;
    margin: auto !important;
  }
}

@media (max-width: 575.98px) {
  .forms .register-background-web .register-background-mobile .location {
    padding: 20px 20px 30px;
    width: 85%;
    margin: 0 auto;
  }
}

.forms .register-background-web .register-background-mobile .location .text-color {
  color: #F9002B;
}

.forms .register-background-web .register-background-mobile .location span {
  color: #A8A8A8;
}

@media (max-width: 575.98px) {
  .forms .register-background-web .logo img {
    width: 100px;
  }
}

.forms .login-register {
  background-color: #F9002B;
  border: 3px #F9002B solid;
  border-radius: 5px;
  margin-bottom: 40px;
}

.forms .login-register .active {
  background-color: white;
  border-radius: 5px;
  margin-left: 0px;
  color: #F9002B;
}

.forms .login-register .passive {
  color: white;
}

.forms .login-register div {
  cursor: pointer;
}

.forms .call-center {
  background: white;
  border-radius: 100px;
  width: 300px;
  height: 65px;
  display: flex;
  align-items: center;
  color: #F9002B;
  padding-left: 5px;
}

@media (max-width: 575.98px) {
  .forms .call-center {
    border: #F9002B 1px solid;
  }
}

.forms .call-center .call-center-information {
  padding: 0 !important;
}

.forms .call-center .text {
  border-bottom: #989898 1px solid;
  margin: 0 !important;
  --bs-gutter-x: aliceblue;
}

.forms .call-center .text .align {
  margin-right: 7px;
}

.forms .call-center img {
  width: auto !important;
  padding: 0 !important;
}

.forms input[type=checkbox] {
  flex: 0 0 auto;
  order: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.2rem !important;
  height: 1.2rem !important;
  border: 2px solid #F9002B;
  border-radius: 3px;
  padding: 0 !important;
  background: none;
  outline: none;
  display: inline-block;
}

.forms .kvkkForm .text-section {
  padding: 50px 20px 40px;
  background: #fff;
  margin-right: 18%;
  margin-left: 18%;
}

.forms .kvkkForm .text-section a {
  cursor: pointer;
}

.forms .kvkkForm .text-section input[type=checkbox] {
  border: 1px solid #F9002B !important;
}

.forms .kvkkForm .text-section input[type=checkbox]:checked {
  background: url("/images/tickbox-white.png") 50%/14px 10px no-repeat #F9002B;
}

.contactPage {
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .contactPage .contact {
    padding-left: 10px;
  }
}

.contactPage .contact h1,
.contactPage .contact .h1 {
  border-bottom: 2px #e5e5e5 solid;
  color: #f9002b;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contactPage .contact form {
  width: 95%;
}

.contactPage .contact form .form-group {
  color: #808080;
  width: 100% !important;
}

.contactPage .contact form .form-group .form-control {
  height: auto;
}

.contactPage .contact form .form-group select {
  display: block;
  width: 40%;
  color: #808080;
}

.contactPage .contact form button {
  background-color: #e51433;
  color: #fff;
}

.about h2,
.about .h2 {
  display: flex;
  flex-direction: row;
  color: #f91c43;
  text-transform: uppercase;
}

.about .information {
  color: #4d4d4d;
  font-style: italic;
  font-size: 16px !important;
}

.about .contentSection .align {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  .about .contentSection .align {
    text-align: center;
  }
}

.about .contentSection .content-start {
  justify-content: start;
}

.about .contentSection .explanation {
  padding: 20px;
}

.about h2,
.about .h2 {
  text-align: center;
}

@media (min-width: 992px) {
  .about .information {
    margin-left: 40px;
  }

  .about h2:before,
  .about .h2:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #f91c43;
    margin: auto 30px;
  }

  .about h2:after,
  .about .h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #f91c43;
    margin: auto 30px;
  }

  .about .contentSection .content {
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about .contentSection .content h2,
  .about .contentSection .content .h2 {
    padding: 20px 20px 0 20px;
    font-size: 45px;
  }

  .about .contentSection .content h1,
  .about .contentSection .content .h1 {
    padding: 0 20px 0 20px;
  }

  .about .contentSection .content p {
    padding: 0 20px 0 20px;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }

  .about .contentSection .videoPage img {
    width: 100%;
  }

  .about .contentSection .videoPage .video {
    background: #f7f8fc !important;
    border: none !important;
  }

  .about .contentSection .videoPage .video .content-text {
    background: linear-gradient(270deg, rgb(240, 240, 248) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(linear, right top, left top, from(#f0f0f8), to(#fff));
    border-radius: 100px !important;
    border: 1px solid #fff !important;
    margin: 15px 0px;
  }

  .about .contentSection .videoPage .video .content-text img {
    width: 90px;
  }

  .about .contentSection .videoPage .video .only-text {
    background: #efefef !important;
    border: none !important;
  }
}

.about .mobile-bottom-padding {
  padding-bottom: 300px !important;
}

@media (max-width: 767.98px) {
  .about .content {
    margin-bottom: 200px;
  }

  .about .ustalar .content-start p {
    margin-top: 15px;
  }

  .about .mobile-bottom-padding {
    padding-bottom: 250px !important;
  }

  .about h2,
  .about .h2 {
    display: block;
  }

  .about h1 img,
  .about .h1 img {
    width: 100%;
  }
}

.about .active {
  background-color: #cc002a;
}

.about .title {
  transform: skew(-20deg, 0deg);
  background-color: #f9002b;
  cursor: pointer;
  color: #fff;
}

.about .title span {
  transform: skew(15deg);
}

.about .mobile-title {
  background-color: #f9002b;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.about .mobile-title span {
  color: #fff;
  font-size: 11px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .about .mobile-title {
    margin-top: 60px;
  }
}

.about .banner .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

@media (min-width: 992px) {
  .about .banner img {
    border-radius: 8px;
  }
}

.information-turyag {
  max-width: 100%;
  overflow-x: hidden;
}

.information-turyag .informationContent {
  height: 800px;
  overflow-y: scroll;
}

.information-turyag .informationContent h1,
.information-turyag .informationContent .h1 {
  display: flex;
  flex-direction: row;
  color: #f91c43;
}

@media (max-width: 991.98px) {
  .information-turyag .informationContent h1,
  .information-turyag .informationContent .h1 {
    font-size: 26px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .information-turyag .informationContent h1:before,
  .information-turyag .informationContent .h1:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #f91c43;
    margin: auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .information-turyag .informationContent h1:before,
  .information-turyag .informationContent .h1:before {
    margin-left: 100px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .information-turyag .informationContent h1:after,
  .information-turyag .informationContent .h1:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #f91c43;
    margin: auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .information-turyag .informationContent h1:after,
  .information-turyag .informationContent .h1:after {
    margin-right: 100px;
    margin-left: 20px;
  }
}

.information-turyag .informationContent .modal-footer {
  right: 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .information-turyag .informationContent .content {
    border: 2px #e7e7e8 solid;
    border-radius: 100px;
    margin-left: 100px;
    margin-right: 130px;
  }
}

@media (max-width: 991.98px) {
  .information-turyag .informationContent {
    background-color: #F6F7FB;
  }
}

.information-turyag .informationContent .informationContent .content {
  flex-wrap: nowrap !important;
}

@media (max-width: 991.98px) {
  .information-turyag .informationContent .informationContent .content .text {
    text-align: justify;
    font-size: 1rem;
    padding: 10px 10px 0px;
    color: #4D4D4D;
  }
}

.information-turyag .informationContent .informationContent .modal-body {
  overflow: hidden;
  overflow-y: scroll;
}

@media (max-width: 991.98px) {
  .information-turyag .informationContent .informationContent .modal-body .content .text {
    text-align: justify;
    font-size: 1rem;
    padding: 10px 10px 0px;
    color: #4D4D4D;
  }
}

@media (min-width: 992px) {
  .information-turyag .informationContent .informationContent .modal-body img {
    width: 60%;
  }
}

.information-turyag .informationContent .informationContent .modal-body::-webkit-scrollbar {
  width: 20px;
}

.information-turyag .informationContent .informationContent .modal-body::-webkit-scrollbar-track {
  background-color: #ECECEC;
  border-radius: 10px;
}

.information-turyag .informationContent .informationContent .modal-body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
}

.information-turyag .informationContent .close-modal {
  cursor: pointer;
}

.information-turyag .informationContent .close-modal .close-image {
  float: right !important;
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer {
    height: auto;
    padding-bottom: 140px;
  }
}

.brandsPage .pageContainer .brandBox {
  text-align: center;
  margin-bottom: 30px;
}

.brandsPage .pageContainer .brandBox .image {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .brandsPage .pageContainer .brandBox .image {
    border: 4px solid #F9002B;
  }
}

.brandsPage .pageContainer .brandBox .image img {
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}

.brandsPage .pageContainer .brandBox .title {
  background: rgb(250, 0, 43);
  background: radial-gradient(circle, rgb(250, 0, 43) 0%, rgb(201, 0, 49) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa002b",endColorstr="#c90031",GradientType=1);
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 7px;
  width: 80%;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}

.brandsPage .pageContainer .brandBox .title div {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .brandBox .title {
    font-size: 12px;
    line-height: 12px;
  }
}

.brandsPage .pageContainer .productDetailBox {
  background-color: white;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .brandsPage .pageContainer .productDetailBox {
    padding: 2%;
  }
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder {
    border-left: 1px #F9002B solid;
    border-bottom: 1px #F9002B solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 10px;
    padding-left: 0 !important;
  }
}

.brandsPage .pageContainer .productDetailBox .pageBorder .productTitle {
  color: white;
  background-color: #F9002B;
  text-align: left;
  border-radius: 10px;
  padding: 8px 0 8px 22px;
  font-size: 22px;
  font-weight: 500;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .productTitle a {
  color: white !important;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder .productTitle {
    font-size: 22px;
    margin: auto;
    text-align: center;
  }

  .brandsPage .pageContainer .productDetailBox .pageBorder .productTitle a {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder .productTitle {
    position: absolute;
    margin-top: -25px;
    width: 65%;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    background: #f4002a;
    background: radial-gradient(circle farthest-corner at center center, #f4002a 0%, #d00023 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #f4002a 0%, #d00023 80%);
  }

  .brandsPage .pageContainer .productDetailBox .pageBorder .productTitle .mobile-name {
    font-size: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder .mobile-title {
    width: 60% !important;
  }
}

.brandsPage .pageContainer .productDetailBox .pageBorder .title-back-line {
  background: #f4002a;
  background: radial-gradient(circle farthest-corner at center center, #f4002a 0%, #d00023 80%);
  background: -moz-radial-gradient(circle farthest-corner at center center, #f4002a 0%, #d00023 80%);
  height: 10px;
  border-right: 5px;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .rightNav {
  padding: 5%;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .rightNav a {
  color: #808080 !important;
  background-color: #E5E5E5;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 6px 0px -2px #CBCBCB;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .rightNav .active {
  background-color: #F9002B;
  box-shadow: 0px 6px 0px -2px #ca0031;
  color: #fff !important;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .description {
  padding-left: 4%;
  padding-bottom: 3%;
  margin-top: 50px;
  color: #808080;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder .description .content {
    padding: 4%;
  }
}

@media (max-width: 767.98px) {
  .brandsPage .pageContainer .productDetailBox .pageBorder .description table {
    width: 100% !important;
  }
}

.brandsPage .pageContainer .productDetailBox .pageBorder .description table tr td,
.brandsPage .pageContainer .productDetailBox .pageBorder .description table tr th {
  border: 1px solid #ddd;
  padding: 8px;
  color: #808080;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .description table tr th {
  font-weight: 600;
}

.brandsPage .pageContainer .productDetailBox .pageBorder .description table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.brandsPage .select {
  border-radius: 10px !important;
  border: 1px #808080 solid !important;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
}

.pageTopBar {
  background-color: #F9002B;
  text-align: center;
  transform: skew(-15deg);
  width: 99%;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media only screen and (max-width: 1460px) {
  .pageTopBar {
    margin-top: 10% !important;
  }
}

@media only screen and (max-width: 1020px) {
  .pageTopBar {
    margin-top: 13% !important;
  }
}

.pageTopBar .categories {
  display: flex;
  justify-content: center;
}

.pageTopBar .categories a {
  color: white !important;
}

.pageTopBar .categories a.devide {
  border-right: 2px solid white;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0.25rem;
}

.pageTopBar .categories a p {
  transform: skew(15deg);
  font-size: 18px;
}

.pageTopBar .categories a p:first-letter {
  text-transform: uppercase !important;
}

@media (max-width: 575.98px) {
  .pageTopBar .categories a p {
    font-size: 16px;
  }
}

.pageTopBar .categories .allProducts {
  padding: 6px 6px 6px 10px;
}

.pageTopBar .categories .active {
  background-color: #cc002a;
  position: relative;
  border: none;
}

.pageTopBar .buttonList button {
  border: 0;
  background: #f9002b;
  color: white;
  padding: 7px 10px;
}

@media (min-width: 768px) {
  .pageTopBar .buttonList button {
    border-right: 2px solid white;
  }
}

header .navigation {
  background-color: white;
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 80px;
  text-align: center;
  z-index: 99;
}

@media (min-width: 768px) {
  header .navigation {
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  header .navigation .logoBox {
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  header .navigation .logoBox .logo {
    position: fixed;
    top: 0;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  header .navigation .logoBox .logo {
    right: 190px;
  }
}

header .navigation .logoBox .logo img {
  max-height: 120px;
  max-width: 120px;
}

@media (max-width: 767.98px) {
  header .navigation .logoBox .logo img {
    max-width: 90px;
  }
}

header .navigation .menu {
  text-align: center;
  display: flex;
  justify-content: center;
}

header .navigation .menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: skew(-15deg);
}

header .navigation .menu ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  background: rgb(241, 241, 241);
  background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 35%, rgb(229, 229, 229) 80%);
  float: left;
  border-right: 1px solid #eee;
  width: 120px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #484848;
  transition: all 0.3s linear;
  margin-right: 3px;
  cursor: pointer;
  padding-right: 10px;
}

header .navigation .menu ul li:first-child {
  border-radius: 7px 0 0 7px;
}

header .navigation .menu ul li:last-child {
  border-right: none;
  border-radius: 0 7px 7px 0;
}

header .navigation .menu ul li:hover {
  background: linear-gradient(12deg, rgb(229, 229, 229) 0%, rgb(241, 241, 241) 35%, rgb(241, 241, 241) 120%);
  color: #000;
}

header .navigation .menu ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  transform: skew(15deg);
  padding-top: 60px;
  padding-bottom: 20px;
  font-weight: 600;
}

header .navigation .menu ul li.active {
  background: #FF0016;
  color: white !important;
}

header .navigation .profile {
  width: 90%;
  margin-top: 35px;
  margin-right: 100px;
}

@media (max-width: 991.98px) {
  header .navigation .profile {
    width: 100%;
  }
}

header .navigation .profile .username {
  color: #F9002B;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 767.98px) {
  header .navigation .profile .username {
    display: none;
  }
}

header .navigation .profile .checkAmount {
  color: #000;
  font-weight: 600;
  line-height: 12px;
}

@media (max-width: 767.98px) {
  header .navigation .profile .checkAmount {
    position: fixed;
    right: 0px;
    top: 31px;
    border: solid #F9002B 2px;
    padding: 4px;
    border-radius: 15px;
    min-width: 85px;
  }
}

@media (max-width: 767.98px) {
  header .navigation .profile .checkAmount label {
    margin-bottom: 0;
  }
}

header .navigation .profile .profileButton {
  background: transparent;
  position: relative;
}

@media (max-width: 767.98px) {
  header .navigation .profile .profileButton {
    position: fixed;
    right: 105px;
    top: 27px;
  }
}

header .navigation .profile .profileButton button {
  background: transparent;
  border: none;
  margin-top: -6px;
  margin-left: -10px;
  position: absolute;
  left: 0;
}

@media (max-width: 767.98px) {
  header .navigation .profile .profileButton button {
    position: unset;
  }
}

header .navigation .profile .profileButton button .count {
  position: absolute;
  top: 60%;
  left: 60%;
  background: #FF9300;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 992px) {
  header .navigation .profile .profileButton button .count {
    top: 55%;
    left: 50%;
  }
}

header .navigation .profile .profileButton .fa {
  color: red;
  font-size: 20px;
  margin-top: 7px;
}

header .navigation .basketCount {
  position: relative;
}

@media (max-width: 767.98px) {
  header .navigation .basketCount {
    position: fixed;
    top: 25px;
    right: 154px;
  }
}

header .navigation .basketCount i {
  background: red;
  color: white;
  padding: 10px;
  border-radius: 25px;
}

header .navigation .basketCount .basketQty {
  background: #FF9300;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  right: -7px;
  top: 13px;
  color: white;
}

.mobileBottomNav {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #f6f7fb;
  z-index: 10;
  border-radius: 13px;
  padding: 3px;
  box-shadow: 1px -6px 9px -3px rgb(140, 140, 140);
}

.mobileBottomNav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.mobileBottomNav ul li {
  list-style: none;
  background: #f6f7fb;
  float: left;
  width: calc(25% - 4px);
  text-align: center;
  padding: 8px;
  line-height: 20px;
  margin: 2px 2px;
  border-radius: 5px;
}

.mobileBottomNav ul li a,
.mobileBottomNav ul li button {
  background: transparent;
  border: none;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.mobileBottomNav ul li a i,
.mobileBottomNav ul li button i {
  display: inline-block;
  font-size: 16px;
}

.mobileBottomNav ul li a img,
.mobileBottomNav ul li button img {
  height: 30px;
  display: block;
  margin: 0 auto;
}

.mobileBottomNav ul li .active {
  color: #F9002B;
}

#mobileNav {
  padding: 5% 3% 7%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: #F7F8FC;
  overflow: scroll;
}

#mobileNav .name {
  font-weight: 900;
  color: #f9002b;
}

#mobileNav .top-section {
  padding-bottom: 30px;
}

#mobileNav .mobile-footer {
  margin-top: 40px;
  margin-bottom: 50px;
}

#mobileNav .mobile-footer .btn {
  background: transparent;
  padding: 0px 10px;
  border-radius: 100%;
  border: 2px #f9002b solid;
  margin: 5px;
}

#mobileNav .mobile-footer .btn img {
  width: 18px;
  height: 18px;
}

#mobileNav .mobile-footer .social img {
  padding: 5px;
  border-radius: 100%;
}

#mobileNav .top-image {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 3px #f9002b solid;
}

#mobileNav .list a {
  margin-top: 5px;
  margin-bottom: 8px;
  border-radius: 100px;
  border: 2px #e5e5e5 solid;
  display: block;
  color: #000;
  font-size: 18px;
  padding: 0px 25px;
}

#mobileNav .list a .count {
  background: #FF9300;
  border-radius: 21px;
  width: 21px;
  height: 20px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

#mobileNav .list .active {
  background-color: #f9002b;
  color: #fff;
  border: 2px #f9002b solid;
}

#mobileNav .list div {
  width: 10%;
}

.mobileNavMenu {
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}

.mobileNavMenu button {
  background-color: white;
  border: none;
  width: 60px;
  height: 60px;
}

.mobileNavMenu i {
  display: inline-block;
  font-size: 16px;
}

.mobileNavMenu img {
  height: 30px;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 30px;
  left: 20px;
}

.mobileNavMenu::marker {
  color: transparent !important;
}

.mainSlider {
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}

.mainSlider .slide {
  width: 90%;
}

.mainSlider .slide a .slideImage {
  border-radius: 1.3rem;
}

.mainSlider .slide a img {
  width: 85%;
  height: auto;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
}

.mainSlider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 10px;
  border: none;
  text-indent: -9999px;
  right: 0;
  z-index: 5;
}

.mainSlider .slick-arrow.slick-prev {
  outline: none;
  background: transparent;
  color: transparent;
}

.mainSlider .slick-arrow.slick-next {
  outline: none;
  background: transparent;
  color: transparent;
  left: auto;
  right: 10px;
}

.mainSlider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.mainSlider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #989899;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.mainSlider .slick-dots li.slick-active {
  background: #e51433;
}

.mainSlider:hover .slick-prev {
  background: url("/images/circle-left.png") no-repeat center !important;
}

.mainSlider:hover .slick-next {
  background: url("/images/circle-right.png") no-repeat center;
}

footer {
  background: #F9002B;
  height: 60px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

footer .footer-link {
  color: #fff !important;
  font-size: 12px;
}

footer .footer-link:hover {
  text-decoration: none;
  color: #fff;
}

footer .logo {
  width: 70px;
  padding-top: 5px;
}

footer .social {
  padding-top: 12px;
  text-align: right;
}

.homeDashboard {
  padding: 20px;
  padding-top: 30px;
  background: linear-gradient(12deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 35%, rgb(229, 229, 229) 80%);
  border-radius: 20px;
  margin-bottom: 50px;
  margin-left: 8%;
  margin-right: 8%;
  color: #000;
}

@media (max-width: 767.98px) {
  .homeDashboard {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homeDashboard {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .homeDashboard {
    padding: 15px;
  }
}

.homeDashboard .shadow {
  padding: 20px;
  padding-top: 30px;
  background: linear-gradient(12deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 35%, rgb(229, 229, 229) 80%);
  border-radius: 20px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .homeDashboard .shadow {
    padding: 0px;
  }
}

.homeDashboard .profileMinimal {
  padding-right: 20px;
  padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .homeDashboard .profileMinimal {
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .homeDashboard .profileMinimal {
    padding-right: 0;
    border-right: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}

.homeDashboard .profileMinimal .avatar {
  border: solid 5px #fff;
}

.homeDashboard .profileMinimal .scores {
  background: rgba(249, 0, 43, 0.7);
}

.homeDashboard .profileMinimal .scores a {
  color: #fff;
}

.homeDashboard .targetProgress.total .progressView .giftOpen span {
  color: #fff;
}

.homeDashboard.homeContent {
  padding: 0px;
  background: none;
}

.homeDashboard .reOrder {
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 575.98px) {
  .targets {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.targets .targetDate {
  right: 0;
  top: -80px;
  font-size: 20px;
  color: #001628;
  padding: 2px 10px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .targets .targetDate {
    top: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .targets .targetDate {
    top: -50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .targets .targetDate {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .targets .targetDate {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .targets .targetDate {
    font-size: 15px;
  }
}

.targets .targetDate label {
  text-transform: capitalize;
}

.targets .targetDate.productName {
  background: #F9002B;
  top: 0px;
  font-size: 12px;
}

.targets .targetDate.productName.active {
  background: transparent;
}

.targets.bayi .bayiInner {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .targets.bayi .bayiInner {
    padding-left: 0;
    padding-right: 0;
  }
}

.targets.bayi .targetLine {
  width: 100%;
  margin: 10px 0;
  opacity: 0.2;
  display: table-caption;
  filter: alpha(opacity=20);
}

.targets.bayi .name {
  display: inline-block;
  font-family: Ubuntu-Regular;
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
}

@media (max-width: 767.98px) {
  .targets.bayi .name {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .targets.bayi .name {
    font-size: 13px;
  }
}

.targets.bayi .percent {
  color: #f9002b;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .targets.bayi .percent {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .targets.bayi .percent {
    font-size: 12px;
  }
}

.targets.bayi .requiredBox .badge {
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .targets.bayi .requiredBox .badge {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .targets.bayi .requiredBox .badge {
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
}

.targets.bayi .requiredBox .badge .remaining-target {
  color: #f9002b;
  margin-top: 8px;
}

.targets.bayi .catalogueStatus {
  font-size: 12px;
}

.targets.bayi .catalogueStatus i {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.targets.bayi .sectionArea {
  background-color: #fff;
  padding: 30px;
  border: 2px #cbcbcb solid;
  border-radius: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 68px 83px -42px rgba(97, 97, 97, 0.47);
}

@media (max-width: 575.98px) {
  .targets.bayi .sectionArea {
    padding: 5px;
  }
}

.targets.bayi .sectionArea .targetSection {
  display: flex;
  justify-content: center;
  padding: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress {
  text-align: center;
  background-color: #fff;
  margin: 20px;
  border-radius: 20px;
  padding: 10px;
  box-shadow: -1px 17px 37px -4px rgb(97, 97, 97);
  /* This for loop creates the 	necessary css animation names
  Due to the split circle of progress-left and progress right, we must use the animations on each side.
  */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .targets.bayi .sectionArea .targetSection .targetProgress {
    display: block;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .targets.bayi .sectionArea .targetSection .targetProgress {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px;
  }
}

.targets.bayi .sectionArea .targetSection .targetProgress.success .progress .progress-bar {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.targets.bayi .sectionArea .targetSection .targetProgress.success .checkAmount label {
  display: inline-block;
  background: #38c172;
  color: #fff;
  margin: 0;
  border-radius: 5px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.success .checkAmount label b {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .targets.bayi .sectionArea .targetSection .targetProgress.smallest {
    margin-top: 20px;
    width: 100%;
    float: left;
  }
}

@media (max-width: 767.98px) {
  .targets.bayi .sectionArea .targetSection .targetProgress.smallest {
    padding-right: 0;
    padding-left: 0;
  }
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress {
  width: 102px;
  height: 100px;
  line-height: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress:after {
  border-width: 10px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress .progress-bar {
  border-width: 10px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress .progress-left .progress-bar {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress .progress-right .progress-bar {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.targets.bayi .sectionArea .targetSection .targetProgress.smallest .progress .progress-value label {
  display: block;
  line-height: 12px;
  font-size: 12px;
}

.targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label {
  display: inline-block;
  padding: 3px 15px;
  color: #4d4d4d;
  margin: 0;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label {
    font-size: 16px;
  }
}

.targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label i {
  color: red;
  font-size: 20px;
  font-weight: 700;
}

.targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label b {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label b {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .targets.bayi .sectionArea .targetSection .targetProgress .checkAmount label b {
    font-size: 14px;
  }
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 10px auto;
  box-shadow: none;
  position: relative;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #fc8095;
  position: absolute;
  top: 0;
  left: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-left {
  left: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 20px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #f9002b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  transform-origin: center left;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-right {
  right: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  transform-origin: center right;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-value {
  display: flex;
  font-size: 22px;
  font-weight: 400;
  font-family: Ubuntu-Regular;
  color: #f9002b;
  text-align: center;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-value div {
  margin-top: 5px;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="1"] .progress-right .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards;
          animation: loading-1 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="1"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="2"] .progress-right .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards;
          animation: loading-2 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="2"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="3"] .progress-right .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards;
          animation: loading-3 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="3"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="4"] .progress-right .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards;
          animation: loading-4 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="4"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="5"] .progress-right .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards;
          animation: loading-5 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="5"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="6"] .progress-right .progress-bar {
  -webkit-animation: loading-6 1.5s linear forwards;
          animation: loading-6 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="6"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="7"] .progress-right .progress-bar {
  -webkit-animation: loading-7 1.5s linear forwards;
          animation: loading-7 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="7"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="8"] .progress-right .progress-bar {
  -webkit-animation: loading-8 1.5s linear forwards;
          animation: loading-8 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="8"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="9"] .progress-right .progress-bar {
  -webkit-animation: loading-9 1.5s linear forwards;
          animation: loading-9 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="9"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="10"] .progress-right .progress-bar {
  -webkit-animation: loading-10 1.5s linear forwards;
          animation: loading-10 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="10"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="11"] .progress-right .progress-bar {
  -webkit-animation: loading-11 1.5s linear forwards;
          animation: loading-11 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="11"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="12"] .progress-right .progress-bar {
  -webkit-animation: loading-12 1.5s linear forwards;
          animation: loading-12 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="12"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="13"] .progress-right .progress-bar {
  -webkit-animation: loading-13 1.5s linear forwards;
          animation: loading-13 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="13"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="14"] .progress-right .progress-bar {
  -webkit-animation: loading-14 1.5s linear forwards;
          animation: loading-14 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="14"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="15"] .progress-right .progress-bar {
  -webkit-animation: loading-15 1.5s linear forwards;
          animation: loading-15 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="15"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="16"] .progress-right .progress-bar {
  -webkit-animation: loading-16 1.5s linear forwards;
          animation: loading-16 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="16"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="17"] .progress-right .progress-bar {
  -webkit-animation: loading-17 1.5s linear forwards;
          animation: loading-17 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="17"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="18"] .progress-right .progress-bar {
  -webkit-animation: loading-18 1.5s linear forwards;
          animation: loading-18 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="18"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="19"] .progress-right .progress-bar {
  -webkit-animation: loading-19 1.5s linear forwards;
          animation: loading-19 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="19"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="20"] .progress-right .progress-bar {
  -webkit-animation: loading-20 1.5s linear forwards;
          animation: loading-20 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="20"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="21"] .progress-right .progress-bar {
  -webkit-animation: loading-21 1.5s linear forwards;
          animation: loading-21 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="21"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="22"] .progress-right .progress-bar {
  -webkit-animation: loading-22 1.5s linear forwards;
          animation: loading-22 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="22"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="23"] .progress-right .progress-bar {
  -webkit-animation: loading-23 1.5s linear forwards;
          animation: loading-23 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="23"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="24"] .progress-right .progress-bar {
  -webkit-animation: loading-24 1.5s linear forwards;
          animation: loading-24 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="24"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="25"] .progress-right .progress-bar {
  -webkit-animation: loading-25 1.5s linear forwards;
          animation: loading-25 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="25"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="26"] .progress-right .progress-bar {
  -webkit-animation: loading-26 1.5s linear forwards;
          animation: loading-26 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="26"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="27"] .progress-right .progress-bar {
  -webkit-animation: loading-27 1.5s linear forwards;
          animation: loading-27 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="27"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="28"] .progress-right .progress-bar {
  -webkit-animation: loading-28 1.5s linear forwards;
          animation: loading-28 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="28"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="29"] .progress-right .progress-bar {
  -webkit-animation: loading-29 1.5s linear forwards;
          animation: loading-29 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="29"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="30"] .progress-right .progress-bar {
  -webkit-animation: loading-30 1.5s linear forwards;
          animation: loading-30 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="30"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="31"] .progress-right .progress-bar {
  -webkit-animation: loading-31 1.5s linear forwards;
          animation: loading-31 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="31"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="32"] .progress-right .progress-bar {
  -webkit-animation: loading-32 1.5s linear forwards;
          animation: loading-32 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="32"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="33"] .progress-right .progress-bar {
  -webkit-animation: loading-33 1.5s linear forwards;
          animation: loading-33 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="33"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="34"] .progress-right .progress-bar {
  -webkit-animation: loading-34 1.5s linear forwards;
          animation: loading-34 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="34"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="35"] .progress-right .progress-bar {
  -webkit-animation: loading-35 1.5s linear forwards;
          animation: loading-35 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="35"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="36"] .progress-right .progress-bar {
  -webkit-animation: loading-36 1.5s linear forwards;
          animation: loading-36 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="36"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="37"] .progress-right .progress-bar {
  -webkit-animation: loading-37 1.5s linear forwards;
          animation: loading-37 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="37"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="38"] .progress-right .progress-bar {
  -webkit-animation: loading-38 1.5s linear forwards;
          animation: loading-38 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="38"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="39"] .progress-right .progress-bar {
  -webkit-animation: loading-39 1.5s linear forwards;
          animation: loading-39 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="39"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="40"] .progress-right .progress-bar {
  -webkit-animation: loading-40 1.5s linear forwards;
          animation: loading-40 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="40"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="41"] .progress-right .progress-bar {
  -webkit-animation: loading-41 1.5s linear forwards;
          animation: loading-41 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="41"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="42"] .progress-right .progress-bar {
  -webkit-animation: loading-42 1.5s linear forwards;
          animation: loading-42 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="42"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="43"] .progress-right .progress-bar {
  -webkit-animation: loading-43 1.5s linear forwards;
          animation: loading-43 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="43"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="44"] .progress-right .progress-bar {
  -webkit-animation: loading-44 1.5s linear forwards;
          animation: loading-44 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="44"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="45"] .progress-right .progress-bar {
  -webkit-animation: loading-45 1.5s linear forwards;
          animation: loading-45 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="45"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="46"] .progress-right .progress-bar {
  -webkit-animation: loading-46 1.5s linear forwards;
          animation: loading-46 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="46"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="47"] .progress-right .progress-bar {
  -webkit-animation: loading-47 1.5s linear forwards;
          animation: loading-47 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="47"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="48"] .progress-right .progress-bar {
  -webkit-animation: loading-48 1.5s linear forwards;
          animation: loading-48 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="48"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="49"] .progress-right .progress-bar {
  -webkit-animation: loading-49 1.5s linear forwards;
          animation: loading-49 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="49"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="50"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="50"] .progress-left .progress-bar {
  -webkit-animation: 0;
          animation: 0;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="51"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="51"] .progress-left .progress-bar {
  -webkit-animation: loading-1 1.5s linear forwards 1.5s;
          animation: loading-1 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="52"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="52"] .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.5s;
          animation: loading-2 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="53"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="53"] .progress-left .progress-bar {
  -webkit-animation: loading-3 1.5s linear forwards 1.5s;
          animation: loading-3 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="54"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="54"] .progress-left .progress-bar {
  -webkit-animation: loading-4 1.5s linear forwards 1.5s;
          animation: loading-4 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="55"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="55"] .progress-left .progress-bar {
  -webkit-animation: loading-5 1.5s linear forwards 1.5s;
          animation: loading-5 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="56"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="56"] .progress-left .progress-bar {
  -webkit-animation: loading-6 1.5s linear forwards 1.5s;
          animation: loading-6 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="57"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="57"] .progress-left .progress-bar {
  -webkit-animation: loading-7 1.5s linear forwards 1.5s;
          animation: loading-7 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="58"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="58"] .progress-left .progress-bar {
  -webkit-animation: loading-8 1.5s linear forwards 1.5s;
          animation: loading-8 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="59"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="59"] .progress-left .progress-bar {
  -webkit-animation: loading-9 1.5s linear forwards 1.5s;
          animation: loading-9 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="60"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="60"] .progress-left .progress-bar {
  -webkit-animation: loading-10 1.5s linear forwards 1.5s;
          animation: loading-10 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="61"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="61"] .progress-left .progress-bar {
  -webkit-animation: loading-11 1.5s linear forwards 1.5s;
          animation: loading-11 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="62"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="62"] .progress-left .progress-bar {
  -webkit-animation: loading-12 1.5s linear forwards 1.5s;
          animation: loading-12 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="63"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="63"] .progress-left .progress-bar {
  -webkit-animation: loading-13 1.5s linear forwards 1.5s;
          animation: loading-13 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="64"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="64"] .progress-left .progress-bar {
  -webkit-animation: loading-14 1.5s linear forwards 1.5s;
          animation: loading-14 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="65"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="65"] .progress-left .progress-bar {
  -webkit-animation: loading-15 1.5s linear forwards 1.5s;
          animation: loading-15 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="66"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="66"] .progress-left .progress-bar {
  -webkit-animation: loading-16 1.5s linear forwards 1.5s;
          animation: loading-16 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="67"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="67"] .progress-left .progress-bar {
  -webkit-animation: loading-17 1.5s linear forwards 1.5s;
          animation: loading-17 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="68"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="68"] .progress-left .progress-bar {
  -webkit-animation: loading-18 1.5s linear forwards 1.5s;
          animation: loading-18 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="69"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="69"] .progress-left .progress-bar {
  -webkit-animation: loading-19 1.5s linear forwards 1.5s;
          animation: loading-19 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="70"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="70"] .progress-left .progress-bar {
  -webkit-animation: loading-20 1.5s linear forwards 1.5s;
          animation: loading-20 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="71"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="71"] .progress-left .progress-bar {
  -webkit-animation: loading-21 1.5s linear forwards 1.5s;
          animation: loading-21 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="72"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="72"] .progress-left .progress-bar {
  -webkit-animation: loading-22 1.5s linear forwards 1.5s;
          animation: loading-22 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="73"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="73"] .progress-left .progress-bar {
  -webkit-animation: loading-23 1.5s linear forwards 1.5s;
          animation: loading-23 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="74"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="74"] .progress-left .progress-bar {
  -webkit-animation: loading-24 1.5s linear forwards 1.5s;
          animation: loading-24 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="75"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="75"] .progress-left .progress-bar {
  -webkit-animation: loading-25 1.5s linear forwards 1.5s;
          animation: loading-25 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="76"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="76"] .progress-left .progress-bar {
  -webkit-animation: loading-26 1.5s linear forwards 1.5s;
          animation: loading-26 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="77"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="77"] .progress-left .progress-bar {
  -webkit-animation: loading-27 1.5s linear forwards 1.5s;
          animation: loading-27 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="78"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="78"] .progress-left .progress-bar {
  -webkit-animation: loading-28 1.5s linear forwards 1.5s;
          animation: loading-28 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="79"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="79"] .progress-left .progress-bar {
  -webkit-animation: loading-29 1.5s linear forwards 1.5s;
          animation: loading-29 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="80"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="80"] .progress-left .progress-bar {
  -webkit-animation: loading-30 1.5s linear forwards 1.5s;
          animation: loading-30 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="81"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="81"] .progress-left .progress-bar {
  -webkit-animation: loading-31 1.5s linear forwards 1.5s;
          animation: loading-31 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="82"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="82"] .progress-left .progress-bar {
  -webkit-animation: loading-32 1.5s linear forwards 1.5s;
          animation: loading-32 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="83"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="83"] .progress-left .progress-bar {
  -webkit-animation: loading-33 1.5s linear forwards 1.5s;
          animation: loading-33 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="84"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="84"] .progress-left .progress-bar {
  -webkit-animation: loading-34 1.5s linear forwards 1.5s;
          animation: loading-34 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="85"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="85"] .progress-left .progress-bar {
  -webkit-animation: loading-35 1.5s linear forwards 1.5s;
          animation: loading-35 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="86"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="86"] .progress-left .progress-bar {
  -webkit-animation: loading-36 1.5s linear forwards 1.5s;
          animation: loading-36 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="87"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="87"] .progress-left .progress-bar {
  -webkit-animation: loading-37 1.5s linear forwards 1.5s;
          animation: loading-37 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="88"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="88"] .progress-left .progress-bar {
  -webkit-animation: loading-38 1.5s linear forwards 1.5s;
          animation: loading-38 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="89"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="89"] .progress-left .progress-bar {
  -webkit-animation: loading-39 1.5s linear forwards 1.5s;
          animation: loading-39 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="90"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="90"] .progress-left .progress-bar {
  -webkit-animation: loading-40 1.5s linear forwards 1.5s;
          animation: loading-40 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="91"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="91"] .progress-left .progress-bar {
  -webkit-animation: loading-41 1.5s linear forwards 1.5s;
          animation: loading-41 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="92"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="92"] .progress-left .progress-bar {
  -webkit-animation: loading-42 1.5s linear forwards 1.5s;
          animation: loading-42 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="93"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="93"] .progress-left .progress-bar {
  -webkit-animation: loading-43 1.5s linear forwards 1.5s;
          animation: loading-43 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="94"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="94"] .progress-left .progress-bar {
  -webkit-animation: loading-44 1.5s linear forwards 1.5s;
          animation: loading-44 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="95"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="95"] .progress-left .progress-bar {
  -webkit-animation: loading-45 1.5s linear forwards 1.5s;
          animation: loading-45 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="96"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="96"] .progress-left .progress-bar {
  -webkit-animation: loading-46 1.5s linear forwards 1.5s;
          animation: loading-46 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="97"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="97"] .progress-left .progress-bar {
  -webkit-animation: loading-47 1.5s linear forwards 1.5s;
          animation: loading-47 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="98"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="98"] .progress-left .progress-bar {
  -webkit-animation: loading-48 1.5s linear forwards 1.5s;
          animation: loading-48 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="99"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="99"] .progress-left .progress-bar {
  -webkit-animation: loading-49 1.5s linear forwards 1.5s;
          animation: loading-49 1.5s linear forwards 1.5s;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="100"] .progress-right .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards;
          animation: loading-50 1.5s linear forwards;
}

.targets.bayi .sectionArea .targetSection .targetProgress .progress[data-percentage="100"] .progress-left .progress-bar {
  -webkit-animation: loading-50 1.5s linear forwards 1.5s;
          animation: loading-50 1.5s linear forwards 1.5s;
}

@-webkit-keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3.6deg);
  }
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3.6deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(7.2deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(7.2deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10.8deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(10.8deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(14.4deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(14.4deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(18deg);
  }
}

@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(18deg);
  }
}

@-webkit-keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(21.6deg);
  }
}

@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(21.6deg);
  }
}

@-webkit-keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25.2deg);
  }
}

@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25.2deg);
  }
}

@-webkit-keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(28.8deg);
  }
}

@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(28.8deg);
  }
}

@-webkit-keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(32.4deg);
  }
}

@keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(32.4deg);
  }
}

@-webkit-keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(36deg);
  }
}

@keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(39.6deg);
  }
}

@keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(39.6deg);
  }
}

@-webkit-keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(43.2deg);
  }
}

@keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(43.2deg);
  }
}

@-webkit-keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(46.8deg);
  }
}

@keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(46.8deg);
  }
}

@-webkit-keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(50.4deg);
  }
}

@keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(50.4deg);
  }
}

@-webkit-keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(54deg);
  }
}

@keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(54deg);
  }
}

@-webkit-keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(57.6deg);
  }
}

@keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(57.6deg);
  }
}

@-webkit-keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(61.2deg);
  }
}

@keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(61.2deg);
  }
}

@-webkit-keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(64.8deg);
  }
}

@keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(64.8deg);
  }
}

@-webkit-keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(68.4deg);
  }
}

@keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(68.4deg);
  }
}

@-webkit-keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(72deg);
  }
}

@keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(72deg);
  }
}

@-webkit-keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(75.6deg);
  }
}

@keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(75.6deg);
  }
}

@-webkit-keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(79.2deg);
  }
}

@keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(79.2deg);
  }
}

@-webkit-keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(82.8deg);
  }
}

@keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(82.8deg);
  }
}

@-webkit-keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(86.4deg);
  }
}

@keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(86.4deg);
  }
}

@-webkit-keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(93.6deg);
  }
}

@keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(93.6deg);
  }
}

@-webkit-keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(97.2deg);
  }
}

@keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(97.2deg);
  }
}

@-webkit-keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(100.8deg);
  }
}

@keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(100.8deg);
  }
}

@-webkit-keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(104.4deg);
  }
}

@keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(104.4deg);
  }
}

@-webkit-keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(108deg);
  }
}

@keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(108deg);
  }
}

@-webkit-keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(111.6deg);
  }
}

@keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(111.6deg);
  }
}

@-webkit-keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(115.2deg);
  }
}

@keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(115.2deg);
  }
}

@-webkit-keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(118.8deg);
  }
}

@keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(118.8deg);
  }
}

@-webkit-keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(122.4deg);
  }
}

@keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(122.4deg);
  }
}

@-webkit-keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(126deg);
  }
}

@keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(126deg);
  }
}

@-webkit-keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(129.6deg);
  }
}

@keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(129.6deg);
  }
}

@-webkit-keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(133.2deg);
  }
}

@keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(133.2deg);
  }
}

@-webkit-keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(136.8deg);
  }
}

@keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(136.8deg);
  }
}

@-webkit-keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(140.4deg);
  }
}

@keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(140.4deg);
  }
}

@-webkit-keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(144deg);
  }
}

@keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(147.6deg);
  }
}

@keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(147.6deg);
  }
}

@-webkit-keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(151.2deg);
  }
}

@keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(151.2deg);
  }
}

@-webkit-keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(154.8deg);
  }
}

@keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(154.8deg);
  }
}

@-webkit-keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(158.4deg);
  }
}

@keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(158.4deg);
  }
}

@-webkit-keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(162deg);
  }
}

@keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(162deg);
  }
}

@-webkit-keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(165.6deg);
  }
}

@keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(165.6deg);
  }
}

@-webkit-keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(169.2deg);
  }
}

@keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(169.2deg);
  }
}

@-webkit-keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(172.8deg);
  }
}

@keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(172.8deg);
  }
}

@-webkit-keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(176.4deg);
  }
}

@keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(176.4deg);
  }
}

@-webkit-keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.targets.bayi .sectionArea .targetSection .productTarget .progress .progress-bar {
  border-width: 13px !important;
}

.targets.bayi .sectionArea .targetSection .productTarget .progress:after {
  border-width: 13px !important;
}

.targets.bayi .sectionArea .targetSection .productTarget .progress .progress-value {
  font-weight: 700 !important;
}

.targets.bayi .sectionArea .targetSection .productTarget .progress .progress-value label {
  font-weight: 200;
  font-size: 20px !important;
  margin-top: 5px;
}

.targets .target-business {
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .targets .target-business {
    font-size: 14px;
  }
}

.targets .target-business .targetName {
  text-transform: uppercase;
}

.targets .target-business .targetDate {
  margin-bottom: 0px !important;
}

.targets .target-business .progress .progress-bar {
  border-width: 13px !important;
}

.targets .target-business .progress:after {
  border-width: 13px !important;
}

.targets.satisci .totalSale {
  text-align: center;
  margin-bottom: 15px;
}

.targets.satisci .totalSale b {
  font-size: 40px;
  line-height: 50px;
}

.targets.satisci .totalSale img {
  margin-left: 10px;
  margin-top: -20px;
}

.targets.satisci .campaign {
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 40px;
  box-shadow: 11px 23px 28px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 575.98px) {
  .targets.satisci .campaign {
    padding: 0;
  }
}

.targets.satisci .campaign .campaignProducts {
  background: #fff;
  color: #4D4D4D;
  font-weight: 500;
  padding: 10px;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  text-align: center;
  width: 80%;
}

@media (max-width: 575.98px) {
  .targets.satisci .campaign .campaignProducts {
    width: 90%;
  }
}

.targets.satisci .campaign .campaignProducts .target1 {
  color: #FF9900;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FF9900;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

@media (max-width: 767.98px) {
  .targets.satisci .campaign .campaignProducts .target1 {
    font-size: 22px;
  }
}

.targets.satisci .campaign .campaignProducts .target1 span {
  background: #fff;
  padding: 0 10px;
}

@media (max-width: 575.98px) {
  .targets.satisci .campaign .campaignProducts .target1 span {
    padding: 0px;
  }
}

.targets.satisci .campaign .campaignProducts .target0 {
  color: #e51433;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e51433;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

@media (max-width: 767.98px) {
  .targets.satisci .campaign .campaignProducts .target0 {
    font-size: 22px;
  }
}

.targets.satisci .campaign .campaignProducts .target0 span {
  background: #fff;
  padding: 0 10px;
}

@media (max-width: 575.98px) {
  .targets.satisci .campaign .campaignProducts .target0 span {
    padding: 0px;
  }
}

.targets.satisci .campaign .campaignProducts b {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  display: block;
}

.targets.satisci .campaign .campaignProducts div {
  display: inline-block;
  font-size: 13px;
}

.targets.satisci .targetInfo {
  text-align: center;
  color: #4D4D4D;
}

.targets.satisci .targetLine {
  border-top: 1px solid #fff;
  width: 70%;
  margin: 0 auto 10px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.targets.satisci .target {
  display: inline-block;
  width: 17%;
}

@media (max-width: 767.98px) {
  .targets.satisci .target {
    width: 17%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target {
    width: 20%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.targets.satisci .target:nth-last-of-type(2) .total:after {
  display: none;
}

.targets.satisci .target.success .total {
  border: solid 1px #e51433;
  background-color: #e51433;
  color: #fff;
}

.targets.satisci .target.success .total:after {
  border-color: #e51433;
}

.targets.satisci .target.success .total1 {
  background: #f49717;
  border: solid 1px #f49717;
  color: #fff;
}

.targets.satisci .target.success .total1:after {
  border-color: #f49717;
}

.targets.satisci .target.success .checkAmount {
  color: #e51433;
}

.targets.satisci .target.success .checkAmount1 {
  color: #f49717;
}

.targets.satisci .target .total {
  width: 120px;
  height: 70px;
  border-radius: 12%;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  color: #cbcbca;
  border: solid 1px #cbcbca;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total {
    width: 60px;
    height: 45px;
    font-size: 13px;
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target .total {
    width: 50px;
    height: 40px;
    font-size: 12px;
    padding-top: 0;
  }
}

.targets.satisci .target .total b {
  display: block;
  font-size: 32px;
  padding-bottom: 5px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total b {
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 16px;
  }
}

.targets.satisci .target .total:after {
  content: "";
  width: 117%;
  height: 10px;
  position: absolute;
  left: 120px;
  top: 25px;
  border-bottom: 2px solid #cbcbca;
  line-height: 0.1em;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total:after {
    width: 100px;
    left: 60px;
    top: 15px;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target .total:after {
    width: 50px;
    left: 50px;
    top: 12px;
  }
}

.targets.satisci .target .checkAmount {
  font-size: 20px;
  text-align: center;
  color: #cbcbca;
  line-height: 20px;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .checkAmount {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target .checkAmount {
    font-size: 12px;
  }
}

.targets.satisci .target .checkAmount i {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.targets.satisci .target .checkAmount span {
  font-size: 14px;
  display: block;
}

@media (max-width: 575.98px) {
  .targets.satisci .target .checkAmount span {
    font-size: 11px;
  }
}

.targets.satisci .target .checkAmount div {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .checkAmount div {
    font-size: 9px;
  }
}

.targets.satisci .target .total1 {
  width: 120px;
  height: 70px;
  border-radius: 12%;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  color: #cbcbca;
  border: solid 1px #cbcbca;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total1 {
    width: 60px;
    height: 45px;
    font-size: 13px;
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target .total1 {
    width: 50px;
    height: 40px;
    font-size: 12px;
    padding-top: 0;
  }
}

.targets.satisci .target .total1 b {
  display: block;
  font-size: 32px;
  padding-bottom: 5px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total1 b {
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 16px;
  }
}

.targets.satisci .target .total1:after {
  content: "";
  width: 117%;
  height: 10px;
  position: absolute;
  left: 120px;
  top: 25px;
  border-bottom: 2px solid #cbcbca;
  line-height: 0.1em;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .total1:after {
    width: 100px;
    left: 60px;
    top: 15px;
  }
}

@media (max-width: 575.98px) {
  .targets.satisci .target .total1:after {
    width: 50px;
    left: 50px;
    top: 12px;
  }
}

.targets.satisci .target:nth-last-of-type(3) .total:after {
  display: none;
}

.targets.satisci .target:nth-last-of-type(3) .total1:after {
  display: none;
}

.targets.satisci .target .checkAmount1 {
  font-size: 20px;
  text-align: center;
  color: #cbcbca;
  line-height: 18px;
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .checkAmount1 {
    font-size: 14px;
  }
}

.targets.satisci .target .checkAmount1 i {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.targets.satisci .target .checkAmount1 span {
  font-size: 14px;
  display: block;
}

.targets.satisci .target .checkAmount1 div {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .targets.satisci .target .checkAmount1 div {
    font-size: 10px;
  }
}

.targets.satisci div .fatura a {
  background-color: #e51433;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 2px 6px 9px 3px rgb(140, 140, 140);
}

.shopPage .header {
  color: #e51433;
  font-size: 44px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e51433;
  line-height: 0.1em;
  margin: 10px 0 60px;
}

@media (max-width: 767.98px) {
  .shopPage .header {
    font-size: 32px;
  }
}

.shopPage .header span {
  background: #fff;
  padding: 0 10px;
}

.shopPage .search {
  text-align: center;
  margin-top: -3%;
  width: 300px;
}

@media (max-width: 767.98px) {
  .shopPage .search {
    position: relative;
  }
}

.shopPage .search input {
  border: 2px solid #FF9300;
  padding: 10px 15px;
  border-radius: 7px;
  min-width: 300px;
}

.shopPage .search i {
  color: #A9A9A9;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .shopPage .search {
    margin-top: 8%;
  }
}

.shopPage .productArea {
  border-radius: 20px;
  background: white;
  padding: 15px;
  margin-bottom: 30px;
  height: 580px;
}

@media (max-width: 575.98px) {
  .shopPage .productArea {
    padding: 5px;
    height: auto;
  }
}

.shopPage .productArea .information .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
  height: 50px;
  color: #000;
}

@media (max-width: 575.98px) {
  .shopPage .productArea .information .title {
    height: 60px;
    font-size: 12px;
  }
}

.shopPage .productArea .information .price .amount {
  background-color: #FF9300;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px #FF7300;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .shopPage .productArea .information .price .amount {
    font-size: 14px;
    padding: 4px 0 6px 23px;
    box-shadow: 0px 3px 0px 0px #ff7300;
    margin-bottom: 12px;
  }
}

.shopPage .productArea .information .price .amount.red {
  background-color: #F9002B;
  box-shadow: 0px 5px 0px 0px #DE002D;
  padding: 0;
}

.shopPage .productArea .information .price .amount.red .turyagDestekText {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -10px;
}

.shopPage .productArea .information .price .amount.red .tlicon {
  color: #F9002B;
}

.shopPage .productArea .information .price .amount .tlicon {
  font-family: Arial;
  font-size: 1.7rem;
  background: white;
  color: #ff9300;
  padding: 0px 14px;
  border-radius: 27px;
  position: absolute;
  left: 10px;
  top: 7px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .shopPage .productArea .information .price .amount .tlicon {
    font-size: 0.9rem;
    padding: 0px 7px;
    left: 5px;
  }
}

.shopPage .productArea .information .turyagKatkisi .amount {
  box-shadow: 0px 5px 0px 0px #e9061a;
  background-color: #FF0016;
  font-size: 12px;
}

.shopPage .productArea .information .turyagKatkisi .amount .tlicon {
  color: #FF0016 !important;
}

.shopPage .productArea .information .turyagKatkisi p {
  font-weight: 100;
  margin: 0;
}

@media (min-width: 768px) {
  .shopPage .productArea .information .turyagKatkisi p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .shopPage .productArea .information .turyagKatkisi p {
    font-size: 14px;
  }
}

.shopPage .productArea .information .cekAmount {
  border: 2px solid #4D4D4D;
  text-align: center;
  border-radius: 15px;
  color: #000;
}

.shopPage .productArea .information .cekAmount .cek {
  font-size: 16px;
  margin-bottom: -4px;
}

@media (max-width: 575.98px) {
  .shopPage .productArea .information .cekAmount .cek {
    font-size: 11px;
  }
}

.shopPage .productArea .information .cekAmount .lastPrice {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .shopPage .productArea .information .cekAmount .lastPrice {
    font-size: 15px;
    margin-top: 7px;
  }
}

.shopPage .productArea .tags {
  font-size: 0.8rem;
  padding: 7px 10px;
}

.shopPage .productArea .tags .cargo {
  color: #FF9300;
}

.shopPage .productArea .tags .kdv {
  color: #00CAB4;
}

.shopPage .productArea .image {
  text-align: center;
  min-height: 250px;
}

.shopPage .productArea .image img {
  max-height: 240px;
}

.shopPage .rewardSlider {
  position: relative;
  width: 100% !important;
  margin-bottom: 100px;
}

.shopPage .rewardSlider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 20px;
  border: none;
  text-indent: -9999px;
  right: 0;
  z-index: 5;
}

.shopPage .rewardSlider .slick-arrow.slick-prev {
  background: url("/images/circle-left.png") no-repeat center;
}

.shopPage .rewardSlider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
  background: url("/images/circle-right.png") no-repeat center;
}

.shopPage .rewardSlider .slick-dots {
  position: absolute;
  bottom: 5;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.shopPage .rewardSlider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #989899;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.shopPage .rewardSlider .slick-dots li.slick-active {
  background: #e51433;
}

.shopPage .rewardSlider .col {
  width: 96% !important;
}

.shopPage .rewardSlider .col .productArea {
  border-radius: 20px;
  background: white;
  padding: 15px;
  margin-bottom: 30px;
  width: 100% !important;
  height: 600px;
}

.shopPage .rewardSlider .col .productArea .information .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  height: 50px;
}

@media (max-width: 575.98px) {
  .shopPage .rewardSlider .col .productArea .information .title {
    height: 60px;
    font-size: 14px;
  }
}

.shopPage .rewardSlider .col .productArea .information .turyagKatkisi .amount {
  background-color: #FF0016 !important;
  box-shadow: 0px 5px 0px 0px #e9061a !important;
}

.shopPage .rewardSlider .col .productArea .information .price .amount {
  background-color: #FF9300;
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 5px 0px 0px #FF7300;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .shopPage .rewardSlider .col .productArea .information .price .amount {
    font-size: 18px;
    padding: 4px 0 6px 23px;
    box-shadow: 0px 3px 0px 0px #ff7300;
    margin-bottom: 12px;
  }
}

.shopPage .rewardSlider .col .productArea .information .price .amount.red {
  background-color: #F9002B;
  box-shadow: 0px 5px 0px 0px #DE002D;
  padding: 0;
}

.shopPage .rewardSlider .col .productArea .information .price .amount.red .turyagDestekText {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -10px;
}

.shopPage .rewardSlider .col .productArea .information .price .amount.red .tlicon {
  color: #F9002B;
}

.shopPage .rewardSlider .col .productArea .information .price .amount .tlicon {
  font-family: Arial;
  font-size: 1.7rem;
  background: white;
  color: #ff9300;
  padding: 0px 14px;
  border-radius: 27px;
  position: absolute;
  left: 10px;
  top: 7px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .shopPage .rewardSlider .col .productArea .information .price .amount .tlicon {
    font-size: 1.1rem;
    padding: 0px 9px;
    left: 5px;
  }
}

.shopPage .rewardSlider .col .productArea .information .cekAmount {
  border: 2px solid #4D4D4D;
  text-align: center;
  border-radius: 15px;
}

.shopPage .rewardSlider .col .productArea .information .cekAmount .cek {
  font-size: 16px;
  margin-bottom: -4px;
}

@media (max-width: 575.98px) {
  .shopPage .rewardSlider .col .productArea .information .cekAmount .cek {
    font-size: 11px;
  }
}

.shopPage .rewardSlider .col .productArea .information .cekAmount .lastPrice {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .shopPage .rewardSlider .col .productArea .information .cekAmount .lastPrice {
    font-size: 20px;
  }
}

.shopPage .rewardSlider .col .productArea .tags {
  font-size: 0.8rem;
  padding: 7px 10px;
}

.shopPage .rewardSlider .col .productArea .tags .cargo {
  color: #FF9300;
}

.shopPage .rewardSlider .col .productArea .tags .kdv {
  color: #00CAB4;
}

.shopPage .rewardSlider .col .productArea .image {
  text-align: center;
  min-height: 250px;
}

.shopPage .rewardSlider .col .productArea .image img {
  max-height: 240px;
}

@media (max-width: 575.98px) {
  .shopPage nav {
    margin-bottom: 100px;
  }
}

.shopPage nav .c-sliding-pagination__list-element {
  display: inline-block;
  background: #f9002b;
  color: #fff;
  padding: 0.6em;
  border-radius: 0.2em;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-right: 0.2em;
  margin-bottom: 1em;
  transition-duration: 300ms;
  transition-property: background, color;
}

.shopPage nav .c-sliding-pagination__list-element:hover {
  transition-duration: 300ms;
  transition-property: background, color;
  color: #e9e9e9;
  background: #d21118;
  border-color: #c61017;
}

.shopPage nav .c-sliding-pagination__list-element--active {
  background: #d21118;
  color: #e9e9e9;
}

.recommendedReward {
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0px;
}

.recommendedReward .productArea {
  border-radius: 20px;
  background: white;
  padding: 15px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .recommendedReward .productArea {
    padding: 5px;
  }
}

.recommendedReward .productArea .information .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  height: 50px;
  color: #000;
}

@media (max-width: 575.98px) {
  .recommendedReward .productArea .information .title {
    height: 60px;
    font-size: 12px;
  }
}

.recommendedReward .productArea .information .price .amount {
  background-color: #FF9300;
  font-size: 25px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 5px 0px 0px #FF7300;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .recommendedReward .productArea .information .price .amount {
    font-size: 14px;
    padding: 4px 0 6px 23px;
    box-shadow: 0px 3px 0px 0px #ff7300;
    margin-bottom: 12px;
  }
}

.recommendedReward .productArea .information .price .amount.red {
  background-color: #F9002B;
  box-shadow: 0px 5px 0px 0px #DE002D;
  padding: 0;
}

.recommendedReward .productArea .information .price .amount.red .turyagDestekText {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -10px;
}

.recommendedReward .productArea .information .price .amount.red .tlicon {
  color: #F9002B;
}

.recommendedReward .productArea .information .price .amount .tlicon {
  font-family: Arial;
  font-size: 1.7rem;
  background: white;
  color: #ff9300;
  padding: 0px 14px;
  border-radius: 27px;
  position: absolute;
  left: 10px;
  top: 7px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .recommendedReward .productArea .information .price .amount .tlicon {
    font-size: 0.9rem;
    padding: 0px 7px;
    left: 5px;
  }
}

.recommendedReward .productArea .information .turyagKatkisi .amount {
  box-shadow: 0px 5px 0px 0px #e9061a;
  background-color: #FF0016;
}

.recommendedReward .productArea .information .turyagKatkisi .amount .tlicon {
  color: #FF0016 !important;
}

.recommendedReward .productArea .information .turyagKatkisi p {
  font-weight: 100;
  margin: 0;
}

@media (min-width: 768px) {
  .recommendedReward .productArea .information .turyagKatkisi p {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .recommendedReward .productArea .information .turyagKatkisi p {
    font-size: 14px;
  }
}

.recommendedReward .productArea .information .cekAmount {
  border: 2px solid #4D4D4D;
  text-align: center;
  border-radius: 15px;
  color: #000;
}

.recommendedReward .productArea .information .cekAmount .cek {
  font-size: 16px;
  margin-bottom: -4px;
}

@media (max-width: 575.98px) {
  .recommendedReward .productArea .information .cekAmount .cek {
    font-size: 11px;
  }
}

.recommendedReward .productArea .information .cekAmount .lastPrice {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .recommendedReward .productArea .information .cekAmount .lastPrice {
    font-size: 15px;
    margin-top: 7px;
  }
}

.recommendedReward .productArea .tags {
  font-size: 0.8rem;
  padding: 7px 10px;
}

.recommendedReward .productArea .tags .cargo {
  color: #FF9300;
}

.recommendedReward .productArea .tags .kdv {
  color: #00CAB4;
}

.recommendedReward .productArea .image {
  text-align: center;
  min-height: 250px;
}

.recommendedReward .productArea .image img {
  max-height: 240px;
}

.recommendedReward .slick-dots {
  position: absolute;
  bottom: 5;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.recommendedReward .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #989899;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.recommendedReward .slick-dots li.slick-active {
  background: #e51433;
}

@media (max-width: 767.98px) {
  .newInvoice {
    margin-top: 70px;
    padding: 3% 0px;
  }
}

.newInvoice .refreshUpload {
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}

.newInvoice .success {
  color: #F9002B;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  font-size: 16px;
}

.newInvoice .success .fa {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}

.newInvoice .success button {
  display: block;
  margin-top: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.newInvoice .preview img {
  width: 100%;
}

.newInvoice .upload {
  text-align: center;
  color: #fff;
  padding: 50px;
  padding-top: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .newInvoice .upload {
    margin-bottom: 20px;
  }
}

.newInvoice .upload a {
  cursor: pointer;
}

.newInvoice .upload img {
  max-width: 80%;
  margin-bottom: 5px;
  cursor: pointer;
}

.newInvoice .upload b {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.newInvoice .upload a {
  background-color: #F9002B;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.newInvoice .send {
  background-color: #F9002B;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .newInvoice .send {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .newInvoice .send {
    margin-bottom: 10px;
  }
}

.newInvoice .cancel {
  background-color: #fff;
  color: #666666;
  font-weight: 400;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .newInvoice .cancel {
    margin-left: 10px;
  }
}

.newInvoice .alert-info {
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

.newInvoice .alert-info i {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}

.newInvoice .product {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 5px;
}

.newInvoice .product .btn-danger {
  margin-top: 30px;
  color: #fff;
}

.rewardDetail {
  background-color: white;
  padding: 2% 5%;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .rewardDetail {
    padding: 0;
  }
}

.rewardDetail .addBasketMobile {
  position: fixed;
  bottom: 0;
  background-color: #e6e6e6;
  padding: 0.3rem;
  width: 100%;
  z-index: 11;
}

.rewardDetail .addBasketMobile button {
  font-size: 22px;
  margin-top: 28px;
}

.rewardDetail .addBasketMobile .price {
  position: relative;
  margin-bottom: 12px;
}

.rewardDetail .addBasketMobile .price .amount {
  background: #fff;
  color: #4D4D4D;
  font-size: 27px;
  height: 40px;
  margin-top: -2px;
}

@media (max-width: 575.98px) {
  .rewardDetail .addBasketMobile .price .amount {
    font-size: 15px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 352px) {
  .rewardDetail .addBasketMobile .price .amount {
    font-size: 13px;
  }
}

.rewardDetail .addBasketMobile .price:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -13px;
  border-style: solid;
  border-top-width: 10px;
  border-right-width: 80px;
  border-left-width: 80px;
  border-top-color: #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.rewardDetail .addBasketMobile .cekAmount .cek {
  font-size: 12px;
}

.rewardDetail .addBasketMobile .cekAmount .lastPrice {
  font-size: 30px;
  margin-top: 8px;
}

@media (max-width: 575.98px) {
  .rewardDetail .changeLoc .tags {
    display: flex;
    justify-content: space-evenly;
    background: #fff0d9;
    font-size: 1.1rem;
  }

  .rewardDetail .changeLoc .rewardName {
    color: #4d4d4d;
    background: #e6e6e6;
    border-radius: unset;
  }
}

.rewardDetail .tags {
  font-size: 0.8rem;
  padding: 7px 0px;
}

.rewardDetail .tags .cargo {
  color: #FF9300;
}

.rewardDetail .tags .kdv {
  color: #00CAB4;
}

.rewardDetail .rewardName {
  background: rgb(217, 217, 217);
  background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d9d9",endColorstr="#ffffff",GradientType=1);
  border-radius: 7px;
  padding: 15px 30px;
  font-size: 28px;
}

.rewardDetail .stock {
  text-align: center;
  font-size: 20px;
}

.rewardDetail .separator {
  background-color: #000;
}

.rewardDetail .description {
  color: #808080;
}

.rewardDetail .addToBasket select {
  background: #F0F0F0;
  padding: 10px 15px;
  border-radius: 15px;
  height: 60px;
  color: #A9A9A9;
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.rewardDetail .addToBasket button {
  background: #FF0016;
  border-radius: 15px;
  height: 60px;
  font-size: 22px;
  color: white;
}

.rewardDetail .addToBasket button i {
  float: left;
  margin-top: 5px;
  font-size: 26px;
}

.rewardDetail .price .amount {
  background: url("/images/price-tag.svg") no-repeat top center;
  height: 100px;
  font-size: 42px;
  text-align: center;
  color: white;
}

.rewardDetail .turyagDestek .amount {
  background: url(/images/price-red-tag.svg) no-repeat top center;
  height: 130px;
  font-size: 40px;
  text-align: center;
  color: white;
  margin-top: -27px;
  padding-top: 33px;
}

.rewardDetail .turyagDestek .amount div {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -17px;
}

.rewardDetail .turyagDestek .amount p {
  font-size: 20px;
  margin-bottom: -10px;
}

.rewardDetail .cekAmount {
  font-size: 40px;
  text-align: center;
  color: #FF0016;
}

.rewardDetail .cekAmount .cek {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: -15px;
}

.newsPage .news {
  background-color: white;
  box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.newsPage .news .newsList .newsImage {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsPage .news .newsTitle .title {
  color: #e70401;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .newsPage .news .newsTitle .title {
    font-size: 15px;
  }
}

.newsPage .news .readMore {
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
}

@media (min-width: 576px) {
  .newsPage .news .readMore {
    background-color: #e70401;
    color: #ffffff;
  }
}

@media (max-width: 575.98px) {
  .newsDetail {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .newsDetail .detail {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
  }
}

.newsDetail .detail .backTitle {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 768px) {
  .newsDetail .detail .backTitle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .newsDetail .detail .backTitle {
    background-color: #e70401;
    position: absolute;
    width: 100%;
  }
}

.newsDetail .title {
  background-color: #e60301;
  color: #ffffff;
  padding: 10px 30px;
}

@media (max-width: 767.98px) {
  .newsDetail .title {
    display: none;
  }
}

@media (min-width: 576px) {
  .newsDetail .title {
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .newsDetail .title {
    font-size: 14px;
    text-align: center;
  }
}

.newsDetail .banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .newsDetail .banner img {
    border-radius: 10px;
    margin-bottom: 30px;
    height: 550px;
  }
}

@media (max-width: 575.98px) {
  .newsDetail .banner img {
    height: 250px;
  }
}

.newsDetail .content {
  padding: 35px;
}

@media (max-width: 767.98px) {
  .newsDetail .content {
    padding: 45px 20px 0 30px;
  }
}

@media (min-width: 576px) {
  .newsDetail .content {
    border: 1px #e70401 solid;
    border-radius: 10px;
  }
}

.newsDetail .content a {
  color: #000 !important;
}

.newsDetail .content b {
  color: #e60301;
}

.newsDetail .content p img {
  width: 100%;
}

.profilePage {
  border-radius: 10px;
}

.profilePage .form-group {
  margin-bottom: 1rem;
  width: 80% !important;
}

@media (max-width: 575.98px) {
  .profilePage .form-group {
    width: 100% !important;
  }
}

.profilePage h1,
.profilePage .h1 {
  margin-bottom: 20px;
  margin-top: -40px;
}

.profilePage .form-group {
  margin-bottom: 1rem;
  width: 90% !important;
}

@media (max-width: 767.98px) {
  .profilePage .form-group {
    width: 70% !important;
  }
}

@media (max-width: 575.98px) {
  .profilePage .form-group {
    width: 100% !important;
  }
}

.profilePage .backTitle {
  font-size: 16px;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .profilePage .topBar {
    background-color: #F6F7FB;
    margin-top: 20px;
    padding: 20px;
  }

  .profilePage .topBar span {
    text-decoration: underline;
  }
}

@media (min-width: 576px) {
  .profilePage .topBar {
    border-bottom: 2px #e5e5e5 solid;
  }
}

.profilePage .topBar label {
  color: #808080;
}

.profilePage .topBar p {
  font-size: 24px;
  font-weight: 600;
}

.profilePage .referalCode small,
.profilePage .referalCode .small {
  font-size: 11px;
  font-weight: 700;
}

.profilePage .referalCode b {
  font-size: 18px;
}

.profilePage .image img {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px #f9002b solid;
}

.profilePage .image .top-image {
  width: 80px;
  height: 80px;
}

.profilePage .navigation-list ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  font-size: 1rem;
  color: #808080;
  font-weight: 600;
}

.profilePage .navigation-list ul li img {
  margin-right: 10px;
}

.profilePage .navigation-list ul li .messageCount {
  background-color: #F90;
  font-weight: 400;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 19px;
}

.profilePage .navigation-list ul .active {
  color: #FF9900;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .navigation {
    border: 2px #e5e5e5 solid !important;
    border-radius: 10px !important;
  }
}

.profilePage .navigation-list .scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  height: 70vh;
  padding-right: 100px;
}

.profilePage .navigation-list .scrollbar::-webkit-scrollbar {
  width: 20px;
}

.profilePage .navigation-list .scrollbar::-webkit-scrollbar-track {
  background-color: #ECECEC;
  border-radius: 10px;
}

.profilePage .navigation-list .scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section h3,
  .profilePage .navigation-list .profile-section .h3 {
    border-bottom: 2px #e5e5e5 solid;
    color: #f9002b;
    margin-top: 15px;
  }
}

.profilePage .navigation-list .profile-section h5,
.profilePage .navigation-list .profile-section .h5 {
  color: #f9002b;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section .file-upload {
    border-bottom: 2px #e5e5e5 solid;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .file-upload {
    background-color: #F6F7FB;
  }
}

.profilePage .navigation-list .profile-section .file-upload p {
  margin-left: -20px;
  color: #f9002b;
}

.profilePage .navigation-list .profile-section .member-id {
  color: #f9002b;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section .profile-informations {
    margin: 20px;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .profile-informations {
    margin: 40px 40px 20px;
  }
}

.profilePage .navigation-list .profile-section .profile-informations label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.profilePage .navigation-list .profile-section .profile-informations .disable {
  background-color: #ffffff;
  color: grey;
}

.profilePage .navigation-list .profile-section .profile-informations .member-id-label {
  border: 1px solid #ced4da;
  padding: 5px;
  border-radius: 5px;
}

.profilePage .navigation-list .profile-section .profile-informations .change-input {
  right: -110px;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .profile-informations .change-input {
    right: 60px;
  }
}

.profilePage .navigation-list .profile-section .profile-informations .cursor {
  cursor: pointer;
  color: grey;
}

.profilePage .navigation-list .profile-section .profile-informations select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.profilePage .navigation-list .profile-section .profile-informations .form-group {
  position: relative !important;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .profile-informations .form-group {
    position: unset !important;
  }
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section .master-informations {
    margin: 10px;
  }
}

@media screen and (min-width: 540px) {
  .profilePage .navigation-list .profile-section .master-informations .form-control::-webkit-input-placeholder {
    color: transparent;
  }
}

.profilePage .navigation-list .profile-section .master-informations label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.profilePage .navigation-list .profile-section .master-informations .disable {
  background-color: #ffffff;
}

.profilePage .navigation-list .profile-section .master-informations .member-id-label {
  border: 1px solid #ced4da;
  padding: 5px;
  border-radius: 5px;
}

.profilePage .navigation-list .profile-section .master-informations .change-input {
  right: -110px;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .master-informations .change-input {
    right: 60px;
  }
}

.profilePage .navigation-list .profile-section .master-informations .cursor {
  cursor: pointer;
}

.profilePage .navigation-list .profile-section .master-informations select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.profilePage .navigation-list .profile-section .master-informations .form-group {
  position: relative !important;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .master-informations .form-group {
    position: unset !important;
  }
}

.profilePage .navigation-list .profile-section .master-informations .form-group select {
  color: #6c757d;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section button {
    color: #f9002b;
    text-decoration: underline;
    background-color: #fff;
    border: none;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .password-change {
    border-top: 2px #e5e5e5 solid;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section .password-change {
    margin-left: 50px;
  }

  .profilePage .navigation-list .profile-section .password-change h3,
  .profilePage .navigation-list .profile-section .password-change .h3 {
    border-bottom: 2px #e5e5e5 solid;
  }
}

.profilePage .navigation-list .profile-section .password-change h3,
.profilePage .navigation-list .profile-section .password-change .h3 {
  color: #f9002b;
}

.profilePage .navigation-list .profile-section .password-change form {
  margin-top: 1.3rem;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section .password-change form label {
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section .password-change form label {
    right: 50px;
  }
}

.profilePage .navigation-list .profile-section .password-change form img {
  cursor: pointer;
}

.profilePage .navigation-list .profile-section .password-change form input {
  cursor: pointer;
}

.profilePage .navigation-list .profile-section .password-change .form-group {
  position: relative !important;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .profile-section button {
    color: #f9002b;
    text-decoration: underline;
    background-color: #fff;
    border: none;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .profile-section button {
    background-color: #f9002b;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 5px 30px;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .employees {
    margin-bottom: 30px;
  }
}

.profilePage .navigation-list .master-text p {
  font-size: 18px;
  font-weight: 600;
}

.profilePage .navigation-list .master-text p a {
  color: #f9002b;
  text-decoration: none;
}

.profilePage .navigation-list .orders-section .title {
  border-bottom: 2px #e5e5e5 solid;
  margin-right: 20px;
  color: #f9002b;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .orders-section .orders {
    margin-top: 50px;
  }
}

.profilePage .navigation-list .orders-section .orders .orderList {
  border: 2px #e5e5e5 solid;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .profilePage .navigation-list .orders-section .orders .informations {
    padding: 0 10px;
  }
}

.profilePage .navigation-list .orders-section .orders .section {
  border-bottom: 2px #e5e5e5 solid;
  height: 90px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .orders-section .orders .section label {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .orders-section .orders .section p {
    font-size: 11px;
  }
}

.profilePage .navigation-list .orders-section .orders .section .wheel-of-fortune {
  background: #ff9900;
  border-radius: 10px;
  margin: auto;
  color: #FFFFFF;
}

.profilePage .navigation-list .orders-section .orders .price {
  height: 120px !important;
}

.profilePage .navigation-list .orders-section .orders .productName {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .orders-section .orders .productName {
    height: 100px !important;
  }
}

.profilePage .navigation-list .orders-section .orders .cancel {
  color: #f9002b;
}

.profilePage .navigation-list .address-section .title {
  border-bottom: 2px #e5e5e5 solid;
  color: #f9002b;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .address-section .address-card {
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .profilePage .navigation-list .address-section .addresses {
    margin-bottom: 60px;
  }
}

.profilePage .navigation-list .address-section .addresses .addressList {
  border-bottom: 2px #e5e5e5 solid;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .address-section .addresses .addressList {
    background-color: #E4E4E4;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
  }
}

.profilePage .navigation-list .address-section .addresses .addressList .buttons .btn {
  color: #f9002b;
}

.profilePage .navigation-list .address-section .addresses .addressList .city-state {
  min-height: 3rem;
}

.profilePage .navigation-list .address-section .delete-button {
  background-color: #f9002b;
  border: none;
  color: #ffffff !important;
}

.profilePage .navigation-list .address-section .addAddress input {
  background-color: #F1F1F1;
}

.profilePage .navigation-list .address-section .new-save-button {
  color: #f9002b;
  text-decoration: underline;
  background-color: #fff;
  border: none;
}

.profilePage .navigation-list .address-section .add-address-mobile .add-title {
  color: #f9002b;
}

.profilePage .navigation-list .address-section .add-address-mobile .add-address {
  margin-top: 37px;
  border-radius: 5px;
  background-color: #E4E4E4;
}

.profilePage .navigation-list .address-section .add-address-mobile .modal-address {
  background-color: rgba(0, 0, 0, 0.3490196078);
}

.profilePage .navigation-list .address-section .add-address-mobile .modal-address .modal-content-address {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.profilePage .navigation-list .address-section .add-address-mobile .modal-address .modal-content-address .modal-title-address {
  background-color: #f9002b;
  color: #ffffff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .profilePage .navigation-list .address-section .add-address-mobile {
    color: #979797;
  }
}

.profilePage .navigation-list .kkvk-modal {
  margin: 5.75rem auto;
}

.profilePage .navigation-list .kkvk-modal .kkvk-modal-close {
  cursor: pointer;
}

.profilePage .name {
  color: #f9002b;
  font-size: 2rem;
}

.profilePage ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.profilePage ul .active {
  color: #FF9900;
}

.profilePage .messagesContainer {
  padding: 20px;
}

@media (max-width: 575.98px) {
  .profilePage .messagesContainer {
    padding: 0px;
  }
}

.profilePage .messagesContainer h1,
.profilePage .messagesContainer .h1 {
  border-bottom: 2px #e5e5e5 solid;
  color: #f9002b;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.profilePage .messagesContainer .messageList {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  font-family: Ubuntu, sans-serif;
}

.profilePage .messagesContainer .messageList .from b {
  font-size: 15px;
}

.profilePage .messagesContainer .messageList .from span {
  font-size: 12px;
  display: inline-block;
  margin-left: 35px;
  color: #999;
  text-align: right;
}

.profilePage .messagesContainer .messageList .from hr {
  margin-top: 5px;
  margin-bottom: 7px;
}

.profilePage .messagesContainer .messageList .title {
  color: #e51433;
  font-size: 14px;
  font-weight: 400 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profilePage .messagesContainer .messageList .avatar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .profilePage .messagesContainer .messageList .avatar {
    width: 80px;
    height: 80px;
  }
}

.profilePage .messagesContainer .messageList .avatar img {
  height: 80%;
  margin-left: 18px;
}

@media (max-width: 767.98px) {
  .profilePage .messagesContainer .messageList .avatar img {
    margin-left: 0;
  }
}

.profilePage .messagesContainer .messageList .message {
  border-radius: 5px 8px 8px 8px;
  background: url("/images/message-box.png");
  background-size: cover;
  background-color: #fff;
  margin-left: 100px;
  padding: 30px;
  position: relative;
  width: 310px;
  max-height: 140px;
  padding-left: 30px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .profilePage .messagesContainer .messageList .message {
    margin-left: 55px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.profilePage .messagesContainer .messageList .message .buttonRead {
  background-color: #e51433;
  margin-top: 10px;
  width: 95%;
  color: #ffffff;
  font-size: 12px;
  outline: none;
}

@media (max-width: 991.98px) {
  .profilePage .messagesContainer .messageList .message .buttonRead {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    font-size: 11px;
  }
}

.profilePage .messagesContainer .messageList .message .buttonUnread {
  background-color: #F90;
  color: #fff;
  margin-top: 10px;
  width: 95%;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .profilePage .messagesContainer .messageList .message .buttonUnread {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
    font-size: 11px;
  }
}

.profilePage .messagesContainer .messageList .message .detail {
  font-size: 14px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.profilePage .messagesContainer .messageList .message .detail .description {
  color: #4e4e4d;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.profilePage .messagesContainer .messageList .message .detail .modal-header {
  background-color: #e51433;
  color: #fff;
}

.profilePage .messagesContainer .messageList .message .detail .modal-header h4,
.profilePage .messagesContainer .messageList .message .detail .modal-header .h4 {
  font-size: 14px;
}

.profilePage .messagesContainer .messageList .message .detail .modal-body h5,
.profilePage .messagesContainer .messageList .message .detail .modal-body .h5 {
  color: #e51433;
}

.profilePage .messagesContainer .messageList .message .detail .modal-footer .close {
  border: 1px grey solid;
  border-radius: 100px;
  font-size: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-weight: lighter;
}

.profilePage .messagesContainer .c-sliding-pagination__list-element {
  display: inline-block;
  background: #f9002b;
  color: #fff;
  padding: 2px;
  border-radius: 0.2em;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-right: 0.2em;
  margin-bottom: 1em;
  transition-duration: 300ms;
  transition-property: background, color;
}

.profilePage .messagesContainer .c-sliding-pagination__list-element:hover {
  transition-duration: 300ms;
  transition-property: background, color;
  color: #e9e9e9;
  background: #d21118;
  border-color: #c61017;
}

.profilePage .messagesContainer .c-sliding-pagination__list-element--active {
  background: #d21118;
  color: #e9e9e9;
}

.profilePage .messagesContainer .c-sliding-pagination__page {
  padding: 12px;
}

.profilePage .pointStatement .nav-pills li a {
  background: #fff;
  margin-right: 5px;
}

.profilePage .pointStatement .nav-pills li a.active {
  background: #F9002B;
}

.profilePage .pointStatement .scoreList {
  padding: 20px;
  background: #f5f5f5;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  -ms-box-shadow: 0 0 10px 0 #e5e5e5;
  -o-box-shadow: 0 0 10px 0 #e5e5e5;
  box-shadow: 0 0 10px 0 #e5e5e5;
}

.profilePage .pointStatement .scoreList .plus {
  color: #38c172;
  text-align: right;
}

.profilePage .pointStatement .scoreList .minus {
  color: #F9002B;
  text-align: right;
}

@media (max-width: 575.98px) {
  .profilePage .contact {
    padding-left: 10px;
  }
}

.profilePage .contact h1,
.profilePage .contact .h1 {
  border-bottom: 2px #e5e5e5 solid;
  color: #f9002b;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.profilePage .contact form {
  width: 95%;
}

.profilePage .contact form .form-group {
  color: #808080;
  width: 100% !important;
}

.profilePage .contact form .form-group .form-control {
  height: auto;
}

.profilePage .contact form .form-group select {
  display: block;
  width: 40%;
  color: #808080;
}

.profilePage .contact form button {
  background-color: #e51433;
  color: #fff;
}

.profilePage .dashboardColumn {
  font-size: 0.9rem;
}

.profilePage .dashboardColumn .title h1,
.profilePage .dashboardColumn .title .h1 {
  border-bottom: 2px #e5e5e5 solid;
  color: #f9002b;
  font-size: 28px !important;
  margin-top: 20px;
  margin-bottom: 30px;
}

.profilePage .dashboardColumn .title a {
  color: #000000;
}

.profilePage .dashboardColumn table {
  color: #808080;
}

.profilePage .dashboardColumn table td {
  color: #808080 !important;
}

.pageTopBarShop {
  background-color: #F7F8FC;
  text-align: center;
  font-size: 16px;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
}

.pageTopBarShop .categories a {
  color: #FF9300;
}

.pageTopBarShop .buttonList button {
  border: 0;
  padding: 7px 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #999999;
  -webkit-appearance: button;
}

@media (min-width: 768px) {
  .pageTopBarShop .buttonList button {
    border-right: 2px solid white;
    background: #f9002b;
    color: white;
  }
}

.pageTopBarShop .buttonList a {
  border: 0;
  padding: 7px 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #999999;
  -webkit-appearance: button;
}

@media (min-width: 768px) {
  .pageTopBarShop .buttonList a {
    border-right: 2px solid white;
    background: #f9002b;
    color: white;
  }
}

@media (min-width: 768px) {
  .pageTopBarShop .buttonList a p {
    transform: skew(15deg);
  }
}

@media (max-width: 767.98px) {
  .pageTopBarShop .buttonList a p {
    font-size: 11px;
    margin-top: 10px;
  }
}

.pageTopBarShop .buttonList .category-image {
  background-color: rgb(249, 0, 43);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

@media (max-width: 767.98px) {
  .pageTopBarShop .buttonList .category-image {
    margin-top: -4px;
  }
}

@media (min-width: 768px) {
  .pageTopBarShop .buttonList .active {
    background-color: #DD0020;
  }
}

@media (max-width: 767.98px) {
  .pageTopBarShop .buttonList .mainSlider p {
    color: #999999;
  }
}

.backTitle {
  background-color: #e70401;
  position: relative;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.backTitle a {
  float: left;
}

.backTitle h1,
.backTitle .h1 {
  color: #F9002B;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
  letter-spacing: 0.4px;
  font-family: Ubuntu, sans-serif;
}

.backTitle .profile-image {
  border-bottom: 2px #e5e5e5 solid;
}

.newsSlide .header {
  color: #e51433;
  font-size: 44px;
  font-weight: 500;
  width: 70%;
  text-align: center;
  border-bottom: 1px solid #e51433;
  line-height: 0.1em;
  margin: 10px 0 50px;
}

@media (max-width: 767.98px) {
  .newsSlide .header {
    font-size: 32px;
  }
}

.newsSlide .header span {
  background: #fff;
  padding: 0 10px;
}

.mainNewsSlider {
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: left;
  color: white;
}

@media (max-width: 767.98px) {
  .mainNewsSlider {
    margin-bottom: 120px;
  }
}

.mainNewsSlider a {
  position: relative;
}

.mainNewsSlider a img {
  width: 85%;
  height: 550px;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .mainNewsSlider a img {
    width: 95%;
    height: 300px;
  }
}

.mainNewsSlider .pageName {
  color: #fff;
  background-color: #000;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  bottom: 25px;
  z-index: 99;
  width: auto;
  display: inline;
  padding: 20px;
  clear: both;
  left: 60px;
}

@media (min-width: 992px) {
  .mainNewsSlider .pageName {
    left: 120px;
  }
}

@media (max-width: 767.98px) {
  .mainNewsSlider .pageName {
    position: absolute;
    font-size: 15px;
    bottom: 20px;
    padding-left: 10px;
    left: 11px;
  }
}

@media (max-width: 575.98px) {
  .mainNewsSlider .pageName {
    position: absolute;
    font-size: 12px;
    left: 11px;
  }
}

.mainNewsSlider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 140px;
  border: none;
  text-indent: -9999px;
  right: 0;
  z-index: 5;
}

@media (max-width: 767.98px) {
  .mainNewsSlider .slick-arrow {
    left: 50px;
  }
}

@media (max-width: 575.98px) {
  .mainNewsSlider .slick-arrow {
    left: 5px;
  }
}

.mainNewsSlider .slick-arrow.slick-prev {
  background: url("/images/circle-left.png") no-repeat center;
}

.mainNewsSlider .slick-arrow.slick-next {
  left: auto;
  right: 140px;
  background: url("/images/circle-right.png") no-repeat center;
}

@media (max-width: 767.98px) {
  .mainNewsSlider .slick-arrow.slick-next {
    right: 50px;
  }
}

@media (max-width: 575.98px) {
  .mainNewsSlider .slick-arrow.slick-next {
    right: 5px;
  }
}

.mainNewsSlider .slick-dots {
  position: absolute;
  bottom: 5;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.mainNewsSlider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #989899;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.mainNewsSlider .slick-dots li.slick-active {
  background: #e51433;
}

.page-title {
  font-size: 24px;
  color: #F9002B;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.login {
  background-color: #f6f6f6;
}

.login .login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 960px;
}

.login .login-container .login-lang {
  text-align: right;
}

.login .login-container .left-box {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

@media (max-width: 767.98px) {
  .login .login-container {
    flex-direction: column;
  }

  .login .login-container .left-box .login-logo {
    margin-bottom: 40px;
  }

  .login .login-container .left-box .pets-box {
    display: none;
  }
}

.login .login-container .right-box {
  background-color: #ffffff;
  padding: 2rem 4rem;
  text-align: left;
  border-radius: 25px;
  width: 450px;
  min-height: 62vh;
  max-height: 78vh;
  -ms-box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
}

@media (max-width: 767.98px) {
  .login .login-container .right-box {
    width: 320px;
  }
}

.login .login-container .right-box .login-form {
  padding: 4rem 0;
  font-family: "Roboto Condensed", serif;
}

.login .login-container .right-box .login-form h1,
.login .login-container .right-box .login-form .h1 {
  color: #F9002B;
  font-weight: 600;
  margin-bottom: 0px;
}

.login .login-container .right-box .login-form .form-group {
  position: relative;
}

.login .login-container .right-box .login-form input[type=text],
.login .login-container .right-box .login-form input[type=email],
.login .login-container .right-box .login-form input[type=tel],
.login .login-container .right-box .login-form input[type=password] {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  padding-top: 30px;
}

.login .login-container .right-box .login-form label {
  position: absolute;
  left: 1px;
  top: 10px;
  padding: 0 16px;
  color: #333333;
  font-size: 14px;
}

.login .login-container .right-box .login-form label.form-check-label {
  position: unset;
}

.login .login-container .right-box .login-form .forgot-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.login .login-container .right-box .login-form .forgot-remember label {
  position: static;
  color: #333333;
  margin-left: -5px;
}

.login .login-container .right-box .login-form .forgot-remember a {
  color: #333333;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #ffffff;
  margin-right: 5px;
  -webkit-appearance: none;
  outline: 1px solid #333333;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox]:checked {
  accent-color: #f6f6f6;
  background: #ffffff;
  outline: 1px solid #333333;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.login .login-container .right-box .login-form .forgot-remember input[type=checkbox]:checked:after {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  content: "\2713";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  line-height: 0.8;
  color: #333333;
  transition: all 0.2s;
}

.login .login-container .right-box .login-form .btn {
  width: 100%;
}

.login .login-container .right-box .login-form .termsAndConditions {
  height: 30vh;
  overflow-y: scroll;
}

.login .login-container .right-box .login-form .termsAndConditions::-webkit-scrollbar {
  width: 10px;
}

.login .login-container .right-box .login-form .termsAndConditions::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.login .login-container .right-box .login-form .termsAndConditions::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.login .login-container .right-box .login-form .termsAndConditions::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.login .login-container .right-box .nav-tabs {
  border: none !important;
}

.login .login-container .right-box .nav-tabs .nav-link:hover,
.login .login-container .right-box .nav-tabs .nav-link:focus {
  border: none !important;
}

.login .login-container .right-box .login .nav-tabs .nav-link:hover,
.login .login-container .right-box .login .nav-tabs .nav-link:focus {
  border: none !important;
}

.login .login-container .right-box .nav-tabs .nav-link {
  font-family: "Roboto Condensed";
  color: #333333;
  border: none !important;
  padding-bottom: 0;
}

.login .login-container .right-box .nav-tabs .nav-link.active,
.login .login-container .right-box .nav-tabs .nav-item.show .nav-link {
  border: none;
  color: #F9002B;
  border-bottom: 2px solid #F9002B !important;
}

@media (max-width: 767.98px) {
  .login .login-container .login-lang {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .login .login-container .right-box {
    padding: 20px;
    min-width: calc(100vw - 40px);
  }

  .login .login-container .right-box .login-form {
    padding: 20px 0;
  }

  .login .login-container .right-box .login-form form.mt-5 {
    margin-top: 30px !important;
  }

  .login .login-container .right-box .login-form .btn {
    width: 100%;
  }
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
}

.loader .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader img {
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.loader.hideLoader {
  display: none;
}

.rewards {
  margin-bottom: 40px;
  margin-top: 60px;
}

.rewards .allRewards {
  display: flex;
  justify-content: center;
  margin: 20px;
}

@media (max-width: 767.98px) {
  .rewards .allRewards {
    margin-bottom: 5px;
    justify-content: center;
  }
}

.rewards .allRewards a {
  color: #ffffff;
  border-radius: 20px;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 500;
}

.rewards .allRewardsCatalog {
  display: flex;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalog {
    margin-bottom: 5px;
  }
}

.rewards .allRewardsCatalog .button {
  color: #ffffff;
  border-radius: 20px;
  min-width: 120px;
  padding: 3px;
  font-size: 14px;
}

.rewards .allRewardsCatalog .row {
  width: 100%;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalog .row {
    width: auto;
  }
}

.rewards .allRewardsCatalogHeader {
  display: flex;
  position: relative;
}

.rewards .allRewardsCatalogHeader .reward-filters {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.rewards .allRewardsCatalogHeader .reward-filters .reward-search {
  width: 20%;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .reward-search {
    width: 65%;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .reward-search input {
  border-radius: 8;
  height: 45px;
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .reward-search input {
    font-size: 12px;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by {
  margin-bottom: 10px;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters {
  color: #ffffff;
  font-size: 14px;
  background-color: #333333;
  padding: 12px 20px 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters {
    font-size: 22px;
    padding: 5px 5px 10px 9px;
  }
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .filters .icon {
  margin-bottom: 3px;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link {
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .sort-by {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .sort-by .icon {
  margin-bottom: 3px;
  height: 20px;
  width: 20px;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .reward-filters .filter-sort-by .sort-by-link .text {
    display: none;
  }
}

.rewards .allRewardsCatalogHeader .slide-fade-enter-active {
  transition: all 0.2s ease;
}

.rewards .allRewardsCatalogHeader .slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.rewards .allRewardsCatalogHeader .slide-fade-enter,
.rewards .allRewardsCatalogHeader .slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}

.rewards .allRewardsCatalogHeader .custom-sort-container {
  position: relative;
  z-index: 9;
  max-height: 400px;
  background-color: #f5f5f5;
  right: -7px;
  top: 10px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container {
  width: 200px;
  position: absolute;
  z-index: 97;
  right: 0;
  box-shadow: 0 0 10px 4px rgba(110, 110, 110, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .blank-for-mobile {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  margin-top: -1px;
  margin-bottom: -1px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-header {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 0px 4px;
  justify-content: right;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-header .sort-close-button {
  cursor: pointer;
  color: #F9002B;
  background-color: #2e2e2e;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row {
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 23px 0px 17px;
  position: relative;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row .row-title {
  font-weight: bold;
  font-size: 16px;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row .sort-radio {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row input[type=radio]:checked {
  background-color: #F9002B;
  border: 2px solid #F9002B;
}

.rewards .allRewardsCatalogHeader .custom-sort-container .sort-container .sort-row:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #e0e4e8;
}

.rewards .allRewardsCatalogHeader .main-filters {
  position: absolute;
  top: 48px;
  z-index: 98;
  display: flex;
  justify-content: right;
  right: 5%;
}

@media (max-width: 767.98px) {
  .rewards .allRewardsCatalogHeader .main-filters {
    right: 70px;
    top: 111px;
  }
}

@media (max-width: 575.98px) {
  .rewards .allRewardsCatalogHeader .main-filters {
    right: 9px;
  }
}

.rewards .allRewardsCatalogHeader .main-filters__bg {
  opacity: 0;
}

.rewards .allRewardsCatalogHeader .main-filters__container {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 10px 4px rgba(110, 110, 110, 0.1);
  background-color: #f5f5f5;
  width: 300px;
}

.rewards .allRewardsCatalogHeader .main-filters__content {
  padding: 0 20px;
  max-height: 300px;
  overflow-y: scroll;
}

.rewards .allRewardsCatalogHeader .main-filters__header {
  background-color: #f5f5f5;
  color: #333333;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rewards .allRewardsCatalogHeader .main-filters__header--title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__header--close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__header--close .filter-close-button {
  cursor: pointer;
  color: #F9002B;
  background-color: #333333;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.rewards .allRewardsCatalogHeader .main-filters__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: 2px solid #e0e4e8;
  padding: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--clear {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--results {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: #F9002B;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 10px 10px -10px #333333;
  margin: 0;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__footer--results-arrow {
  width: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-card--image img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check {
  width: 28px;
  height: 28px;
  border: solid 1px #a5b0b9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check-mark {
  width: 16px;
  height: 12px;
  opacity: 0;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check:active {
  color: #333333;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter--check:active .main-filters__filter--check-mark {
  opacity: 1;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section:not(:first-child) {
  margin-top: 20px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #c4cbd2;
  margin-bottom: 5px;
  padding: 5px 0;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--title {
  font-weight: 600;
  color: #333333;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--arrow {
  cursor: pointer;
  transition: all 0.2s;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top--collapse {
  transform: rotate(180deg);
}

.rewards .allRewardsCatalogHeader .main-filters__filter-section-top .filter-checkbox {
  width: 18px;
  height: 18px;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 1000px;
  overflow-y: hidden;
  transition: max-height 0.2s ease-in;
}

.rewards .allRewardsCatalogHeader .main-filters__filter-list--collapse {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.rewards .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .rewards .headerWrapper {
    margin-top: 20px;
  }
}

.rewards .headerWrapper .rewardHeader {
  font-weight: 700;
  font-size: 28px;
  color: #F9002B;
}

.rewards .rewardCard {
  text-align: center;
  float: right;
  padding: 10px 10px 0 10px;
}

.rewards .rewardCard .reward-bg {
  background-color: #ffffff;
  padding: 10px 0px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .rewards .rewardCard {
    width: 100% !important;
  }
}

.rewards .rewardCard .image img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  max-height: 180px;
}

.rewards .rewardCard .rewardInfo {
  height: 80px;
}

.rewards .rewardCard .rewardInfo .rewardInfoHeader {
  height: 50px;
  color: #F9002B;
  font-weight: 700;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.rewards .rewardCard .rewardInfo .point {
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  padding: 3px;
}

.rewards .rewardCard .rewardInfo .price {
  background-color: #F9002B;
  border-radius: 0px 0px 20px 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px;
  padding: 5px;
  font-size: 17px;
}

.rewards .slick-slider .slick-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .rewards .slick-slider .slick-dots {
    text-align: center;
  }
}

.rewards .slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.rewards .slick-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: #cfcfcf;
  padding: 0;
}

.rewards .slick-slider .slick-dots li.slick-active button {
  background: #F9002B;
}

.reward-detail {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 70px 0px !important;
}

@media (max-width: 767.98px) {
  .reward-detail {
    margin: 10px !important;
  }
}

.reward-detail .reward-image {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px 0 40px 0;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-image {
    margin-right: 0;
  }
}

.reward-detail .reward-image img {
  border-radius: 15px;
  max-width: 50%;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-image img {
    max-width: 80%;
  }
}

.reward-detail .reward-description {
  padding: 5px;
  border-radius: 18px;
}

@media (max-width: 575.98px) {
  .reward-detail .reward-description {
    margin-top: 10px;
  }
}

.reward-detail .reward-description .reward-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .reward-detail .reward-description .reward-top {
    margin-top: 20px;
    display: grid;
  }
}

.reward-detail .reward-description .reward-top .reward-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2e2e2e;
  width: 70%;
}

@media (max-width: 991.98px) {
  .reward-detail .reward-description .reward-top .reward-title {
    width: 100%;
  }
}

.reward-detail .reward-description .reward-top .point {
  line-height: 33px;
  font-size: 28px;
  font-weight: 900;
}

.reward-detail .reward-description .points {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.reward-detail .reward-description .points span {
  color: #333333;
}

.reward-detail .reward-description .points p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-left: 3px;
}

.reward-detail .reward-description .price {
  display: flex;
  justify-content: right;
  padding: 10px;
  background-color: #F9002B;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 10px;
}

.reward-detail .reward-description .price p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.reward-detail .reward-description .price span {
  font-size: 16px;
  font-weight: 500;
}

.reward-detail .reward-description .quantity-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

.reward-detail .reward-description .quantity-button .btn {
  min-width: 50px;
  color: #f5f5f5;
  background-color: #333333;
  outline: none;
  font-size: 26px;
  font-weight: normal;
  padding: 2px;
}

.reward-detail .reward-description .quantity-button .btn:focus {
  box-shadow: none;
}

.reward-detail .reward-description .quantity-button .btn-plus {
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.reward-detail .reward-description .quantity-button .btn-minus {
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.reward-detail .reward-description .quantity-button .quantity {
  max-width: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  border: none;
}

.reward-detail .reward-description .quantity-button .quantity:focus {
  box-shadow: none;
  border-color: none;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-description .quantity-button .quantity {
    width: 100%;
    min-width: auto !important;
    max-width: 100%;
    flex: 1;
  }
}

.reward-detail .reward-description .summary {
  color: #2e2e2e;
  margin-top: 20px;
  margin-block: 20px;
  line-height: 24px;
  font-size: 16px;
}

.reward-detail .reward-description .buy {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
}

@media (max-width: 767.98px) {
  .reward-detail .reward-description .buy {
    margin-top: 20px;
  }
}

.reward-detail .reward-description .buy img {
  width: 40px;
  height: 30px;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.25s;
}

.reward-detail .reward-description .buy .mr-20 {
  margin-right: 20px !important;
}

.reward-detail .reward-description .buy .setBg {
  background-color: #F9002B !important;
  box-shadow: none;
}

.reward-detail .reward-description .buy .buy-now {
  width: 300px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reward-detail .reward-description .buy .buy-now .icon {
  margin-top: 3px;
}

.reward-detail .reward-description .buy:hover img {
  margin-right: 0;
}

.surveys .survey-container .survey-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  min-height: 210px;
  position: relative;
}

.surveys .survey-container .survey-card .survey-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.surveys .survey-container .survey-card .survey-image img {
  width: 80px;
}

.surveys .survey-container .survey-card .survey-image.completed {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.surveys .survey-container .survey-card .survey-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 5px;
  width: 65%;
}

.surveys .survey-container .survey-card .survey-info .survey-title {
  font-size: 18px;
  font-weight: 600;
}

.surveys .survey-container .survey-card .survey-info .survey-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0px 10px 0px;
}

.surveys .survey-container .survey-card .survey-info .btn {
  min-width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.question-card .question-title {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.question-card .question-options {
  padding: 0;
}

.question-card .question-options li {
  list-style: none;
}

.question-card .question-options li .custom-control {
  display: flex;
  align-items: center;
  position: unset;
  margin-bottom: 10px;
}

.question-card .question-options li .custom-control .fill-control-description {
  display: inline-block;
  line-height: 32px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #2e2e2e;
  width: 90%;
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.question-card .question-options li input[type=number] {
  height: 55px;
  font-size: 20px;
  padding: 10px;
  border: none;
}

.question-card .question-options li input[type=number]:focus {
  border-left: 5px solid #F9002B !important;
  outline: 0;
  outline-width: 0px;
  box-shadow: none !important;
}

.question-card .question-options li input[type=radio] {
  width: 25px;
  height: 25px;
}

.question-card .question-options li input[type=checkbox] {
  width: 25px;
  height: 25px;
  accent-color: #ffffff;
}

.question-card .question-options label {
  padding: 0;
}

.points .point-button {
  opacity: 0.85;
  min-width: 110px;
  min-height: 110px;
  position: absolute;
  top: -40px;
  right: -20px;
  padding-top: 30px;
  text-align: center;
  background-image: url("/images/point-ribbon.png");
  background-repeat: no-repeat;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .points .point-button {
    right: 0px;
  }
}

.points .point-button .point {
  margin: -10px;
}

.points .point-button.earnPoint {
  padding-top: 22px;
  background-image: url("/images/point-ribbon-gray.png") !important;
}

.points .point-button.earnPoint .pointSection {
  margin: -5px;
}

.points .point-button.earnPoint img {
  width: 28px;
}

.points .point-button .completed {
  background-image: url("/images/IcRoundCheck.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #333333;
  border-color: #333333;
  padding-left: 38px;
}

.points .point-button .completed:before {
  content: close-quote;
}

.points .point-button .point {
  font-size: 38px;
  font-weight: bold;
}

.points .point-button .text {
  font-size: 13px;
}

.points .point-button p {
  margin: 0;
}

@media (min-width: 576px) {
  .videos .page-title {
    margin-bottom: 10px;
  }
}

.videos .filter-section {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.videos .filter-btn {
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #F9002B;
  background: #F9002B;
  color: white;
  box-shadow: 0 2px 8px rgba(249, 0, 43, 0.15);
}

.videos .filter-btn:hover {
  background: #F9002B;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(249, 0, 43, 0.3);
}

.videos .filter-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(249, 0, 43, 0.15);
}

.videos .filter-btn.active {
  background: white;
  color: #F9002B;
}

.videos .filter-btn.active:hover {
  background: #f8f9fa;
  color: #F9002B;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(249, 0, 43, 0.3);
}

.videos .filter-btn .filter-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: -3px;
  transition: all 0.3s ease;
}

.videos .filter-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  min-width: 280px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  -webkit-animation: dropdownFadeIn 0.3s ease forwards;
          animation: dropdownFadeIn 0.3s ease forwards;
}

@media (max-width: 767.98px) {
  .videos .filter-dropdown {
    right: -4px;
    width: auto;
    min-width: 260px;
  }
}

@-webkit-keyframes dropdownFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dropdownFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.videos .filter-dropdown-content {
  padding: 20px;
}

.videos .filter-title {
  margin: 0 0 16px 0;
  font-weight: 700;
  color: #F9002B;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 12px;
}

.videos .filter-option {
  margin-bottom: 4px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.videos .filter-option:hover {
  background-color: #f8f9fa;
  transform: translateX(4px);
}

.videos .filter-option .form-check-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  padding: 10px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
}

.videos .filter-option .form-check-label:hover {
  color: #F9002B;
  background-color: rgba(249, 0, 43, 0.05);
  border-color: rgba(249, 0, 43, 0.2);
  padding-left: 20px;
}

.videos .filter-option .form-check-label .category-name {
  flex: 1;
  text-align: left;
}

.videos .filter-option .form-check-label .category-count {
  background: #e9ecef;
  color: #6c757d;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.videos .filter-option .form-check-input {
  display: none;
}

.videos .filter-option .form-check-input:checked + .form-check-label {
  background: linear-gradient(135deg, #F9002B 0%, #ff1744 100%);
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(249, 0, 43, 0.3);
  border-color: transparent;
}

.videos .filter-option .form-check-input:checked + .form-check-label::after {
  content: "\2713";
  position: absolute;
  right: 16px;
  font-size: 16px;
  font-weight: bold;
}

.videos .filter-option .form-check-input:checked + .form-check-label .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.videos .filter-option .form-check-input:checked + .form-check-label:hover {
  background: linear-gradient(135deg, #e50025 0%, #ff1744 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(249, 0, 43, 0.4);
  padding-left: 16px;
}

.videos .filter-option .form-check-input:checked + .form-check-label:hover .category-count {
  background: rgba(255, 255, 255, 0.3);
}

.videos .filter-option:first-child .form-check-input:checked + .form-check-label {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.videos .filter-option:first-child .form-check-input:checked + .form-check-label .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.videos .filter-option:first-child .form-check-input:checked + .form-check-label:hover {
  background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
  box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
  padding-left: 16px;
}

.videos .filter-option:first-child .form-check-input:checked + .form-check-label:hover .category-count {
  background: rgba(255, 255, 255, 0.3);
}

.videos .filter-dropdown hr {
  margin: 3px 0;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #121314, transparent);
  border-radius: 1px;
}

.videos .overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.videos .videoModal {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  max-width: 60%;
  z-index: 9999;
  margin: 0 auto;
  background-color: transparent;
  min-width: 385px !important;
}

@media (max-width: 991.98px) {
  .videos .videoModal {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .videos .videoModal {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .videos .videoModal {
    max-width: 60%;
    width: 100%;
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .videos .videoModal iframe {
    width: 350px;
    display: flex;
    justify-content: center;
  }
}

.video-card {
  margin-bottom: 50px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(249, 0, 43, 0.1);
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.video-card .video-thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-card .video-thumb .play-button {
  position: absolute;
  background-image: url("/images/play_arrow.png");
  display: block;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  background-size: contain;
  z-index: 9;
}

.video-card .video-thumb img {
  border-radius: 10px 10px 0 0;
}

.video-card .video-thumb img.completed {
  opacity: 0.5;
}

.video-card .video-title {
  padding: 18px 10px 0px 10px;
  font-weight: 600;
  height: 80px;
  overflow: hidden;
  font-size: 18px;
  word-wrap: break-word;
}

.video-card .video-description {
  margin-left: 12px;
  margin-right: 12px;
  min-height: 75px;
  height: auto;
}

.video-card .video-description * {
  font-size: 14px;
  margin: 0;
  padding: 0 0 5px 0;
}

.video-card .video-description ul {
  margin-left: 24px;
}

.video-card .video-description p {
  margin-bottom: 10px;
}

.snotify {
  width: 350px !important;
}

.snotify .snotifyToast {
  border-radius: 5px;
}

.snotify .snotifyToast__inner .snotify-icon {
  left: 10px !important;
  right: auto !important;
}

.snotify-warning {
  background: #ffbb33 !important;
  border-radius: 15px;
}

.snotify-warning .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-warning .snotifyToast__inner .snotifyToast__title {
  color: #ffffff !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body {
  font-size: 14px;
  color: #ffffff !important;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #ffbb33;
}

.snotify-warning .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-warning .snotifyToast__inner .snotify-icon--warning {
  background-image: url("/images/warning-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.snotify-error {
  background: #EC001A !important;
  border-radius: 15px;
}

.snotify-error .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-error .snotifyToast__inner .snotifyToast__title {
  color: #ffffff !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-error .snotifyToast__inner .snotifyToast__body {
  color: #ffffff !important;
  font-size: 14px;
}

.snotify-error .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #F9002B;
}

.snotify-error .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-error .snotifyToast__inner .snotify-icon--error {
  background-image: url("/images/alert-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.snotify-success {
  background: #ffffff !important;
  border-radius: 15px;
}

.snotify-success .snotifyToast__inner {
  padding: 5px 5px 5px 65px;
}

.snotify-success .snotifyToast__inner .snotifyToast__title {
  color: #4a8535 !important;
  font-size: 22px;
  margin-bottom: 2px;
}

.snotify-success .snotifyToast__inner .snotifyToast__body {
  color: #4a8535 !important;
  font-size: 14px;
}

.snotify-success .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar {
  background: #ffffff;
}

.snotify-success .snotifyToast__inner .snotifyToast__body .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffffff !important;
}

.snotify-success .snotifyToast__inner .snotify-icon--success {
  background-image: url("/images/success-icon.png");
  background-size: contain;
  width: 35px;
  height: 35px;
}

.modal-dialog-centered {
  justify-content: center !important;
}

.modal.fade .modal-dialog {
  transition: none !important;
}

#apex-generic-modal .modal-dialog,
#apex-update-modal .modal-dialog {
  max-width: 500px;
}

#apex-generic-modal .modal-dialog .modal-content,
#apex-update-modal .modal-dialog .modal-content {
  background: #F9002B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab1519", endColorstr="#da282d", GradientType=1);
  color: #ffffff;
  border-radius: 20px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body,
#apex-update-modal .modal-dialog .modal-content .modal-body {
  padding: 3rem 3rem 1rem 3rem;
  height: auto;
  overflow: hidden;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-title,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-title {
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-title-custom,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-title-custom {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-image,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-image {
  text-align: center;
  padding: 30px 0;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info {
  display: flex;
  justify-content: center;
  padding: 10px 30px 30px 30px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value {
  font-size: 70px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 5px;
  text-align: center;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value .points-text,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .point-value .points-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 5px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-point-info .earn-icon,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-point-info .earn-icon {
  display: flex;
  justify-content: center;
  height: 85px;
  margin-bottom: 30px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-description,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-description {
  font-size: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3rem;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .not-earn-description,
#apex-update-modal .modal-dialog .modal-content .modal-body .not-earn-description {
  margin-bottom: 10px;
  width: 100%;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .update-modal-buttons,
#apex-update-modal .modal-dialog .modal-content .modal-body .update-modal-buttons {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .update-modal-buttons a,
#apex-update-modal .modal-dialog .modal-content .modal-body .update-modal-buttons a {
  background-color: #ffffff;
  color: #F9002B;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border: none;
  outline: none;
  height: 40px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .update-modal-buttons a:active,
#apex-update-modal .modal-dialog .modal-content .modal-body .update-modal-buttons a:active {
  box-shadow: none !important;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 55%;
  margin: 0px auto;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons a,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons a {
  background-color: #ffffff;
  color: #F9002B;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border: none;
  outline: none;
  height: 40px;
}

#apex-generic-modal .modal-dialog .modal-content .modal-body .modal-buttons a:active,
#apex-update-modal .modal-dialog .modal-content .modal-body .modal-buttons a:active {
  box-shadow: none !important;
}

.loyaltyBasket {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 9999;
}

.loyaltyBasket .basket-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
}

.loyaltyBasket .left-oval {
  position: fixed;
  right: 360px;
  width: 20px;
  height: 100%;
}

.loyaltyBasket .basket-container {
  width: 360px;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  padding: 1rem;
  padding: 20px;
  position: fixed;
  right: 0;
}

.loyaltyBasket .basket-container .close-icon {
  text-align: right;
  cursor: pointer;
}

.loyaltyBasket .basket-container .basket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  height: 10vh;
}

.loyaltyBasket .basket-container .basket-header .account {
  display: flex;
  align-items: center;
}

.loyaltyBasket .basket-container .basket-header .account img {
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

.loyaltyBasket .basket-container .basket-header .basket-icon {
  font-size: 1.2rem;
}

.loyaltyBasket .basket-container .basket-header .basket-icon span {
  font-size: 1rem;
  font-weight: 600;
}

.loyaltyBasket .basket-container .basket-body {
  padding: 2rem 0;
}

.loyaltyBasket .basket-container .basket-body h5,
.loyaltyBasket .basket-container .basket-body .h5 {
  color: red;
  text-transform: uppercase;
}

.loyaltyBasket .basket-container .basket-body .basket-items {
  overflow-x: auto;
  padding: 10px 0 50px 0;
  overflow-y: auto;
  scrollbar-color: #F9002B #f2f2f2;
  scrollbar-width: thin;
  margin: 0 -10px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item {
  display: flex;
  justify-content: space-between;
  -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
  gap: 10px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-image {
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-image img {
  width: 50px;
  max-height: 50px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info .reward-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-info .reward-point {
  text-transform: lowercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons {
  width: 36px !important;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons button {
  flex: 1;
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
  align-items: center;
  text-align: center;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons input {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  text-align: center;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons .plus {
  background: #333333;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-body .basket-items .basket-item .item-buttons .minus {
  background: #333333;
  color: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 30px;
}

.loyaltyBasket .basket-container .basket-footer {
  border-top: 1px solid #d6d6d6;
  position: absolute;
  bottom: 0px;
  padding: 2rem 0;
  width: 320px;
  background: #fff;
  height: 28vh;
}

.loyaltyBasket .basket-container .basket-footer .basket-total-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.1rem;
}

.loyaltyBasket .basket-container .basket-footer .basket-total-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.loyaltyBasket .basket-container .basket-footer .place-order {
  padding: 0.8rem 0;
  font-size: 1.2rem;
}

.points-info {
  background: rgb(246, 246, 246);
  background: linear-gradient(90deg, rgb(171, 21, 25) 0%, rgb(218, 40, 45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab1519", endColorstr="#da282d", GradientType=1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 1rem;
  font-size: 18px;
}

.points-info .point-text {
  color: #fff;
}

@media (max-width: 767.98px) {
  .points-info {
    font-size: 14px;
  }

  .points-info .btn {
    font-size: 14px;
  }
}

.pagination {
  margin-bottom: 50px;
}

.pagination a {
  display: flex;
  padding: 3px 10px;
  color: #000;
  border-radius: 10px;
  border: 1px grey solid;
  margin: 9px;
  height: auto;
}

@media (max-width: 767.98px) {
  .pagination .number {
    display: none;
  }
}

#memberForm .modal-body {
  overflow: hidden;
  height: auto;
}

#memberForm .modal-title {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
}

#memberForm .modal-content {
  max-width: 680px;
  border-radius: 20px !important;
  padding: 0 0.8rem;
}

#memberForm .modal-footer {
  border: none;
  padding: 0;
  justify-content: center;
  margin-top: 15px;
}

#memberForm .modal-footer a {
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.games .game-container .game-card {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 10px;
  min-height: 210px;
  position: relative;
}

.games .game-container .game-card .game-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  background-size: cover;
}

@media screen and (max-width: 996px) {
  .games .game-container .game-card .game-image {
    width: 80%;
    background-position: -10px center;
  }
}

@media screen and (max-width: 321px) {
  .games .game-container .game-card .game-image {
    background-position: -30px center;
  }
}

.games .game-container .game-card .game-image img {
  width: 80px;
}

.games .game-container .game-card .game-image.completed {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.games .game-container .game-card .game-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 15px;
  width: 65%;
}

@media screen and (max-width: 540px) {
  .games .game-container .game-card .game-info {
    padding: 10px;
    align-items: center;
  }
}

.games .game-container .game-card .game-info .game-title {
  font-size: 22px;
  font-weight: 600;
}

.games .game-container .game-card .game-info .game-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0px 10px 0px;
}

.games .game-container .game-card .game-info .btn {
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 1rem;
}

@media screen and (max-width: 996px) {
  .games .game-container .game-card .game-info .btn {
    min-width: auto;
  }
}

.games .game-container .game-card .point-button {
  opacity: 0.85;
  min-width: 110px;
  position: absolute;
  top: -17px;
  right: 0;
  border-radius: 10px;
}

.games .game-container .game-card .point-button.completed {
  background-image: url("/images/IcRoundCheck.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #333333;
  border-color: #333333;
  padding-left: 38px;
}

.games .game-container .game-card .point-button.completed:before {
  content: close-quote;
}

.carkifelekGame {
  position: relative;
  background: url("/images/game-dashboard-wallpaper.png") no-repeat;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 80px;
  background-size: cover;
}

.carkifelekGame .wheelContainer {
  text-align: center;
  padding: 50px 20px;
}

@media (max-width: 575.98px) {
  .carkifelekGame .wheelContainer {
    width: 100%;
  }
}

.carkifelekGame .wheelContainer .spinBtn {
  font-size: 1.1rem;
  width: 280px;
  border-radius: 28px;
  background: #ff9900;
  color: #ffffff;
  border: 1px solid #ff9900;
  text-align: center;
  font-weight: 900;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.carkifelekGame .wheelContainer .spinBtn:hover {
  box-shadow: 0 10px 10px -10px #ff9900;
}

.carkifelekGame .wheelContainer .wheelSVG {
  visibility: hidden;
}

.carkifelekGame .wheelContainer .wheelSVG {
  overflow: visible;
  max-width: 400px;
  height: auto;
  margin: 40px auto;
  background: url("/images/Wheel_SuperFast.gif") no-repeat center;
  background-size: cover;
  padding: 30px;
}

@media (max-width: 768px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    max-width: 300px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 340px;
  }
}

@media (max-width: 575.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 300px;
  }
}

.carkifelekGame .wheelContainer .wheelText {
  text-anchor: middle;
  font-family: "Fjalla One", Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.carkifelekGame .wheelContainer .wheelRewardText {
  text-anchor: middle;
  font-family: "Fjalla One", Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.carkifelekGame .wheelContainer .wheelRewardText tspan {
  font-size: 13px;
  font-weight: 600;
}

.carkifelekGame .wheelContainer .wheelPointText {
  text-anchor: middle;
  font-family: "Fjalla One", Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.carkifelekGame .wheelContainer .wheelPointText tspan {
  font-size: 19px;
}

.carkifelekGame .wheelContainer .toast {
  border-radius: 12px;
  opacity: 0;
  display: none;
}

.carkifelekGame .wheelContainer .toast p {
  clear: both;
  font-family: "Fjalla One", Arial, sand-serif;
  margin: 23px;
  font-size: 30px;
  color: #ededed;
  letter-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 32px;
  transition: line-height 0.2s ease;
}

.carkifelekGame .wheelOfFortune-bg {
  background-image: url("/images/wheel-of-fortune-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 40px;
}

@media (max-width: 950px) {
  .carkifelekGame .wheelOfFortune-bg {
    background-size: cover !important;
  }
}

.my-addresses .addressCard {
  background: white;
  border-radius: 16px;
  padding: 17px 30px;
}

.my-addresses .addressCard svg {
  font-size: 1.4rem;
}

.my-addresses .addressCard .addressTitle {
  margin-bottom: 25px;
  display: flex;
}

.my-addresses .addressCard .addressTitle div.firstLastName {
  margin-right: 2rem;
}

.my-addresses .addressCard .addressTitle div.firstLastName strong {
  padding-left: 0.4rem;
}

.my-addresses .addressCard .addressBody .title {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.my-addresses .addressCard .addressBody .location {
  color: #6a6a6a;
  font-size: 0.9rem;
}

.my-addresses .addressCard .addressBody div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-addresses .addressCard .addressFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-addresses .edit-buttons .remove {
  border-radius: 30px;
  min-width: 80px;
  height: 33px;
  background-color: #F9002B;
  border: unset;
  font-size: 0.9rem;
  padding: 0 40px;
}

.yourTargetsPage {
  margin-bottom: 40px;
}

.yourTargetsPage .howToEarnContainer {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .yourTargetsPage .howToEarnContainer {
    width: 100%;
    margin-top: 10px;
  }
}

.yourTargetsPage .howToEarnContainer .howTo {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.yourTargetsPage .howToEarnContainer .howTo .topArea h5,
.yourTargetsPage .howToEarnContainer .howTo .topArea .h5 {
  font-weight: 600;
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer {
    flex-direction: column;
  }
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
  display: flex;
  flex-direction: row;
  flex: 1;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
    margin-top: 15px;
  }

  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how:nth-of-type(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how {
    margin-right: 20px;
  }
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how .number {
  background: #F9002B;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
}

.yourTargetsPage .howToEarnContainer .howTo .howContainer .how .text {
  flex: 1;
  padding-right: 40px;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .howToEarnContainer .howTo .howContainer .how .text {
    padding-right: 0;
  }
}

.yourTargetsPage .monthlyTargets {
  background: #f6f6f6;
  padding: 24px 0;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .monthlyTargets {
    padding: 0;
  }
}

.yourTargetsPage .petTargets {
  background: #f6f6f6;
  padding: 24px 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .yourTargetsPage .petTargets {
    padding: 0;
    width: 100%;
  }
}

.yourTargetsPage .single-target-container {
  background: rgb(245, 245, 245);
  position: relative;
  padding: 0 !important;
}

.yourTargetsPage .single-target-container .single-target .content-container .titles-container {
  color: #333333 !important;
  width: 100% !important;
}

.yourTargetsPage .single-target-container .single-target .progress-container .bar {
  padding: 0;
}

.yourTargetsPage .single-target-container .single-target .target-button-position {
  width: 100%;
  padding: 1rem !important;
}

.multiple-target .earned-point-description {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 40px;
  gap: 5px;
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .multiple-target .earned-point-description {
    font-size: 12px;
  }
}

.multiple-target .earned-point-description div {
  background: #fff;
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
}

.multiple-target .earned-point-description div:nth-of-type(1) {
  background: #F9002B;
  color: #fff;
}

.targetMultiple {
  border-radius: 10px;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 767.98px) {
  .targetMultiple {
    padding: 18px;
    flex-direction: column;
  }
}

.targetMultiple.completed .pointViewArea .point {
  background: #F9002B;
  color: #333333;
}

.targetMultiple.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple.completed .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #F9002B;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple.completed.blue .pointViewArea .point {
  background: #333333;
  color: #F9002B;
}

.targetMultiple.completed.blue .pointViewArea .point .status {
  background: #F9002B;
}

.targetMultiple.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #ffffff;
}

.targetMultiple.completed.blue .progressCompletedIcon {
  background: #ffffff;
}

.targetMultiple.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #F9002B;
}

.targetMultiple .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 767.98px) {
  .targetMultiple .pointViewArea {
    width: 100%;
  }
}

.targetMultiple .pointViewArea .point {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.targetMultiple .pointViewArea .point b {
  display: block;
  font-family: "Domine", serif;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.targetMultiple .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #F9002B;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  flex: 1;
  padding: 15px;
  min-height: 60px;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.targetMultiple .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.targetMultiple .targetsArea {
  flex: 1;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea {
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets {
    flex-direction: column;
    padding-left: 0;
  }
}

.targetMultiple .targetsArea .targets .progressBar {
  flex: 1;
  margin: 0 10px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar {
    margin: 0;
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets .progressBar a {
  color: #F9002B;
  font-size: 14px;
}

.targetMultiple .targetsArea .targets .progressBar b {
  color: #2e2e2e;
}

.targetMultiple .targetsArea .targets .progressBar .targetName {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetName {
    margin-top: 20px;
  }
}

.targetMultiple .targetsArea .targets .progressBar .pet-register-img {
  margin-left: 10px;
}

.targetMultiple .targetsArea .targets .progressBar .targetDescription {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetDescription {
    text-align: right;
  }
}

.targetMultiple .btn {
  border-width: 2px;
}

.notHaveTargets {
  padding: 50px;
  text-align: center !important;
}

.notHaveTargets h6,
.notHaveTargets .h6 {
  text-align: center !important;
}

.notHaveTargets .image {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.notHaveTargets .image img {
  max-width: 100%;
  margin: 30px auto;
}

.notHaveTargets .image .text {
  position: absolute;
  left: 23px;
  top: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}

.borderTitle {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.borderTitle span {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 26px;
  color: #F9002B;
}

.borderTitle.white:after {
  background: url("/images/border-bg-white.svg") repeat-x;
}

.borderTitle p {
  font-size: 20px;
  line-height: 26px;
  max-width: 500px;
  margin: 0 auto;
}

.borderTitle.noBorder:after {
  display: none;
}

.borderTitle a {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: bold;
}

.borderTitle.fullWidth {
  max-width: 100%;
}

.borderTitle.inLanguage {
  position: relative;
}

.borderTitle.inLanguage .languageSelect {
  display: none;
}

@media (max-width: 575.98px) {
  .borderTitle.inLanguage h4,
  .borderTitle.inLanguage .h4,
  .borderTitle.inLanguage h3,
  .borderTitle.inLanguage .h3 {
    padding-right: 100px;
  }

  .borderTitle.inLanguage .languageSelect {
    display: block;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 55px;
  }
}

.progressBar .progress .progress-bar {
  background: #F9002B;
}

.productRibbon {
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 8px;
  text-align: right;
  background: url("/images/ribbon.png") no-repeat top left;
  width: 97px;
  height: 107px;
  padding: 15px 5px 0 0px;
  font-size: 12px;
  z-index: 1;
  color: #ffffff;
}

.productRibbon b {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.montlyLayeredTarget {
  width: 80%;
  margin: 0 auto;
  padding: 50px 60px 30px 50px;
  color: #333;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .montlyLayeredTarget {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
}

.montlyLayeredTarget h3,
.montlyLayeredTarget .h3 {
  font-size: 24px;
  text-align: center;
  color: #F9002B;
}

.montlyLayeredTarget h5,
.montlyLayeredTarget .h5 {
  font-size: 14px;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: 300;
}

.montlyLayeredTarget .target-top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  max-width: 400px;
}

.montlyLayeredTarget .target-top-bar .target-badge-container,
.montlyLayeredTarget .target-top-bar .current-amount-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .target-top-bar .target-badge-container div,
.montlyLayeredTarget .target-top-bar .current-amount-container div {
  background: url("/images/monthly-target-badge.png") no-repeat center;
  background-size: cover;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #11152F;
}

.montlyLayeredTarget .target-top-bar .target-badge-container div b,
.montlyLayeredTarget .target-top-bar .current-amount-container div b {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -3px;
  display: block;
  font-weight: 900;
}

.montlyLayeredTarget .target-top-bar .target-badge-container.current-amount-container div,
.montlyLayeredTarget .target-top-bar .current-amount-container.current-amount-container div {
  background: url("/images/dark-badge.png") no-repeat center;
  background-size: cover;
  color: #fff;
}

.montlyLayeredTarget .earned-point-description {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0 40px;
  gap: 5px;
  font-size: 13px;
}

.montlyLayeredTarget .earned-point-description div {
  background: #f6f6f6;
  flex: 1;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
}

.montlyLayeredTarget .earned-point-description div:nth-of-type(1) {
  background: #F9002B;
  color: #fff;
}

.montlyLayeredTarget .target-items {
  display: flex;
  margin-bottom: 50px;
  text-align: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .montlyLayeredTarget .target-items {
    flex-direction: column;
    gap: 20px;
  }
}

.montlyLayeredTarget .target-items .item {
  flex: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .montlyLayeredTarget .target-items .item:after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 0 auto;
    border-left: dotted 5px #F9002B;
    margin-top: 20px;
  }

  .montlyLayeredTarget .target-items .item:last-of-type:after {
    display: none;
  }
}

.montlyLayeredTarget .target-items .item .progress {
  background: #dadada;
  height: 10px;
}

.montlyLayeredTarget .target-items .item .progress .progress-bar {
  background: #F9002B;
}

.montlyLayeredTarget .target-items .item:nth-of-type(1) .progress-bar {
  background: rgba(249, 0, 43, 0.5);
}

.montlyLayeredTarget .target-items .item:nth-of-type(2) .progress-bar {
  background: rgba(249, 0, 43, 0.65);
}

.montlyLayeredTarget .target-items .item:nth-of-type(3) .progress-bar {
  background: rgba(249, 0, 43, 0.85);
}

.montlyLayeredTarget .target-items .item .marker {
  margin-top: 10px;
  color: rgba(249, 0, 43, 0.2);
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: 0px;
}

.montlyLayeredTarget .target-items .item .top-text {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.montlyLayeredTarget .target-items .item .item-text {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  margin-top: 10px;
}

.montlyLayeredTarget .target-items .item .item-text .amount {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -7px;
}

.montlyLayeredTarget .target-items .item .item-text .amount small,
.montlyLayeredTarget .target-items .item .item-text .amount .small {
  letter-spacing: 0;
  line-height: 14px;
  font-size: 14px;
  display: block;
}

.montlyLayeredTarget .target-items .item .item-text .amount div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .target-items .item .item-text .amount div .check-icon {
  background: url("/images/point-ribbon-apex.png") no-repeat center;
  background-size: cover;
  width: 30px;
  height: 30px;
  color: #fff;
  margin-left: -30px;
}

.montlyLayeredTarget .target-items .item .item-text .amount div .check-icon svg {
  font-size: 16px;
  margin-top: -3px;
}

.montlyLayeredTarget .target-items .item.unlock {
  color: #000;
}

.montlyLayeredTarget .target-items .item.unlock .marker {
  color: #F9002B;
}

.montlyLayeredTarget .target-items .item.unlock .top-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .target-items .item.unlock .item-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.montlyLayeredTarget .target-items .item.current-item {
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
}

.montlyLayeredTarget .target-items .item.current-item .marker {
  color: #F9002B;
}

.montlyLayeredTarget .target-items .item.current-item .top-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .target-items .item.current-item .item-text {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.montlyLayeredTarget .progress-bar-container {
  position: relative;
  min-height: 100px;
}

.montlyLayeredTarget .progress-bar-container .progress {
  background: #fff;
  height: 5px;
}

.montlyLayeredTarget .progress-bar-container .progress .progress-bar {
  background-image: linear-gradient(to right, #2c3156 0%, #4DD9D2 100%);
}

.montlyLayeredTarget .progress-bar-container .items .item {
  position: absolute;
  width: 60px;
  text-align: center;
  padding-top: 10px;
  margin-left: -30px;
}

.montlyLayeredTarget .progress-bar-container .items .item .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -12.5px;
  margin-left: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.montlyLayeredTarget .progress-bar-container .items .item .marker svg {
  height: 14px;
  color: #2c3156;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .actual {
  position: absolute;
  top: -40px;
  font-size: 12px;
  width: 100%;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount b {
  font-size: 20px;
  line-height: 20px;
}

.montlyLayeredTarget .progress-bar-container .items .item .item-text .amount svg {
  margin-bottom: 5px;
}

.montlyLayeredTarget .progress-bar-container .items .item.unlock .marker {
  border: solid 1px #fff;
  background: #4DD9D2;
  color: #4a8535;
}

.montlyLayeredTarget .progress-bar-container .items .item.unlock .amount {
  color: #4DD9D2;
}

.montlyLayeredTarget .target-info {
  padding: 5px 10px;
  background: #f6f6f6;
  border-radius: 5px;
}

.montlyLayeredTarget .target-info span {
  margin-right: 50px;
  font-size: 12px;
}

.apexTargets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 575.98px) {
  .apexTargets {
    flex-direction: column;
  }
}

.apexTargets .targetPoint {
  flex: 1;
  margin: 0 12px;
  padding: 18px 18px 0px;
}

@media (max-width: 767.98px) {
  .apexTargets .targetPoint {
    padding: 18px;
    margin: 0 12px;
  }
}

.apexTargets .targetPoint .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.apexTargets .targetPoint .pointViewArea .point {
  width: 100px;
  height: 100px;
  background: url("/images/target-bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.apexTargets .targetPoint .pointViewArea .point b {
  display: block;
  font-family: "Domine", serif;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.apexTargets .targetPoint .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #F9002B;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.apexTargets .targetPoint .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  flex: 1;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  height: 130px;
  overflow: hidden;
}

.apexTargets .targetPoint .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.apexTargets .targetPoint .progressBar {
  margin: 20px auto;
}

.apexTargets .targetPoint .progressBar .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  height: 77px;
  overflow: hidden;
  margin-bottom: 10px;
}

.apexTargets .targetPoint .progressBar .progressBarTop {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
}

.apexTargets .targetPoint .progressBar .progressBarTop .left {
  font-size: 16px;
}

.apexTargets .targetPoint .progressBar .progressBarTop .left .pet-register-img {
  margin-left: 10px;
  margin-bottom: 2px;
}

.apexTargets .targetPoint .progressBar .progressBarTop .right {
  font-size: 14px;
}

.apexTargets .targetPoint.completed .pointViewArea .point {
  background-image: url("/images/target-bg-completed.png");
  color: #2e2e2e;
}

.apexTargets .targetPoint.completed .pointViewArea .point b {
  color: #ffffff;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon {
  width: 14px;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #F9002B;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point {
  background: #ffffff;
  color: #2e2e2e;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status {
  background: #f5f5f5;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #F9002B;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon {
  background: #f5f5f5;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #F9002B;
}

.apexTargets .targetPoint.completed .progress .progress-bar {
  background: #F9002B;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.pageTopBar {
  background-color: #F9002B;
  text-align: center;
  transform: skew(-15deg);
  width: 99%;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media only screen and (max-width: 1460px) {
  .pageTopBar {
    margin-top: 10% !important;
  }
}

@media only screen and (max-width: 1020px) {
  .pageTopBar {
    margin-top: 13% !important;
  }
}

.pageTopBar .categories {
  display: flex;
  justify-content: center;
}

.pageTopBar .categories a {
  cursor: pointer;
  color: white !important;
}

.pageTopBar .categories a.devide {
  border-right: 2px solid white;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0.25rem;
}

.pageTopBar .categories a p {
  transform: skew(15deg);
  font-size: 18px;
}

.pageTopBar .categories a p:first-letter {
  text-transform: uppercase !important;
}

@media (max-width: 575.98px) {
  .pageTopBar .categories a p {
    font-size: 16px;
  }
}

.pageTopBar .categories .allProducts {
  padding: 6px 6px 6px 10px;
}

.pageTopBar .categories .endPage {
  border: none !important;
}

.pageTopBar .categories .active {
  background-color: #cc002a;
  position: relative;
  border: none;
}

.pageTopBar .buttonList button {
  border: 0;
  background: #f9002b;
  color: white;
  padding: 7px 10px;
}

@media (min-width: 768px) {
  .pageTopBar .buttonList button {
    border-right: 2px solid white;
  }
}

.pollContainer {
  background-color: #F7F8FC;
  border-radius: 10px;
  padding: 3%;
}

.pollContainer .pollBox {
  background-color: #fff;
  margin: 2%;
  padding: 2%;
  border-radius: 10px;
}

.pollContainer .pollBox .image {
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.pollContainer .pollBox .detail .question {
  font-size: 1.2rem;
  color: #666666;
  margin: 15px 0;
}

.pollContainer .pollBox .detail .answers .option {
  padding: 15px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #E6E6E6;
  color: #666666;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 0px 0px #CCCCCC;
}

.pollContainer .pollBox .detail .answers .option .whitePoint {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  background: white;
  margin-right: 15px;
  float: left;
}

.pollContainer .pollBox .detail .answers .option.selected {
  background: rgb(201, 0, 49);
  background: linear-gradient(270deg, rgb(201, 0, 49) 0%, rgb(250, 0, 43) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c90031",endColorstr="#fa002b",GradientType=1);
  color: white;
  box-shadow: 0px -5px 0px 0px #fa002b;
}

.pollContainer .pollBox .detail .complete {
  color: #FF0000;
  font-size: 1rem;
  text-align: center;
  margin: 15px 0 0 0;
}

.cartPage {
  background-color: white;
  padding: 2%;
  border-radius: 15px;
}

.cartPage .sections {
  color: #808080;
  text-align: center;
  font-size: 18px;
  padding-top: 4%;
}

@media (max-width: 767.98px) {
  .cartPage .sections {
    background-color: #E6E6E6;
  }
}

.cartPage .sections .backTitle {
  font-size: 16px;
}

.cartPage .sections b {
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .cartPage .sections b {
    font-size: 12px;
    font-weight: 400;
  }
}

@media (max-width: 767.98px) {
  .cartPage .sections p {
    font-size: 14px;
  }
}

.cartPage .sections .active-step {
  color: #f9002b;
}

.cartPage .sections .number {
  font-size: 37px;
  color: white;
  background-color: #b1b1b1;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .cartPage .sections .number {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.cartPage .sections .number.active {
  background-color: #FF0016;
}

.cartPage .sections .number.active:after {
  border-bottom: 2px solid #FF0016;
}

.cartPage .sections .number:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 18px;
  border-bottom: 2px solid #b1b1b1;
  line-height: 0.1em;
  z-index: 0;
}

.cartPage .sections .number.lastNumber:after {
  border: none;
  width: auto;
}

.cartPage .sections .inner {
  position: relative;
}

.cartPage .products li {
  border: 3px solid #E4E4E4;
  list-style: none;
  padding: 2% 1%;
  border-radius: 8px;
  margin: 1rem 0;
}

.cartPage .products li .name {
  font-size: 16px;
}

.cartPage .products li .quantity {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .cartPage .products li .quantity {
    font-size: 20px;
    font-weight: 600;
  }
}

.cartPage .products li .quantity button {
  font-size: 0.9rem;
  font-weight: 500;
  background-color: white;
  border: 1px solid #000000;
  padding: 1px;
  border-radius: 15px;
  width: 26px;
  height: 26px;
}

@media (max-width: 991.98px) {
  .cartPage .products li .quantity button {
    font-size: 0.7rem;
    width: 25px;
    height: 25px;
  }
}

.cartPage .products li .price {
  font-size: 26px;
}

@media (max-width: 991.98px) {
  .cartPage .products li .price {
    font-size: 1rem;
  }
}

.cartPage .products li .removeButton {
  background-color: #FF0016;
  color: white;
  padding: 7px 10px;
  font-size: 20px;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .cartPage .products li .removeButton {
    padding: 5px 7px;
    font-size: 17px;
  }
}

.cartPage .paymentInformation {
  font-size: 20px;
  background-color: #f4f4f4;
  padding: 2rem;
  border-radius: 15px;
}

.cartPage .paymentInformation .prices hr {
  border: 1px solid #cacaca;
}

.cartPage .paymentInformation .prices div {
  display: flex;
  justify-content: space-between;
}

.cartPage .paymentInformation .prices div.lastPrice {
  font-size: 32px;
}

.cartPage .paymentInformation .prices div.lastPrice label {
  font-size: 20px;
}

.cartPage .formSubmitButton {
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
  background-color: #FF9300;
  color: white;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 0px 0px #FF7300;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: none;
  margin: 7px 0;
}

.cartPage .formSubmitButton.red {
  background-color: #FF0016;
  box-shadow: 0px 5px 0px 0px #F00020;
}

.cartPage .order-continue {
  border-radius: 10px;
  padding: 30px;
  background-color: #f4f4f4;
  font-size: 20px;
}

.cartPage .order-continue p {
  padding: 0;
  margin: 0;
}

.cartPage .order-continue hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.cartPage .order-continue .sum {
  font-size: 32px;
}

.cartPage .order-continue .sum label {
  font-size: 20px;
}

.cartPage .order-continue .checkbox {
  font-size: 12px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.cartPage .order-continue .checkbox a {
  color: #3490dc !important;
  text-decoration: underline !important;
  font-size: 16px;
}

.cartPage .order-continue .approvedMsg {
  font-size: 16px;
  font-weight: 500;
}

.cartPage .adresses {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .cartPage .adresses {
    color: #979797;
    border: 2px #e5e5e5 solid;
    border-radius: 10px;
    padding: 30px;
  }
}

.cartPage .adresses hr {
  border-top: 2px solid red !important;
}

.cartPage .adresses select,
.cartPage .adresses input {
  border: none;
  background: #F1F1F1;
}

.cartPage .adresses .addressList .address {
  background-color: #E4E4E4;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.cartPage .adresses .addressList .address.active {
  color: black;
}

.cartPage .adresses .addressList .edit-adress {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cartPage .adresses .address-card {
  margin-top: 37px;
  border-radius: 5px;
  background-color: #E4E4E4;
}

.cartPage .adresses .address-card .add-address {
  cursor: pointer;
}

.cartPage .adresses .add-title {
  color: #f9002b;
}

.cartPage .adresses .add-button {
  background-color: #f9002b;
  border: none;
  color: #ffffff;
  border-radius: 5px;
}

.cartPage .adresses .add-address .modal-address {
  background-color: rgba(0, 0, 0, 0.3490196078);
}

.cartPage .adresses .add-address .modal-address .modal-title-address {
  color: #f9002b;
}

.cartPage .adresses .add-address input {
  background-color: #F0F0F0;
}

.cartPage .adresses .add-address select {
  background-color: #F0F0F0;
}

.cartPage .adresses .creditCard {
  width: 75%;
}

@media (max-width: 991.98px) {
  .cartPage .adresses .creditCard {
    width: 100%;
  }
}

.cartPage .addBasketMobile {
  position: fixed;
  bottom: 0;
  background-color: #e6e6e6;
  width: 100%;
  z-index: 11;
  margin-left: -17px;
}

.cartPage .addBasketMobile button {
  font-size: 22px;
  margin-top: 28px;
}

.cartPage .addBasketMobile .basketTotal {
  background: #E6E6E6;
  border-top: 2px solid #B3B3B3;
  border-bottom: 2px solid #B3B3B3;
  margin-top: -10px;
  margin-left: 10px;
}

.cartPage .addBasketMobile .price {
  position: relative;
  margin-bottom: 12px;
}

.cartPage .addBasketMobile .prices {
  width: 100%;
  text-align: center;
}

.cartPage .addBasketMobile .prices label {
  font-size: 1rem;
}

.cartPage .addBasketMobile .prices .lastPrice {
  font-size: 30px;
  margin-top: -20px;
  color: #ed1c24;
}

.cartPage .orderSuccess {
  text-align: center;
  color: #FF0016;
}

.cartPage .orderSuccess h1,
.cartPage .orderSuccess .h1 {
  font-size: 1.8rem;
}

.cartPage .orderSuccess i {
  font-size: 45px;
}

.cartPage .orderSuccess .info {
  color: #808080;
}

.apex-form .form-group {
  position: relative;
  margin-bottom: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.apex-form .form-group .form-control:focus {
  box-shadow: none;
}

.apex-form select {
  padding-left: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #2e2e2e;
}

.apex-form select:focus-visible {
  outline: none;
}

.apex-form select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.apex-form input[type=text],
.apex-form input[type=number],
.apex-form input[type=email],
.apex-form input[type=password],
.apex-form input[type=date],
.apex-form select {
  background-color: #f5f5f5;
  width: 100%;
}

.apex-form input[type=text]:focus,
.apex-form input[type=number]:focus,
.apex-form input[type=email]:focus,
.apex-form input[type=password]:focus,
.apex-form input[type=date]:focus,
.apex-form select:focus {
  box-shadow: none !important;
}

.apex-form textarea {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  width: 100%;
}

.apex-form textarea:focus {
  background-color: #f5f5f5;
  box-shadow: none !important;
}

.apex-form input[type=radio]:checked {
  background-color: #F9002B;
}

.invoice .invoice-title {
  color: #ffffff;
  font-size: 20px;
  background-color: #e70401;
}

@media (min-width: 576px) {
  .invoice .invoice-title {
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .invoice .invoice-title {
    margin-top: 60px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (min-width: 576px) {
  .invoice h3,
  .invoice .h3 {
    border-bottom: 2px #e5e5e5 solid;
    color: #f9002b;
    margin-top: 15px;
  }
}

.invoice .date-section {
  background: #E70401;
  background: linear-gradient(to bottom, rgba(231, 4, 1, 0.0901960784) 0%, #FFFFFF 100%);
  padding-top: 10px;
}

.invoice .date-section .date {
  border-top-right-radius: 10px;
  background-color: #e70401;
  padding-top: 14px;
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  .invoice .card {
    border-radius: 10px;
    padding: 40px;
    border: 2px #e5e5e5 solid;
  }
}

@media (max-width: 575.98px) {
  .invoice .card {
    border-top: 3px #e70401 solid;
    border-bottom: 3px #e70401 solid;
    border-radius: 0;
    border-right: 0px;
    border-left: 0px;
  }
}

.invoice .card .card-title {
  border-bottom: 1px #e5e5e5 solid;
}

.invoice .card .card-title .color {
  color: #808080;
}

.invoice .card .background {
  background-color: #F8F8F8;
}

.invoice .card .invoiceList {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .invoice .card .invoiceList {
    font-size: 14px;
  }
}

.invoice .card .approved {
  color: #00c2b0;
}

.invoice .card .cancel {
  color: #e70401;
}

.invoiceCancelModal .modal-title {
  background-color: #e70401;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.invoiceCancelModal .modal-title p {
  color: #ffffff;
  font-size: 26px;
}

.invoiceCancelModal .modal-title img {
  cursor: pointer;
  float: left;
  mix-blend-mode: hard-light;
  opacity: 0.5;
}

.invoiceCancelModal .reason {
  font-weight: 600;
  color: #f9002b;
  min-height: 240px;
}

.gameDashboard {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767.98px) {
  .gameDashboard {
    margin-top: 0;
  }
}

.gameDashboard .description {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

.gameDashboard .gameList {
  margin: 90px 30px 100px 30px;
  display: inline-block;
  vertical-align: top;
  max-width: 311px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 120px;
  border: 5px solid #333;
  border-radius: 200px;
  background: linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 35%, rgb(229, 229, 229) 80%);
}

@media (max-width: 767.98px) {
  .gameDashboard .gameList {
    margin: 90px 10px 50px 10px;
  }
}

@media screen and (min-width: 350px) {
  .gameDashboard .gameList {
    background-size: 311px 670px;
  }
}

@media screen and (max-width: 350px) {
  .gameDashboard .gameList {
    background-size: 280px 670px;
  }
}

@media (max-width: 767.98px) {
  .gameDashboard .gameList {
    padding-bottom: 200px;
    max-width: 275px;
  }
}

.gameDashboard .gameList.notActive {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.gameDashboard .gameList .coinPreview {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  left: 50%;
  margin-left: -100px;
  top: -170px;
  z-index: 0;
  padding-top: 10px;
  color: #ffffff;
  font-weight: bold;
}

.gameDashboard .gameList .coinPreview b {
  margin-top: 5px;
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.gameDashboard .gameList .coinPreview .backgammonPage {
  background: linear-gradient(2.11deg, #005AAC -17.6%, #0056A7 -14.84%, #00397C 13.51%, #01225A 41.07%, #011242 67.19%, #010834 91.34%, #02052F 111.42%);
}

.gameDashboard .gameList .backgammon {
  background: linear-gradient(2.11deg, #005AAC -17.6%, #0056A7 -14.84%, #00397C 13.51%, #01225A 41.07%, #011242 67.19%, #010834 91.34%, #02052F 111.42%);
}

.gameDashboard .gameList .image {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  top: -90px;
  left: 30px;
}

.gameDashboard .gameList .image img {
  width: 250px;
}

@media (max-width: 767.98px) {
  .gameDashboard .gameList .image img {
    width: 195px;
  }
}

.gameDashboard .gameList .gameInformations {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 530px;
  padding: 165px 10px 0 10px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 575.98px) {
  .gameDashboard .gameList .gameInformations {
    height: auto;
  }
}

.gameDashboard .gameList .gameInformations span {
  color: rgb(220, 26, 50);
}

.gameDashboard .gameList .gameInformations .btn-limit {
  width: 210px;
  font-size: 15px;
}

.gameDashboard .gameList .gameInformations button {
  background-color: #ff9900 !important;
  border: none !important;
  margin-top: 10px;
  width: 70%;
  color: #ffffff;
  font-size: 12px;
  outline: none;
}

.gameDashboard .gameList .name {
  font-size: 32px;
  font-weight: 900;
  margin: 20px auto;
  height: 125px;
  width: 95%;
  color: #000;
}

.gameDashboard .gameList .oyunSalonu img {
  width: 222px;
  position: absolute;
  left: -10px;
  bottom: 35px;
}

@media (max-width: 575.98px) {
  .gameDashboard .gameList .oyunSalonu img {
    bottom: 10px;
  }
}

.gameDashboard .gameList .oyunSalonu p {
  position: absolute;
  font-weight: bold;
  left: 65px;
  bottom: 55px;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .gameDashboard .gameList .oyunSalonu p {
    bottom: 35px;
  }
}

.gameDashboard .gameList .description {
  font-size: 16px;
  padding: 0 50px;
  height: 50px;
  width: 310px;
}

.gameDashboard .gameList .rules {
  color: #fab612;
  font-style: italic;
}

.gameDashboard .gameList .game {
  width: 281px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .gameDashboard .gameList .game {
    width: 250px;
  }
}

.gameDashboard .gameList .game b {
  display: block;
  font-size: 20px;
  color: #fab612;
}

.gameDashboard .gameList .game a {
  background-color: #f9002b !important;
  border: none !important;
  margin-top: 10px;
  width: 70%;
  color: #ffffff;
  font-size: 12px;
  outline: none;
}

@media (max-width: 991.98px) {
  .gameDashboard .gameList .game a {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    font-size: 11px;
  }
}

.gameDashboard .gameList .quota span {
  font-size: 18px;
  color: rgb(0, 39, 96);
}

.gameDashboard .gameList .activebutton {
  background-repeat: no-repeat;
  background-size: cover;
}

.gameDashboard .gameList .greenButton {
  background-image: url("/images/oyuna-katil.png");
}

.gameDashboard .gameList .btnDanger {
  background-image: url("/images/butce-al.png");
  width: 160px !important;
}

.gameDashboard .gameList .disableButton {
  cursor: context-menu;
  background-color: rgb(220, 26, 50);
  border-radius: 15px;
}

.gameDashboard .gameList .size {
  width: 196px;
  height: 54px;
  padding: 14px 20px;
}

.gameDashboard .gameList .btn {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}

.gameDashboard .gameList .btn.btn-danger {
  background: rgb(220, 26, 50);
  color: #fff;
}

.gameDashboard .gameList .coin {
  background: url("/images/game-coin-small.png");
  position: absolute;
  bottom: -50px;
  width: 130px;
  height: 125px;
  left: 50%;
  margin-left: -65px;
}

.gameDashboard .gameList .coin b {
  display: block;
  font-size: 30px;
  margin-top: 20px;
}

.gameDashboard .disable {
  opacity: 0.5;
}

.gameDashboard .game-selection {
  cursor: pointer;
}

.gameDashboard .play-button {
  width: 70px;
  background-color: #262b2e !important;
  border: none !important;
  margin-top: 10px;
  color: #ffffff;
  font-size: 12px;
  outline: none;
}

@media (max-width: 991.98px) {
  .gameDashboard .play-button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    font-size: 11px;
  }
}

#game-finish-modal .modal-content {
  border-radius: 20px !important;
  background-color: #f9002b;
  color: #FFFFFF;
}

#game-finish-modal .modal-content img {
  width: 130px;
  margin: 20px;
}

#game-finish-modal .modal-content .close-finish-button {
  background-color: #f7f7f7;
  color: #000000;
  border: none;
  border-radius: 20px;
  margin: 0;
  width: 60%;
}

