@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800);@charset "UTF-8"; /*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: Font Awesome\ 6 Free;
}

.fa-brands, .fab {
  font-family: Font Awesome\ 6 Brands;
}

.fa-1x {
  font-size: 1em;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

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

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

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

.fa-arrows-to-circle:before {
  content: "\E4BD";
}

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

.fa-at:before {
  content: "@";
}

.fa-trash-alt:before, .fa-trash-can:before {
  content: "\F2ED";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-user-times:before, .fa-user-xmark:before {
  content: "\F235";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

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

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

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
  content: "\F422";
}

.fa-explosion:before {
  content: "\E4E9";
}

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

.fa-wave-square:before {
  content: "\F83E";
}

.fa-ring:before {
  content: "\F70B";
}

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

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

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

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

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

.fa-volleyball-ball:before, .fa-volleyball:before {
  content: "\F45F";
}

.fa-arrows-up-to-line:before {
  content: "\E4C2";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\F0DD";
}

.fa-circle-minus:before, .fa-minus-circle:before {
  content: "\F056";
}

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

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
  content: "\F2F5";
}

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

.fa-soap:before {
  content: "\E06E";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
  content: "\F86D";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
  content: "\F539";
}

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

.fa-pump-medical:before {
  content: "\E06A";
}

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

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

.fa-magnifying-glass-location:before, .fa-search-location:before {
  content: "\F689";
}

.fa-forward-step:before, .fa-step-forward:before {
  content: "\F051";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
  content: "\F5B8";
}

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

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

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

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

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

.fa-users-rectangle:before {
  content: "\E594";
}

.fa-people-roof:before {
  content: "\E537";
}

.fa-people-line:before {
  content: "\E534";
}

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

.fa-diagram-predecessor:before {
  content: "\E477";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
  content: "\F176";
}

.fa-burn:before, .fa-fire-flame-simple:before {
  content: "\F46A";
}

.fa-male:before, .fa-person:before {
  content: "\F183";
}

.fa-laptop:before {
  content: "\F109";
}

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

.fa-menorah:before {
  content: "\F676";
}

.fa-truck-plane:before {
  content: "\E58F";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

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

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

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
  content: "\F67B";
}

.fa-arrow-down-up-across-line:before {
  content: "\E4AF";
}

.fa-spoon:before, .fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-jar-wheat:before {
  content: "\E517";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
  content: "\F674";
}

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

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

.fa-pager:before {
  content: "\F815";
}

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

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-k:before {
  content: "K";
}

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

.fa-pencil-alt:before, .fa-pencil:before {
  content: "\F303";
}

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

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

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

.fa-file-clipboard:before, .fa-paste:before {
  content: "\F0EA";
}

.fa-code-pull-request:before {
  content: "\E13C";
}

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

.fa-truck-loading:before, .fa-truck-ramp-box:before {
  content: "\F4DE";
}

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

.fa-vial-virus:before {
  content: "\E597";
}

.fa-sheet-plastic:before {
  content: "\E571";
}

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

.fa-user-ninja:before {
  content: "\F504";
}

.fa-person-arrow-up-from-line:before {
  content: "\E539";
}

.fa-scroll-torah:before, .fa-torah:before {
  content: "\F6A0";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
  content: "\F458";
}

.fa-toggle-off:before {
  content: "\F204";
}

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

.fa-person-drowning:before {
  content: "\E545";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
  content: "\F886";
}

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

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-w:before {
  content: "W";
}

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

.fa-rainbow:before {
  content: "\F75B";
}

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

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
  content: "\F3FA";
}

.fa-paw:before {
  content: "\F1B0";
}

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

.fa-trowel-bricks:before {
  content: "\E58A";
}

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

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

.fa-tent-arrow-left-right:before {
  content: "\E57F";
}

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

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

.fa-microphone-slash:before {
  content: "\F131";
}

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

.fa-motorcycle:before {
  content: "\F21C";
}

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

.fa-pen-ruler:before, .fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
  content: "\E068";
}

.fa-mars-and-venus-burst:before {
  content: "\E523";
}

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

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

.fa-sun-plant-wilt:before {
  content: "\E57A";
}

.fa-toilets-portable:before {
  content: "\E584";
}

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

.fa-table:before {
  content: "\F0CE";
}

.fa-magnifying-glass-arrow-right:before {
  content: "\E521";
}

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

.fa-users-slash:before {
  content: "\E073";
}

.fa-clover:before {
  content: "\E139";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F3E5";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

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

.fa-minus-square:before, .fa-square-minus:before {
  content: "\F146";
}

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

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

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

.fa-file-circle-question:before {
  content: "\E4EF";
}

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

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

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

.fa-people-group:before {
  content: "\E533";
}

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

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

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

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
  content: "\F597";
}

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

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-people-robbery:before {
  content: "\E536";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

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

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

.fa-school-circle-xmark:before {
  content: "\E56D";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
  content: "\F08B";
}

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

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
  content: "\F13E";
}

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

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

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
  content: "\F4B9";
}

.fa-memory:before {
  content: "\F538";
}

.fa-road-spikes:before {
  content: "\E568";
}

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

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

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

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

.fa-volume-down:before, .fa-volume-low:before {
  content: "\F027";
}

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

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

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

.fa-wheat-alt:before, .fa-wheat-awn:before {
  content: "\E2CD";
}

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

.fa-hands-holding-child:before {
  content: "\E4FA";
}

.fa-asterisk:before {
  content: "*";
}

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

.fa-peseta-sign:before {
  content: "\E221";
}

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

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

.fa-list-squares:before, .fa-list:before {
  content: "\F03A";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
  content: "\F87B";
}

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

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

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

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

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

.fa-house-medical-circle-xmark:before {
  content: "\E513";
}

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

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

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

.fa-paint-brush:before, .fa-paintbrush:before {
  content: "\F1FC";
}

.fa-lock:before {
  content: "\F023";
}

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

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

.fa-map-location:before, .fa-map-marked:before {
  content: "\F59F";
}

.fa-house-flood-water:before {
  content: "\E50E";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-bridge-lock:before {
  content: "\E4CC";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-edit:before, .fa-pen-to-square:before {
  content: "\F044";
}

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

.fa-share-alt:before, .fa-share-nodes:before {
  content: "\F1E0";
}

.fa-heart-circle-minus:before {
  content: "\E4FF";
}

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

.fa-microscope:before {
  content: "\F610";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
  content: "\F290";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-person-rays:before {
  content: "\E54D";
}

.fa-users:before {
  content: "\F0C0";
}

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

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

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

.fa-om:before {
  content: "\F679";
}

.fa-worm:before {
  content: "\E599";
}

.fa-house-circle-xmark:before {
  content: "\E50B";
}

.fa-plug:before {
  content: "\F1E6";
}

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

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

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-face-kiss:before, .fa-kiss:before {
  content: "\F596";
}

.fa-bridge-circle-xmark:before {
  content: "\E4CB";
}

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

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

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

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
  content: "\F2A4";
}

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

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

.fa-rss-square:before, .fa-square-rss:before {
  content: "\F143";
}

.fa-land-mine-on:before {
  content: "\E51B";
}

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

.fa-stamp:before {
  content: "\F5BF";
}

.fa-stairs:before {
  content: "\E289";
}

.fa-i:before {
  content: "I";
}

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

.fa-pills:before {
  content: "\F484";
}

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

.fa-tooth:before {
  content: "\F5C9";
}

.fa-v:before {
  content: "V";
}

.fa-bangladeshi-taka-sign:before {
  content: "\E2E6";
}

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

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
  content: "\E579";
}

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

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

.fa-wheat-awn-circle-exclamation:before {
  content: "\E598";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-road-barrier:before {
  content: "\E562";
}

.fa-school:before {
  content: "\F549";
}

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

.fa-joint:before {
  content: "\F595";
}

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

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

.fa-q:before {
  content: "Q";
}

.fa-g:before {
  content: "G";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-dong-sign:before {
  content: "\E169";
}

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

.fa-poo-bolt:before, .fa-poo-storm:before {
  content: "\F75A";
}

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

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

.fa-money-bill:before {
  content: "\F0D6";
}

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

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

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-helmet-un:before {
  content: "\E503";
}

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

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

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

.fa-arrow-up-from-bracket:before {
  content: "\E09A";
}

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

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

.fa-radiation:before {
  content: "\F7B9";
}

.fa-chart-simple:before {
  content: "\E473";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-vial:before {
  content: "\F492";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
  content: "\E2CA";
}

.fa-e:before {
  content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
  content: "\F305";
}

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

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

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

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

.fa-shuttle-van:before, .fa-van-shuttle:before {
  content: "\F5B6";
}

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

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

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

.fa-key:before {
  content: "\F084";
}

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

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

.fa-synagogue:before {
  content: "\F69B";
}

.fa-person-half-dress:before {
  content: "\E548";
}

.fa-road-bridge:before {
  content: "\E563";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-c:before {
  content: "C";
}

.fa-tablet-button:before {
  content: "\F10A";
}

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

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

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

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

.fa-person-circle-minus:before {
  content: "\E540";
}

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

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

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
  content: "\F5D0";
}

.fa-star:before {
  content: "\F005";
}

.fa-repeat:before {
  content: "\F363";
}

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

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

.fa-venus-mars:before {
  content: "\F228";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
  content: "\F245";
}

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

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

.fa-shapes:before, .fa-triangle-circle-square:before {
  content: "\F61F";
}

.fa-random:before, .fa-shuffle:before {
  content: "\F074";
}

.fa-person-running:before, .fa-running:before {
  content: "\F70C";
}

.fa-mobile-retro:before {
  content: "\E527";
}

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

.fa-spider:before {
  content: "\F717";
}

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

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

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

.fa-x-ray:before {
  content: "\F497";
}

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

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

.fa-computer-mouse:before, .fa-mouse:before {
  content: "\F8CC";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
  content: "\F090";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
  content: "\E070";
}

.fa-server:before {
  content: "\F233";
}

.fa-virus-covid-slash:before {
  content: "\E4A9";
}

.fa-shop-lock:before {
  content: "\E4A5";
}

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

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

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

.fa-person-breastfeeding:before {
  content: "\E53A";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-venus:before {
  content: "\F221";
}

.fa-passport:before {
  content: "\F5AB";
}

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

.fa-people-carry-box:before, .fa-people-carry:before {
  content: "\F4CE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-microchip:before {
  content: "\F2DB";
}

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

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-xmarks-lines:before {
  content: "\E59A";
}

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

.fa-weight-scale:before, .fa-weight:before {
  content: "\F496";
}

.fa-user-friends:before, .fa-user-group:before {
  content: "\F500";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
  content: "\F15E";
}

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

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
  content: "\F59B";
}

.fa-wheelchair:before {
  content: "\F193";
}

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

.fa-toggle-on:before {
  content: "\F205";
}

.fa-person-walking:before, .fa-walking:before {
  content: "\F554";
}

.fa-l:before {
  content: "L";
}

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

.fa-bed-pulse:before, .fa-procedures:before {
  content: "\F487";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
  content: "\F197";
}

.fa-face-laugh:before, .fa-laugh:before {
  content: "\F599";
}

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

.fa-heart-circle-plus:before {
  content: "\E500";
}

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

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

.fa-microphone-alt:before, .fa-microphone-lines:before {
  content: "\F3C9";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-colon-sign:before {
  content: "\E140";
}

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

.fa-store-slash:before {
  content: "\E071";
}

.fa-road-circle-xmark:before {
  content: "\E566";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
  content: "\F22A";
}

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

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

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

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

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
  content: "\F1EB";
}

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

.fa-underline:before {
  content: "\F0CD";
}

.fa-user-edit:before, .fa-user-pen:before {
  content: "\F4FF";
}

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

.fa-stroopwafel:before {
  content: "\F551";
}

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

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

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

.fa-manat-sign:before {
  content: "\E1D5";
}

.fa-not-equal:before {
  content: "\F53E";
}

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

.fa-map-location-dot:before, .fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-poll:before, .fa-square-poll-vertical:before {
  content: "\F681";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

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

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

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

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

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

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

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

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

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
  content: "\F22B";
}

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

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

.fa-cloud-showers-water:before {
  content: "\E4E4";
}

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

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

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-train:before {
  content: "\F238";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
  content: "\F2A8";
}

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

.fa-sailboat:before {
  content: "\E445";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-plus-square:before, .fa-square-plus:before {
  content: "\F0FE";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

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

.fa-bucket:before {
  content: "\E4CF";
}

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

.fa-microphone:before {
  content: "\F130";
}

.fa-cow:before {
  content: "\F6C8";
}

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

.fa-screwdriver:before {
  content: "\F54A";
}

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

.fa-house-tsunami:before {
  content: "\E515";
}

.fa-square-nfi:before {
  content: "\E576";
}

.fa-arrow-up-from-ground-water:before {
  content: "\E4B5";
}

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

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
  content: "\F2EA";
}

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

.fa-lemon:before {
  content: "\F094";
}

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

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

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

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

.fa-smoking:before {
  content: "\F48D";
}

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

.fa-monument:before {
  content: "\F5A6";
}

.fa-snowplow:before {
  content: "\F7D2";
}

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

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

.fa-circle-play:before, .fa-play-circle:before {
  content: "\F144";
}

.fa-tablets:before {
  content: "\F490";
}

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

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

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

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

.fa-circle-stop:before, .fa-stop-circle:before {
  content: "\F28D";
}

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

.fa-plate-wheat:before {
  content: "\E55A";
}

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

.fa-person-shelter:before {
  content: "\E54F";
}

.fa-neuter:before {
  content: "\F22C";
}

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

.fa-marker:before {
  content: "\F5A1";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
  content: "\F59A";
}

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

.fa-universal-access:before {
  content: "\F29A";
}

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

.fa-lari-sign:before {
  content: "\E1C8";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\E553";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
  content: "\F154";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-square-person-confined:before {
  content: "\E577";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
  content: "\F175";
}

.fa-tent-arrow-down-to-line:before {
  content: "\E57E";
}

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

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-person-skating:before, .fa-skating:before {
  content: "\F7C5";
}

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

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

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

.fa-arrow-right-to-file:before, .fa-file-import:before {
  content: "\F56F";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
  content: "\F14C";
}

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

.fa-scroll:before {
  content: "\F70E";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-location-pin-lock:before {
  content: "\E51F";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-hill-avalanche:before {
  content: "\E507";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}

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

.fa-registered:before {
  content: "\F25D";
}

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

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

.fa-subscript:before {
  content: "\F12C";
}

.fa-diamond-turn-right:before, .fa-directions:before {
  content: "\F5EB";
}

.fa-burst:before {
  content: "\E4DC";
}

.fa-house-laptop:before, .fa-laptop-house:before {
  content: "\E066";
}

.fa-face-tired:before, .fa-tired:before {
  content: "\F5C8";
}

.fa-money-bills:before {
  content: "\E1F3";
}

.fa-smog:before {
  content: "\F75F";
}

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

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-arrows-turn-right:before {
  content: "\E4C0";
}

.fa-vest:before {
  content: "\E085";
}

.fa-ferry:before {
  content: "\E4EA";
}

.fa-arrows-down-to-people:before {
  content: "\E4B9";
}

.fa-seedling:before, .fa-sprout:before {
  content: "\F4D8";
}

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

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

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

.fa-group-arrows-rotate:before {
  content: "\E4F6";
}

.fa-bowl-food:before {
  content: "\E4C6";
}

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

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
  content: "\F160";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
  content: "\F76C";
}

.fa-remove-format:before, .fa-text-slash:before {
  content: "\F87D";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
  content: "\F4DA";
}

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

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

.fa-arrows-h:before, .fa-arrows-left-right:before {
  content: "\F07E";
}

.fa-house-lock:before {
  content: "\E510";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
  content: "\F0ED";
}

.fa-children:before {
  content: "\E4E1";
}

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

.fa-user-alt-slash:before, .fa-user-large-slash:before {
  content: "\F4FA";
}

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

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

.fa-mattress-pillow:before {
  content: "\E525";
}

.fa-guarani-sign:before {
  content: "\E19A";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
  content: "\F021";
}

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

.fa-cruzeiro-sign:before {
  content: "\E152";
}

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

.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\F3ED";
}

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

.fa-virus:before {
  content: "\E074";
}

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

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-arrows-to-dot:before {
  content: "\E4BE";
}

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

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

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

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

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

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

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

.fa-cedi-sign:before {
  content: "\E0DF";
}

.fa-italic:before {
  content: "\F033";
}

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

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

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

.fa-z:before {
  content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
  content: "\F7C9";
}

.fa-road-lock:before {
  content: "\E567";
}

.fa-a:before {
  content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
  content: "\E03F";
}

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

.fa-p:before {
  content: "P";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-newspaper:before {
  content: "\F1EA";
}

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

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

.fa-filter-circle-xmark:before {
  content: "\E17B";
}

.fa-locust:before {
  content: "\E520";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\F0DC";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
  content: "\F0CB";
}

.fa-person-dress-burst:before {
  content: "\E544";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
  content: "\F53D";
}

.fa-vector-square:before {
  content: "\F5CB";
}

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

.fa-language:before {
  content: "\F1AB";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
  content: "\F598";
}

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

.fa-question:before {
  content: "?";
}

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

.fa-arrows-alt:before, .fa-up-down-left-right:before {
  content: "\F0B2";
}

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

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

.fa-puzzle-piece:before {
  content: "\F12E";
}

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

.fa-star-half-alt:before, .fa-star-half-stroke:before {
  content: "\F5C0";
}

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

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

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

.fa-magnifying-glass-chart:before {
  content: "\E522";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
  content: "\F08E";
}

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

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
  content: "\F159";
}

.fa-virus-covid:before {
  content: "\E4A8";
}

.fa-austral-sign:before {
  content: "\E0A9";
}

.fa-f:before {
  content: "F";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-road:before {
  content: "\F018";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-person-circle-plus:before {
  content: "\E541";
}

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

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

.fa-sack-xmark:before {
  content: "\E56A";
}

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

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

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

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

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

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-poop:before {
  content: "\F619";
}

.fa-location-pin:before, .fa-map-marker:before {
  content: "\F041";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

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

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

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

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

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-object-group:before {
  content: "\F247";
}

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

.fa-mask-ventilator:before {
  content: "\E524";
}

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

.fa-map-signs:before, .fa-signs-post:before {
  content: "\F277";
}

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

.fa-person-circle-question:before {
  content: "\E542";
}

.fa-h:before {
  content: "H";
}

.fa-tarp:before {
  content: "\E57B";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
  content: "\F7D9";
}

.fa-arrows-to-eye:before {
  content: "\E4BF";
}

.fa-plug-circle-bolt:before {
  content: "\E55B";
}

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

.fa-mars-and-venus:before {
  content: "\F224";
}

.fa-home-user:before, .fa-house-user:before {
  content: "\E1B0";
}

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

.fa-house-crack:before {
  content: "\E3B1";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
  content: "\F561";
}

.fa-face-surprise:before, .fa-surprise:before {
  content: "\F5C2";
}

.fa-bottle-water:before {
  content: "\E4C5";
}

.fa-circle-pause:before, .fa-pause-circle:before {
  content: "\F28B";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

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

.fa-kitchen-set:before {
  content: "\E51A";
}

.fa-r:before {
  content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}

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

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

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

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-elevator:before {
  content: "\E16D";
}

.fa-money-bill-transfer:before {
  content: "\E528";
}

.fa-money-bill-trend-up:before {
  content: "\E529";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\E50F";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
  content: "\F682";
}

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

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

.fa-recycle:before {
  content: "\F1B8";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-trademark:before {
  content: "\F25C";
}

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

.fa-satellite-dish:before {
  content: "\F7C0";
}

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

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
  content: "\F3CD";
}

.fa-volume-high:before, .fa-volume-up:before {
  content: "\F028";
}

.fa-users-rays:before {
  content: "\E593";
}

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

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

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

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

.fa-wrench:before {
  content: "\F0AD";
}

.fa-bugs:before {
  content: "\E4D0";
}

.fa-rupee-sign:before, .fa-rupee:before {
  content: "\F156";
}

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

.fa-circle-question:before, .fa-question-circle:before {
  content: "\F059";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

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

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

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

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

.fa-bridge:before {
  content: "\E4C8";
}

.fa-phone-alt:before, .fa-phone-flip:before {
  content: "\F879";
}

.fa-truck-front:before {
  content: "\E2B7";
}

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

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

.fa-truck-field:before {
  content: "\E58D";
}

.fa-route:before {
  content: "\F4D7";
}

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

.fa-panorama:before {
  content: "\E209";
}

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

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-file-circle-minus:before {
  content: "\E4ED";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

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

.fa-face-meh-blank:before, .fa-meh-blank:before {
  content: "\F5A4";
}

.fa-parking:before, .fa-square-parking:before {
  content: "\F540";
}

.fa-house-signal:before {
  content: "\E012";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
  content: "\F828";
}

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

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

.fa-ban-smoking:before, .fa-smoking-ban:before {
  content: "\F54D";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-mobile-button:before {
  content: "\F10B";
}

.fa-house-medical-flag:before {
  content: "\E514";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
  content: "\F291";
}

.fa-tape:before {
  content: "\F4DB";
}

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

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

.fa-face-sad-cry:before, .fa-sad-cry:before {
  content: "\F5B3";
}

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

.fa-person-military-to-person:before {
  content: "\E54C";
}

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

.fa-user-slash:before {
  content: "\F506";
}

.fa-pen:before {
  content: "\F304";
}

.fa-tower-observation:before {
  content: "\E586";
}

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

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
  content: "\F012";
}

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

.fa-heart-circle-xmark:before {
  content: "\E501";
}

.fa-home-lg:before, .fa-house-chimney:before {
  content: "\E3AF";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

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

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

.fa-shop:before, .fa-store-alt:before {
  content: "\F54F";
}

.fa-floppy-disk:before, .fa-save:before {
  content: "\F0C7";
}

.fa-vihara:before {
  content: "\F6A7";
}

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

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\F0DE";
}

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

.fa-plant-wilt:before {
  content: "\E5AA";
}

.fa-diamond:before {
  content: "\F219";
}

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

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

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

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

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

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

.fa-hands-praying:before, .fa-praying-hands:before {
  content: "\F684";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
  content: "\F01E";
}

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

.fa-location-crosshairs:before, .fa-location:before {
  content: "\F601";
}

.fa-mars-double:before {
  content: "\F227";
}

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

.fa-users-between-lines:before {
  content: "\E591";
}

.fa-lungs-virus:before {
  content: "\E067";
}

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

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

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

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

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

.fa-user-cog:before, .fa-user-gear:before {
  content: "\F4FE";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
  content: "\F163";
}

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

.fa-shield-virus:before {
  content: "\E06C";
}

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

.fa-mosquito-net:before {
  content: "\E52C";
}

.fa-bridge-water:before {
  content: "\E4CE";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-text-width:before {
  content: "\F035";
}

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

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-digging:before, .fa-person-digging:before {
  content: "\F85E";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
  content: "\F629";
}

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

.fa-poo:before {
  content: "\F2FE";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
  content: "\F10E";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
  content: "\F553";
}

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

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

.fa-tenge-sign:before, .fa-tenge:before {
  content: "\F7D7";
}

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

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

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

.fa-republican:before {
  content: "\F75E";
}

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

.fa-person-circle-xmark:before {
  content: "\E543";
}

.fa-ruler:before {
  content: "\F545";
}

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

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

.fa-restroom:before {
  content: "\F7BD";
}

.fa-j:before {
  content: "J";
}

.fa-users-viewfinder:before {
  content: "\E595";
}

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

.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\F35D";
}

.fa-table-cells:before, .fa-th:before {
  content: "\F00A";
}

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

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

.fa-o:before {
  content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
  content: "\F0FA";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-otter:before {
  content: "\F700";
}

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

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

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

.fa-table-cells-large:before, .fa-th-large:before {
  content: "\F009";
}

.fa-book-tanakh:before, .fa-tanakh:before {
  content: "\F827";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\F2A0";
}

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

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

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

.fa-lira-sign:before {
  content: "\F195";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-plane-lock:before {
  content: "\E558";
}

.fa-tag:before {
  content: "\F02B";
}

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

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

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

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

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-arrow-right-to-city:before {
  content: "\E4B3";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-litecoin-sign:before {
  content: "\E1D3";
}

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

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

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

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

.fa-truck-field-un:before {
  content: "\E58E";
}

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

.fa-mountain:before {
  content: "\F6FC";
}

.fa-user-doctor:before, .fa-user-md:before {
  content: "\F0F0";
}

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

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

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

.fa-square-virus:before {
  content: "\E578";
}

.fa-meteor:before {
  content: "\F753";
}

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

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
  content: "\F162";
}

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

.fa-water:before {
  content: "\F773";
}

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

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

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
  content: "\F486";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-truck:before {
  content: "\F0D1";
}

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

.fa-person-cane:before {
  content: "\E53C";
}

.fa-tent:before {
  content: "\E57D";
}

.fa-vest-patches:before {
  content: "\E086";
}

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

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-money-bill-wheat:before {
  content: "\E52A";
}

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

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

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

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

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

.fa-list-alt:before, .fa-rectangle-list:before {
  content: "\F022";
}

.fa-tarp-droplet:before {
  content: "\E57C";
}

.fa-house-medical-circle-check:before {
  content: "\E511";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
  content: "\F7CA";
}

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

.fa-plane-arrival:before {
  content: "\F5AF";
}

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

.fa-subway:before, .fa-train-subway:before {
  content: "\F239";
}

.fa-chart-gantt:before {
  content: "\E0E4";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
  content: "\E1BC";
}

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

.fa-money-bill-1:before, .fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
  content: "\F30A";
}

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

.fa-virus-slash:before {
  content: "\E075";
}

.fa-minus:before, .fa-subtract:before {
  content: "\F068";
}

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

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
  content: "\F177";
}

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

.fa-street-view:before {
  content: "\F21D";
}

.fa-franc-sign:before {
  content: "\E18F";
}

.fa-volume-off:before {
  content: "\F026";
}

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

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

.fa-droplet-slash:before, .fa-tint-slash:before {
  content: "\F5C7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-mosquito:before {
  content: "\E52B";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-person-military-rifle:before {
  content: "\E54B";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
  content: "\F07A";
}

.fa-vials:before {
  content: "\F493";
}

.fa-plug-circle-plus:before {
  content: "\E55F";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

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

.fa-arrow-turn-up:before, .fa-level-up:before {
  content: "\F148";
}

.fa-u:before {
  content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
  content: "\F698";
}

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

.fa-backward-step:before, .fa-step-backward:before {
  content: "\F048";
}

.fa-pallet:before {
  content: "\F482";
}

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

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

.fa-s:before {
  content: "S";
}

.fa-timeline:before {
  content: "\E29C";
}

.fa-keyboard:before {
  content: "\F11C";
}

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

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

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
  content: "\F3CF";
}

.fa-plane-up:before {
  content: "\E22D";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

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

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

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

.fa-khanda:before {
  content: "\F66D";
}

.fa-sliders-h:before, .fa-sliders:before {
  content: "\F1DE";
}

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

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-map-pin:before {
  content: "\F276";
}

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

.fa-cent-sign:before {
  content: "\E3F5";
}

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

.fa-person-pregnant:before {
  content: "\E31E";
}

.fa-wand-sparkles:before {
  content: "\F72B";
}

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

.fa-ticket:before {
  content: "\F145";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
  content: "\F30B";
}

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

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

.fa-teletype:before, .fa-tty:before {
  content: "\F1E4";
}

.fa-diagram-next:before {
  content: "\E476";
}

.fa-person-rifle:before {
  content: "\E54E";
}

.fa-house-medical-circle-exclamation:before {
  content: "\E512";
}

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

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

.fa-venus-double:before {
  content: "\F226";
}

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

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

.fa-people-pulling:before {
  content: "\E535";
}

.fa-n:before {
  content: "N";
}

.fa-cable-car:before, .fa-tram:before {
  content: "\F7DA";
}

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

.fa-building-circle-xmark:before {
  content: "\E4D4";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-arrows-down-to-line:before {
  content: "\E4B8";
}

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

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

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

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

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

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

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
  content: "\F3CE";
}

.fa-face-meh:before, .fa-meh:before {
  content: "\F11A";
}

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

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

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

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

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

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\F015";
}

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

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-b:before {
  content: "B";
}

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

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

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
  content: "\F0EC";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
  content: "\F2F9";
}

.fa-cutlery:before, .fa-utensils:before {
  content: "\F2E7";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
  content: "\F161";
}

.fa-mill-sign:before {
  content: "\E1ED";
}

.fa-bowl-rice:before {
  content: "\E2EB";
}

.fa-skull:before {
  content: "\F54C";
}

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

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
  content: "\F30C";
}

.fa-stop:before {
  content: "\F04D";
}

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

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

.fa-hurricane:before {
  content: "\F751";
}

.fa-mound:before {
  content: "\E52D";
}

.fa-toilet-portable:before {
  content: "\E583";
}

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

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

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

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

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

.fa-glass-water:before {
  content: "\E4F4";
}

.fa-oil-well:before {
  content: "\E532";
}

.fa-vault:before {
  content: "\E2C5";
}

.fa-mars:before {
  content: "\F222";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-plane-circle-xmark:before {
  content: "\E557";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
  content: "\F157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
  content: "\F158";
}

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

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

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
  content: "\F59C";
}

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

.fa-bore-hole:before {
  content: "\E4C3";
}

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

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

.fa-arrows-turn-to-dots:before {
  content: "\E4C1";
}

.fa-florin-sign:before {
  content: "\E184";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-less-than:before {
  content: "<";
}

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

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

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

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

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\F178";
}

.fa-anchor-circle-xmark:before {
  content: "\E4AC";
}

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

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

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

.fa-person-through-window:before {
  content: "\E5A9";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-hands-holding-circle:before {
  content: "\E4FB";
}

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

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

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

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

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

.fa-mountain-sun:before {
  content: "\E52F";
}

.fa-arrows-left-right-to-line:before {
  content: "\E4BA";
}

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

.fa-truck-droplet:before {
  content: "\E58C";
}

.fa-file-circle-xmark:before {
  content: "\E5A1";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
  content: "\E040";
}

.fa-medal:before {
  content: "\F5A2";
}

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

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

.fa-podcast:before {
  content: "\F2CE";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
  content: "\F2C7";
}

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

.fa-superscript:before {
  content: "\F12B";
}

.fa-plug-circle-xmark:before {
  content: "\E560";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

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

.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\F3C5";
}

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

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

.fa-person-swimming:before, .fa-swimmer:before {
  content: "\F5C4";
}

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

.fa-droplet:before, .fa-tint:before {
  content: "\F043";
}

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

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

.fa-person-burst:before {
  content: "\E53B";
}

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

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

.fa-socks:before {
  content: "\F696";
}

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

.fa-section:before {
  content: "\E447";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
  content: "\F625";
}

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

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

.fa-wine-bottle:before {
  content: "\F72F";
}

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

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
  content: "\F550";
}

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

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

.fa-blind:before, .fa-person-walking-with-cane:before {
  content: "\F29D";
}

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

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

.fa-heart-circle-bolt:before {
  content: "\E4FC";
}

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

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
  content: "\F772";
}

.fa-star-half:before {
  content: "\F089";
}

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

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

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

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

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

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

.fa-rupiah-sign:before {
  content: "\E23D";
}

.fa-magnifying-glass:before, .fa-search:before {
  content: "\F002";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
  content: "\F45D";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
  content: "\F470";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-naira-sign:before {
  content: "\E1F6";
}

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

.fa-walkie-talkie:before {
  content: "\F8EF";
}

.fa-file-edit:before, .fa-file-pen:before {
  content: "\F31C";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
  content: "\F14B";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

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

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

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

.fa-skull-crossbones:before {
  content: "\F714";
}

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

.fa-list-dots:before, .fa-list-ul:before {
  content: "\F0CA";
}

.fa-school-lock:before {
  content: "\E56F";
}

.fa-tower-cell:before {
  content: "\E585";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-ranking-star:before {
  content: "\E561";
}

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

.fa-person-harassing:before {
  content: "\E549";
}

.fa-brazilian-real-sign:before {
  content: "\E46C";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
  content: "\F752";
}

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

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
  content: "\F26C";
}

.fa-shrimp:before {
  content: "\E448";
}

.fa-list-check:before, .fa-tasks:before {
  content: "\F0AE";
}

.fa-jug-detergent:before {
  content: "\E519";
}

.fa-circle-user:before, .fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-wind:before {
  content: "\F72E";
}

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

.fa-y:before {
  content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
  content: "\F7CE";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\F48B";
}

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

.fa-user-graduate:before {
  content: "\F501";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
  content: "\F042";
}

.fa-clapperboard:before {
  content: "\E131";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
  content: "\F7BA";
}

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

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

.fa-diagram-project:before, .fa-project-diagram:before {
  content: "\F542";
}

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

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
  content: "\F6A9";
}

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

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

.fa-share-from-square:before, .fa-share-square:before {
  content: "\F14D";
}

.fa-child-combatant:before, .fa-child-rifle:before {
  content: "\E4E0";
}

.fa-gun:before {
  content: "\E19B";
}

.fa-phone-square:before, .fa-square-phone:before {
  content: "\F098";
}

.fa-add:before, .fa-plus:before {
  content: "+";
}

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

.fa-computer:before {
  content: "\E4E5";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: "\F00D";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
  content: "\F047";
}

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

.fa-peso-sign:before {
  content: "\E222";
}

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

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

.fa-users-line:before {
  content: "\E592";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
  content: "\F10D";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
  content: "\F829";
}

.fa-arrow-down-up-lock:before {
  content: "\E4B0";
}

.fa-lines-leaning:before {
  content: "\E51E";
}

.fa-ruler-combined:before {
  content: "\F546";
}

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

.fa-equals:before {
  content: "=";
}

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

.fa-teeth:before {
  content: "\F62E";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
  content: "\F20B";
}

.fa-map:before {
  content: "\F279";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-photo-film:before, .fa-photo-video:before {
  content: "\F87C";
}

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

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

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

.fa-plug-circle-minus:before {
  content: "\E55E";
}

.fa-sign-hanging:before, .fa-sign:before {
  content: "\F4D9";
}

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

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

.fa-tablet-android:before, .fa-tablet:before {
  content: "\F3FB";
}

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

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

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

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

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

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

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

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

.fa-notdef:before {
  content: "\E1FE";
}

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

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

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

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

.fa-retweet:before {
  content: "\F079";
}

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

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-video-slash:before {
  content: "\F4E2";
}

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

.fa-radio:before {
  content: "\F8D7";
}

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

.fa-traffic-light:before {
  content: "\F637";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

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

.fa-percent:before, .fa-percentage:before {
  content: "%";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-glass-water-droplet:before {
  content: "\E4F5";
}

.fa-display:before {
  content: "\E163";
}

.fa-face-smile:before, .fa-smile:before {
  content: "\F118";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
  content: "\F08D";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-person-praying:before, .fa-pray:before {
  content: "\F683";
}

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

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

.fa-rotate:before, .fa-sync-alt:before {
  content: "\F2F1";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-robot:before {
  content: "\F544";
}

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

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

.fa-warehouse:before {
  content: "\F494";
}

.fa-arrow-up-right-dots:before {
  content: "\E4B7";
}

.fa-splotch:before {
  content: "\F5BC";
}

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

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

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-transgender-alt:before, .fa-transgender:before {
  content: "\F225";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
  content: "\F149";
}

.fa-person-falling-burst:before {
  content: "\E547";
}

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

.fa-ticket-alt:before, .fa-ticket-simple:before {
  content: "\F3FF";
}

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

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

.fa-qrcode:before {
  content: "\F029";
}

.fa-clock-rotate-left:before, .fa-history:before {
  content: "\F1DA";
}

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

.fa-arrow-right-from-file:before, .fa-file-export:before {
  content: "\F56E";
}

.fa-shield-blank:before, .fa-shield:before {
  content: "\F132";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-house-medical:before {
  content: "\E3B2";
}

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

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

.fa-house-chimney-window:before {
  content: "\E00D";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-tent-arrow-turn-left:before {
  content: "\E580";
}

.fa-tents:before {
  content: "\E582";
}

.fa-magic:before, .fa-wand-magic:before {
  content: "\F0D0";
}

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

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

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

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
  content: "\F5CE";
}

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

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-music:before {
  content: "\F001";
}

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

.fa-temperature-low:before {
  content: "\F76B";
}

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

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

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

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

.fa-earth-oceania:before, .fa-globe-oceania:before {
  content: "\E47B";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
  content: "\F2D3";
}

.fa-hashtag:before {
  content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
  content: "\F424";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-t:before {
  content: "T";
}

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

.fa-chart-column:before {
  content: "\E0E3";
}

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

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

.fa-person-arrow-down-to-line:before {
  content: "\E538";
}

.fa-voicemail:before {
  content: "\F897";
}

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

.fa-person-walking-luggage:before {
  content: "\E554";
}

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

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

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

.fa-trailer:before {
  content: "\E041";
}

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

.fa-sd-card:before {
  content: "\F7C2";
}

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

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-circle-plus:before, .fa-plus-circle:before {
  content: "\F055";
}

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

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

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

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
  content: "\F127";
}

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

.fa-person-walking-arrow-loop-left:before {
  content: "\E551";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
  content: "\F882";
}

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

.fa-tornado:before {
  content: "\F76F";
}

.fa-file-circle-plus:before {
  content: "\E494";
}

.fa-book-quran:before, .fa-quran:before {
  content: "\F687";
}

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

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

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

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

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

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

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

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

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
  content: "\F62A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-desktop-alt:before, .fa-desktop:before {
  content: "\F390";
}

.fa-m:before {
  content: "M";
}

.fa-table-list:before, .fa-th-list:before {
  content: "\F00B";
}

.fa-comment-sms:before, .fa-sms:before {
  content: "\F7CD";
}

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

.fa-user-plus:before {
  content: "\F234";
}

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

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

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

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

.fa-diagram-successor:before {
  content: "\E47A";
}

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

.fa-arrows-split-up-and-left:before {
  content: "\E4BC";
}

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

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

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

.fa-person-falling:before {
  content: "\E546";
}

.fa-image-portrait:before, .fa-portrait:before {
  content: "\F3E0";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-rug:before {
  content: "\E569";
}

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

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
  content: "\F59D";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
  content: "\F410";
}

.fa-baht-sign:before {
  content: "\E0AC";
}

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

.fa-book-journal-whills:before, .fa-journal-whills:before {
  content: "\F66A";
}

.fa-handcuffs:before {
  content: "\E4F8";
}

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

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

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-bottle-droplet:before {
  content: "\E4C4";
}

.fa-mask-face:before {
  content: "\E1D7";
}

.fa-hill-rockslide:before {
  content: "\E508";
}

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

.fa-paper-plane:before {
  content: "\F1D8";
}

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

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

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

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
  content: "\F2A7";
}

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

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
  content: "\F5C5";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
  content: "\F07D";
}

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

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
  content: "\E2CE";
}

.fa-level-down-alt:before, .fa-turn-down:before {
  content: "\F3BE";
}

.fa-person-walking-arrow-right:before {
  content: "\E552";
}

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

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

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

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

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

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

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\F057";
}

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

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

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

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

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
  content: "\F00E";
}

.fa-thumbs-up:before {
  content: "\F164";
}

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

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

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

.fa-window-minimize:before {
  content: "\F2D1";
}

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

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

.fa-mask:before {
  content: "\F6FA";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
  content: "\F010";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-user-alt:before, .fa-user-large:before {
  content: "\F406";
}

.fa-train-tram:before {
  content: "\E5B4";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-syringe:before {
  content: "\F48E";
}

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

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-jar:before {
  content: "\E516";
}

.fa-note-sticky:before, .fa-sticky-note:before {
  content: "\F249";
}

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

.fa-arrow-up-from-water-pump:before {
  content: "\E4B6";
}

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

.fa-user-injured:before {
  content: "\F728";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
  content: "\F5B4";
}

.fa-plane:before {
  content: "\F072";
}

.fa-tent-arrows-down:before {
  content: "\E581";
}

.fa-exclamation:before {
  content: "!";
}

.fa-arrows-spin:before {
  content: "\E4BB";
}

.fa-print:before {
  content: "\F02F";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
  content: "\E2BB";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
  content: "$";
}

.fa-x:before {
  content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
  content: "\F688";
}

.fa-users-cog:before, .fa-users-gear:before {
  content: "\F509";
}

.fa-person-military-pointing:before {
  content: "\E54A";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
  content: "\F19C";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-trowel:before {
  content: "\E589";
}

.fa-d:before {
  content: "D";
}

.fa-stapler:before {
  content: "\E5AF";
}

.fa-masks-theater:before, .fa-theater-masks:before {
  content: "\F630";
}

.fa-kip-sign:before {
  content: "\E1C4";
}

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

.fa-handshake-alt:before, .fa-handshake-simple:before {
  content: "\F4C6";
}

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

.fa-share-alt-square:before, .fa-square-share-nodes:before {
  content: "\F1E1";
}

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

.fa-plus-minus:before {
  content: "\E43C";
}

.fa-video-camera:before, .fa-video:before {
  content: "\F03D";
}

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

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

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

.fa-level-up-alt:before, .fa-turn-up:before {
  content: "\F3BF";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
} /*!
* BootstrapVue Custom CSS (https://bootstrap-vue.org)
*/
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.b-avatar:focus {
  outline: 0;
}

.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}

.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}

.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}

.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

.b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
}

.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}

.b-avatar[href] {
  text-decoration: none;
}

.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}

.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.b-avatar-sm .b-avatar-text {
  font-size: 0.6rem;
}

.b-avatar-sm .b-avatar-badge {
  font-size: 0.42rem;
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.b-avatar-lg .b-avatar-text {
  font-size: 1.4rem;
}

.b-avatar-lg .b-avatar-badge {
  font-size: 0.98rem;
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled), .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

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

.b-calendar .b-calendar-inner {
  min-width: 250px;
}

.b-calendar .b-calendar-header, .b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}

.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}

.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}

.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}

.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}

.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}

.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}

.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}

.b-calendar .btn.disabled, .b-calendar .btn:disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

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

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

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before, .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
  display: none !important;
}

.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}

.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-checkbox .custom-control-label:before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-checkbox .custom-control-label:after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-checkbox .custom-control-label:before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-checkbox .custom-control-label:after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg, .input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}

.custom-switch.b-custom-control-lg .custom-control-label, .input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-switch .custom-control-label:before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}

.custom-switch.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-switch .custom-control-label:after {
  top: calc(0.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label:after, .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm, .input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

.custom-switch.b-custom-control-sm .custom-control-label, .input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-switch .custom-control-label:before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}

.custom-switch.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-switch .custom-control-label:after {
  top: calc(0.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(0.875rem - 4px);
  height: calc(0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label:after, .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  transform: translateX(0.65625rem);
}

.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn, .input-group > .input-group-append:not(:last-child) > .btn-group > .btn, .input-group > .input-group-prepend > .btn-group > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn, .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}

.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

.b-form-btn-label-control.form-control[dir=rtl], [dir=rtl] .b-form-btn-label-control.form-control {
  flex-direction: row-reverse;
}

.b-form-btn-label-control.form-control[dir=rtl] > label, [dir=rtl] .b-form-btn-label-control.form-control > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}

.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}

.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}

.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}

.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}

.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(1.5em + 0.75rem);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}

.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
}

.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(1.5em + 1rem);
}

.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(1.5em + 0.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(1.5em + 1rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}

.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file, .b-custom-control-lg .custom-file-input, .b-custom-control-lg .custom-file-label, .input-group-lg.custom-file, .input-group-lg .custom-file-input, .input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}

.b-custom-control-lg .custom-file-label, .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label, .input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.b-custom-control-lg .custom-file-label, .input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}

.b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file, .b-custom-control-sm .custom-file-input, .b-custom-control-sm .custom-file-label, .input-group-sm.custom-file, .input-group-sm .custom-file-input, .input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.b-custom-control-sm .custom-file-label, .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label, .input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.b-custom-control-sm .custom-file-label, .input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}

.b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + 0.5rem);
  border-radius: 0 0.2rem 0.2rem 0;
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

.input-group-sm input[type=color].form-control, input[type=color].form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

.input-group-lg input[type=color].form-control, input[type=color].form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-range, .input-group > .custom-range + .custom-file, .input-group > .custom-range + .custom-range, .input-group > .custom-range + .custom-select, .input-group > .custom-range + .form-control, .input-group > .custom-range + .form-control-plaintext, .input-group > .custom-select + .custom-range, .input-group > .form-control + .custom-range, .input-group > .form-control-plaintext + .custom-range {
  margin-left: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-range {
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

.input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid {
  border-color: #28a745;
}

.input-group .custom-range.is-valid:focus, .was-validated .input-group .custom-range:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

.custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

.custom-range.is-valid ~ .valid-feedback, .custom-range.is-valid ~ .valid-tooltip, .was-validated .custom-range:valid ~ .valid-feedback, .was-validated .custom-range:valid ~ .valid-tooltip {
  display: block;
}

.custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

.custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

.custom-range.is-valid::-ms-track-lower, .custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

.input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid {
  border-color: #dc3545;
}

.input-group .custom-range.is-invalid:focus, .was-validated .input-group .custom-range:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}

.custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}

.custom-range.is-invalid ~ .invalid-feedback, .custom-range.is-invalid ~ .invalid-tooltip, .was-validated .custom-range:invalid ~ .invalid-feedback, .was-validated .custom-range:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}

.custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}

.custom-range.is-invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg, .input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

.custom-radio.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-radio .custom-control-label:before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.custom-radio.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-radio .custom-control-label:after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm, .input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

.custom-radio.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-radio .custom-control-label:before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}

.custom-radio.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-radio .custom-control-label:after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

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

.b-rating.d-inline-flex {
  width: auto;
}

.b-rating .b-rating-star, .b-rating .b-rating-value {
  padding: 0 0.25em;
}

.b-rating .b-rating-value {
  min-width: 2.5em;
}

.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}

.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}

.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon, .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon {
  transform: scale(1.5);
}

.b-rating[dir=rtl] .b-rating-star-half {
  transform: scaleX(-1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}

.b-form-spinbutton[dir=rtl]:not(.flex-column), [dir=rtl] .b-form-spinbutton:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}

.b-form-spinbutton output > bdi, .b-form-spinbutton output > div {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}

.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}

.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}

.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}

.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}

.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}

.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}

.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}

.b-form-tags-list .b-form-tag, .b-form-tags-list .b-form-tags-field {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.b-form-tag.disabled {
  opacity: 0.75;
}

.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-lg .b-form-tag, .form-control-sm .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}

.popover.b-popover.fade:not(.show) {
  opacity: 0;
}

.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-primary.bs-popover-top > .arrow:before {
  border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-primary.bs-popover-top > .arrow:after {
  border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-primary.bs-popover-right > .arrow:before {
  border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-primary.bs-popover-right > .arrow:after {
  border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-primary.bs-popover-bottom > .arrow:before {
  border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-primary.bs-popover-bottom .popover-header:before, .b-popover-primary.bs-popover-bottom > .arrow:after {
  border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-primary.bs-popover-left > .arrow:before {
  border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-primary.bs-popover-left > .arrow:after {
  border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-secondary.bs-popover-top > .arrow:before {
  border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-secondary.bs-popover-top > .arrow:after {
  border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-secondary.bs-popover-right > .arrow:before {
  border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-secondary.bs-popover-right > .arrow:after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-secondary.bs-popover-bottom > .arrow:before {
  border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-secondary.bs-popover-bottom .popover-header:before, .b-popover-secondary.bs-popover-bottom > .arrow:after {
  border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-secondary.bs-popover-left > .arrow:before {
  border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-secondary.bs-popover-left > .arrow:after {
  border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-success.bs-popover-top > .arrow:before {
  border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-success.bs-popover-top > .arrow:after {
  border-top-color: #d4edda;
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-success.bs-popover-right > .arrow:before {
  border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-success.bs-popover-right > .arrow:after {
  border-right-color: #d4edda;
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-success.bs-popover-bottom > .arrow:before {
  border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-success.bs-popover-bottom .popover-header:before, .b-popover-success.bs-popover-bottom > .arrow:after {
  border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-success.bs-popover-left > .arrow:before {
  border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-success.bs-popover-left > .arrow:after {
  border-left-color: #d4edda;
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-info.bs-popover-top > .arrow:before {
  border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-info.bs-popover-top > .arrow:after {
  border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-info.bs-popover-right > .arrow:before {
  border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-info.bs-popover-right > .arrow:after {
  border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-info.bs-popover-bottom > .arrow:before {
  border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-info.bs-popover-bottom .popover-header:before, .b-popover-info.bs-popover-bottom > .arrow:after {
  border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-info.bs-popover-left > .arrow:before {
  border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-info.bs-popover-left > .arrow:after {
  border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-warning.bs-popover-top > .arrow:before {
  border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-warning.bs-popover-top > .arrow:after {
  border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-warning.bs-popover-right > .arrow:before {
  border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-warning.bs-popover-right > .arrow:after {
  border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-warning.bs-popover-bottom > .arrow:before {
  border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-warning.bs-popover-bottom .popover-header:before, .b-popover-warning.bs-popover-bottom > .arrow:after {
  border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-warning.bs-popover-left > .arrow:before {
  border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-warning.bs-popover-left > .arrow:after {
  border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-danger.bs-popover-top > .arrow:before {
  border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-danger.bs-popover-top > .arrow:after {
  border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-danger.bs-popover-right > .arrow:before {
  border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-danger.bs-popover-right > .arrow:after {
  border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-danger.bs-popover-bottom > .arrow:before {
  border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-danger.bs-popover-bottom .popover-header:before, .b-popover-danger.bs-popover-bottom > .arrow:after {
  border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-danger.bs-popover-left > .arrow:before {
  border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-danger.bs-popover-left > .arrow:after {
  border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-light.bs-popover-top > .arrow:before {
  border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-light.bs-popover-top > .arrow:after {
  border-top-color: #fefefe;
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-light.bs-popover-right > .arrow:before {
  border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-light.bs-popover-right > .arrow:after {
  border-right-color: #fefefe;
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-light.bs-popover-bottom > .arrow:before {
  border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-light.bs-popover-bottom .popover-header:before, .b-popover-light.bs-popover-bottom > .arrow:after {
  border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-light.bs-popover-left > .arrow:before {
  border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-light.bs-popover-left > .arrow:after {
  border-left-color: #fefefe;
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-dark.bs-popover-top > .arrow:before {
  border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-dark.bs-popover-top > .arrow:after {
  border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-dark.bs-popover-right > .arrow:before {
  border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-dark.bs-popover-right > .arrow:after {
  border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-dark.bs-popover-bottom > .arrow:before {
  border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-dark.bs-popover-bottom .popover-header:before, .b-popover-dark.bs-popover-bottom > .arrow:after {
  border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-dark.bs-popover-left > .arrow:before {
  border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-dark.bs-popover-left > .arrow:after {
  border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 1035;
}

.b-sidebar-backdrop {
  left: 0;
  z-index: -1;
  width: 100vw;
  opacity: 0.6;
}

.b-sidebar, .b-sidebar-backdrop {
  position: fixed;
  top: 0;
  height: 100vh;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  width: 320px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0);
}

.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}

.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}

.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}

.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}

.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}

.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}

.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}

[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}

.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}

.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
}

.b-skeleton:before {
  content: "\A0";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave:after {
    background: none;
    animation: none;
  }
}
@keyframes b-skeleton-animate-wave {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}
@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}
@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}

.table.b-table[aria-busy=true] {
  opacity: 0.55;
}

.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}

.table.b-table > tbody > .table-active, .table.b-table > tbody > .table-active > td, .table.b-table > tbody > .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table.b-table.table-hover > tbody > tr.table-active:hover td, .table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

.table.b-table > tbody > .bg-active, .table.b-table > tbody > .bg-active > td, .table.b-table > tbody > .bg-active > th {
  background-color: hsla(0, 0%, 100%, 0.075) !important;
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header, .table-responsive, [class*=table-responsive-] {
  margin-bottom: 1rem;
}

.b-table-sticky-header > .table, .table-responsive > .table, [class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > tbody > tr > .table-b-table-default, .table.b-table > tfoot > tr > .table-b-table-default, .table.b-table > thead > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default, .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .table.b-table.table-dark > thead > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > tfoot > tr > [aria-sort], .table.b-table > thead > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.375rem center;
  padding-right: calc(0.75rem + 0.65em);
}

.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.375rem center;
  padding-left: calc(0.75rem + 0.65em);
}

.table.b-table > tfoot > tr > [aria-sort=none], .table.b-table > thead > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table > tfoot > tr > [aria-sort=ascending], .table.b-table > thead > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table > tfoot > tr > [aria-sort=descending], .table.b-table > thead > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=none], .table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=ascending], .table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=descending], .table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=none], .table.b-table > thead > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending], .table.b-table > thead > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=descending], .table.b-table > thead > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E");
}

.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right 0.15rem center;
  padding-right: calc(0.3rem + 0.65em);
}

.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left 0.15rem center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption, .table.b-table.b-table-stacked-sm > tbody, .table.b-table.b-table-stacked-sm > tbody > tr, .table.b-table.b-table-stacked-sm > tbody > tr > td, .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > tfoot, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-sm > thead, .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .table.b-table.b-table-stacked-sm > tbody > tr.top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption, .table.b-table.b-table-stacked-md > tbody, .table.b-table.b-table-stacked-md > tbody > tr, .table.b-table.b-table-stacked-md > tbody > tr > td, .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > tfoot, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-md > thead, .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .table.b-table.b-table-stacked-md > tbody > tr.top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption, .table.b-table.b-table-stacked-lg > tbody, .table.b-table.b-table-stacked-lg > tbody > tr, .table.b-table.b-table-stacked-lg > tbody > tr > td, .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > tfoot, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-lg > thead, .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .table.b-table.b-table-stacked-lg > tbody > tr.top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption, .table.b-table.b-table-stacked-xl > tbody, .table.b-table.b-table-stacked-xl > tbody > tr, .table.b-table.b-table-stacked-xl > tbody > tr > td, .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > tfoot, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-xl > thead, .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 0.5rem 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .table.b-table.b-table-stacked-xl > tbody > tr.top-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption, .table.b-table.b-table-stacked > tbody, .table.b-table.b-table-stacked > tbody > tr, .table.b-table.b-table-stacked > tbody > tr > td, .table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

.table.b-table.b-table-stacked > tfoot, .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked > thead, .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked > thead > tr.b-table-top-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]:before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  padding: 0 0.5rem 0 0;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]:after {
  display: block;
  clear: both;
  content: "";
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 0.5rem;
  margin: 0;
}

.table.b-table.b-table-stacked > tbody > tr.bottom-row, .table.b-table.b-table-stacked > tbody > tr.top-row {
  display: none;
}

.table.b-table.b-table-stacked > tbody > tr > :first-child, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}

.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output, .b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.b-time[aria-disabled=true] output {
  pointer-events: none;
}

[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}

.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}

.b-time .b-time-footer {
  margin-top: 0.5rem;
}

.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}

.b-toast .toast {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.b-toast.b-toast-solid .toast {
  background-color: #fff;
}

.b-toast .toast {
  opacity: 1;
}

.b-toast .toast.fade:not(.show) {
  opacity: 0;
}

.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: hsla(0, 0%, 100%, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: hsla(0, 0%, 99.6%, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light.b-toast-solid .toast {
  background-color: #fff;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-top-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
  top: 0;
}

.b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  top: 0.5rem;
}

.b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right {
  bottom: 0;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot {
  bottom: 0.5rem;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
  margin-left: auto;
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
  transition: transform 0.175s;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
  transition-delay: 0.175s;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}

.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}

.tooltip.b-tooltip.show {
  opacity: 0.9;
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}

.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}

.tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-right .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
  border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
  border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
  border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
  border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
  border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
  border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
  border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
  border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
  border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
  border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
  border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
  border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
  border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
  border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
  border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
  border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}

.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: b-icon-animation-cylon 0.75s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: b-icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: b-icon-animation-fade 0.75s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: b-icon-animation-spin 2s linear infinite normal;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: b-icon-animation-spin 2s linear infinite reverse;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: b-icon-animation-spin 1s steps(8) infinite normal;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: b-icon-animation-spin 1s steps(8) infinite reverse;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: b-icon-animation-throb 0.75s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}
@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  to {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

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

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

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

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
#noty_layout__bottom, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight, #noty_layout__top, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__topRight, .noty_layout_mixin {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1);
}

#noty_layout__centerLeft {
  left: 20px;
}

#noty_layout__centerLeft, #noty_layout__centerRight {
  top: 50%;
  width: 325px;
  transform: translateY(calc(-50% - 0.5px)) translateZ(0) scale(1);
}

#noty_layout__centerRight {
  right: 20px;
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0) scale(1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  to {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  to {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  to {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  to {
    height: 0;
  }
}
html {
  overflow-x: hidden;
}

body #wrapper, body .body-inner {
  padding: 0;
  margin: 0;
}

body .container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 1024px) {
  #wrapper, .body-inner {
    width: 100%;
    margin: 0;
  }
  .container-wide {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  body.boxed .body-inner {
    float: none;
    width: 1200px;
    margin: 0 auto;
  }
  body.modern .body-inner .container {
    max-width: 1500px;
  }
  body.frame:after, body.frame:before {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: auto;
    height: 20px;
    z-index: 200;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
  }
  body.frame:after {
    bottom: 0;
  }
  body.frame .body-inner {
    padding: 20px;
  }
  body.frame .body-inner:after, body.frame .body-inner:before {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: 20px;
    z-index: 200;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
    top: 20px;
    bottom: 20px;
    left: 0;
    right: auto;
  }
  body.frame .body-inner:after {
    left: auto;
    right: 0;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
  }
  body.frame #scrollTop {
    right: 46px;
  }
}
.container-fullwidth {
  margin: 0 auto;
}

.container-fullwidth .row {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  padding: 80px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
body.dark, body.dark section {
  background-color: #181818;
  color: #999;
}

#page-title {
  clear: both;
  padding: 80px 0;
  background-color: #f8f9fa;
  position: relative;
}

#page-title .page-title {
  text-align: center;
  padding: 0;
}

#page-title .page-title > h1 {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}

#page-title .page-title > span {
  font-weight: 400;
  font-size: 14px;
}

#page-title .breadcrumb {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

#page-title.page-title-left .page-title {
  float: left;
  text-align: left;
  clear: both;
}

#page-title.page-title-left .breadcrumb {
  float: left;
  text-align: left;
  display: block;
}

#page-title.page-title-right .page-title {
  float: right;
  text-align: right;
  clear: both;
}

#page-title.page-title-right .breadcrumb {
  float: right;
  text-align: right;
}

#page-title.dark .breadcrumb ul li + li:before, #page-title.dark .breadcrumb ul li a, #page-title.dark .page-title > h1, #page-title.dark .page-title > span {
  color: #1f1f1f;
}

#page-title[data-bg-parallax] .breadcrumb ul li + li:before, #page-title[data-bg-parallax] .breadcrumb ul li a, #page-title[data-bg-parallax] .page-title > h1, #page-title[data-bg-parallax] .page-title > span {
  color: #fff;
}

#page-title[data-bg-parallax], #page-title[data-bg-video] {
  background-color: #1f1f1f;
}

#header[data-transparent=true] + #page-title {
  top: -120px;
  margin-bottom: -124px;
  position: relative;
  padding: 220px 0 160px;
}

@media (max-width: 1024px) {
  #page-title .page-title > h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #header[data-transparent=true] + #page-title {
    top: -120px;
    margin-bottom: -124px;
    padding: 160px 0 80px;
  }
}
#page-content:not(.no-sidebar) {
  padding: 40px 0;
}

#page-content:not(.no-sidebar).sidebar-left > .container-fluid > .row, #page-content:not(.no-sidebar).sidebar-left > .container-lg > .row, #page-content:not(.no-sidebar).sidebar-left > .container-md > .row, #page-content:not(.no-sidebar).sidebar-left > .container-sm > .row, #page-content:not(.no-sidebar).sidebar-left > .container-wide > .row, #page-content:not(.no-sidebar).sidebar-left > .container-xl > .row, #page-content:not(.no-sidebar).sidebar-left > .container > .row {
  flex-direction: row-reverse;
}

#page-content:not(.no-sidebar).sidebar-both > .container-fluid > .row, #page-content:not(.no-sidebar).sidebar-both > .container-lg > .row, #page-content:not(.no-sidebar).sidebar-both > .container-md > .row, #page-content:not(.no-sidebar).sidebar-both > .container-sm > .row, #page-content:not(.no-sidebar).sidebar-both > .container-wide > .row, #page-content:not(.no-sidebar).sidebar-both > .container-xl > .row, #page-content:not(.no-sidebar).sidebar-both > .container > .row, #page-content:not(.no-sidebar).sidebar-right > .container-fluid > .row, #page-content:not(.no-sidebar).sidebar-right > .container-lg > .row, #page-content:not(.no-sidebar).sidebar-right > .container-md > .row, #page-content:not(.no-sidebar).sidebar-right > .container-sm > .row, #page-content:not(.no-sidebar).sidebar-right > .container-wide > .row, #page-content:not(.no-sidebar).sidebar-right > .container-xl > .row, #page-content:not(.no-sidebar).sidebar-right > .container > .row {
  flex-direction: row;
}

#content {
  overflow: hidden;
  padding: 60px 0;
}

#content, #content .container, #content .container-fluid, #content .container-lg, #content .container-md, #content .container-sm, #content .container-wide, #content .container-xl {
  position: relative;
}

.page-content-shadow {
  box-shadow: 0 82px 53px 10px rgba(0, 0, 0, 0.3);
}

.content {
  padding-right: 25px;
  margin-bottom: 26px;
}

.sidebar {
  padding-left: 25px;
}

.sidebar .content {
  padding-right: 25px;
  padding-left: 15px;
}

.sidebar .sidebar {
  padding-left: 25px;
  padding-right: 15px;
}

.sidebar.sidebar-modern {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar.sidebar-modern:before {
  background-color: #f8f9fa;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -10;
  bottom: -10px;
  left: 0;
  right: 0;
  top: -20px;
  border-radius: 4px;
}

.sidebar-left .content {
  padding-left: 25px;
  padding-right: 15px;
}

.sidebar-left .sidebar {
  padding-right: 25px;
  padding-left: 15px;
}

.sidebar-left .sidebar.sidebar-modern {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-both .sidebar {
  padding-left: 15px;
  padding-right: 25px;
}

.sidebar-both .sidebar.sidebar-modern {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-both .content {
  padding-right: 25px;
  padding-left: 25px;
}

.sidebar-both .content + .sidebar {
  padding-left: 25px;
  border-right-width: 0;
  padding-right: 15px;
}

.sidebar-both .content + .sidebar.sidebar-modern {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  #page-content:not(.no-sidebar).sidebar-both > .container-fluid > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container-lg > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container-md > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container-sm > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container-wide > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container-xl > .row .content, #page-content:not(.no-sidebar).sidebar-both > .container > .row .content {
    order: -1;
  }
  .content, .sidebar {
    width: 100% !important;
  }
  .content, .sidebar, .sidebar-both .content, .sidebar-both .content + .sidebar, .sidebar-right .content, .sidebar-right .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-both .sidebar:before, .sidebar-right .sidebar:before, .sidebar:before {
    right: 0;
    border-right-width: 0;
    border-left-width: 0;
    left: 0;
  }
  .sidebar-both .sidebar .widgets, .sidebar-right .sidebar .widgets, .sidebar .widgets {
    float: left;
  }
  .sidebar-both .content + .sidebar {
    border-right-width: 0;
  }
  .sidebar-both .content + .sidebar:before {
    border-right-width: 0;
    border-left-width: 0;
  }
}
@media (max-width: 1024px) {
  #page-content {
    padding: 20px 0;
  }
}
.grid-layout {
  overflow: hidden;
  margin-bottom: -2px !important;
}

.grid-layout > * {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.grid-layout .grid-loader {
  transition: opacity 0.1s ease;
  opacity: 1;
  z-index: -1;
}

.grid-layout.grid-loaded > * {
  opacity: 1;
}

.grid-layout.grid-loaded .grid-loader {
  opacity: 0;
}

.grid-layout, .portfolioo, .posts {
  position: relative;
  display: block;
  clear: both;
  padding: 0;
}

.grid-mix-size .portfolio-item:nth-child(2n) .new-badge {
  right: 70px !important;
}

.grid-mix-size .portfolio-item:nth-child(2n) > .portfolio-item-wrap {
  transform: scale(0.8);
}

.grid-6-columns .grid-item, .portfolio-6-columns .portfolio-item, .post-6-columns .post-item {
  width: 16.6666666666%;
}

.grid-6-columns .grid-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-6-columns .post-item.large-width {
  width: 33.333333333%;
}

.grid-5-columns .grid-item, .portfolio-5-columns .portfolio-item, .post-5-columns .post-item {
  width: 20%;
}

.grid-5-columns .grid-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .post-5-columns .post-item.large-width {
  width: 40%;
}

.grid-4-columns .grid-item, .portfolio-4-columns .portfolio-item, .post-4-columns .post-item {
  width: 25%;
}

.grid-4-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width {
  width: 50%;
}

.grid-3-columns .grid-item, .portfolio-3-columns .portfolio-item, .post-3-columns .post-item {
  width: 33.333333333%;
}

.grid-3-columns .grid-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item.large-width {
  width: 66.6666666666%;
}

.grid-2-columns .grid-item, .portfolio-2-columns .portfolio-item, .post-2-columns .post-item {
  width: 50%;
}

.grid-1-columns .grid-item, .grid-1-columns .grid-item.large-width, .grid-2-columns .grid-item.large-width, .portfolio-1-columns .portfolio-item, .portfolio-1-columns .portfolio-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .post-1-columns .post-item, .post-1-columns .post-item.large-width, .post-2-columns .post-item.large-width {
  width: 100%;
}

@media (max-width: 1380px) {
  .grid-5-columns .grid-item, .portfolio-5-columns .portfolio-item, .post-5-columns .post-item {
    width: 25%;
  }
  .grid-5-columns .grid-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .post-5-columns .post-item.large-width {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .grid-4-columns .grid-item, .grid-5-columns .grid-item, .grid-6-columns .grid-item, .portfolio-4-columns .portfolio-item, .portfolio-5-columns .portfolio-item, .portfolio-6-columns .portfolio-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
    width: 33.3333333333%;
  }
  .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width, .post-5-columns .post-item.large-width, .post-6-columns .post-item.large-width {
    width: 66.6666666666%;
  }
  .grid-2-columns .grid-item, .grid-3-columns .grid-item, .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-2-columns .post-item, .post-3-columns .post-item {
    width: 50%;
  }
  .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width, .post-3-columns .post-item.large-width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-4-columns .grid-item, .grid-5-columns .grid-item, .grid-6-columns .grid-item, .portfolio-4-columns .portfolio-item, .portfolio-5-columns .portfolio-item, .portfolio-6-columns .portfolio-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
    width: 50%;
  }
  .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item.large-width, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item.large-width, .post-4-columns .post-item.large-width, .post-5-columns .post-item.large-width, .post-6-columns .post-item.large-width {
    width: 100%;
  }
  .grid-2-columns .grid-item, .grid-3-columns .grid-item, .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-2-columns .post-item, .post-3-columns .post-item {
    width: 50%;
  }
  .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-2-columns .post-item.large-width, .post-3-columns .post-item.large-width {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .grid-2-columns .grid-item, .grid-2-columns .grid-item.large-width, .grid-3-columns .grid-item, .grid-3-columns .grid-item.large-width, .grid-4-columns .grid-item, .grid-4-columns .grid-item.large-width, .grid-5-columns .grid-item, .grid-5-columns .grid-item.large-width, .grid-6-columns .grid-item, .grid-6-columns .grid-item.large-width, .portfolio-2-columns .portfolio-item, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item, .portfolio-3-columns .portfolio-item.large-width, .portfolio-4-columns .portfolio-item, .portfolio-4-columns .portfolio-item.large-width, .portfolio-5-columns .portfolio-item, .portfolio-5-columns .portfolio-item.large-width, .portfolio-6-columns .portfolio-item, .portfolio-6-columns .portfolio-item.large-width, .post-2-columns .post-item, .post-2-columns .post-item.large-width, .post-3-columns .post-item, .post-3-columns .post-item.large-width, .post-4-columns .post-item, .post-4-columns .post-item.large-width, .post-5-columns .post-item, .post-5-columns .post-item.large-width, .post-6-columns .post-item, .post-6-columns .post-item.large-width {
    width: 100%;
  }
  .grid-xs-2-columns .grid-item, .portfolio-xs-2-columns .portfolio-item, .post-xs-2-columns .post-item {
    width: 50%;
  }
  .grid-xs-2-columns .grid-item.large-width, .portfolio-xs-2-columns .portfolio-item.large-width, .post-xs-2-columns .post-item.large-width {
    width: 100%;
  }
  .grid-xs-3-columns .grid-item, .portfolio-xs-3-columns .portfolio-item, .post-xs-3-columns .post-item {
    width: 33.3333333333%;
  }
  .grid-xs-3-columns .grid-item.large-width, .portfolio-xs-3-columns .portfolio-item.large-width, .post-xs-3-columns .post-item.large-width {
    width: 66.6666666666%;
  }
  .grid-xs-4-columns .grid-item, .grid-xs-4-columns .grid-item.large-width, .portfolio-xs-4-columns .portfolio-item, .portfolio-xs-4-columns .portfolio-item.large-width, .post-xs-4-columns .post-item, .post-xs-4-columns .post-item.large-width {
    width: 25%;
  }
}
.grid-item .post-item {
  width: 100%;
  padding: 0;
}

.grid-item > a > img, .grid-item > img {
  width: 100%;
  height: auto;
}

.grid-item > .widget {
  margin: 0;
}

.grid-item {
  height: auto !important;
}

.grid-filter {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}

.grid-filter ul {
  list-style: none;
  padding: 0;
  position: relative;
  height: auto;
}

.grid-filter li {
  position: relative;
  margin-right: 6px;
  border: 0;
  margin-bottom: -1px;
  display: inline-block;
}

.grid-filter li a {
  font-weight: 600;
  display: block;
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 15px;
  color: #484848;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.grid-filter li.active a, .grid-filter li.active a:active, .grid-filter li.active a:focus, .grid-filter li.active a:hover, .grid-filter li:hover a, .grid-filter li:hover a:active, .grid-filter li:hover a:focus, .grid-filter li:hover a:hover {
  background-color: #2250fc;
  color: #fff;
}

.grid-filter li.active {
  cursor: pointer;
  pointer-events: none;
}

.grid-filter li.active a {
  color: #fff;
  pointer-events: none;
}

.grid-filter.gf-outline li.active a, .grid-filter.gf-outline li:hover a {
  border-color: #2250fc;
  color: #2250fc;
  background-color: transparent;
}

.grid-filter.gf-lines li a {
  border-radius: 0;
  border: none;
  background-color: transparent !important;
}

.grid-filter.gf-lines li a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
}

.grid-filter.gf-lines li.active a, .grid-filter.gf-lines li:hover a {
  color: #2250fc;
}

.grid-filter.gf-lines li.active a:after, .grid-filter.gf-lines li:hover a:after {
  width: 100%;
  left: 0;
  background-color: #2250fc;
}

.grid-filter.gf-line-bottom {
  border-bottom: 2px solid #ebebeb;
}

.grid-filter.gf-classic li a {
  color: #484848;
  border-radius: 4px;
}

.grid-filter.gf-classic li.active a, .grid-filter.gf-classic li:hover a {
  background-color: #2250fc;
  color: #fff;
}

.grid-filter.gf-light li a {
  color: #fff;
  background-color: transparent;
}

.grid-filter.gf-light li.active a, .grid-filter.gf-light li:hover a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.grid-filter.gf-dark li a {
  color: #1f1f1f;
}

.grid-filter.gf-dark li.active, .grid-filter.gf-dark li:hover, .grid-filter.gf-dark li a {
  background-color: transparent;
}

.grid-filter.gf-dark li.active a, .grid-filter.gf-dark li:hover a {
  background-color: transparent;
  color: #1f1f1f;
  border-color: #1f1f1f;
}

.grid-filter.gf-default li a {
  color: none;
  border-radius: 0;
  background-color: transparent;
}

.grid-filter.gf-default li.active a, .grid-filter.gf-default li:hover a {
  background-color: transparent;
  color: #2250fc;
}

.grid-filter.gf-creative li a {
  border-radius: 0;
  border: none;
}

.grid-filter.gf-creative li a:after {
  background: #1f1f1f;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}

.grid-filter.gf-creative li.active, .grid-filter.gf-creative li:hover {
  background-color: transparent;
}

.grid-filter.gf-creative li.active a, .grid-filter.gf-creative li:hover a {
  color: #484848;
  background-color: transparent;
}

.grid-filter.gf-creative li.active a:after, .grid-filter.gf-creative li:hover a:after {
  opacity: 1;
  transform: translateY(0);
}

.grid-filter.gf-list li {
  clear: both;
  margin-bottom: 3px;
}

.grid-filter.center li {
  text-align: center;
  float: none;
}

.grid-active-title {
  font-size: 3rem;
  font-weight: 100;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: -6px;
}

.content .grid-active-title {
  font-size: 42px;
}

.sidebar-both .grid-active-title {
  display: none;
}

@media (max-width: 1024px) {
  .grid-active-title {
    display: none;
  }
  .grid-filter li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .grid-filter li a {
    text-align: center;
    transition: none;
  }
}
@media (max-width: 479px) {
  .grid-filter li {
    width: 50%;
    margin-right: 0;
  }
}
#showMore, .infinite-scroll-message {
  height: 80px;
  padding-top: 36px;
  text-align: center;
}

#showMore p, .infinite-scroll-message p {
  margin: 0;
}

.grid-loader {
  animation-fill-mode: both;
  animation: load7 1.8s ease-in-out infinite;
  top: 60px;
  left: 48%;
  color: #dadada;
  font-size: 6px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.grid-loader, .grid-loader:after, .grid-loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
}

.grid-loader:after, .grid-loader:before {
  animation-fill-mode: both;
  animation: load7 1.8s ease-in-out infinite;
  content: "";
  top: 0;
}

.grid-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.grid-loader:after {
  left: 3.5em;
}

@keyframes load7 {
  0%, 80%, to {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#topbar {
  position: relative;
  z-index: 200;
  background-color: #fff;
}

#topbar .top-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: left;
}

#topbar .top-menu > li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

#topbar .top-menu > li > a {
  color: #484848;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  margin-right: 16px;
}

#topbar .top-links {
  position: relative;
}

#topbar .social-icons {
  float: right;
  height: 100%;
  overflow: hidden;
}

#topbar .social-icons li, #topbar .social-icons li a {
  float: left;
  list-style: outside none none;
}

#topbar .social-icons li a {
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 35px;
  overflow: hidden;
  margin: 0;
}

#topbar.dark {
  background-color: #1f1f1f;
}

#topbar.dark .social-icons li a, #topbar.dark .top-menu > li > a {
  color: #fff !important;
}

#topbar.topbar-colored, #topbar.topbar-colored.dark {
  background-color: #2250fc;
}

.topbar-dropdown {
  color: #747474;
  float: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.topbar-dropdown .title {
  border-left: 1px solid #eee;
  padding: 0 20px;
  cursor: pointer;
  line-height: 40px;
}

.topbar-dropdown .title a {
  color: #747474;
}

.topbar-dropdown .title a:hover {
  text-decoration: underline;
}

.topbar-dropdown .title b {
  font-weight: 600;
}

.topbar-dropdown .title .fa {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.topbar-dropdown .title .fa:first-child {
  margin-left: 0;
  margin-right: 7px;
}

.topbar-dropdown:first-child .title {
  border-color: transparent;
  padding-left: 0;
}

.topbar-dropdown .list-entry img, .topbar-dropdown .title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.topbar-dropdown .dropdown-list {
  position: absolute;
  width: auto;
  left: 0;
  top: auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 0 16px;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  z-index: 1;
  visibility: hidden;
}

.topbar-dropdown:hover .dropdown-list, .topbar-dropdown:hover .topbar-form {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  visibility: visible;
}

.topbar-dropdown .list-entry {
  line-height: 30px;
  white-space: nowrap;
  display: block;
  color: #747474;
  padding: 2px 0;
  border-top: 1px solid #f0f0f0;
}

.topbar-dropdown .list-entry:hover {
  color: #222;
}

.topbar-dropdown .list-entry:first-child {
  border-top: none;
}

.topbar-dropdown .topbar-form {
  position: absolute;
  width: 240px;
  padding: 20px 20px 10px;
  right: auto;
  top: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  z-index: 1;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  visibility: hidden;
}

.topbar-dropdown input {
  margin-bottom: 2px;
}

.topbar-dropdown .form-group {
  margin-bottom: 10px;
}

.topbar-dropdown .checkbox {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: -12px;
}

.topbar-dropdown.float-right .title {
  padding: 0 0 0 20px !important;
}

.topbar-dropdown .dropdown-invert.topbar-form {
  left: auto;
  right: -20px;
}

#topbar.topbar-fullwidth > .container {
  max-width: 100%;
  padding: 0 30px;
}

#topbar {
  border-bottom: 1px solid #eee;
}

#topbar.dark, #topbar.topbar-dark {
  background-color: #252525;
  border-color: hsla(0, 0%, 90.6%, 0.25);
}

#topbar.dark .social-icons li a, #topbar.dark .top-menu > li > a, #topbar.topbar-dark .social-icons li a, #topbar.topbar-dark .top-menu > li > a {
  color: #fff !important;
}

#topbar .topbar-light .social-icons li a, #topbar .topbar-light .top-menu > li > a {
  color: #111 !important;
}

.topbar-transparent {
  margin-top: -2px;
}

.topbar-transparent.topbar-dark .topbar-dropdown, .topbar-transparent.topbar-dark .topbar-dropdown .title a {
  color: #fff;
}

.topbar-transparent .topbar-dropdown .title {
  border-color: hsla(0, 0%, 90.6%, 0.25);
}

.topbar-transparent .topbar-dropdown:first-child .title {
  border-color: transparent;
}

#topbar.topbar-dark.topbar-colored {
  border-bottom: 0;
}

#topbar.dark {
  border-bottom: 1px solid hsla(0, 0%, 90.6%, 0.05);
}

#topbar.dark.topbar-transparent {
  background-color: transparent;
  border-bottom: 1px solid hsla(0, 0%, 56.5%, 0.25);
}

#topbar ~ #header[data-transparent=true] + #google-map, #topbar ~ #header[data-transparent=true] + #slider, #topbar ~ #header[data-transparent=true] + .fullscreen, #topbar ~ #header[data-transparent=true] + .halfscreen {
  top: -120px;
  margin-bottom: -120px;
}

@media (max-width: 1024px) {
  #topbar.topbar-transparent.dark {
    background-color: #fff !important;
  }
  #topbar.topbar-transparent.dark .social-icons li a, #topbar.topbar-transparent.dark .top-menu > li > a {
    color: #484848 !important;
  }
}
#header {
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
}

#header, #header .container {
  position: relative;
}

#header #header-wrap, #header .header-inner {
  height: 80px;
  background-color: #fff;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

#header #header-wrap #logo, #header .header-inner #logo {
  float: left;
  font-size: 28px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  height: 80px;
}

#header #header-wrap #logo a > img, #header .header-inner #logo a > img {
  vertical-align: inherit;
  transition: all 0.4s ease-in-out;
  height: 80px;
  width: auto;
}

#header #header-wrap #logo a > img, #header #header-wrap #logo a [class*=logo-], #header .header-inner #logo a > img, #header .header-inner #logo a [class*=logo-] {
  display: none;
}

#header #header-wrap #logo a .logo-default, #header .header-inner #logo a .logo-default {
  display: block;
}

#header #header-wrap #logo a, #header #header-wrap #logo a span, #header .header-inner #logo a, #header .header-inner #logo a span {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: 800;
  letter-spacing: 1.5px;
}

#header[data-fullwidth=true] #header-wrap .container, #header[data-fullwidth=true] .header-inner .container {
  max-width: 100%;
  padding: 0 30px;
}

#header.header-modern:not(.header-active) {
  margin: 40px auto 0;
  width: 1200px;
}

#header.header-modern:not(.header-active) #header-wrap, #header.header-modern:not(.header-active) .header-inner {
  border-radius: 4px;
}

#header.header-modern:not(.header-active) + #google-map, #header.header-modern:not(.header-active) + #slider, #header.header-modern:not(.header-active) + .fullscreen, #header.header-modern:not(.header-active) + .halfscreen, #header.header-modern:not(.header-active) + .inspiro-slider {
  top: -130px;
  margin-bottom: -130px;
}

#header.header-mini {
  line-height: 60px;
  height: 60px;
}

#header.header-mini #header-wrap, #header.header-mini .header-inner {
  height: 60px;
}

#header.header-mini #header-wrap #mainMenu > .container nav > ul > li > a, #header.header-mini .header-inner #mainMenu > .container nav > ul > li > a {
  font-size: 11px;
}

#header.header-mini #header-wrap #mainMenu > .container nav > ul > li .dropdown-submenu:before, #header.header-mini .header-inner #mainMenu > .container nav > ul > li .dropdown-submenu:before {
  top: -6px;
}

#header.header-mini #header-wrap #logo, #header.header-mini #header-wrap #logo a > img, #header.header-mini .header-inner #logo, #header.header-mini .header-inner #logo a > img {
  height: 60px;
}

#header.header-mini #header-wrap #logo a, #header.header-mini #header-wrap #logo a span, #header.header-mini .header-inner #logo a, #header.header-mini .header-inner #logo a span {
  font-size: 30px;
}

#header.header-mini #header-wrap #mainMenu-trigger, #header.header-mini #header-wrap .header-extras, #header.header-mini .header-inner #mainMenu-trigger, #header.header-mini .header-inner .header-extras {
  height: 60px;
}

#header.header-alternative {
  line-height: 60px;
  height: 60px;
}

#header.header-alternative #header-wrap, #header.header-alternative .header-inner {
  height: 60px;
}

#header.header-alternative #header-wrap #mainMenu > .container nav > ul > li .dropdown-submenu:before, #header.header-alternative .header-inner #mainMenu > .container nav > ul > li .dropdown-submenu:before {
  top: -6px;
}

#header.header-alternative #header-wrap #logo, #header.header-alternative .header-inner #logo {
  height: 60px;
}

#header.header-alternative #header-wrap #logo a > img, #header.header-alternative .header-inner #logo a > img {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header.header-alternative #header-wrap #mainMenu-trigger, #header.header-alternative #header-wrap .header-extras, #header.header-alternative .header-inner #mainMenu-trigger, #header.header-alternative .header-inner .header-extras {
  height: 60px;
}

#header[data-transparent=true]:not(.sticky-active) #header-wrap, #header[data-transparent=true]:not(.sticky-active) .header-inner {
  background-color: transparent;
}

#header.header-logo-right #header-wrap #logo, #header.header-logo-right .header-inner #logo {
  float: right;
}

#header.header-logo-right #header-wrap #mainMenu nav, #header.header-logo-right #header-wrap .header-extras, #header.header-logo-right .header-inner #mainMenu nav, #header.header-logo-right .header-inner .header-extras {
  float: left;
}

#header.header-shadow #header-wrap, #header.header-shadow .header-inner {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12) !important;
}

#header[data-transparent=true]:not(.sticky-active) #header-wrap, #header[data-transparent=true]:not(.sticky-active).dark #header-wrap, #header[data-transparent=true]:not(.sticky-active).dark .header-inner, #header[data-transparent=true]:not(.sticky-active) .header-inner {
  background-color: transparent;
}

#header[data-transparent=true] + #google-map, #header[data-transparent=true] + #slider, #header[data-transparent=true] + .fullscreen, #header[data-transparent=true] + .halfscreen, #header[data-transparent=true] + .inspiro-slider {
  top: -80px;
  margin-bottom: -80px;
}

#header.header-sticky #header-wrap, #header.header-sticky .header-inner {
  transition: top 0.8s ease-in-out;
  top: -140px;
}

#header.header-sticky.sticky-active #header-wrap, #header.header-sticky.sticky-active .header-inner {
  box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  width: 100%;
}

#header.header-always-fixed #header-wrap, #header.header-always-fixed .header-inner {
  position: fixed !important;
  top: 0 !important;
}

#header.dark #header-wrap, #header.dark .header-inner, .dark #header #header-wrap, .dark #header .header-inner {
  background-color: #181818;
}

#header.dark #header-wrap #logo a > img, #header.dark #header-wrap #logo a [class*=logo-], #header.dark .header-inner #logo a > img, #header.dark .header-inner #logo a [class*=logo-], .dark #header #header-wrap #logo a > img, .dark #header #header-wrap #logo a [class*=logo-], .dark #header .header-inner #logo a > img, .dark #header .header-inner #logo a [class*=logo-] {
  display: none;
}

#header.dark #header-wrap #logo a .logo-dark, #header.dark .header-inner #logo a .logo-dark, .dark #header #header-wrap #logo a .logo-dark, .dark #header .header-inner #logo a .logo-dark {
  display: block;
}

#header.dark #header-wrap #logo a, #header.dark #header-wrap #logo a span, #header.dark .header-inner #logo a, #header.dark .header-inner #logo a span, .dark #header #header-wrap #logo a, .dark #header #header-wrap #logo a span, .dark #header .header-inner #logo a, .dark #header .header-inner #logo a span {
  color: #fff;
}

#header.dark #header-wrap .lines, #header.dark #header-wrap .lines:after, #header.dark #header-wrap .lines:before, #header.dark .header-inner .lines, #header.dark .header-inner .lines:after, #header.dark .header-inner .lines:before, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines:after, .dark #header #header-wrap .lines:before, .dark #header .header-inner .lines, .dark #header .header-inner .lines:after, .dark #header .header-inner .lines:before {
  background-color: #fff;
}

#header.dark[data-transparent=true]:not(.sticky-active) #header-wrap, #header.dark[data-transparent=true]:not(.sticky-active) .header-inner, .dark #header[data-transparent=true]:not(.sticky-active) #header-wrap, .dark #header[data-transparent=true]:not(.sticky-active) .header-inner {
  background-color: transparent;
}

@media (min-width: 1200px) {
  body.boxed #header .header-inner {
    max-width: 1200px;
    margin: auto;
  }
  body.modern #header .header-inner > .container {
    max-width: 1500px;
    padding: 0 15px;
  }
  body.frame #header.header-sticky.sticky-active .header-inner {
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  #header #header-wrap, #header .header-inner {
    height: auto;
  }
  #header #logo {
    position: absolute !important;
    width: 80%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 10%;
    right: 0;
    padding: 0 !important;
  }
  #header #logo > a {
    display: inline-block;
  }
  #header #logo > a img {
    max-height: 80px;
    padding-bottom: 6px;
  }
  #header #logo .logo-responsive, #header #logo .logo-responsive-dark {
    display: block;
  }
  #header.header-mobile-logo-left #header #logo {
    width: auto;
    text-align: left;
    left: 30px;
    right: auto;
  }
  #header.header-mobile-logo-left .header-extras {
    float: right;
    margin-left: 20px;
  }
  #header.header-alternative #header-wrap, #header.header-alternative .header-inner {
    height: auto;
  }
  #header.header-modern {
    margin: 0 !important;
    width: 100% !important;
  }
  #header.header-modern #header-wrap, #header.header-modern .header-inner {
    border-radius: 0 !important;
  }
  #header.header-logo-right #header-wrap .header-extras, #header.header-logo-right .header-inner .header-extras {
    float: right;
  }
  #header.header-mini #header-wrap, #header.header-mini .header-inner {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  #header[data-transparent=true] + main {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
  }
  #header[data-transparent=true] + main > #page-title {
    padding: 160px 0 80px;
  }
  #header[data-transparent=true] + .fullscreen {
    top: -80px;
    margin-bottom: -80px;
  }
}
/* #mainMenu {
  padding: 0 !important;
} */

#mainMenu > .container {
  padding: 0 !important;
}

#mainMenu [class*=col-lg-] {
  line-height: 24px !important;
}

#mainMenu nav {
  float: right;
}

#mainMenu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu nav > ul > li {
  float: left;
  border: 0;
  transition: all 0.3s ease;
  margin-left: 6px;
  position: relative;
}

#mainMenu nav > ul > li > a {
  position: relative;
  font-family: Poppins, sans-serif;
  padding: 10px 2px;
  text-transform: uppercase;
  font-size: 700;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #000;
  border-radius: 0;
  border: 0 solid transparent;
  transition: all 0.3s ease;
  line-height: normal;
}

#mainMenu nav > ul > li > a > i {
  margin-left: 2px;
  margin-right: 6px;
  min-width: 14px;
  font-size: 14px;
}

#mainMenu nav > ul > li > a:after, #mainMenu nav > ul > li > a:before {
  transition: all 0.3s ease;
}

#mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span {
  color: #2250fc;
}

#mainMenu nav > ul > li.dropdown:before {
  content: "\E930";
  transform: rotate(90deg);
  font-family: inspiro-icons;
  opacity: 0.6;
  position: absolute;
  right: 16px;
  color: #262626;
  font-size: 16px;
  display: none;
}

#mainMenu nav > ul > li .dropdown-menu {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  min-width: 230px;
  top: auto;
  background-color: #fff;
  border: 0;
  color: #000;
  border-style: solid;
  border-color: #eee;
  border-width: 1px !important;
  left: auto;
  margin: -6px 0 0;
  border-radius: 4px;
  box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  position: absolute;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  color: #444;
  font-family: Poppins, sans-serif;
  padding: 12px 20px 12px 18px;
  display: block;
  transition: 0.3s ease;
}

#mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover {
  background-color: transparent;
  color: #2250fc;
  cursor: pointer;
}

#mainMenu nav > ul > li .dropdown-menu > li > a > i, #mainMenu nav > ul > li .dropdown-menu > li > span > i, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a > i {
  margin-left: -4px;
  margin-right: 6px;
  min-width: 14px;
}

#mainMenu nav > ul > li .dropdown-menu > li.current > a, #mainMenu nav > ul > li .dropdown-menu > li.current > span, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span, #mainMenu nav > ul > li .dropdown-menu > li:active > a, #mainMenu nav > ul > li .dropdown-menu > li:active > span, #mainMenu nav > ul > li .dropdown-menu > li:focus > a, #mainMenu nav > ul > li .dropdown-menu > li:focus > span, #mainMenu nav > ul > li .dropdown-menu > li:hover > a, #mainMenu nav > ul > li .dropdown-menu > li:hover > span {
  color: #2250fc;
}

#mainMenu nav > ul > li .dropdown-menu.menu-last {
  right: 0;
  left: auto;
}

#mainMenu nav > ul > li.mega-menu-item {
  position: static;
}

#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 1140px;
  transition-duration: 0.3s !important;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
  padding: 20px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
  margin-top: 12px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
  padding: 10px 0;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a > i, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span > i, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a > i {
  margin-left: 0;
  margin-right: 8px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
  padding-top: 0;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
  padding-bottom: 0;
}

#mainMenu nav > ul > li .dropdown-submenu {
  position: relative;
}

#mainMenu nav > ul > li .dropdown-submenu:before {
  line-height: 40px;
  content: "\E930";
  font-family: inspiro-icons;
  opacity: 0.6;
  position: absolute;
  right: 16px;
  color: #262626;
  font-size: 12px;
  transition: all 0.2s ease;
}

#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
  margin-left: -6px;
  left: 100%;
  top: -1px;
  z-index: 1;
}

#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu.menu-invert {
  right: 100%;
  left: auto;
}

#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover:before {
  right: 12px;
}

#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover > ul, #mainMenu nav > ul > li:not(.hover-active):hover > ul {
  display: block;
  animation: fade-in-out 0.3s ease;
}

#mainMenu nav > ul > li:last-child {
  margin-right: 0;
}

#mainMenu nav > ul > a.btn {
  margin-top: 4px;
}

#mainMenu nav > ul li ul {
  list-style: none;
  padding: 0;
}

#mainMenu nav > ul .badge {
  font-size: 8px;
  padding: 2px 4px;
  line-height: 9px;
  margin: -2px 4px;
}

#mainMenu.menu-fullwidth nav > ul > li.mega-menu-item > .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}

#mainMenu.menu-rounded nav > ul > li > a {
  border-radius: 4px;
  border-width: 2px;
}

#mainMenu.menu-rounded nav > ul > li.current > a, #mainMenu.menu-rounded nav > ul > li:focus > a, #mainMenu.menu-rounded nav > ul > li:hover > a {
  background-color: #2250fc;
  color: #fff;
}

#mainMenu.menu-outline nav > ul > li > a {
  border-radius: 50px;
  border-width: 2px;
}

#mainMenu.menu-outline nav > ul > li.current > a, #mainMenu.menu-outline nav > ul > li:focus > a, #mainMenu.menu-outline nav > ul > li:hover > a {
  color: #2250fc;
  border-color: #2250fc;
  background-color: transparent;
}

#mainMenu.menu-sub-title nav > ul > li {
  line-height: 64px;
}

#mainMenu.menu-sub-title nav > ul > li > a > .menu-sub-title {
  font-size: 10px;
  padding: 0;
  margin-top: -14px !important;
  line-height: 0;
  height: 0;
  text-transform: none;
  display: block;
  opacity: 0.5;
  font-weight: 400;
  margin: 0 14px -50px 12px;
}

#mainMenu.menu-lines nav > ul > li {
  margin-left: 4px;
}

#mainMenu.menu-lines nav > ul > li > a {
  border-radius: 0;
  border: none;
}

#mainMenu.menu-lines nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
}

#mainMenu.menu-lines nav > ul > li.current > a, #mainMenu.menu-lines nav > ul > li:focus > a, #mainMenu.menu-lines nav > ul > li:hover > a {
  color: #2250fc;
}

#mainMenu.menu-lines nav > ul > li.current > a:after, #mainMenu.menu-lines nav > ul > li:focus > a:after, #mainMenu.menu-lines nav > ul > li:hover > a:after {
  width: 100%;
  left: 0;
  background-color: #2250fc;
}

#mainMenu.menu-creative nav > ul > li {
  margin-left: 4px;
}

#mainMenu.menu-creative nav > ul > li > a:after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
  bottom: -2px;
}

#mainMenu.menu-creative nav > ul > li.current > a:after, #mainMenu.menu-creative nav > ul > li:focus > a:after, #mainMenu.menu-creative nav > ul > li:hover > a:after {
  opacity: 1;
  transform: translateY(0);
}

#mainMenu.menu-hover-background nav > ul > li {
  margin-left: 0;
}

#mainMenu.menu-hover-background nav > ul > li > a {
  background: none;
}

#mainMenu.menu-hover-background nav > ul > li.current, #mainMenu.menu-hover-background nav > ul > li:focus, #mainMenu.menu-hover-background nav > ul > li:hover {
  background-color: #2250fc;
}

#mainMenu.menu-hover-background nav > ul > li.current > a, #mainMenu.menu-hover-background nav > ul > li:focus > a, #mainMenu.menu-hover-background nav > ul > li:hover > a {
  color: #fff !important;
}

#mainMenu.menu-hover-background nav > ul .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

#mainMenu.menu-overlay nav {
  opacity: 0 !important;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: rgba(31, 31, 31, 0.99);
  transition: opacity 0.5s ease;
}

#mainMenu.menu-overlay nav > ul {
  transition: transform 1s ease;
  transform: translateY(-80%);
  top: -80%;
  position: relative;
}

#mainMenu.menu-overlay nav > ul > li {
  float: none;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  line-height: 40px;
}

#mainMenu.menu-overlay nav > ul > li > a {
  opacity: 0;
  font-size: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 2px;
  text-transform: none;
  color: #fff;
}

#mainMenu.menu-overlay nav > ul > li .dropdown-menu, #mainMenu.menu-overlay nav > ul > li .dropdown-submenu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

#mainMenu.menu-left nav {
  float: left;
  margin-left: 20px;
}

#mainMenu.menu-left nav > ul > li.mega-menu-item {
  position: static;
}

#mainMenu.menu-left nav > ul > li.mega-menu-item > .dropdown-menu {
  right: auto;
  left: 0;
}

#mainMenu.menu-center > .container {
  float: none !important;
  text-align: center;
}

#mainMenu.menu-center nav {
  float: none;
  display: inline-block;
  vertical-align: top;
}

#mainMenu.menu-onclick nav > ul > li .dropdown-submenu:hover > ul, #mainMenu.menu-onclick nav > ul > li:hover:not(.hover-active) > ul {
  opacity: 0 !important;
  visibility: hidden !important;
  display: inherit !important;
}

#mainMenu.menu-onclick nav > ul > li .hover-active.dropdown-submenu > ul, #mainMenu.menu-onclick nav > ul > li.hover-active > ul {
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
}

#mainMenu.menu-rounded-dropdown nav > ul > li .dropdown-menu {
  border-radius: 6px;
}

#mainMenu.menu-rounded-dropdown nav > ul > li > .dropdown-menu {
  margin-top: -6px !important;
}

#mainMenu.menu-lowercase nav > ul > li > a {
  text-transform: unset;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

#dotsMenu {
  position: fixed;
  right: 36px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 99;
}

#dotsMenu:before {
  content: "";
  background: rgba(31, 31, 31, 0.7);
  position: absolute;
  width: 32px;
  right: -8px;
  height: 100%;
  border-radius: 20px;
  top: -24px;
  box-shadow: 0 4px 9px 0 rgba(43, 43, 49, 0.1), 0 7px 14px 0 rgba(43, 43, 49, 0.13);
}

#dotsMenu ul {
  list-style: none;
  padding-bottom: 6px;
}

#dotsMenu ul li {
  text-align: right;
  padding: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 12px;
  background-color: #eee;
  border-radius: 50%;
  transform: scale(0.6);
  transition: transform 0.3s, background-color 0.5s;
}

#dotsMenu ul li:hover {
  transform: scale(1);
}

#dotsMenu ul li.current, #dotsMenu ul li:hover {
  background-color: #2250fc;
}

#dotsMenu ul li a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 50%;
  left: -14px;
  top: -14px;
}

#dotsMenu ul li a span {
  position: absolute;
  width: auto;
  top: 8px;
  right: 25px;
  white-space: nowrap;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform-origin: 100% 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  line-height: 26px;
  padding: 0 12px;
  text-transform: uppercase;
}

#dotsMenu ul li a:hover:before {
  transform: scale(1);
  background-color: #2250fc;
}

#dotsMenu ul li a:hover > span {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1024px) {
  #dotsMenu ul li a span {
    display: none;
  }
}
.mainMenu-open #dotsMenu {
  z-index: -1 !important;
}

.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap, .menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap .header-extras, .menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner, .menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner .header-extras, .menu-overlay-active #topbar.topbar-transparent.topbar-fullwidth {
  border: 0;
}

.menu-overlay-active #header.header-sticky.dark #header-wrap, .menu-overlay-active #header.header-sticky.dark .header-inner {
  background-color: transparent;
}

.menu-overlay-active #header #logo {
  z-index: -1 !important;
}

.menu-overlay-active #header #mainMenu {
  z-index: 200;
}

.menu-overlay-active #header #mainMenu nav {
  opacity: 1 !important;
  display: inherit !important;
  pointer-events: auto;
}

.menu-overlay-active #header #mainMenu nav > ul {
  transform: translateY(-50%);
  top: 50%;
}

.menu-overlay-active #header #mainMenu nav > ul > li > a {
  opacity: 1;
}

.menu-overlay-active #header .header-extras li > :not(#menu-overlay-trigger) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.menu-overlay-active #header #menu-overlay-trigger .lines, .menu-overlay-active #header #menu-overlay-trigger .lines:after, .menu-overlay-active #header #menu-overlay-trigger .lines:before {
  background-color: #fff;
}

.header-logo-center #logo, .menu-split #logo {
  position: absolute !important;
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: 100px;
}

.header-logo-center #logo > a, .menu-split #logo > a {
  display: inline-block;
}

.header-logo-center #mainMenu nav, .menu-split #mainMenu nav {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.header-logo-center #mainMenu nav > ul, .menu-split #mainMenu nav > ul {
  z-index: 198;
}

.header-logo-center #mainMenu nav > ul:first-child, .menu-split #mainMenu nav > ul:first-child {
  float: left;
}

.header-logo-center #mainMenu nav > ul:last-child, .menu-split #mainMenu nav > ul:last-child {
  float: right;
}

#mainMenu.dark nav > ul > li > a, .dark #mainMenu nav > ul > li > a {
  color: #fff;
}

#mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span {
  color: #e2e2e2;
}

#mainMenu.dark nav > ul > li.dropdown:before, .dark #mainMenu nav > ul > li.dropdown:before {
  color: #fff;
}

#mainMenu.dark nav > ul > li .dropdown-menu, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu {
  background-color: #181818;
  border-color: #272727;
}

#mainMenu.dark nav > ul > li .dropdown-menu > li > a, #mainMenu.dark nav > ul > li .dropdown-menu > li > span, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  color: #9896a6;
}

#mainMenu.dark nav > ul > li .dropdown-menu > li.current > a, #mainMenu.dark nav > ul > li .dropdown-menu > li.current > span, #mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:active > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:active > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:focus > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:focus > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:hover > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:hover > span, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:active, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:hover, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:active, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:hover, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover {
  color: #e2e2e2;
}

#mainMenu.dark nav > ul > li .dropdown-submenu:before, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:before {
  color: #9896a6;
}

#mainMenu.dark nav > ul > li .dropdown-submenu.current > a, #mainMenu.dark nav > ul > li .dropdown-submenu.current > span, #mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > a, #mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > span, #mainMenu.dark nav > ul > li .dropdown-submenu:active > a, #mainMenu.dark nav > ul > li .dropdown-submenu:active > span, #mainMenu.dark nav > ul > li .dropdown-submenu:focus > a, #mainMenu.dark nav > ul > li .dropdown-submenu:focus > span, #mainMenu.dark nav > ul > li .dropdown-submenu:hover > a, #mainMenu.dark nav > ul > li .dropdown-submenu:hover > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > span {
  color: #e2e2e2;
}

#mainMenu.dark nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title, .dark:not(.submenu-light) #mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  color: #fff;
}

#mainMenu.dark.menu-rounded nav > ul > li.current > a, #mainMenu.dark.menu-rounded nav > ul > li:focus > a, #mainMenu.dark.menu-rounded nav > ul > li:hover > a, .dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li.current > a, .dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:focus > a, .dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:hover > a {
  background-color: #2250fc;
  color: #fff;
}

#mainMenu.dark.menu-outline nav > ul > li.current > a, #mainMenu.dark.menu-outline nav > ul > li:focus > a, #mainMenu.dark.menu-outline nav > ul > li:hover > a, .dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li.current > a, .dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li:focus > a, .dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li:hover > a {
  color: #2250fc;
  border-color: #2250fc;
}

#mainMenu.dark.menu-lines nav > ul > li.current > a, #mainMenu.dark.menu-lines nav > ul > li:focus > a, #mainMenu.dark.menu-lines nav > ul > li:hover > a, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a {
  color: #2250fc;
}

#mainMenu.dark.menu-lines nav > ul > li.current > a:after, #mainMenu.dark.menu-lines nav > ul > li:focus > a:after, #mainMenu.dark.menu-lines nav > ul > li:hover > a:after, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a:after, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a:after, .dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a:after {
  background-color: #2250fc;
}

#mainMenu.dark.menu-creative nav > ul > li > a:after, .dark:not(.submenu-light) #mainMenu.menu-creative nav > ul > li > a:after {
  background-color: #fff;
}

#mainMenu.dark.menu-hover-background nav > ul > li.current, #mainMenu.dark.menu-hover-background nav > ul > li:focus, #mainMenu.dark.menu-hover-background nav > ul > li:hover, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li.current, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:focus, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:hover {
  background-color: #2250fc;
}

#mainMenu.dark.menu-hover-background nav > ul > li.current > a, #mainMenu.dark.menu-hover-background nav > ul > li:focus > a, #mainMenu.dark.menu-hover-background nav > ul > li:hover > a, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li.current > a, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:focus > a, .dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:hover > a {
  color: #fff !important;
}

#mainMenu.dark.menu-overlay nav, .dark:not(.submenu-light) #mainMenu.menu-overlay nav {
  background: rgba(31, 31, 31, 0.99);
}

#menu-overlay-trigger {
  z-index: 299 !important;
}

@media (min-width: 1024px) {
  #header[data-fullwidth=true] #mainMenu:not(.menu-left):not(.menu-center) nav > ul > li.mega-menu-item > .dropdown-menu {
    left: auto;
    right: 0;
  }
  #header[data-fullwidth=true] #mainMenu.menu-center nav > ul > li.mega-menu-item > .dropdown-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mainMenu.menu-vertical:not(.menu-overlay) {
  max-height: 3000px;
  clear: both;
  display: block;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

#mainMenu.menu-vertical:not(.menu-overlay) > .container {
  text-align: left !important;
  width: 100%;
  max-width: 100%;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav {
  line-height: 40px;
  float: none;
  width: 100%;
  padding-bottom: 20px;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul {
  float: none;
  width: 100%;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li {
  padding: 0;
  margin: 0;
  clear: both;
  float: none;
  display: block;
  border: 0;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a:after {
  display: none;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a .menu-sub-title {
  display: none !important;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.dropdown:before {
  right: 14px;
  display: block;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-menu {
  background-image: none !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: static;
  clear: both;
  float: none;
  box-shadow: none;
  border: 0 !important;
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0 16px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a, #mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span, #mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  line-height: 16px;
  font-size: 14px;
  padding: 12px 0;
  display: block;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item {
  position: relative;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content {
  padding: 0 0 0 15px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  padding-top: 12px;
  padding-bottom: 12px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > a, #mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > span, #mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
  padding: 10px 0;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
  padding-top: 12px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
  padding-bottom: 12px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-submenu {
  position: relative;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .dropdown-submenu:before {
  right: 0;
  top: 0;
  font-size: 16px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .dropdown-menu {
  border: 0;
  background-color: transparent;
  display: block;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .dropdown-menu > .dropdown-submenu {
  position: relative;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .dropdown-menu > .dropdown-submenu:before {
  right: 0;
  transform: rotate(90deg);
  font-size: 16px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul li.hover-active > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 2000px;
}

#mainMenu.menu-vertical:not(.menu-overlay) nav > ul [class*=col-lg] {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 100%;
  padding: 0;
  margin: 0;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li {
  line-height: unset !important;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li .dropdown-submenu:before {
  top: 0;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li.current > a, #mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:focus > a, #mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:hover > a {
  background-color: unset !important;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current, #mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus, #mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover {
  background-color: unset;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current > a, #mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus > a, #mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover > a {
  color: unset !important;
}

#mainMenu.menu-vertical:not(.menu-overlay).menu-left nav {
  margin-left: 0;
}

#mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  z-index: 1;
  float: right;
}

#mainMenu-trigger button {
  background: none;
  border: 0;
  padding: 0;
}

#mainMenu-trigger button:focus {
  outline: 0;
}

#mainMenu-trigger button i {
  font-size: 17px;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-extras {
  float: right;
  z-index: 199;
  position: relative;
  height: 80px;
}

.header-extras > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-extras > ul > li {
  float: left;
  border: 0;
}

.header-extras > ul > li a, .header-extras > ul > li i {
  color: #484848;
}

.header-extras > ul > li > .p-dropdown, .header-extras > ul > li > a:not(.btn) {
  padding-left: 6px;
  padding-right: 6px;
}

.header-extras > ul > li .p-dropdown a > span {
  position: absolute;
  top: -8px;
  font-size: 9px;
  opacity: 1;
  right: -2px;
}

.header-extras > ul > li .topbar-dropdown > .title, .header-extras > ul > li > a:not(.btn) {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  position: relative;
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}

.header-extras > ul > li .topbar-dropdown > .title i, .header-extras > ul > li > a:not(.btn) i {
  font-size: 14px;
  position: relative;
}

.header-extras > ul > li .topbar-dropdown > .title i:nth-of-type(2), .header-extras > ul > li > a:not(.btn) i:nth-of-type(2) {
  visibility: hidden;
  position: absolute;
}

.header-extras > ul > li .topbar-dropdown > .title.toggle-active i:nth-of-type(2), .header-extras > ul > li > a:not(.btn).toggle-active i:nth-of-type(2) {
  visibility: visible;
  position: relative;
}

.header-extras > ul > li .topbar-dropdown > .title.toggle-active i:first-of-type, .header-extras > ul > li > a:not(.btn).toggle-active i:first-of-type {
  visibility: hidden;
  position: absolute;
}

.header-extras > ul > li .btn {
  margin-bottom: 0;
}

.header-extras #shopping-cart, .header-extras #shopping-cart > a {
  position: relative;
}

.header-extras #shopping-cart > a .shopping-cart-items {
  position: absolute;
  z-index: 1;
  background: #2250fc;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  height: 13px;
  line-height: 10px;
  padding: 2px 4px;
  right: -6px;
  top: -6px;
  width: 13px;
}

.header-extras .topbar-dropdown .title {
  line-height: inherit !important;
  letter-spacing: 1px;
  padding: 0;
  color: #1f1f1f;
}

.header-extras .topbar-dropdown .dropdown-list {
  right: -10px;
  left: auto;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.1);
  margin-top: -16px;
}

.header-extras .topbar-dropdown .dropdown-list:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  top: -9px;
  right: 14px;
  position: absolute;
}

.dark .header-extras .p-dropdown a > span, .dark .header-extras a > i {
  color: #fff;
}

.dark .header-extras .lines, .dark .header-extras .lines:after, .dark .header-extras .lines:before {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .header-extras {
    float: left;
  }
  .header-extras > ul .p-dropdown > a > i, .header-extras > ul > li > a > i {
    font-size: 16px !important;
  }
  .header-extras > ul .p-dropdown:first-child > a, .header-extras > ul > li:first-child > a {
    padding-left: 0;
  }
}
#search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  line-height: normal;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

#search, #search #search-logo {
  opacity: 0;
  transition: opacity 0.5s;
}

#search #search-logo {
  top: -1px;
  left: 30px;
  position: absolute;
  line-height: 80px;
  height: 80px;
  width: auto;
}

#search #search-logo img {
  width: 100%;
  height: 100%;
}

#search .search-form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  margin: 80px 0;
}

#search .search-form .text-muted {
  opacity: 0.4;
}

#search .search-form .form-control {
  border-width: 0 0 2px;
  border-radius: 0;
  font-size: 34px;
  padding: 10px 0;
  border-color: #cecece;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
}

#search .search-form .form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

#search .search-form .form-control:-webkit-input-placeholder {
  color: #999;
}

#search .search-form .form-control:-moz-placeholder {
  color: #999;
}

#search .search-form .form-control:-ms-input-placeholder {
  color: #999;
}

#search .btn-search-close {
  font-size: 2em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: none;
  padding: 12px;
  line-height: 12px;
  background-color: #2250fc;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

#search .search-suggestion-wrapper {
  display: none;
}

body.search-open #topbar {
  z-index: 199;
}

body.search-open #search {
  z-index: 201;
  pointer-events: auto;
  opacity: 1;
}

body.search-open #search #search-logo {
  display: block;
  opacity: 1;
}

body.search-open #search .search-form {
  opacity: 1;
  transform: scaleX(1);
}

body.search-open #search .btn-search-close {
  display: block;
  opacity: 1;
  transform: scaleX(1);
}

body.search-open #search .search-suggestion {
  opacity: 1;
  transform: translateZ(0);
}

body.search-open #search .search-suggestion:nth-child(2) {
  transition-delay: 0.1s;
}

body.search-open #search .search-suggestion:nth-child(3) {
  transition-delay: 0.2s;
}

@media (max-width: 1024px) {
  #search #search-logo {
    margin: 0 auto !important;
    max-width: 130px;
    left: auto;
  }
  #search .search-form {
    margin: 40px;
  }
  #search .search-form .form-control {
    font-size: 24px;
    margin-bottom: 8px;
  }
  #search .search-form .text-muted {
    font-size: 10px;
  }
  #search .btn-search-close {
    font-size: 1em;
    padding: 8px;
    line-height: 8px;
  }
}
#side-panel {
  opacity: 0;
  background-color: #eee;
  width: 300px;
  position: fixed;
  left: -300px;
  height: 100%;
  transition: left 0.4s, right 0.4s;
  overflow: hidden;
  z-index: 1;
}

#side-panel #close-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#side-panel #close-panel > i {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #1f1f1f;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 2px;
}

#side-panel .side-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}

#side-panel .side-panel-wrap .logo {
  margin-bottom: 20px;
}

#side-panel.dark {
  background-color: #181818;
}

#side-panel.dark #close-panel > i {
  color: #eee;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.side-panel #wrapper, .side-panel .body-inner {
  height: 100%;
  position: relative;
  transition: left 0.4s, right 0.4s;
  left: 0;
}

.side-panel.side-panel-static #side-panel {
  left: 0 !important;
  right: auto !important;
}

.side-panel.side-panel-static #close-panel, .side-panel.side-panel-static #side-panel-trigger {
  display: none;
}

.side-panel.side-panel-static #wrapper, .side-panel.side-panel-static .body-inner {
  padding-left: 300px;
  transition: left 0.4s, right 0.4s;
}

.side-panel.side-panel-static #wrapper > div > .container, .side-panel.side-panel-static #wrapper > footer .copyright-content > .container, .side-panel.side-panel-static #wrapper > footer .footer-content > .container, .side-panel.side-panel-static #wrapper > section > .container, .side-panel.side-panel-static .body-inner > div > .container, .side-panel.side-panel-static .body-inner > footer .copyright-content > .container, .side-panel.side-panel-static .body-inner > footer .footer-content > .container, .side-panel.side-panel-static .body-inner > section > .container {
  padding-left: 30px;
  width: auto;
  padding-right: 30px;
}

.side-panel.side-panel-static #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-static .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static .body-inner #header.header-sticky .header-inner > .container {
  padding-left: 330px;
}

.side-panel.side-panel-static.side-panel-right #side-panel {
  right: 0 !important;
  left: auto !important;
}

.side-panel.side-panel-static.side-panel-right #wrapper, .side-panel.side-panel-static.side-panel-right .body-inner {
  padding-left: 0;
  padding-right: 300px;
}

.side-panel.side-panel-static.side-panel-right #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static.side-panel-right #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-static.side-panel-right .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static.side-panel-right .body-inner #header.header-sticky .header-inner > .container {
  padding-right: 330px;
  padding-left: 30px;
}

.side-panel.side-panel-reval #side-panel {
  z-index: -1;
  left: 0;
  right: auto;
}

.side-panel.side-panel-reval #wrapper, .side-panel.side-panel-reval .body-inner {
  left: 0;
  right: auto;
  transition: left 0.4s, right 0.4s;
}

.side-panel.side-panel-admin {
  transition: all 0.4s ease;
}

.side-panel.side-panel-admin #side-panel {
  width: 80px;
  left: 0;
  right: auto;
  transition: all 0.4s ease;
}

.side-panel.side-panel-admin #side-panel #mainMenu nav > ul > li > a > i {
  font-size: 22px;
}

.side-panel.side-panel-admin #side-panel .side-panel-wrap .logo {
  margin-left: -16px;
}

.side-panel.side-panel-admin #wrapper, .side-panel.side-panel-admin .body-inner {
  padding-left: 80px;
  left: 0;
  right: auto;
  transition: all 0.4s ease;
}

.side-panel.side-panel-admin #wrapper #header #header-wrap, .side-panel.side-panel-admin #wrapper #header .header-inner, .side-panel.side-panel-admin .body-inner #header #header-wrap, .side-panel.side-panel-admin .body-inner #header .header-inner {
  left: 80px;
  transition: all 0.4s ease;
}

.side-panel.side-panel-active.side-panel-slide-in #side-panel {
  left: 0;
  right: auto;
}

.side-panel.side-panel-active.side-panel-reval #wrapper, .side-panel.side-panel-active.side-panel-reval .body-inner {
  left: 300px;
  right: auto;
  box-shadow: -7px -2px 12px 0 rgba(0, 0, 0, 0.1);
}

.side-panel.side-panel-active.side-panel-reval #wrapper #header.header-sticky #header-wrap, .side-panel.side-panel-active.side-panel-reval #wrapper #header.header-sticky .header-inner, .side-panel.side-panel-active.side-panel-reval .body-inner #header.header-sticky #header-wrap, .side-panel.side-panel-active.side-panel-reval .body-inner #header.header-sticky .header-inner {
  left: 300px;
  right: -300px;
}

.side-panel.side-panel-active.side-panel-admin #side-panel {
  width: 300px;
  left: 0;
  right: auto;
}

.side-panel.side-panel-active.side-panel-admin #wrapper, .side-panel.side-panel-active.side-panel-admin .body-inner {
  padding-left: 300px;
  left: 0;
  right: auto;
}

.side-panel.side-panel-active.side-panel-admin #wrapper #header #header-wrap, .side-panel.side-panel-active.side-panel-admin #wrapper #header .header-inner, .side-panel.side-panel-active.side-panel-admin #wrapper #header.header-sticky #header-wrap, .side-panel.side-panel-active.side-panel-admin #wrapper #header.header-sticky .header-inner, .side-panel.side-panel-active.side-panel-admin .body-inner #header #header-wrap, .side-panel.side-panel-active.side-panel-admin .body-inner #header .header-inner, .side-panel.side-panel-active.side-panel-admin .body-inner #header.header-sticky #header-wrap, .side-panel.side-panel-active.side-panel-admin .body-inner #header.header-sticky .header-inner {
  left: 300px;
}

.side-panel.side-panel-active.side-panel-push #side-panel {
  left: 0;
  right: auto;
}

.side-panel.side-panel-active.side-panel-push #wrapper, .side-panel.side-panel-active.side-panel-push .body-inner {
  left: 300px;
}

.side-panel.side-panel-active.side-panel-push #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-active.side-panel-push #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-active.side-panel-push .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-active.side-panel-push .body-inner #header.header-sticky .header-inner > .container {
  left: 300px;
  right: 0;
}

.side-panel.side-panel-right #side-panel {
  right: -300px;
  left: auto;
}

.side-panel.side-panel-right #side-panel #close-panel {
  left: 0;
  right: auto;
}

.side-panel.side-panel-right #wrapper, .side-panel.side-panel-right .body-inner {
  left: auto;
  right: 0;
}

.side-panel.side-panel-right #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-right #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-right .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-right .body-inner #header.header-sticky .header-inner > .container {
  transition: left 0.4s, right 0.4s;
}

.side-panel.side-panel-right.side-panel-reval #side-panel {
  left: auto;
  right: 0;
}

.side-panel.side-panel-right.side-panel-reval #wrapper, .side-panel.side-panel-right.side-panel-reval .body-inner {
  left: auto;
  right: 0;
  transition: left 0.4s, right 0.4s;
  box-shadow: 12px -2px 12px 0 rgba(0, 0, 0, 0.1);
}

.side-panel.side-panel-right.side-panel-active.side-panel-slide-in #side-panel {
  right: 0;
  left: auto;
}

.side-panel.side-panel-right.side-panel-active.side-panel-reval #wrapper, .side-panel.side-panel-right.side-panel-active.side-panel-reval .body-inner {
  right: 300px;
  left: auto;
}

.side-panel.side-panel-right.side-panel-active.side-panel-reval #wrapper #header.header-sticky #header-wrap, .side-panel.side-panel-right.side-panel-active.side-panel-reval #wrapper #header.header-sticky .header-inner, .side-panel.side-panel-right.side-panel-active.side-panel-reval .body-inner #header.header-sticky #header-wrap, .side-panel.side-panel-right.side-panel-active.side-panel-reval .body-inner #header.header-sticky .header-inner {
  right: 300px;
  left: -300px;
}

.side-panel.side-panel-right.side-panel-active.side-panel-admin #wrapper, .side-panel.side-panel-right.side-panel-active.side-panel-admin .body-inner {
  right: 300px;
  left: auto;
}

.side-panel.side-panel-right.side-panel-active.side-panel-admin #wrapper #header.header-sticky #header-wrap, .side-panel.side-panel-right.side-panel-active.side-panel-admin #wrapper #header.header-sticky .header-inner, .side-panel.side-panel-right.side-panel-active.side-panel-admin .body-inner #header.header-sticky #header-wrap, .side-panel.side-panel-right.side-panel-active.side-panel-admin .body-inner #header.header-sticky .header-inner {
  right: 300px;
  left: -300px;
}

.side-panel.side-panel-right.side-panel-active.side-panel-push #side-panel {
  right: 0;
  left: auto;
}

.side-panel.side-panel-right.side-panel-active.side-panel-push #wrapper, .side-panel.side-panel-right.side-panel-active.side-panel-push .body-inner {
  right: 300px;
  left: auto;
}

.side-panel.side-panel-right.side-panel-active.side-panel-push #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-right.side-panel-active.side-panel-push #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-right.side-panel-active.side-panel-push .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-right.side-panel-active.side-panel-push .body-inner #header.header-sticky .header-inner > .container {
  transition: left 0.4s, right 0.4s;
  right: 300px;
  left: auto;
}

body.side-panel-static #wrapper .container, body.side-panel-static .body-inner .container {
  max-width: 1210px;
  padding: 0 35px;
  width: auto !important;
}

@media (max-width: 1024px) {
  #side-panel {
    width: 300px;
    left: -300px;
  }
  #side-panel .side-panel-wrap {
    padding: 30px;
    right: 0;
  }
  .side-panel #side-panel-trigger {
    display: block !important;
  }
  .side-panel.side-panel-static #side-panel {
    left: -300px !important;
    right: auto !important;
  }
  .side-panel.side-panel-static #wrapper, .side-panel.side-panel-static .body-inner {
    padding-left: 0;
  }
  .side-panel.side-panel-static #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-static .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static .body-inner #header.header-sticky .header-inner > .container {
    padding-left: auto;
  }
  .side-panel.side-panel-static.side-panel-right #side-panel {
    right: -300px !important;
    left: auto !important;
  }
  .side-panel.side-panel-static.side-panel-right #wrapper, .side-panel.side-panel-static.side-panel-right .body-inner {
    padding-right: 0;
  }
  .side-panel.side-panel-static.side-panel-right #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static.side-panel-right #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-static.side-panel-right .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-static.side-panel-right .body-inner #header.header-sticky .header-inner > .container {
    padding-right: auto;
  }
  .side-panel.side-panel-active.side-panel-static #close-panel {
    display: block !important;
  }
  .side-panel.side-panel-active.side-panel-static #side-panel {
    left: 0 !important;
    right: auto;
  }
  .side-panel.side-panel-active.side-panel-static #wrapper, .side-panel.side-panel-active.side-panel-static .body-inner {
    left: 300px;
  }
  .side-panel.side-panel-active.side-panel-static #wrapper #header.header-sticky #header-wrap > .container, .side-panel.side-panel-active.side-panel-static #wrapper #header.header-sticky .header-inner > .container, .side-panel.side-panel-active.side-panel-static .body-inner #header.header-sticky #header-wrap > .container, .side-panel.side-panel-active.side-panel-static .body-inner #header.header-sticky .header-inner > .container {
    left: 300px;
    right: 0;
  }
}
#sidepanel {
  position: fixed;
  height: 100%;
  width: 320px;
  max-width: 80vw;
  left: 100%;
  top: 0;
  transition: transform 0.5s;
  perspective: 1000;
  z-index: 1000;
  box-shadow: -4px 0 14px -1px rgba(0, 0, 0, 0.06);
}

#sidepanel.panel-open {
  transform: translateX(-100%);
}

#sidepanel .panel-close-x {
  cursor: pointer;
  top: 80px;
  left: -36px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #9896a6;
  box-shadow: -4px 0 14px -1px rgba(0, 0, 0, 0.06);
  border-radius: 5px 0 0 5px;
}

#sidepanel .container, #sidepanel .panel-close-x {
  position: absolute;
  z-index: 1001;
  background-color: #fff;
}

#sidepanel .container {
  height: 100%;
  width: 100%;
  padding: 30px 20px;
}

#sidepanel.dark .panel-close-x, .dark #sidepanel .panel-close-x {
  color: #fff;
  background-color: #181818;
}

#sidepanel.dark .container, .dark #sidepanel .container {
  background-color: #181818;
}

.page-menu {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  height: 52px;
  line-height: 48px;
}

.page-menu a:not(.btn) {
  color: #484848;
}

.page-menu.no-border {
  border: 0;
}

.page-menu > .container {
  position: relative;
}

.page-menu .menu-title {
  display: none;
}

.page-menu nav {
  background-color: #fff;
  text-align: center;
}

.page-menu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.page-menu nav > ul > li {
  transition: all 0.3s ease;
  position: relative;
  border: 0;
  display: inline-block;
  float: none;
  padding: 0 2px;
  font-family: Poppins, sans-serif;
}

.page-menu nav > ul > li > a {
  position: relative;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 12px;
  color: #484848;
  border-radius: 50px;
  border: 2px solid transparent;
  font-weight: 500;
}

.page-menu nav > ul > li > a, .page-menu nav > ul > li > a:after, .page-menu nav > ul > li > a:before {
  transition: all 0.3s ease;
}

.page-menu nav > ul > li.active > a, .page-menu nav > ul > li:hover > a {
  color: #2250fc;
}

.page-menu nav > ul > li.dropdown {
  line-height: 50px;
}

.page-menu nav > ul > li.dropdown a {
  padding-right: 20px;
}

.page-menu nav > ul > li.dropdown:before {
  font-size: 12px;
  transition: all 0.2s ease;
  content: "\E92E";
  font-family: inspiro-icons;
  right: 10px;
  top: 1px;
  position: absolute;
  color: #484848;
  z-index: 2;
}

.page-menu nav > ul > li .dropdown-menu {
  position: absolute;
  text-align: left;
  list-style: none;
  font-family: Poppins, sans-serif;
  padding: 14px 20px;
  width: auto;
  top: 50px;
  left: 0;
  margin: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  min-width: 180px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
}

.page-menu nav > ul > li .dropdown-menu > li {
  width: 100%;
}

.page-menu nav > ul > li .dropdown-menu > li > span, .page-menu nav > ul > li .dropdown-menu > li a {
  line-height: 26px;
  white-space: nowrap;
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
}

.page-menu nav > ul > li .dropdown-menu.menu-last {
  right: 0;
  left: auto;
}

.page-menu nav > ul > li:last-child {
  margin-right: 0;
}

.page-menu.menu-rounded nav > ul > li.active > a, .page-menu.menu-rounded nav > ul > li:hover > a {
  border-color: transparent;
  color: #fff;
  background-color: #2250fc;
}

.page-menu.menu-rounded nav > ul > li.active.dropdown:before, .page-menu.menu-rounded nav > ul > li:hover.dropdown:before {
  color: #fff;
}

.page-menu.menu-outline nav > ul > li.active > a, .page-menu.menu-outline nav > ul > li:hover > a {
  border-color: #2250fc;
  color: #2250fc;
  background-color: transparent;
}

.page-menu.menu-lines nav > ul > li > a {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.page-menu.menu-lines nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
}

.page-menu.menu-lines nav > ul > li.active > a, .page-menu.menu-lines nav > ul > li:hover > a {
  color: #2250fc;
}

.page-menu.menu-lines nav > ul > li.active > a:after, .page-menu.menu-lines nav > ul > li:hover > a:after {
  width: 100%;
  left: 0;
  background-color: #2250fc;
}

.page-menu.menu-solid nav > ul > li > a {
  color: #484848;
  border-radius: 4px;
}

.page-menu.menu-solid nav > ul > li.active > a, .page-menu.menu-solid nav > ul > li:hover > a {
  background-color: #2250fc;
  color: #fff;
}

.page-menu.menu-light nav > ul > li > a {
  color: #484848;
  background-color: transparent;
}

.page-menu.menu-light nav > ul > li.active > a, .page-menu.menu-light nav > ul > li:hover > a {
  border-color: #ebebeb;
}

.page-menu.inverted, .page-menu.inverted nav {
  background-color: #181818;
}

.page-menu.inverted nav > ul > li > a {
  border: 0;
  color: #fff;
  background-color: transparent;
}

.page-menu.inverted nav > ul > li.active > a, .page-menu.inverted nav > ul > li:hover > a {
  border-color: transparent;
  background-color: #252525;
}

.page-menu.inverted nav > ul > li .dropdown-menu {
  background-color: #181818;
  border: 1px solid #2b2b2b;
  box-shadow: 0 14px 20px hsla(0, 0%, 100%, 0.1);
}

.page-menu.inverted nav > ul > li .dropdown-menu a {
  color: #fff;
}

.page-menu.menu-creative nav > ul > li > a {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.page-menu.menu-creative nav > ul > li > a:after {
  background: #1f1f1f;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}

.page-menu.menu-creative nav > ul > li.active > a, .page-menu.menu-creative nav > ul > li:hover > a {
  color: #484848;
}

.page-menu.menu-creative nav > ul > li.active > a:after, .page-menu.menu-creative nav > ul > li:hover > a:after {
  opacity: 1;
  transform: translateY(0);
}

#pageMenu-trigger {
  float: right;
  cursor: pointer;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  text-align: center;
  width: 36px;
  z-index: 12;
  display: none;
}

#pageMenu-trigger i {
  color: #9896a6;
}

body:not(.breakpoint-xs):not(.breakpoint-sm):not(.breakpoint-md) .page-menu nav > ul > li:hover > ul {
  display: block;
  animation: fade-in-out 0.3s ease;
  z-index: 3;
}

@media (max-width: 1024px) {
  .page-menu #pageMenu-trigger {
    opacity: 1;
    display: block;
  }
  .page-menu #pageMenu-trigger i {
    color: #484848;
  }
  .page-menu nav {
    border-radius: 4px 0 4px 4px;
    border: 1px solid #ececec;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: none;
    position: absolute;
    float: right;
    width: 190px;
    top: 40px;
    height: auto;
    z-index: 11;
    line-height: 26px;
    right: 30px;
  }
  .page-menu nav > ul {
    padding: 14px 20px;
    top: 0;
    min-width: 100%;
    overflow: hidden;
  }
  .page-menu nav > ul > li {
    width: 100%;
    padding: 0;
  }
  .page-menu nav > ul > li > a, .page-menu nav > ul > li > span {
    line-height: 20px;
    width: 100%;
    display: block;
    padding: 6px;
    border: none;
  }
  .page-menu nav > ul > li.dropdown:before {
    right: 4px;
    color: #484848;
    pointer-events: none;
    line-height: 36px;
  }
  .page-menu nav > ul > li.dropdown.hover-active {
    color: #484848;
  }
  .page-menu nav > ul > li.dropdown.hover-active .dropdown-menu {
    min-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    border: 0;
    margin-top: 0;
    padding: 0;
  }
  .page-menu nav > ul > li.dropdown.hover-active .dropdown-menu > li > a, .page-menu nav > ul > li.dropdown.hover-active .dropdown-menu > li > span {
    font-size: 12px;
    padding: 4px 14px;
  }
  .page-menu nav > ul > li > ul {
    background-color: #fff;
    border: 0;
    border-style: solid;
    border-color: #eee;
    border-width: 1px !important;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    left: auto;
    margin: -6px 0 0;
    border-radius: 4px;
    padding: 0;
    z-index: 1;
  }
  .page-menu nav > ul > li > ul > li > a, .page-menu nav > ul > li > ul > li > span {
    width: 100%;
  }
  .page-menu.inverted nav > ul > li > a, .page-menu.menu-creative nav > ul > li > a, .page-menu.menu-light nav > ul > li > a, .page-menu.menu-lines nav > ul > li > a, .page-menu.menu-outline nav > ul > li > a, .page-menu.menu-rounded nav > ul > li > a, .page-menu.menu-solid nav > ul > li > a {
    color: #484848;
    border-radius: 0;
  }
  .page-menu.inverted nav > ul > li.active > a, .page-menu.inverted nav > ul > li:hover > a, .page-menu.menu-creative nav > ul > li.active > a, .page-menu.menu-creative nav > ul > li:hover > a, .page-menu.menu-light nav > ul > li.active > a, .page-menu.menu-light nav > ul > li:hover > a, .page-menu.menu-lines nav > ul > li.active > a, .page-menu.menu-lines nav > ul > li:hover > a, .page-menu.menu-outline nav > ul > li.active > a, .page-menu.menu-outline nav > ul > li:hover > a, .page-menu.menu-rounded nav > ul > li.active > a, .page-menu.menu-rounded nav > ul > li:hover > a, .page-menu.menu-solid nav > ul > li.active > a, .page-menu.menu-solid nav > ul > li:hover > a {
    color: #2250fc;
    background-color: initial;
    border: 0;
  }
  .page-menu.inverted nav > ul > li.active > a:after, .page-menu.inverted nav > ul > li:hover > a:after, .page-menu.menu-creative nav > ul > li.active > a:after, .page-menu.menu-creative nav > ul > li:hover > a:after, .page-menu.menu-light nav > ul > li.active > a:after, .page-menu.menu-light nav > ul > li:hover > a:after, .page-menu.menu-lines nav > ul > li.active > a:after, .page-menu.menu-lines nav > ul > li:hover > a:after, .page-menu.menu-outline nav > ul > li.active > a:after, .page-menu.menu-outline nav > ul > li:hover > a:after, .page-menu.menu-rounded nav > ul > li.active > a:after, .page-menu.menu-rounded nav > ul > li:hover > a:after, .page-menu.menu-solid nav > ul > li.active > a:after, .page-menu.menu-solid nav > ul > li:hover > a:after {
    display: none;
  }
  .page-menu.inverted nav > ul > li.active.dropdown:before, .page-menu.inverted nav > ul > li:hover.dropdown:before, .page-menu.menu-creative nav > ul > li.active.dropdown:before, .page-menu.menu-creative nav > ul > li:hover.dropdown:before, .page-menu.menu-light nav > ul > li.active.dropdown:before, .page-menu.menu-light nav > ul > li:hover.dropdown:before, .page-menu.menu-lines nav > ul > li.active.dropdown:before, .page-menu.menu-lines nav > ul > li:hover.dropdown:before, .page-menu.menu-outline nav > ul > li.active.dropdown:before, .page-menu.menu-outline nav > ul > li:hover.dropdown:before, .page-menu.menu-rounded nav > ul > li.active.dropdown:before, .page-menu.menu-rounded nav > ul > li:hover.dropdown:before, .page-menu.menu-solid nav > ul > li.active.dropdown:before, .page-menu.menu-solid nav > ul > li:hover.dropdown:before {
    color: #484848;
  }
  .page-menu.inverted, .page-menu.inverted nav {
    background-color: #181818;
  }
  .page-menu.inverted nav {
    border: 1px solid #2b2b2b;
    box-shadow: 0 33px 32px hsla(0, 0%, 100%, 0.1);
  }
  .page-menu.inverted nav > ul > li a {
    color: #fff;
  }
  .page-menu.inverted nav > ul > li ul {
    background-color: #181818;
  }
  .page-menu.page-menu-active nav {
    display: block;
  }
}
.sidebar-menu {
  font-family: Poppins, sans-serif;
}

.sidebar-menu label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.sidebar-menu label ~ label {
  margin-top: 30px;
}

.sidebar-menu li {
  padding: 0;
  display: block;
  font-size: 14px;
}

.sidebar-menu li + li {
  margin-top: 8px;
}

.sidebar-menu li a {
  color: #484848;
  display: block;
}

.sidebar-menu li a > i {
  margin-right: 10px;
  width: 16px;
}

.sidebar-modern .sidebar-menu {
  padding: 0 10px;
}

*, a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  font-size: 88%;
}

@media (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  font-size: 1rem;
  line-height: 1.65714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Poppins, sans-serif;
  color: #484848;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  color: #1f1f1f;
  margin: 0;
  letter-spacing: 0.5px;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 100;
}

.h1, h1 {
  font-size: 3.14285714em;
  line-height: 1.31818182em;
}

.h1:not(:last-child), h1:not(:last-child) {
  margin-bottom: 20px;
}

.h2, h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 500;
}

.h2:not(:last-child), h2:not(:last-child) {
  margin-bottom: 16px;
}

.h3, h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  font-weight: 500;
}

.h3:not(:last-child), h3:not(:last-child) {
  margin-bottom: 12px;
}

.h4, h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 600;
}

.h4:not(:last-child), h4:not(:last-child) {
  margin-bottom: 8px;
}

.h5, h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 500;
}

.h5:not(:last-child), h5:not(:last-child) {
  margin-bottom: 6px;
}

.h6, h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
  font-weight: 500;
}

.h6:not(:last-child), h6:not(:last-child) {
  margin-bottom: 6px;
}

.lead {
  font-weight: 400;
}

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  .h2, h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  .h3, h3 {
    line-height: 1.85714286em;
  }
  .h3, .lead, h3 {
    font-size: 1.35714286em;
  }
  .lead {
    line-height: 1.68421053em;
  }
}
.display-4, p {
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-style: normal;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #777;
  font-family: Poppins, sans-serif;
}

ul.bullets {
  list-style: inside;
}

strong {
  font-weight: 600;
}

del {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

a:not(.btn):not(.badge):active, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):hover {
  text-decoration: none;
  outline: none;
  color: #2250fc;
}

a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
  color: #484848;
}

.font-pacifico {
  font-family: Dancing Script !important;
}

.font-nothing-you-could-do, .font-nothing-you-could-do a, .font-nothing-you-could-do h1, .font-nothing-you-could-do h2, .font-nothing-you-could-do h3, .font-nothing-you-could-do h4, .font-nothing-you-could-do h5, .font-nothing-you-could-do h6, h1.font-nothing-you-could-do, h2.font-nothing-you-could-do, h3.font-nothing-you-could-do, h4.font-nothing-you-could-do, h5.font-nothing-you-could-do, h6.font-nothing-you-could-do {
  font-family: Nothing You Could Do, cursive !important;
  font-weight: 400 !important;
}

.font-herr-von-muellerhoff, .font-herr-von-muellerhoff a, .font-herr-von-muellerhoff h1, .font-herr-von-muellerhoff h2, .font-herr-von-muellerhoff h3, .font-herr-von-muellerhoff h4, .font-herr-von-muellerhoff h5, .font-herr-von-muellerhoff h6, h1.font-herr-von-muellerhoff, h2.font-herr-von-muellerhoff, h3.font-herr-von-muellerhoff, h4.font-herr-von-muellerhoff, h5.font-herr-von-muellerhoff, h6.font-herr-von-muellerhoff {
  font-family: Herr Von Muellerhoff, cursive !important;
  font-weight: 400 !important;
}

.font-cedarville, .font-cedarville a, .font-cedarville h1, .font-cedarville h2, .font-cedarville h3, .font-cedarville h4, .font-cedarville h5, .font-cedarville h6, h1.font-cedarville, h2.font-cedarville, h3.font-cedarville, h4.font-cedarville, h5.font-cedarville, h6.font-cedarville {
  font-family: "Cedarville Cursive", cursive;
}

.font-parisienne, .font-parisienne a, .font-parisienne h1, .font-parisienne h2, .font-parisienne h3, .font-parisienne h4, .font-parisienne h5, .font-parisienne h6, h1.font-parisienne, h2.font-parisienne, h3.font-parisienne, h4.font-parisienne, h5.font-parisienne, h6.font-parisienne {
  font-family: Parisienne, cursive;
}

.inspiro-slider {
  height: 72vh;
  overflow: hidden;
  transition: opacity 0.3s ease;
  min-height: 100%;
  width: 100%;
}

.inspiro-slider.slider-halfscreen {
  height: 72vh;
}

.inspiro-slider.slider-fullscreen {
  height: 100vh;
}

.inspiro-slider.is-fade .slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}

.inspiro-slider.is-fade .slide.is-selected {
  opacity: 1 !important;
}

.inspiro-slider .slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  z-index: 1;
  width: 100%;
  display: flex !important;
}

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
  padding-top: 140px;
  padding-bottom: 140px;
  align-self: center !important;
}

.inspiro-slider .slide .slide-captions {
  position: relative;
  text-align: left;
}

.inspiro-slider .slide .slide-captions h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 30px;
  color: #fff;
}

.inspiro-slider .slide .slide-captions h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 30px;
  color: #fff;
}

.inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 {
  color: #fff;
}

.inspiro-slider .slide .slide-captions .strong {
  color: #fff;
  display: block;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 12px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.inspiro-slider .slide .slide-captions .strong:after {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  margin-bottom: 0;
  margin-top: 8px;
  width: 26px;
}

.inspiro-slider .slide .slide-captions > p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

.inspiro-slider .slide .slide-captions .text-dark.strong:after, .inspiro-slider .slide .slide-captions.text-dark .strong:after {
  border-top-color: #111;
}

.inspiro-slider .slide .slide-captions.text-left .strong:after {
  margin-left: 0;
  margin-right: auto;
}

.inspiro-slider .slide .slide-captions.text-center .strong:after {
  margin-left: auto;
  margin-right: auto;
}

.inspiro-slider .slide .slide-captions.text-right .strong:after {
  margin-left: auto;
  margin-right: 0;
}

.inspiro-slider .slide .slide-captions .slide-caption-hide {
  opacity: 0;
  visibility: hidden;
}

.inspiro-slider .slide .slide-captions img {
  width: inherit !important;
}

.inspiro-slider .slide.is-selected {
  z-index: 2;
}

.inspiro-slider.flickity-enabled, .inspiro-slider.slider-loaded {
  opacity: 1;
}

.inspiro-slider .slide-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.inspiro-slider .flickity-button {
  width: 78px;
  height: 78px;
  line-height: 78px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  padding: 0;
}

.inspiro-slider .flickity-button:before {
  line-height: 78px;
  font-size: 28px;
  color: #fff;
}

.inspiro-slider .flickity-page-dots {
  bottom: 30px;
}

.inspiro-slider .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #fff;
}

.inspiro-slider .flickity-page-dots .dot:after {
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
}

.inspiro-slider .slide-captions > * {
  opacity: 0;
}

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  z-index: 1;
}

#home {
  width: 100%;
  height: 100%;
  color: #fff;
}

.boxed-slider {
  height: 600px;
  width: 100%;
}

.boxed-slider .polo-carousel-item {
  height: 600px;
}

.boxed-slider .owl-bg-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.polo-carousel-item img {
  height: 100%;
}

@media (max-width: 1024px) {
  .inspiro-slider .flickity-prev-next-button {
    display: none;
  }
  .inspiro-slider .container, .inspiro-slider .container-wide {
    padding: 20px;
  }
  .inspiro-slider .slide .slide-captions {
    text-align: center;
  }
  .inspiro-slider .slide .slide-captions .strong:after {
    margin-left: auto;
    margin-right: auto;
  }
  .inspiro-slider .slide .slide-captions h1, .inspiro-slider .slide .slide-captions h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .inspiro-slider .slide .slide-captions > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .inspiro-slider .slide .slide-captions .btn {
    padding: 6px 14px !important;
    font-size: 10px !important;
    line-height: 1.5;
  }
  .inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 {
    color: #fff;
  }
}
.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.fullscreen .container, .fullscreen .container-wide {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 80px;
  margin-bottom: 40px;
}

.halfscreen {
  width: 100%;
  height: 72%;
  overflow: hidden;
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  min-height: 72vh;
}

.halfscreen .container, .halfscreen .container-wide {
  margin-top: 2%;
  flex-basis: 0;
  flex-grow: 1;
}

.halfscreen .container-fullscreen {
  width: 100%;
}

@media (max-width: 1024px) {
  #header[data-transparent=true] + main {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
  }
  #header[data-transparent=true] + main > #page-title {
    padding: 220px 0 160px;
  }
  #header[data-transparent=true] + .fullscreen {
    top: -80px;
    margin-bottom: -80px;
  }
}
.grid-item, .portfolio-item {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 0 20px;
  cursor: pointer;
}

.grid-item a:not(.btn), .portfolio-item a:not(.btn) {
  color: #484848;
}

.grid-item .grid-item-wrap, .grid-item .portfolio-item-wrap, .portfolio-item .grid-item-wrap, .portfolio-item .portfolio-item-wrap {
  position: relative;
  overflow: hidden;
}

.grid-item .grid-item-wrap > a, .grid-item .portfolio-item-wrap > a, .portfolio-item .grid-item-wrap > a, .portfolio-item .portfolio-item-wrap > a {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid-item .flickity-viewport, .grid-item .grid-image, .grid-item .grid-video, .grid-item .portfolio-image, .grid-item .portfolio-video, .portfolio-item .flickity-viewport, .portfolio-item .grid-image, .portfolio-item .grid-video, .portfolio-item .portfolio-image, .portfolio-item .portfolio-video {
  position: relative;
  overflow: hidden;
}

.grid-item .flickity-viewport:after, .grid-item .grid-image:after, .grid-item .grid-video:after, .grid-item .portfolio-image:after, .grid-item .portfolio-video:after, .portfolio-item .flickity-viewport:after, .portfolio-item .grid-image:after, .portfolio-item .grid-video:after, .portfolio-item .portfolio-image:after, .portfolio-item .portfolio-video:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease;
  opacity: 0;
  content: " ";
  z-index: 2;
}

.grid-item .flickity-viewport img, .grid-item .grid-image img, .grid-item .grid-video img, .grid-item .portfolio-image img, .grid-item .portfolio-video img, .portfolio-item .flickity-viewport img, .portfolio-item .grid-image img, .portfolio-item .grid-video img, .portfolio-item .portfolio-image img, .portfolio-item .portfolio-video img {
  position: relative;
  transition: all 0.5s ease-out;
  width: 100%;
  z-index: 1;
  display: block;
  height: auto;
}

.grid-item .grid-slider .flickity-page-dots, .grid-item .portfolio-slider .flickity-page-dots, .portfolio-item .grid-slider .flickity-page-dots, .portfolio-item .portfolio-slider .flickity-page-dots {
  bottom: 30px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.grid-item .grid-video, .grid-item .portfolio-video, .portfolio-item .grid-video, .portfolio-item .portfolio-video {
  margin-bottom: -7px;
}

.grid-item .grid-video iframe, .grid-item .grid-video video, .grid-item .portfolio-video iframe, .grid-item .portfolio-video video, .portfolio-item .grid-video iframe, .portfolio-item .grid-video video, .portfolio-item .portfolio-video iframe, .portfolio-item .portfolio-video video {
  width: 100%;
  background-color: #000;
}

.grid-item .grid-description, .grid-item .portfolio-description, .grid-item .portfolio-links, .portfolio-item .grid-description, .portfolio-item .portfolio-description, .portfolio-item .portfolio-links {
  left: 0;
  margin: 0 auto;
  padding: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  transform: translate3d(0, -38%, 0);
  transition: all 0.25s ease-in-out 0s;
  visibility: hidden;
  width: 70%;
  z-index: 3;
}

.grid-item .grid-description h3, .grid-item .portfolio-description h3, .grid-item .portfolio-links h3, .portfolio-item .grid-description h3, .portfolio-item .portfolio-description h3, .portfolio-item .portfolio-links h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.grid-item .grid-description h3, .grid-item .grid-description p, .grid-item .grid-description span, .grid-item .portfolio-description h3, .grid-item .portfolio-description p, .grid-item .portfolio-description span, .grid-item .portfolio-links h3, .grid-item .portfolio-links p, .grid-item .portfolio-links span, .portfolio-item .grid-description h3, .portfolio-item .grid-description p, .portfolio-item .grid-description span, .portfolio-item .portfolio-description h3, .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span, .portfolio-item .portfolio-links h3, .portfolio-item .portfolio-links p, .portfolio-item .portfolio-links span {
  color: #fff;
}

.grid-item .grid-description a, .grid-item .portfolio-description a, .grid-item .portfolio-links a, .portfolio-item .grid-description a, .portfolio-item .portfolio-description a, .portfolio-item .portfolio-links a {
  margin: 3px;
}

.grid-item .grid-description a.btn, .grid-item .portfolio-description a.btn, .grid-item .portfolio-links a.btn, .portfolio-item .grid-description a.btn, .portfolio-item .portfolio-description a.btn, .portfolio-item .portfolio-links a.btn {
  margin-top: 10px;
}

.grid-item .grid-description a i, .grid-item .portfolio-description a i, .grid-item .portfolio-links a i, .portfolio-item .grid-description a i, .portfolio-item .portfolio-description a i, .portfolio-item .portfolio-links a i {
  background-color: #fff;
  color: #484848;
  border-radius: 50%;
  color: #444;
  font-size: 18px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #ededed;
}

.grid-item .grid-description a:hover i, .grid-item .portfolio-description a:hover i, .grid-item .portfolio-links a:hover i, .portfolio-item .grid-description a:hover i, .portfolio-item .portfolio-description a:hover i, .portfolio-item .portfolio-links a:hover i {
  background-color: #2250fc;
  color: #fff;
  border: 1px solid #2250fc;
}

.grid-item .grid-description p, .grid-item .grid-description span, .grid-item .portfolio-description p, .grid-item .portfolio-description span, .grid-item .portfolio-links p, .grid-item .portfolio-links span, .portfolio-item .grid-description p, .portfolio-item .grid-description span, .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span, .portfolio-item .portfolio-links p, .portfolio-item .portfolio-links span {
  opacity: 0;
  transition: all 0.8s ease;
  transition-delay: 0.1s;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-item .grid-description a > i, .grid-item .portfolio-description a > i, .grid-item .portfolio-links a > i, .portfolio-item .grid-description a > i, .portfolio-item .portfolio-description a > i, .portfolio-item .portfolio-links a > i {
  font-size: 14px !important;
}

.grid-item .grid-meta, .grid-item .portfolio-meta, .portfolio-item .grid-meta, .portfolio-item .portfolio-meta {
  padding-top: 20px;
}

.grid-item:not(.no-overlay):hover .grid-image:after, .grid-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .grid-video:after, .grid-item:not(.no-overlay):hover .portfolio-image:after, .grid-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .portfolio-video:after, .portfolio-item:not(.no-overlay):hover .grid-image:after, .portfolio-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .grid-video:after, .portfolio-item:not(.no-overlay):hover .portfolio-image:after, .portfolio-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .portfolio-video:after {
  opacity: 0.5;
}

.grid-item:not(.no-overlay):hover .grid-description, .grid-item:not(.no-overlay):hover .portfolio-description, .grid-item:not(.no-overlay):hover .portfolio-links, .portfolio-item:not(.no-overlay):hover .grid-description, .portfolio-item:not(.no-overlay):hover .portfolio-description, .portfolio-item:not(.no-overlay):hover .portfolio-links {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}

.grid-item:not(.no-overlay):hover .grid-description h3, .grid-item:not(.no-overlay):hover .portfolio-description h3, .grid-item:not(.no-overlay):hover .portfolio-links h3, .portfolio-item:not(.no-overlay):hover .grid-description h3, .portfolio-item:not(.no-overlay):hover .portfolio-description h3, .portfolio-item:not(.no-overlay):hover .portfolio-links h3 {
  transform: translateY(0);
}

.grid-item:not(.no-overlay):hover .grid-description p, .grid-item:not(.no-overlay):hover .grid-description span, .grid-item:not(.no-overlay):hover .portfolio-description p, .grid-item:not(.no-overlay):hover .portfolio-description span, .grid-item:not(.no-overlay):hover .portfolio-links p, .grid-item:not(.no-overlay):hover .portfolio-links span, .portfolio-item:not(.no-overlay):hover .grid-description p, .portfolio-item:not(.no-overlay):hover .grid-description span, .portfolio-item:not(.no-overlay):hover .portfolio-description p, .portfolio-item:not(.no-overlay):hover .portfolio-description span, .portfolio-item:not(.no-overlay):hover .portfolio-links p, .portfolio-item:not(.no-overlay):hover .portfolio-links span {
  opacity: 1;
}

.grid-item.classic-style .grid-item-wrap, .grid-item.classic-style .portfolio-item-wrap, .portfolio-item.classic-style .grid-item-wrap, .portfolio-item.classic-style .portfolio-item-wrap {
  position: relative;
  overflow: initial !important;
}

.grid-item.classic-style .flickity-viewport, .grid-item.classic-style .grid-image, .grid-item.classic-style .grid-video, .grid-item.classic-style .portfolio-image, .grid-item.classic-style .portfolio-video, .portfolio-item.classic-style .flickity-viewport, .portfolio-item.classic-style .grid-image, .portfolio-item.classic-style .grid-video, .portfolio-item.classic-style .portfolio-image, .portfolio-item.classic-style .portfolio-video {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
}

.grid-item.classic-style .flickity-viewport:after, .grid-item.classic-style .grid-image:after, .grid-item.classic-style .grid-video:after, .grid-item.classic-style .portfolio-image:after, .grid-item.classic-style .portfolio-video:after, .portfolio-item.classic-style .flickity-viewport:after, .portfolio-item.classic-style .grid-image:after, .portfolio-item.classic-style .grid-video:after, .portfolio-item.classic-style .portfolio-image:after, .portfolio-item.classic-style .portfolio-video:after {
  display: none;
}

.grid-item.classic-style:hover .flickity-viewport, .grid-item.classic-style:hover .grid-image, .grid-item.classic-style:hover .grid-video, .grid-item.classic-style:hover .portfolio-image, .grid-item.classic-style:hover .portfolio-video, .portfolio-item.classic-style:hover .flickity-viewport, .portfolio-item.classic-style:hover .grid-image, .portfolio-item.classic-style:hover .grid-video, .portfolio-item.classic-style:hover .portfolio-image, .portfolio-item.classic-style:hover .portfolio-video {
  box-shadow: 0 32px 58px rgba(0, 0, 0, 0.19);
  transform: translateY(-6px);
}

.grid-item.classic-style:hover .grid-description, .grid-item.classic-style:hover .portfolio-description, .portfolio-item.classic-style:hover .grid-description, .portfolio-item.classic-style:hover .portfolio-description {
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}

.grid-item.text-bottom .grid-description, .grid-item.text-bottom .portfolio-description, .portfolio-item.text-bottom .grid-description, .portfolio-item.text-bottom .portfolio-description {
  bottom: 0;
  left: 0;
  top: auto;
  text-align: left;
  transform: translateZ(0);
  width: 100%;
}

.grid-item.text-bottom:hover .grid-description, .grid-item.text-bottom:hover .portfolio-description, .portfolio-item.text-bottom:hover .grid-description, .portfolio-item.text-bottom:hover .portfolio-description {
  transform: translate3d(0, -4%, 0);
  opacity: 1;
  visibility: visible;
}

.grid-item.img-zoom-out .grid-image img, .grid-item.img-zoom-out .portfolio-image img, .portfolio-item.img-zoom-out .grid-image img, .portfolio-item.img-zoom-out .portfolio-image img {
  transform: scale(1.1);
}

.grid-item.img-zoom-out:hover .grid-image img, .grid-item.img-zoom-out:hover .portfolio-image img, .portfolio-item.img-zoom-out:hover .grid-image img, .portfolio-item.img-zoom-out:hover .portfolio-image img {
  transform: scale(1);
}

.grid-item.reveal-effect .grid-item-wrap, .grid-item.reveal-effect .portfolio-item-wrap, .portfolio-item.reveal-effect .grid-item-wrap, .portfolio-item.reveal-effect .portfolio-item-wrap {
  position: relative;
}

.grid-item.reveal-effect .grid-item-wrap .grid-image, .grid-item.reveal-effect .grid-item-wrap .grid-video, .grid-item.reveal-effect .grid-item-wrap .portfolio-image, .grid-item.reveal-effect .grid-item-wrap .portfolio-video, .grid-item.reveal-effect .portfolio-item-wrap .grid-image, .grid-item.reveal-effect .portfolio-item-wrap .grid-video, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video, .portfolio-item.reveal-effect .grid-item-wrap .grid-image, .portfolio-item.reveal-effect .grid-item-wrap .grid-video, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video {
  width: 100%;
  max-width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.grid-item.reveal-effect .grid-item-wrap .grid-image:after, .grid-item.reveal-effect .grid-item-wrap .grid-video:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-image:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-video:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-image:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-video:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-image:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-video:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video:after, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video:after {
  opacity: 0.3;
}

.grid-item.reveal-effect .grid-item-wrap .grid-description, .grid-item.reveal-effect .grid-item-wrap .portfolio-description, .grid-item.reveal-effect .portfolio-item-wrap .grid-description, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-description, .portfolio-item.reveal-effect .grid-item-wrap .grid-description, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-description, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-description, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-description {
  pointer-events: none;
}

.grid-item.reveal-effect:hover .grid-image:after, .grid-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .grid-video:after, .grid-item.reveal-effect:hover .portfolio-image:after, .grid-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .portfolio-video:after, .portfolio-item.reveal-effect:hover .grid-image:after, .portfolio-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .grid-video:after, .portfolio-item.reveal-effect:hover .portfolio-image:after, .portfolio-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .portfolio-video:after {
  opacity: 0.2;
  z-index: 8;
}

.grid-item.reveal-effect:hover .grid-description, .grid-item.reveal-effect:hover .portfolio-description, .portfolio-item.reveal-effect:hover .grid-description, .portfolio-item.reveal-effect:hover .portfolio-description {
  opacity: 1;
  transform: translate3d(0, -33%, 0);
}

.grid-item.img-rotate .grid-image img, .grid-item.img-rotate .portfolio-image img, .portfolio-item.img-rotate .grid-image img, .portfolio-item.img-rotate .portfolio-image img {
  transform: rotate(0deg) scale(1);
  transition: transform 0.7s ease 0s;
}

.grid-item.img-rotate:hover .grid-image img, .grid-item.img-rotate:hover .portfolio-image img, .portfolio-item.img-rotate:hover .grid-image img, .portfolio-item.img-rotate:hover .portfolio-image img {
  transform: rotate(-9deg) scale(1.2);
}

.grid-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .portfolio-item.img-zoom .portfolio-image img {
  transform: scale(1);
}

.grid-item.img-zoom:hover .grid-image img, .grid-item.img-zoom:hover .portfolio-image img, .portfolio-item.img-zoom:hover .grid-image img, .portfolio-item.img-zoom:hover .portfolio-image img {
  transform: scale(1.1);
}

.grid-item.overlay-light .grid-image:after, .grid-item.overlay-light .grid-slider .flickity-viewport:after, .grid-item.overlay-light .portfolio-image:after, .grid-item.overlay-light .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light .grid-image:after, .portfolio-item.overlay-light .grid-slider .flickity-viewport:after, .portfolio-item.overlay-light .portfolio-image:after, .portfolio-item.overlay-light .portfolio-slider .flickity-viewport:after {
  background-color: #fff;
}

.grid-item.overlay-light .grid-description h3, .grid-item.overlay-light .portfolio-description h3, .portfolio-item.overlay-light .grid-description h3, .portfolio-item.overlay-light .portfolio-description h3 {
  color: #000;
}

.grid-item.overlay-light .grid-description p, .grid-item.overlay-light .grid-description span, .grid-item.overlay-light .portfolio-description p, .grid-item.overlay-light .portfolio-description span, .portfolio-item.overlay-light .grid-description p, .portfolio-item.overlay-light .grid-description span, .portfolio-item.overlay-light .portfolio-description p, .portfolio-item.overlay-light .portfolio-description span {
  color: #434343;
}

.grid-item.overlay-light:hover .grid-image:after, .grid-item.overlay-light:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-light:hover .portfolio-image:after, .grid-item.overlay-light:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light:hover .grid-image:after, .portfolio-item.overlay-light:hover .grid-slider .flickity-viewport:after, .portfolio-item.overlay-light:hover .portfolio-image:after, .portfolio-item.overlay-light:hover .portfolio-slider .flickity-viewport:after {
  opacity: 0.9;
}

.grid-item.overlay-grey .grid-image:after, .grid-item.overlay-grey .grid-slider .flickity-viewport:after, .grid-item.overlay-grey .portfolio-image:after, .grid-item.overlay-grey .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey .grid-image:after, .portfolio-item.overlay-grey .grid-slider .flickity-viewport:after, .portfolio-item.overlay-grey .portfolio-image:after, .portfolio-item.overlay-grey .portfolio-slider .flickity-viewport:after {
  background-color: #f7f9fb;
}

.grid-item.overlay-grey .grid-description h3, .grid-item.overlay-grey .portfolio-description h3, .portfolio-item.overlay-grey .grid-description h3, .portfolio-item.overlay-grey .portfolio-description h3 {
  color: #484848;
}

.grid-item.overlay-grey .grid-description p, .grid-item.overlay-grey .grid-description span, .grid-item.overlay-grey .portfolio-description p, .grid-item.overlay-grey .portfolio-description span, .portfolio-item.overlay-grey .grid-description p, .portfolio-item.overlay-grey .grid-description span, .portfolio-item.overlay-grey .portfolio-description p, .portfolio-item.overlay-grey .portfolio-description span {
  color: #a8a8a8;
}

.grid-item.overlay-grey:hover .grid-image:after, .grid-item.overlay-grey:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-grey:hover .portfolio-image:after, .grid-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey:hover .grid-image:after, .portfolio-item.overlay-grey:hover .grid-slider .flickity-viewport:after, .portfolio-item.overlay-grey:hover .portfolio-image:after, .portfolio-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after {
  opacity: 1;
}

.grid-item.overlay-white .grid-image:after, .grid-item.overlay-white .grid-slider .flickity-viewport:after, .grid-item.overlay-white .portfolio-image:after, .grid-item.overlay-white .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white .grid-image:after, .portfolio-item.overlay-white .grid-slider .flickity-viewport:after, .portfolio-item.overlay-white .portfolio-image:after, .portfolio-item.overlay-white .portfolio-slider .flickity-viewport:after {
  background-color: #fff;
}

.grid-item.overlay-white .grid-description h3, .grid-item.overlay-white .portfolio-description h3, .portfolio-item.overlay-white .grid-description h3, .portfolio-item.overlay-white .portfolio-description h3 {
  color: #484848;
}

.grid-item.overlay-white .grid-description p, .grid-item.overlay-white .grid-description span, .grid-item.overlay-white .portfolio-description p, .grid-item.overlay-white .portfolio-description span, .portfolio-item.overlay-white .grid-description p, .portfolio-item.overlay-white .grid-description span, .portfolio-item.overlay-white .portfolio-description p, .portfolio-item.overlay-white .portfolio-description span {
  color: #a8a8a8;
}

.grid-item.overlay-white:hover .grid-image:after, .grid-item.overlay-white:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-white:hover .portfolio-image:after, .grid-item.overlay-white:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white:hover .grid-image:after, .portfolio-item.overlay-white:hover .grid-slider .flickity-viewport:after, .portfolio-item.overlay-white:hover .portfolio-image:after, .portfolio-item.overlay-white:hover .portfolio-slider .flickity-viewport:after {
  opacity: 1;
}

.grid-item.overlay-dark .grid-image:after, .grid-item.overlay-dark .grid-slider .flickity-viewport:after, .grid-item.overlay-dark .portfolio-image:after, .grid-item.overlay-dark .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark .grid-image:after, .portfolio-item.overlay-dark .grid-slider .flickity-viewport:after, .portfolio-item.overlay-dark .portfolio-image:after, .portfolio-item.overlay-dark .portfolio-slider .flickity-viewport:after {
  background-color: #000;
}

.grid-item.overlay-dark .grid-description h3, .grid-item.overlay-dark .portfolio-description h3, .portfolio-item.overlay-dark .grid-description h3, .portfolio-item.overlay-dark .portfolio-description h3 {
  color: #fff;
}

.grid-item.overlay-dark .grid-description p, .grid-item.overlay-dark .grid-description span, .grid-item.overlay-dark .portfolio-description p, .grid-item.overlay-dark .portfolio-description span, .portfolio-item.overlay-dark .grid-description p, .portfolio-item.overlay-dark .grid-description span, .portfolio-item.overlay-dark .portfolio-description p, .portfolio-item.overlay-dark .portfolio-description span {
  color: #a8a8a8;
}

.grid-item.overlay-dark:hover .grid-image:after, .grid-item.overlay-dark:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-dark:hover .portfolio-image:after, .grid-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark:hover .grid-image:after, .portfolio-item.overlay-dark:hover .grid-slider .flickity-viewport:after, .portfolio-item.overlay-dark:hover .portfolio-image:after, .portfolio-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after {
  opacity: 1;
}

.grid-item.overlay-padding .grid-image:after, .grid-item.overlay-padding .portfolio-image:after, .portfolio-item.overlay-padding .grid-image:after, .portfolio-item.overlay-padding .portfolio-image:after {
  bottom: 15px;
  height: auto;
  left: 15px;
  right: 15px;
  top: 15px;
  width: auto;
}

.grid-item.overlay-border .grid-image:after, .grid-item.overlay-border .portfolio-image:after, .portfolio-item.overlay-border .grid-image:after, .portfolio-item.overlay-border .portfolio-image:after {
  opacity: 1;
  background-color: transparent;
  position: absolute;
}

.grid-item.overlay-border .portfolio-description, .portfolio-item.overlay-border .portfolio-description {
  display: flex;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border: 0 solid #00bcd4;
  transition: border 0.4s ease;
}

.grid-item.overlay-border:hover .portfolio-description, .portfolio-item.overlay-border:hover .portfolio-description {
  border-width: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.grid-item.open-cursor .grid-wrap > a, .grid-item.open-cursor .portfolio-wrap > a, .portfolio-item.open-cursor .grid-wrap > a, .portfolio-item.open-cursor .portfolio-wrap > a {
  cursor: crosshair;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.grid-item.no-overlay .grid-slider .flickity-viewport:after, .grid-item.no-overlay .portfolio-slider .flickity-viewport:after, .portfolio-item.no-overlay .grid-slider .flickity-viewport:after, .portfolio-item.no-overlay .portfolio-slider .flickity-viewport:after {
  display: none;
}

.grid-item.no-overlay .grid-image, .grid-item.no-overlay .portfolio-image, .portfolio-item.no-overlay .grid-image, .portfolio-item.no-overlay .portfolio-image {
  position: relative;
  overflow: hidden;
}

.grid-item.no-overlay .grid-image:after, .grid-item.no-overlay .portfolio-image:after, .portfolio-item.no-overlay .grid-image:after, .portfolio-item.no-overlay .portfolio-image:after {
  display: none;
}

.grid-item.no-overlay .grid-description, .grid-item.no-overlay .portfolio-description, .portfolio-item.no-overlay .grid-description, .portfolio-item.no-overlay .portfolio-description {
  opacity: 1;
  padding: 6px;
  position: relative;
  transform: translateY(-10px);
  visibility: inherit;
  width: 100%;
}

.grid-item.no-overlay .grid-description h3, .grid-item.no-overlay .portfolio-description h3, .portfolio-item.no-overlay .grid-description h3, .portfolio-item.no-overlay .portfolio-description h3 {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.grid-item.no-overlay .grid-description span, .grid-item.no-overlay .portfolio-description span, .portfolio-item.no-overlay .grid-description span, .portfolio-item.no-overlay .portfolio-description span {
  color: #484848;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: capitalize;
  opacity: 1;
}

.grid-item.no-overlay .grid-description p, .grid-item.no-overlay .portfolio-description p, .portfolio-item.no-overlay .grid-description p, .portfolio-item.no-overlay .portfolio-description p {
  color: #484848;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
}

.grid-item.no-overlay:hover .grid-description, .grid-item.no-overlay:hover .portfolio-description, .portfolio-item.no-overlay:hover .grid-description, .portfolio-item.no-overlay:hover .portfolio-description {
  transform: translate3d(0, -10px, 0);
  opacity: 1;
  visibility: visible;
}

.grid-item.no-overlay:hover .grid-description h3, .grid-item.no-overlay:hover .portfolio-description h3, .portfolio-item.no-overlay:hover .grid-description h3, .portfolio-item.no-overlay:hover .portfolio-description h3 {
  transform: translateY(0);
}

.grid-item.no-overlay:hover .grid-description p, .grid-item.no-overlay:hover .grid-description span, .grid-item.no-overlay:hover .portfolio-description p, .grid-item.no-overlay:hover .portfolio-description span, .portfolio-item.no-overlay:hover .grid-description p, .portfolio-item.no-overlay:hover .grid-description span, .portfolio-item.no-overlay:hover .portfolio-description p, .portfolio-item.no-overlay:hover .portfolio-description span {
  opacity: 1;
}

.grid-item.overlay-links:hover .grid-description, .grid-item.overlay-links:hover .portfolio-description, .portfolio-item.overlay-links:hover .grid-description, .portfolio-item.overlay-links:hover .portfolio-description {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.grid-item.overlay-links:hover .grid-description h3, .grid-item.overlay-links:hover .portfolio-description h3, .portfolio-item.overlay-links:hover .grid-description h3, .portfolio-item.overlay-links:hover .portfolio-description h3 {
  transform: none;
}

.grid-item.overlay-links:hover .grid-description p, .grid-item.overlay-links:hover .grid-description span, .grid-item.overlay-links:hover .portfolio-description p, .grid-item.overlay-links:hover .portfolio-description span, .portfolio-item.overlay-links:hover .grid-description p, .portfolio-item.overlay-links:hover .grid-description span, .portfolio-item.overlay-links:hover .portfolio-description p, .portfolio-item.overlay-links:hover .portfolio-description span {
  opacity: 1;
}

.grid-item.overlay-links .grid-description, .grid-item.overlay-links .portfolio-description, .portfolio-item.overlay-links .grid-description, .portfolio-item.overlay-links .portfolio-description {
  opacity: 1;
  padding: 20px;
  position: relative;
  transform: none;
  visibility: inherit;
  width: 100%;
}

.grid-item.overlay-links .grid-description a, .grid-item.overlay-links .portfolio-description a, .portfolio-item.overlay-links .grid-description a, .portfolio-item.overlay-links .portfolio-description a {
  margin: 0;
}

.grid-item.overlay-links .grid-description h3, .grid-item.overlay-links .portfolio-description h3, .portfolio-item.overlay-links .grid-description h3, .portfolio-item.overlay-links .portfolio-description h3 {
  color: #484848;
}

.grid-item.overlay-links .grid-description p, .grid-item.overlay-links .grid-description span, .grid-item.overlay-links .portfolio-description p, .grid-item.overlay-links .portfolio-description span, .portfolio-item.overlay-links .grid-description p, .portfolio-item.overlay-links .grid-description span, .portfolio-item.overlay-links .portfolio-description p, .portfolio-item.overlay-links .portfolio-description span {
  color: #484848;
  opacity: 1;
}

.grid-item.revert .grid-image:after, .grid-item.revert .grid-slider .flickity-viewport:after, .grid-item.revert .grid-video:after, .grid-item.revert .portfolio-image:after, .grid-item.revert .portfolio-slider .flickity-viewport:after, .grid-item.revert .portfolio-video:after, .portfolio-item.revert .grid-image:after, .portfolio-item.revert .grid-slider .flickity-viewport:after, .portfolio-item.revert .grid-video:after, .portfolio-item.revert .portfolio-image:after, .portfolio-item.revert .portfolio-slider .flickity-viewport:after, .portfolio-item.revert .portfolio-video:after {
  opacity: 0.5;
}

.grid-item.revert .grid-description, .grid-item.revert .portfolio-description, .grid-item.revert .portfolio-links, .portfolio-item.revert .grid-description, .portfolio-item.revert .portfolio-description, .portfolio-item.revert .portfolio-links {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}

.grid-item.revert .grid-description h3, .grid-item.revert .portfolio-description h3, .grid-item.revert .portfolio-links h3, .portfolio-item.revert .grid-description h3, .portfolio-item.revert .portfolio-description h3, .portfolio-item.revert .portfolio-links h3 {
  transform: translateY(0);
}

.grid-item.revert .grid-description p, .grid-item.revert .grid-description span, .grid-item.revert .portfolio-description p, .grid-item.revert .portfolio-description span, .grid-item.revert .portfolio-links p, .grid-item.revert .portfolio-links span, .portfolio-item.revert .grid-description p, .portfolio-item.revert .grid-description span, .portfolio-item.revert .portfolio-description p, .portfolio-item.revert .portfolio-description span, .portfolio-item.revert .portfolio-links p, .portfolio-item.revert .portfolio-links span {
  opacity: 1;
}

.grid-item.revert:hover .grid-image:after, .grid-item.revert:hover .grid-slider .flickity-viewport:after, .grid-item.revert:hover .grid-video:after, .grid-item.revert:hover .portfolio-image:after, .grid-item.revert:hover .portfolio-slider .flickity-viewport:after, .grid-item.revert:hover .portfolio-video:after, .portfolio-item.revert:hover .grid-image:after, .portfolio-item.revert:hover .grid-slider .flickity-viewport:after, .portfolio-item.revert:hover .grid-video:after, .portfolio-item.revert:hover .portfolio-image:after, .portfolio-item.revert:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.revert:hover .portfolio-video:after {
  opacity: 0;
}

.grid-item.revert:hover .grid-description, .grid-item.revert:hover .portfolio-description, .grid-item.revert:hover .portfolio-links, .portfolio-item.revert:hover .grid-description, .portfolio-item.revert:hover .portfolio-description, .portfolio-item.revert:hover .portfolio-links {
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}

.grid-item.revert:hover .grid-description h3, .grid-item.revert:hover .portfolio-description h3, .grid-item.revert:hover .portfolio-links h3, .portfolio-item.revert:hover .grid-description h3, .portfolio-item.revert:hover .portfolio-description h3, .portfolio-item.revert:hover .portfolio-links h3 {
  transform: translateY(0);
}

.grid-item.revert:hover .grid-description p, .grid-item.revert:hover .grid-description span, .grid-item.revert:hover .portfolio-description p, .grid-item.revert:hover .portfolio-description span, .grid-item.revert:hover .portfolio-links p, .grid-item.revert:hover .portfolio-links span, .portfolio-item.revert:hover .grid-description p, .portfolio-item.revert:hover .grid-description span, .portfolio-item.revert:hover .portfolio-description p, .portfolio-item.revert:hover .portfolio-description span, .portfolio-item.revert:hover .portfolio-links p, .portfolio-item.revert:hover .portfolio-links span {
  opacity: 0;
}

.grid-item.shadow, .portfolio-item.shadow {
  box-shadow: none !important;
}

.grid-item.shadow .grid-item-wrap, .grid-item.shadow .portfolio-item-wrap, .portfolio-item.shadow .grid-item-wrap, .portfolio-item.shadow .portfolio-item-wrap {
  box-shadow: 0 7px 20px -10px hsla(0, 0%, 67.1%, 0.6);
}

.grid-item.outline .grid-item-wrap, .grid-item.outline .portfolio-item-wrap, .portfolio-item.outline .grid-item-wrap, .portfolio-item.outline .portfolio-item-wrap {
  border: 1px solid #ebebeb;
  padding: 1px;
}

.grid-item.light-bg .grid-item-wrap, .grid-item.light-bg .portfolio-item-wrap, .portfolio-item.light-bg .grid-item-wrap, .portfolio-item.light-bg .portfolio-item-wrap {
  background-color: #fff;
  border: 1px solid #f3f3f3;
}

.grid-item.light-bg .grid-item-wrap .portfoio-description, .grid-item.light-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.light-bg .grid-item-wrap .portfoio-description, .portfolio-item.light-bg .portfolio-item-wrap .portfoio-description {
  margin-bottom: 20px;
}

.grid-item.grey-bg .grid-item-wrap, .grid-item.grey-bg .portfolio-item-wrap, .portfolio-item.grey-bg .grid-item-wrap, .portfolio-item.grey-bg .portfolio-item-wrap {
  background-color: #f3f3f3;
}

.grid-item.grey-bg .grid-item-wrap .portfoio-description, .grid-item.grey-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.grey-bg .grid-item-wrap .portfoio-description, .portfolio-item.grey-bg .portfolio-item-wrap .portfoio-description {
  margin-bottom: 20px;
}

.alterneting-size .grid-item:nth-child(2n) .grid-item-wrap, .alterneting-size .portfolio-item:nth-child(2n) .portfolio-item-wrap {
  transform: scale(0.75);
}

.grid-slider, .portfolio-slider {
  width: 100%;
}

.grid-slider.shadow, .portfolio-slider.shadow {
  box-shadow: 10px 10px 10px hsla(0, 0%, 92.2%, 0.5);
}

.grid-slider.outline, .portfolio-slider.outline {
  border: 3px solid #fff;
}

.content.col-lg-9 .grid-item .grid-description h3, .content.col-lg-9 .grid-item .portfolio-description h3, .content.col-lg-9 .portfolio-item .grid-description h3, .content.col-lg-9 .portfolio-item .portfolio-description h3 {
  font-size: 13px;
  line-height: 14px;
}

.container-fluid .content.col-lg-9 .grid-item .grid-description h3, .container-fluid .content.col-lg-9 .grid-item .portfolio-description h3, .container-fluid .content.col-lg-9 .portfolio-item .grid-description h3, .container-fluid .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-lg .content.col-lg-9 .grid-item .grid-description h3, .container-lg .content.col-lg-9 .grid-item .portfolio-description h3, .container-lg .content.col-lg-9 .portfolio-item .grid-description h3, .container-lg .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-md .content.col-lg-9 .grid-item .grid-description h3, .container-md .content.col-lg-9 .grid-item .portfolio-description h3, .container-md .content.col-lg-9 .portfolio-item .grid-description h3, .container-md .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-sm .content.col-lg-9 .grid-item .grid-description h3, .container-sm .content.col-lg-9 .grid-item .portfolio-description h3, .container-sm .content.col-lg-9 .portfolio-item .grid-description h3, .container-sm .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-xl .content.col-lg-9 .grid-item .grid-description h3, .container-xl .content.col-lg-9 .grid-item .portfolio-description h3, .container-xl .content.col-lg-9 .portfolio-item .grid-description h3, .container-xl .content.col-lg-9 .portfolio-item .portfolio-description h3 {
  font-size: 16px;
  line-height: 22px;
}

.sidebar-both .grid-item .grid-description h3, .sidebar-both .grid-item .portfolio-description h3, .sidebar-both .portfolio-item .grid-description h3, .sidebar-both .portfolio-item .portfolio-description h3 {
  font-size: 13px;
  line-height: 14px;
}

.sidebar-both .grid-item .grid-description p, .sidebar-both .grid-item .grid-description span, .sidebar-both .grid-item .portfolio-description p, .sidebar-both .grid-item .portfolio-description span, .sidebar-both .portfolio-item .grid-description p, .sidebar-both .portfolio-item .grid-description span, .sidebar-both .portfolio-item .portfolio-description p, .sidebar-both .portfolio-item .portfolio-description span {
  font-size: 12px;
}

.portfolio-content {
  position: relative;
}

.portfolio-content img {
  width: 100%;
}

.portfolio-attributes {
  color: #484848;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.portfolio-attributes a:not(.btn) {
  color: #484848;
}

.portfolio-attributes .attribute {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
  text-align: left;
  width: auto;
}

.portfolio-attributes .attribute strong {
  opacity: 0.6;
  border-bottom: 1px solid rgba(31, 31, 31, 0.05);
  display: block;
  width: auto;
  margin-bottom: 10px;
  font-size: 11px;
}

.portfolio-attributes.style1 .attribute {
  display: inline-flex;
  float: none;
  margin-bottom: 6px;
}

.portfolio-attributes.style1 .attribute strong {
  border: 0;
  margin-right: 8px;
  width: auto;
}

.portfolio-attributes.style2 .attribute {
  float: none;
  width: 100%;
}

.portfolio-attributes.style2 .attribute strong {
  border: 0;
  width: 100%;
}

.project-description {
  margin-bottom: 40px;
}

.project-description h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.project-description h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-ajax-page [class*=col-] {
  padding: 0;
}

.portfolio-ajax-page .project-description {
  padding: 24px 40px;
  margin-bottom: 0;
}

.portfolio-ajax-page .project-description > p {
  padding-bottom: 6px;
}

.portfolio-ajax-page .project-description .portfolio-attributes {
  margin-top: 20px;
}

.portfolio-ajax-page .project-description .portfolio-attributes .attribute {
  margin-bottom: 0;
  width: 100%;
}

.portfolio-ajax-page .project-description .portfolio-attributes .attribute > strong {
  min-width: 68px;
}

.post-item {
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
}

.post-item .post-item-wrap {
  background-color: #fff;
  position: relative;
}

.post-item img {
  width: 100%;
  height: auto;
}

.post-item .post-audio, .post-item .post-image, .post-item .post-quote-img, .post-item .post-slider, .post-item .post-video {
  margin: 0;
  position: relative;
  padding: 0;
}

.post-item .post-audio .post-meta-category, .post-item .post-image .post-meta-category, .post-item .post-quote-img .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category {
  background-color: #2250fc;
  color: #fff;
  font-size: 13px;
  padding: 2px 16px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 3;
  margin-right: 0;
}

.post-item .post-audio .post-meta-category i, .post-item .post-image .post-meta-category i, .post-item .post-quote-img .post-meta-category i, .post-item .post-slider .post-meta-category i, .post-item .post-video .post-meta-category i {
  margin-right: 4px;
}

.post-item .post-audio .post-meta-category a, .post-item .post-image .post-meta-category a, .post-item .post-quote-img .post-meta-category a, .post-item .post-slider .post-meta-category a, .post-item .post-video .post-meta-category a {
  color: #fff;
}

.post-item .post-quote-img .post-meta-category {
  background-color: #fff;
  color: #2250fc;
}

.post-item .post-quote-img .post-meta-category a {
  color: #2250fc;
}

.post-item .post-video iframe, .post-item .post-video video {
  width: 100%;
  background-color: #000;
}

.post-item .post-audio > a > img {
  margin-bottom: -28px;
}

.post-item .post-audio audio, .post-item .post-audio iframe {
  width: 100%;
}

.post-item .post-audio audio {
  margin-bottom: -6px;
}

.post-item .post-item-description {
  padding: 24px;
  line-height: 28px;
  color: #676767;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 23px;
  margin-bottom: 16px;
  color: #444;
  font-weight: 600;
}

.post-item .post-item-description .post-meta-category, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-date {
  color: #c2c2c2;
  position: relative;
  top: -4px;
  font-size: 12px;
  margin-right: 8px;
}

.post-item .post-item-description .post-meta-category i, .post-item .post-item-description .post-meta-comments i, .post-item .post-item-description .post-meta-date i {
  margin-right: 4px !important;
}

.post-item .post-item-description .post-meta-category a, .post-item .post-item-description .post-meta-comments a, .post-item .post-item-description .post-meta-date a {
  color: #c2c2c2;
}

.post-item .post-item-description .post-post-likes {
  float: right;
  font-size: 14px;
  color: #aaa;
}

.post-item .post-item-description .post-post-likes i {
  margin-right: 8px;
  color: #aaa;
}

.post-item.shadow {
  box-shadow: none;
}

.post-item.shadow .post-item-wrap {
  box-shadow: 0 1px 10px #efefef !important;
}

.post-item.grey-bg .post-item-wrap {
  background-color: #f7f7f7;
}

.post-item.border {
  border: none !important;
}

.post-item.border .post-item-wrap {
  border: 1px solid #f2f2f2;
}

.post-item.border > .post-item-wrap > .post-item-description {
  padding: 24px !important;
  width: 100% !important;
}

.post-item.quote .post-item-wrap {
  background-color: #2250fc;
  border-radius: 4px;
  border-width: 0;
}

.post-item.quote .post-quote-img img {
  width: auto;
  margin-left: 40px;
  margin-top: 40px;
}

.post-item.quote .post-item-description {
  padding: 40px;
}

.post-item.quote .post-item-description .post-meta-category, .post-item.quote .post-item-description .post-meta-comments, .post-item.quote .post-item-description .post-meta-date {
  color: #fff;
  opacity: 0.8;
}

.post-item.quote .post-item-description .item-link, .post-item.quote .post-item-description .post-meta-category a, .post-item.quote .post-item-description .post-meta-category p, .post-item.quote .post-item-description .post-meta-comments a, .post-item.quote .post-item-description .post-meta-comments p, .post-item.quote .post-item-description .post-meta-date a, .post-item.quote .post-item-description .post-meta-date p, .post-item.quote .post-item-description > h3, .post-item.quote .post-item-description > h3 > a, .post-item.quote .post-item-description a, .post-item.quote .post-item-description p {
  color: #fff;
}

.post-item.quote .post-item-description .post-author {
  font-size: 14px;
  height: 40px;
}

.post-item.quote .post-item-description .post-author > img {
  height: 28px;
  margin-right: 8px;
  width: 28px;
}

.post-items-transparent .post-item .post-item-wrap {
  border: 0;
  background-color: transparent;
}

.post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-category, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-comments, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-date, .post-items-transparent .post-item .post-item-wrap .post-item-description > p {
  opacity: 0.7;
}

.single-post .post-item img {
  width: 100%;
  height: auto;
}

.single-post .post-item .post-item-description {
  padding: 22px 0;
  line-height: 28px;
  color: #676767;
}

.single-post .post-item .post-item-description p {
  font-size: 16px;
}

.single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 8px;
  color: #1f1f1f;
}

.single-post .post-item .post-item-description .post-meta-category, .single-post .post-item .post-item-description .post-meta-comments, .single-post .post-item .post-item-description .post-meta-date {
  color: #777;
  font-size: 13px;
  margin-right: 16px;
}

.single-post .post-item .post-item-description .post-meta-category a, .single-post .post-item .post-item-description .post-meta-comments a, .single-post .post-item .post-item-description .post-meta-date a {
  color: #777;
}

.single-post .post-item .post-item-description .post-meta-share {
  float: right;
}

.single-post .post-item .post-item-description .post-meta-share .btn {
  display: inline-block;
  margin-right: 0;
}

.single-post .post-item .post-item-description .post-meta {
  border-bottom: 1px solid #f3f3f3;
  clear: both;
  display: block;
  margin-bottom: 26px;
  padding: 12px 0;
  position: relative;
  width: 100%;
}

.single-post .post-item .post-tags {
  display: block;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.single-post .post-item .post-tags a {
  font-weight: 400;
  color: #484848;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #f8f9fa;
}

.post-thumbnails a {
  color: #484848;
}

.post-thumbnails .post-item {
  width: 100%;
  padding: 0 0 20px;
}

.post-thumbnails .post-item .post-audio, .post-thumbnails .post-item .post-image, .post-thumbnails .post-item .post-slider, .post-thumbnails .post-item .post-video {
  float: left;
  width: 46%;
}

.post-thumbnails .post-item:not(.quote) .post-item-description {
  float: left;
  padding-top: 0;
  width: 54% !important;
}

#blog .blog .post-item {
  width: 25%;
  padding: 0 20px 20px 0;
}

.post-post-title h1 {
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 700;
}

.post-image {
  margin-bottom: 20px;
}

.post-image img {
  width: 100%;
}

.post-metaa {
  margin-bottom: 20px;
  min-height: 60px;
}

.post-metaa div {
  border-right: 1px solid #f6f6f6;
  float: left;
  margin-right: 18px;
  padding: 8px 18px 8px 0;
}

.post-metaa :last-child {
  border-right: 0;
}

.post-metaa .social-icons {
  margin-top: 8px;
}

.post-metaa .post-comments i, .post-metaa .post-shares i {
  margin-right: 4px;
  font-size: 20px;
  float: left;
}

.post-metaa .post-comments .post-comments-number, .post-metaa .post-comments .post-shares-number, .post-metaa .post-shares .post-comments-number, .post-metaa .post-shares .post-shares-number {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.post-metaa .post-comments .post-comments-label, .post-metaa .post-comments .post-shares-label, .post-metaa .post-shares .post-comments-label, .post-metaa .post-shares .post-shares-label {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.post-author {
  border-top: 1px solid #eee;
  font-size: 14px;
  height: 40px;
  margin-top: 15px;
  padding-bottom: 0;
  padding-top: 16px;
}

.post-author a {
  color: #484848;
}

.post-author p {
  position: relative;
}

.post-author > img {
  border-radius: 50%;
  height: 28px;
  float: left;
  margin-right: 8px;
  width: 28px;
}

.post-content {
  clear: both;
  display: block;
  padding: 0 40px 0 0;
}

.sidebar > h3:nth-of-type(2) {
  margin-top: 17px;
}

.grid-articles {
  position: relative;
}

.grid-articles .post-entry {
  float: left;
  width: 25%;
  position: relative;
}

.grid-articles .post-entry:first-child {
  width: 50%;
}

.grid-articles.carousel .post-entry:first-child {
  width: 100%;
}

.grid-articles.grid-articles-v2 .post-entry:first-child, .grid-articles.grid-articles-v2 .post-entry:nth-child(2) {
  width: 50%;
}

.grid-articles .post-entry-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid-articles .post-entry .post-entry-meta {
  height: auto;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.grid-articles .post-entry:before {
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9));
  opacity: 0.4;
  transition: opacity 0.4s ease;
  content: "";
  height: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.grid-articles .post-entry:hover:before {
  opacity: 1;
  z-index: 1;
}

.grid-articles .post-entry .post-entry-meta .post-entry-meta-category {
  margin-bottom: 10px;
}

.grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a {
  font-size: 22px;
}

.grid-articles.grid-articles-space .post-entry .post-entry-overlay {
  border: 4px solid #fff;
}

.grid-articles.grid-articles-space .post-entry:first-child .post-entry-overlay {
  border-width: 4px 4px 4px 0;
}

.grid-articles.grid-articles-space .post-entry:nth-child(3) .post-entry-overlay, .grid-articles.grid-articles-space .post-entry:nth-child(5) .post-entry-overlay {
  border-width: 4px 0 4px 4px;
}

.grid-articles .post-date {
  color: #fff;
  opacity: 0.6;
}

.grid-articles .post-entry-meta .product-description, .post-entry-meta .product-description a {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .grid-articles:not(.post-carousel) .post-entry {
    width: 50%;
  }
  .grid-articles:not(.post-carousel) .post-entry:first-child {
    width: 100%;
  }
  .grid-articles:not(.post-carousel) .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 {
    font-size: 20px;
  }
  .grid-articles:not(.post-carousel) .post-entry .post-entry-meta .post-entry-meta-title h2 {
    font-size: 13px;
  }
  .grid-articles:not(.post-carousel) .post-entry .post-entry-overlay {
    border-width: 0 !important;
  }
  .post-thumbnails .post-item:not(.quote) .post-item-description {
    width: 100% !important;
  }
}
.post-thumbnail .post-thumbnail-entry > img {
  margin-bottom: 14px;
  max-height: 240px;
  width: 100%;
}

.post-thumbnail .post-thumbnail-entry .post-thumbnail-content p {
  margin-bottom: 6px;
}

.post-thumbnail ~ .post-thumbnail-list {
  border-top: 1px solid #f7f9fb;
}

.post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
  font-weight: 400;
  opacity: 0.7;
  line-height: 20px;
}

.post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
  opacity: 1;
}

.post-thumbnail-list {
  position: relative;
}

.post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
  padding-left: 90px;
}

.post-thumbnail-list .post-thumbnail-entry > img {
  float: left;
  display: block;
  height: 60px;
  width: 80px;
  margin-right: 16px;
  border-radius: 2px;
}

.post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
  font-size: 14px;
  font-weight: 500;
  margin: -4px 0 0;
}

.post-thumbnail-entry {
  border-bottom: 1px solid #f7f9fb;
  float: left;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
  clear: both;
}

.post-thumbnail-entry a {
  color: #484848;
}

.post-thumbnail-entry:last-child {
  border-bottom: 0;
}

.post-thumbnail-entry .post-thumbnail-content > a {
  display: block;
}

.post-thumbnail-entry .post-thumbnail-content .post-category, .post-thumbnail-entry .post-thumbnail-content .post-date {
  color: #aaa;
  font-size: 13px;
}

.post-thumbnail-entry .post-thumbnail-content .post-category i, .post-thumbnail-entry .post-thumbnail-content .post-date i {
  margin-right: 2px;
}

.post-thumbnail-entry .post-thumbnail-content .post-date ~ .post-category {
  margin-left: 6px;
}

.post-thumbnail-entry .post-thumbnail-content .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 12px !important;
}

@media (max-width: 767px) {
  .post-thumbnails .post-item {
    width: 100%;
  }
  .post-thumbnails .post-item .post-audio, .post-thumbnails .post-item .post-image, .post-thumbnails .post-item .post-slider, .post-thumbnails .post-item .post-video {
    float: none;
    width: 100%;
  }
  .post-thumbnails .post-item:not(.quote) .post-item-description {
    padding-top: 24px;
    float: none;
    width: 100%;
  }
}
.comments {
  margin: 0;
}

.comments .comment_number {
  font-size: 18px;
  margin: 0 0 30px;
}

.comments .comment_number span {
  color: #2250fc;
}

.comments .comment {
  padding: 10px 0;
  background-color: #fff;
}

.comments .comment .image {
  border-radius: 65px;
  display: block;
  float: left;
  height: 65px;
  overflow: hidden;
  width: 65px;
}

.comments .comment .text {
  padding: 0 0 0 86px;
  min-height: 80px;
  position: relative;
}

.comments .comment .text .name {
  display: block;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -4px;
}

.comments .comment .comment_date {
  color: #888;
  font-size: 12px;
}

.comments .comment .text .comment-reply-link {
  color: #2250fc;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 5px;
  opacity: 0.7;
}

.comments .comment .text .comment-reply-link:hover {
  opacity: 1;
}

.comments .comment .text .text_holder {
  display: block;
  margin: 3px 0 0;
}

.comments .comment .comment {
  margin-left: 90px;
}

.post-item .comments {
  padding: 40px 0;
  border-top: 1px solid #eee;
}

.respond-form {
  padding-top: 40px;
}

.respond-comment {
  font-size: 18px;
  margin: 0 0 30px;
}

.respond-comment span {
  color: #2250fc;
}

@media (max-width: 1024px) {
  .comments {
    padding: 22px 0 30px;
    margin: 0;
  }
  .comments .comment .image {
    border-radius: 48px;
    height: 48px;
    width: 48px;
    margin-right: 14px;
  }
  .comments .comment .text {
    padding: 0;
  }
  .comments .comment .comment {
    margin-left: 30px;
  }
}
.product, .shop {
  position: relative;
}

.product {
  margin-bottom: 40px;
  display: block;
}

.product a:not(.btn) {
  color: #484848;
}

.product .product-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product .product-image > a, .product .product-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.product .product-image > a, .product .product-wishlist a {
  transition: all 0.4s ease;
}

.product .product-image > a:nth-of-type(2) {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.product .product-image:hover > a:nth-of-type(2) {
  opacity: 1;
  z-index: 2;
}

.product .product-wishlist a {
  border: 2px solid #333;
  border-radius: 50%;
  height: 30px;
  left: 12px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 30px;
  z-index: -1;
  opacity: 0;
}

.product:hover .product-wishlist, .product:hover .product-wishlist a {
  z-index: 3;
  opacity: 1;
}

.product .product-description {
  padding: 8px 0 10px;
}

.product .product-title {
  max-width: 80%;
}

.product .product-title h3, .product .product-title h3 a {
  font-size: 18px;
  margin-bottom: 0;
}

.product .product-category {
  display: block;
  opacity: 0.5;
}

.product .product-price {
  width: 26%;
  float: right;
  margin-bottom: 0;
  margin-top: -26px;
  text-align: right;
}

.product .product-price ins {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  text-decoration: none;
}

.product .product-price del {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: -20px 0 -4px;
  opacity: 0.6;
}

.product .product-rate {
  height: 23px;
  float: left;
  color: #ffc300;
}

.product .product-reviews, .product .product-reviews a {
  color: #73848e;
  float: right;
  font-size: 13px;
}

.product .product-hot, .product .product-new, .product .product-out-stock, .product .product-sale {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: 42px;
  right: 10px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14);
  top: 10px;
  width: 42px;
  z-index: 5;
}

.product .product-sale, .product .product-sale-off {
  background: #ffc300;
}

.product .product-new {
  background: #00c0e9;
}

.product .product-hot {
  background: #d6284b;
}

.product .product-out-stock {
  background: #a5a5a5 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 0 18px;
  width: auto;
}

.product .product-sale-off {
  border-radius: 12px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14);
  width: 88px;
  z-index: 5;
}

.product .product-overlay {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  top: auto;
  bottom: -44px;
  left: 0;
  z-index: 6;
  transition: bottom 0.3s ease;
}

.product .product-overlay a {
  transition: bottom 0.3s ease;
  color: #fff;
  display: block;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.product .product-overlay a:hover {
  background-color: #111;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product:hover .product-overlay {
  bottom: 0;
}

.grid-5-columns .product .product-price ins, .grid-5-columns .product .product-title h3, .grid-5-columns .product .product-title h3 a, .grid-6-columns .product .product-price ins, .grid-6-columns .product .product-title h3, .grid-6-columns .product .product-title h3 a {
  font-size: 14px;
}

.grid-5-columns .product .product-reviews, .grid-5-columns .product .product-reviews a, .grid-6-columns .product .product-reviews, .grid-6-columns .product .product-reviews a {
  font-size: 11px;
  float: left;
}

.grid-5-columns .product .product-reviews, .grid-5-columns .product .product-reviews a {
  float: right;
}

.shop-category {
  position: relative;
}

.shop-category-box {
  position: relative;
  margin-bottom: 20px;
}

.shop-category-box img {
  width: 100%;
}

.shop-category-box .shop-category-box-title {
  background-color: hsla(0, 0%, 100%, 0.9);
  bottom: 10px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.shop-category-box-title h6 {
  margin-bottom: 0;
}

.shop-cart .table td, .shop-cart th {
  vertical-align: middle;
}

.shop-cart .cart-product-remove {
  text-align: center;
}

.shop-cart .cart-product-thumbnail > a {
  color: #484848;
  float: left;
  margin-right: 12px;
}

.shop-cart .cart-product-thumbnail img {
  max-width: 52px;
}

.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name {
  padding: 24px;
}

.cart-product-description {
  max-width: 200px;
  font-size: 12px;
}

.cart-product-description span {
  display: block;
}

.cart-product-quantity .minus, .cart-product-quantity .plus {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 -4px;
  padding: 5px 12px;
}

.cart-product-quantity .qty {
  border: 1px solid #eee;
  max-width: 40px;
  padding: 5px;
  text-align: center;
}

.payment-method td {
  padding: 12px 20px !important;
}

.product-page:not(.widget-shop) .product-title h3 {
  font-size: 28px;
  margin-bottom: 0;
}

.product-size {
  display: block;
  list-style: outside none none;
  margin: 0 20px 15px 0;
  overflow: hidden;
  padding-left: 0;
}

.product-size li {
  float: left;
  margin: 0 -1px 0 0;
}

.product-size li label span {
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  height: 40px;
  line-height: 37px;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.product-size li label input {
  left: -9000px;
  position: absolute;
}

.product-size li label span {
  border: 1px solid #eee;
  color: #909090;
}

.product-size li label span:hover {
  background-color: #eee;
}

.product-size li label input:checked + span {
  background-color: #eee;
  border-color: #eee;
}

.product .comment .product-rate {
  float: right;
}

.ajax-quick-view .product {
  margin-bottom: 0;
  margin-top: 20px;
}

.widget-shop {
  position: relative;
}

.widget-shop .product {
  position: relative;
  border-bottom: 1px solid #eee;
  float: left;
  margin-bottom: 12px;
  min-height: 96px;
  padding-bottom: 12px;
}

.widget-shop .product:last-child {
  border-bottom: 0;
  margin-bottom: -4px;
  padding-bottom: 0;
}

.widget-shop .product .product-description {
  padding-top: 0;
}

.widget-shop .product .product-image {
  float: left;
  padding-right: 10px;
  width: 26%;
}

.widget-shop .product .product-description {
  display: table-cell;
  padding-bottom: 0;
  vertical-align: top;
  width: 74%;
}

.widget-shop .product .product-category, .widget-shop .product .product-title {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: -8px;
}

.widget-shop .product .product-category h3, .widget-shop .product .product-category h3 a, .widget-shop .product .product-title h3, .widget-shop .product .product-title h3 a {
  font-size: 15px;
  line-height: 18px;
}

.widget-shop .product .product-category {
  margin-top: -6px;
}

.widget-shop .product .product-price {
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

.widget-shop .product .product-price ins {
  font-size: 14px;
  margin-bottom: 4px;
}

.widget-shop .product .product-price del {
  display: unset;
  font-size: 12px;
  margin: -8px 5px -8px 0;
}

.widget-tweeter .list-tweets {
  padding-left: 0;
}

.widget-categories .list {
  padding: 0;
}

#footer .widget-categories a {
  color: #888;
}

.shop-promo-box {
  min-height: 360px;
  background-repeat: no-repeat;
  padding: 50px;
  border: 8px solid #eee;
}

.shop-promo-box > h2 {
  font-weight: 800;
  margin-bottom: 0;
}

.forum {
  border-radius: 4px;
  padding: 20px 26px;
  background-color: #fff;
}

.forum .fa {
  width: 1em;
  text-align: center;
}

.forum table th {
  width: 6em;
  width: 14em;
}

.forum thead tr > th {
  background-color: #2250fc;
  color: #fff;
  border-bottom: 0;
}

.forum thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.forum thead tr:last-child th:last-child {
  border-top-right-radius: 4px;
}

.forum thead tr h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
}

.forum h4 > small {
  display: block;
}

.background-theme {
  background-color: #2250fc !important;
}

.align-items-bottom {
  align-items: flex-end !important;
  height: 100%;
}

.rounded {
  overflow: hidden;
}

.hidden {
  display: none;
}

.visible {
  opacity: 1;
}

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

.text-left.nav-tabs .nav-item {
  text-align: left !important;
}

.text-right.nav-tabs .nav-item {
  text-align: right !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  float: none !important;
  margin: 0 auto;
}

.block {
  display: block;
}

.align-center {
  display: inline-flex;
  text-align: center;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-bottom {
  display: table-cell;
  vertical-align: bottom;
  margin: auto;
  z-index: 3;
  position: relative;
}

.bg-light {
  background-color: #f8f9fa;
}

.text-background-light {
  background-color: #fff;
  padding: 0 4px;
}

.text-background-dark {
  background-color: #444;
  padding: 0 4px;
}

.text-shadow-light {
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, 0.53);
}

.text-shadow-dark {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
}

.background-primary {
  background-color: #2250fc !important;
}

.background-secondary {
  background-color: #5a6268 !important;
}

.background-success {
  background-color: #81c868 !important;
}

.background-info {
  background-color: #53b0f8 !important;
}

.background-warning {
  background-color: #ffb20e !important;
}

.background-danger {
  background-color: #ce041c !important;
}

.background-white {
  background-color: #fff !important;
}

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

.background-grey {
  background-color: #f7f9fb !important;
}

.background-dark {
  background-color: #181818 !important;
}

.background-black {
  background-color: #000 !important;
}

.background-pattern {
  background-image: url(/images/overlay-pattern/gplay.png);
}

.background-pattern-1 {
  background-image: url(/images/overlay-pattern/3px-tile.png);
}

.background-pattern-2 {
  background-image: url(/images/overlay-pattern/asfalt-dark.png);
}

.background-pattern-3 {
  background-image: url(/images/overlay-pattern/axiom-pattern.png);
}

.shadow {
  box-shadow: 0 4px 16px #e2e2e2;
}

.post-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.shadow-bottom {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.shadow-inside {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.shadow-inside-top {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.shadow-inside-bottom {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}

.text-xs, .text-xs span {
  font-size: 30px;
  line-height: 30px;
}

.text-medium-light {
  font-weight: 100;
}

.text-medium, .text-medium-light {
  font-size: 50px !important;
  line-height: 1.1;
}

.text-medium {
  font-weight: 800;
  margin-bottom: 20px;
}

.text-md, .text-md span, .text-md span span {
  font-size: 74px !important;
  line-height: 86px !important;
}

.text-lg-light, .text-lg-light span, .text-lg-light span span {
  font-size: 90px !important;
  line-height: 100px !important;
  font-weight: 120 !important;
}

.text-lg, .text-lg span, .text-lg span span {
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.text-lg-x2, .text-lg-x2 span {
  color: #fff;
  font-size: 120px;
  line-height: 140px;
  margin-bottom: 10px;
}

.text-lg-x3, .text-lg-x3 span {
  color: #fff;
  font-size: 200px;
  line-height: 220px;
}

.text-xl, .text-xl span {
  font-size: 100px;
  line-height: 110px;
}

.text-small {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

.text-light, .text-light .lead, .text-light a:not(.btn), .text-light a:not(.btn):hover:not(.btn-light), .text-light div:not(.alert), .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light i, .text-light label, .text-light li, .text-light p, .text-light span:not(.btn-label) {
  color: #fff !important;
}

.text-dark, .text-dark .lead, .text-dark a:not(.btn), .text-dark a:not(.btn):hover:not(.btn-light), .text-dark a:not(.btn-danger), .text-dark div:not(.alert), .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark i, .text-dark label, .text-dark li, .text-dark p, .text-dark span:not(.btn-label) {
  color: #111 !important;
}

.text-grey, .text-grey .lead, .text-grey a:not(.btn-light):hover, .text-grey a:not(.button), .text-grey div:not(.alert), .text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6, .text-grey i, .text-grey label, .text-grey li, .text-grey p, .text-grey span:not(.btn-label) {
  color: #ccc;
}

.text-white a, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white i, .text-white p {
  color: #fff !important;
}

.with-errors li {
  color: #981a1a !important;
}

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

.text-azure {
  color: #0095c8 !important;
}

.text-orange {
  color: #f60 !important;
}

.text-theme {
  color: #2250fc !important;
}

.text-blue {
  color: #5f8295 !important;
}

.text-pink, .text-purple {
  color: #dd5a82 !important;
}

.text-bricky {
  color: #894550 !important;
}

.text-yellow {
  color: #ffb848 !important;
}

.text-red {
  color: #ca0027 !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

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

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

.font-weight-500 {
  font-weight: 500 !important;
}

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

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

.font-weight-800 {
  font-weight: 800 !important;
}

.border-box {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 30px;
}

.border-left {
  border-left: 1px solid #eee;
}

.border-top {
  border-top: 1px solid #eee;
}

.border-right {
  border: solid #eee;
  border-width: 0 1px 0 0;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

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

.slider-size-half {
  max-height: 560px;
}

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

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

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

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

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

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

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

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

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.col-no-margin {
  padding: 0 !important;
}

.col-no-margin [class^=col-], .row.col-no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.row.col-mdall-margins [class^=col-] {
  margin: 0 0 20px !important;
}

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

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

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

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-200 {
  padding: 200px !important;
}

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

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

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

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

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

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

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

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

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

.fullwidth {
  width: 100% !important;
}

.lh80 {
  line-height: 80px !important;
}

.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 1px solid #e3e3e3;
}

@media (max-width: 1024px) {
  .text-lg, .text-lg span {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span {
    font-size: 70px !important;
    line-height: 70px !important;
  }
  .p-t-200 {
    padding-top: 80px !important;
  }
  .p-b-200 {
    padding-bottom: 80px !important;
  }
  .sm-text-center, .text-sm-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-left {
    float: left !important;
  }
  .sm-right {
    float: right !important;
  }
  .sm-center {
    float: none !important;
    margin: 0 auto;
  }
  .row.vertical-align {
    display: block;
  }
  .sm-m-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }
  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-m-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-m-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-m-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-m-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-m-b-100 {
    margin-bottom: 100px !important;
  }
  .sm-m-b-150 {
    margin-bottom: 150px !important;
  }
  .sm-m-b-200 {
    margin-bottom: 200px !important;
  }
  .sm-m-t-0 {
    margin-top: 0 !important;
  }
  .sm-m-t-5 {
    margin-top: 5px !important;
  }
  .sm-m-t-10 {
    margin-top: 10px !important;
  }
  .sm-m-t-15 {
    margin-top: 15px !important;
  }
  .sm-m-t-20 {
    margin-top: 20px !important;
  }
  .sm-m-t-25 {
    margin-top: 25px !important;
  }
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
  .sm-m-t-35 {
    margin-top: 35px !important;
  }
  .sm-m-t-40 {
    margin-top: 40px !important;
  }
  .sm-m-t-50 {
    margin-top: 50px !important;
  }
  .sm-m-t-60 {
    margin-top: 60px !important;
  }
  .sm-m-t-70 {
    margin-top: 70px !important;
  }
  .sm-m-t-80 {
    margin-top: 80px !important;
  }
  .sm-m-t-90 {
    margin-top: 90px !important;
  }
  .sm-m-t-100 {
    margin-top: 100px !important;
  }
  .sm-m-l-0 {
    margin-left: 0 !important;
  }
  .sm-m-l-5 {
    margin-left: 5px !important;
  }
  .sm-m-l-10 {
    margin-left: 10px !important;
  }
  .sm-m-l-15 {
    margin-left: 15px !important;
  }
  .sm-m-l-20 {
    margin-left: 20px !important;
  }
  .sm-m-l-25 {
    margin-left: 25px !important;
  }
  .sm-m-l-30 {
    margin-left: 30px !important;
  }
  .sm-m-l-35 {
    margin-left: 35px !important;
  }
  .sm-m-l-40 {
    margin-left: 40px !important;
  }
  .sm-m-l-50 {
    margin-left: 50px !important;
  }
  .sm-m-l-60 {
    margin-left: 60px !important;
  }
  .sm-m-l-70 {
    margin-left: 70px !important;
  }
  .sm-m-l-80 {
    margin-left: 80px !important;
  }
  .sm-m-l-90 {
    margin-left: 90px !important;
  }
  .sm-m-l-100 {
    margin-left: 100px !important;
  }
  .sm-m-r-0 {
    margin-right: 0 !important;
  }
  .sm-m-r-5 {
    margin-right: 5px !important;
  }
  .sm-m-r-10 {
    margin-right: 10px !important;
  }
  .sm-m-r-15 {
    margin-right: 15px !important;
  }
  .sm-m-r-20 {
    margin-right: 20px !important;
  }
  .sm-m-r-25 {
    margin-right: 25px !important;
  }
  .sm-m-r-30 {
    margin-right: 30px !important;
  }
  .sm-m-r-35 {
    margin-right: 35px !important;
  }
  .sm-m-r-40 {
    margin-right: 40px !important;
  }
  .sm-m-r-50 {
    margin-right: 50px !important;
  }
  .sm-m-r-60 {
    margin-right: 60px !important;
  }
  .sm-m-r-70 {
    margin-right: 70px !important;
  }
  .sm-m-r-80 {
    margin-right: 80px !important;
  }
  .sm-m-r-90 {
    margin-right: 90px !important;
  }
  .sm-m-r-100 {
    margin-right: 100px !important;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-m-25 {
    margin: 25px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-m-35 {
    margin: 35px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-m-60 {
    margin: 60px !important;
  }
  .sm-m-70 {
    margin: 70px !important;
  }
  .sm-m-80 {
    margin: 80px !important;
  }
  .sm-m-90 {
    margin: 90px !important;
  }
  .sm-m-100 {
    margin: 100px !important;
  }
}
@media (max-width: 768px) {
  .text-lg, .text-lg span {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .text-medium, .text-medium-light {
    font-size: 40px !important;
    font-size: 30px !important;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-text-right {
    text-align: right !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
}
.space {
  width: 100%;
  display: block;
  clear: both;
  height: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .text-md, .text-md span, .text-md span span {
    font-size: 46px !important;
    line-height: 58px !important;
  }
}
@media (max-width: 576px) {
  .text-md, .text-md span, .text-md span span {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
#footer {
  display: block;
  position: relative;
  background-color: #f8f9fa;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

#footer a:not(.btn) {
  color: #484848;
}

#footer p {
  font-family: Poppins, sans-serif;
}

#footer a:not(.btn) {
  font-weight: 400;
}

#footer .footer-content {
  padding: 60px 0 40px;
}

#footer .widget .widget-title, #footer .widget h4 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

#footer .widget .widget-title ul li a, #footer .widget h4 ul li a {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #999;
}

#footer .copyright-content {
  min-height: 80px;
  padding: 30px 0;
  background-color: #eff1f4;
  font-size: 13px;
}

#footer .logo {
  margin-bottom: 54px;
  margin-top: 12px;
  max-width: 80px;
}

#footer .footer-logo {
  border-right: 1px solid #333;
  margin-bottom: 20px;
  margin-right: 18px;
  padding-right: 16px;
}

#footer.dark, #footer.inverted, .dark #footer {
  background-color: #181818;
}

#footer.dark p, #footer.inverted p, .dark #footer p {
  color: #999;
}

#footer.dark a:not(.btn), #footer.inverted a:not(.btn), .dark #footer a:not(.btn) {
  color: #999;
  font-weight: 400;
}

#footer.dark .widget .widget-title, #footer.dark .widget h4, #footer.dark h1, #footer.dark h2, #footer.dark h3, #footer.dark h4, #footer.dark h5, #footer.dark h6, #footer.inverted .widget .widget-title, #footer.inverted .widget h4, #footer.inverted h1, #footer.inverted h2, #footer.inverted h3, #footer.inverted h4, #footer.inverted h5, #footer.inverted h6, .dark #footer .widget .widget-title, .dark #footer .widget h4, .dark #footer h1, .dark #footer h2, .dark #footer h3, .dark #footer h4, .dark #footer h5, .dark #footer h6 {
  color: #fff;
}

#footer.dark .copyright-content, #footer.inverted .copyright-content, .dark #footer .copyright-content {
  background-color: #1e1e1e;
}

.widget {
  margin-bottom: 30px;
  position: relative;
}

.widget .widget-title, .widget > h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.widget:after, .widget:before {
  clear: both;
  content: " ";
  display: table;
}

.widget .flickity-page-dots {
  margin-bottom: 20px;
}

.widget a {
  color: #484848;
}

.widget p {
  margin-bottom: 20px;
}

.sidebar .widget {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sidebar .widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget #testimonials .testimonial-item > img {
  border-radius: 50%;
  display: block;
  float: none;
  height: 50px !important;
  margin: 0 auto 20px;
  width: 50px !important;
}

.tags a {
  border: 2px solid #ececec;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  padding: 5px 14px;
  margin: 0 2px 5px 0;
  background-color: transparent;
  color: #484848;
  display: inline-block;
  transition: all 0.3s;
}

.tags a.active, .tags a:active, .tags a:focus, .tags a:hover {
  background-color: #2250fc;
  border-color: #2250fc;
  color: #fff !important;
}

.widget-archive ul {
  padding-left: 0;
}

body.breakpoint-md .sidebar .widget {
  float: left;
  width: 330px;
}

body.breakpoint-sm .sidebar .widget {
  width: 100%;
}

body.breakpoint-md .sidebar .widget:nth-child(odd), body.breakpoint-sm .sidebar .widget:nth-child(odd) {
  margin-right: 30px;
}

.flickr-widget, .widget-instagram {
  opacity: 0;
  min-height: 225px;
  transition: opacity 0.3s ease;
  margin-bottom: 20px;
}

.flickr-widget.flickr-widget-loaded, .flickr-widget.widget-instagram-loaded, .widget-instagram.flickr-widget-loaded, .widget-instagram.widget-instagram-loaded {
  opacity: 1;
}

.flickr-widget a img, .widget-instagram a img {
  width: 25%;
  height: auto;
  padding: 3px;
  border-radius: 6px;
}

.flickr-widget .col-lg-3 > a img, .widget-instagram .col-lg-3 > a img {
  padding: 2px;
  width: 25%;
}

.flickr-widget .col-lg-4 > a > img, .widget-instagram .col-lg-4 > a > img {
  width: 25%;
}

body.breakpoint-sm .col-3 .flickr-widget img .widget-instagram img {
  width: 16.666%;
}

.widget .footer-widget .social-icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.widget.widget-newsletter button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.widget.widget-newsletter .btn {
  text-transform: none;
}

.widget.widget-newsletter .form-control {
  height: 40px;
}

.widget.widget-newsletter .btn {
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  padding: 8px 16px;
}

.widget.widget-newsletter label.error {
  color: #e42c3e;
  display: none !important;
  font-weight: 400;
  margin-top: 5px;
}

.background-dark .widget.widget-newsletter .input-group-prepend {
  background-color: #fff;
  color: #fff;
}

.background-dark .widget.widget-newsletter .form-transparent-fields .form-control {
  border-left: 0;
  padding-left: 0;
}

.form-control.error, .sm-form-control.error {
  border-color: #e42c3e;
}

.widget-newsletter small {
  display: block;
}

.widget.widget-search button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.widget.widget-search .btn {
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  padding: 8px 16px;
}

.background-dark .widget.widget-search .input-group-prepend {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.25);
  color: #999;
}

#widget-contact-form {
  clear: left;
}

.widget-tweeter, .widget-twitter {
  min-height: 248px;
}

.widget-tweeter:not([data-avatar=true]) li {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.widget-tweeter:not([data-avatar=true]) li:before, .widget-twitter:not([data-avatar=true]) li:before {
  margin-left: -22px;
  position: absolute;
  font-family: Font Awesome\ 5 Brands;
  content: "\F099";
}

.widget-tweeter[data-avatar=true] li img, .widget-twitter[data-avatar=true] li img {
  border-radius: 50%;
  left: -4px;
  position: absolute;
  width: 26px;
  z-index: 3;
}

.widget-tweeter[data-avatar=true] li, .widget-twitter[data-avatar=true] li {
  padding-left: 10px;
}

.widget-tweeter li, .widget-twitter li {
  line-height: 1.66;
  margin-bottom: 20px;
}

.widget-tweeter li:last-child, .widget-twitter li:last-child {
  margin-bottom: 0;
}

.widget-tweeter ul, .widget-twitter ul {
  list-style: none;
  padding-left: 22px;
  margin-bottom: 0;
}

.widget-tweeter small, .widget-twitter small {
  display: block;
  color: #9896a6 !important;
  width: 100%;
  margin-top: 10px;
}

.widget-newsletter .input-group-prepend i {
  color: #555 !important;
}

.widget-gallery a > img {
  float: left;
  height: auto;
  width: 33.3333333%;
  padding: 3px;
}

.p-dropdown-content .widget-myaccount {
  min-width: 220px;
}

.widget-myaccount {
  min-width: 220px;
  text-align: center;
}

.widget-myaccount > li, .widget-myaccount ul > li {
  display: block;
}

.widget-myaccount > li:first-child label, .widget-myaccount ul > li:first-child label {
  margin-top: 0;
}

.widget-myaccount > li label, .widget-myaccount ul > li label {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 0;
}

.widget-myaccount > li a, .widget-myaccount ul > li a {
  line-height: 26px;
  white-space: nowrap;
  display: block;
  padding: 2px 8px;
}

.widget-myaccount > li a i, .widget-myaccount ul > li a i {
  margin-right: 6px;
}

.bootstrap-datetimepicker-widget .datepicker {
  width: 100%;
}

.p-dropdown-content .widget-mycart {
  min-width: 246px;
}

.widget-mycart {
  width: 100%;
  position: relative;
}

.widget-mycart .cart-item {
  margin-top: 8px;
  display: inline-table;
  width: 100%;
}

.widget-mycart .cart-item .cart-image {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
}

.widget-mycart .cart-item .cart-image img {
  width: 100%;
}

.widget-mycart .cart-item .cart-product-meta {
  float: left;
  padding-left: 20px;
}

.widget-mycart .cart-item .cart-product-meta > a {
  font-weight: 500;
  display: block;
}

.widget-mycart .cart-item .cart-product-meta span {
  opacity: 0.7;
}

.widget-mycart .cart-item .cart-item-remove {
  width: 20px;
  float: right;
  font-size: 12px;
}

.widget-mycart .cart-item .cart-item-remove i {
  color: #484848 !important;
}

.widget-mycart .cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
  margin: 10px 0;
}

.widget-mycart .cart-total .cart-total-labels {
  text-align: left;
}

.widget-mycart .cart-total .cart-total-labels span {
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}

.widget-mycart .cart-total .cart-total-labels span strong {
  font-size: 16px;
  font-weight: 600;
}

.widget-mycart .cart-total .cart-total-prices {
  text-align: right;
}

.widget-mycart .cart-total .cart-total-prices span {
  margin-bottom: 2px;
  display: block;
  font-weight: 500;
}

.widget-mycart .cart-total .cart-total-prices span strong {
  font-weight: 600;
  font-size: 16px;
}

.widget-mycart .cart-buttons .btn {
  margin-bottom: 0;
}

.p-dropdown-content .widget-notification {
  min-width: 246px;
}

.widget-notification {
  width: 100%;
  position: relative;
}

.widget-notification .notification-item {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  width: 100%;
  position: relative;
}

.widget-notification .notification-item.notification-new:before {
  content: " ";
  background-color: #ce041c;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 5px;
}

.widget-notification .notification-item .notification-image {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}

.widget-notification .notification-item .notification-image img {
  width: 100%;
}

.widget-notification .notification-item .notification-meta {
  flex: 1px;
  padding-left: 12px;
}

.widget-notification .notification-item .notification-meta > a {
  font-weight: 500;
  display: block;
}

.widget-notification .notification-item .notification-meta span {
  opacity: 0.6;
  font-size: 11px;
}

.widget .tabs-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget .tabs li > a {
  padding: 10px;
}

.sidebar .widget .tabs .tabs-navigation li {
  float: left;
  display: inherit;
}

.widget .post-thumbnail-content a {
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry > img {
  height: 48px;
  margin-right: 10px;
  width: 64px;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
  padding-left: 72px;
}

.post-thumbnail-entry .post-thumbnail-content .post-category, .sidebar .widget .post-thumbnail-entry .post-thumbnail-content .post-date {
  font-size: 11px;
}

.sidebar .widget .post-thumbnail-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dark .widget .widget-title, .dark .widget > h4 {
  color: #fff;
}

@media (max-width: 1024px) {
  .widget {
    float: left;
    width: 100%;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 3s ease-in;
}

.lazy.img-loaded {
  opacity: 1;
}

.item-link {
  color: #484848;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}

.item-link i {
  position: relative;
  right: 0;
  transition: right 0.3s ease 0s;
}

.item-link:hover {
  color: #2250fc;
}

.item-link:hover i {
  right: -6px;
}

.background-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-fixed {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.no-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: 50% !important;
}

.background-colored {
  background-color: #2250fc;
}

#particles-dots {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

#particles-dots, .particles canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#multiscroll .ms-left .ms-section {
  background-position: 100% !important;
}

#multiscroll .ms-right .ms-section {
  background-position: 0 !important;
}

#scrollTop {
  z-index: -1;
  opacity: 0;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 26px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

#scrollTop i {
  line-height: 39px !important;
  width: 39px !important;
  height: 39px !important;
  font-size: 16px !important;
  top: 0 !important;
  left: 0 !important;
  text-align: center !important;
  position: relative;
  z-index: 10;
  transform: translate(0);
  transition: transform 0.2s ease;
}

#scrollTop:hover, #scrollTop i {
  background-color: transparent !important;
}

#scrollTop:hover {
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
}

#scrollTop:hover i {
  transform: translateY(-39px) !important;
}

#scrollTop:after, #scrollTop:before {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #2250fc;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 100px;
}

#scrollTop:before {
  background-color: hsla(0, 0%, 100%, 0.25);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

#scrollTop:before, #scrollTop:hover:after {
  transform: scale(1);
}

#scrollTop:active:before {
  opacity: 1;
}

.show-grid[class*=col-lg-] .show-grid-block {
  background-color: #eee;
  border: 1px solid #fff;
  display: block;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
}

.fontawesome-icon-list i {
  font-size: 18px;
  display: inline-block;
  font-size: 1.3em;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 30px;
  padding: 16px 0;
}

[class^=icon] {
  display: inline-block;
}

.img-thumbnail {
  border: 1px solid #eee;
  padding: 1px;
}

.marketing-box {
  background-color: #f1f1f1;
  border: 1px solid #eee;
  clear: both;
  color: #999;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.news-ticker {
  border-bottom: 1px solid #eee;
  position: relative;
}

.news-ticker-title {
  background-color: #f5f5f5;
  float: left;
  margin-right: 12px;
  height: 100%;
}

.news-ticker-title h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding: 20px 30px 17px;
}

.news-ticker-content {
  margin-bottom: 0;
  padding: 14px;
  width: 100%;
}

.news-ticker-content .polo-carousel-item {
  margin-right: 40px;
}

.news-ticker-content .polo-carousel-item a {
  white-space: nowrap;
  padding-right: 40px !important;
}

.news-ticker-content .polo-carousel-item:before {
  color: #d82731;
  content: "\E9BE";
  font-family: inspiro-icons !important;
  font-size: 10px;
  margin-left: -32px;
  position: absolute;
}

@media (max-width: 1024px) {
  .news-ticker {
    display: none;
  }
}
.grid-system-demo [class*=col-] .grid-col-demo {
  background-color: #eee;
  display: block;
  line-height: 54px;
  min-height: 54px;
  text-align: center;
}

.grid-system-demo-live .row, .grid-system-demo .row {
  padding-bottom: 42px;
}

.boxed-grid .row {
  margin-right: -10px;
  margin-left: -10px;
}

.boxed-grid [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.boxed-grid [class*=col-] a {
  margin-bottom: 20px;
}

.boxed-grid a {
  overflow: hidden;
  display: block;
  position: relative;
}

.boxed-grid a img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}

.boxed-grid a:hover img {
  transform: scale(1.2);
}

.boxed-grid a .title {
  position: absolute;
  top: 40%;
  left: 30px;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.page-error-404 {
  color: #eee;
  display: block;
  font-size: 300px;
  font-weight: 800;
  line-height: 0.7;
}

body.breakpoint-sm .page-error-404 {
  font-size: 200px;
  line-height: 0.8;
  margin-bottom: 20px;
}

body.breakpoint-xs .page-error-404 {
  font-size: 140px;
  line-height: 0.8;
  margin-bottom: 20px;
}

.scrolldown-animation {
  animation: scrolldown-keyframes 1s ease-in-out 0s infinite normal none running;
  bottom: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 45px;
  z-index: 60;
}

@keyframes scrolldown-keyframes {
  0%, to {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
}
.animated-background {
  animation: animatedBackground 120s linear 0s infinite normal none running;
  background-repeat: repeat-x;
  background-size: cover;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}
.image-block {
  background-color: #f4f4f4;
}

.image-block .col-lg-6 {
  padding: 60px;
}

.image-block-content {
  margin-bottom: 30px;
  padding: 0 50px;
}

.image-block-content .feature-icon {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  background-color: #eee;
}

.image-block-content .feature-icon i {
  font-size: 28px;
  margin-top: 16px;
}

.image-block-content .feature-content {
  padding-left: 85px;
}

.image-block-content .feature-content h3 {
  margin-bottom: 0;
}

.image-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 426px;
  height: 556px;
}

.heading-fancy-border {
  border: 15px solid #111;
  margin: 0 10%;
  padding: 60px 0;
}

.text-light .heading-fancy-border {
  border-color: #fff !important;
}

.hero-heading-2 {
  padding: 20px;
  background-color: #111;
  border-radius: 8px;
}

.hero-heading-2 > i {
  font-size: 160px;
  opacity: 0.1;
  position: absolute;
  right: 23px;
  top: 2px;
}

.hero-heading-3 {
  background-color: #fff;
  border: 36px solid #fff;
  box-shadow: inset 0 0 0 1px #111;
  color: #111;
  opacity: 0.7;
  padding: 72px;
  width: auto;
  margin: 40px;
  text-align: center;
}

.hero-heading-3 h2, .hero-heading-3 h3 {
  text-transform: uppercase;
  font-size: 92px;
  text-align: center;
  margin: 0;
  line-height: 72px;
}

@media (max-width: 1024px) {
  .hero-heading-3 {
    background-color: #fff;
    border: 30px solid #fff;
    padding: 30px;
    width: 100%;
    margin: 0;
  }
  .hero-heading-3 h2, .hero-heading-3 h3 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
.working-hours ul {
  padding: 0;
}

.working-hours li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

.working-hours li:before {
  content: "\F017";
  font-family: Font Awesome\ 5 Free;
  margin-right: 15px;
}

.working-hours li span {
  float: right;
}

.working-hours p {
  font-size: 13px;
  color: #111;
}

.price-menu-list {
  padding: 0;
  list-style: none;
}

.price-menu-list li {
  margin-bottom: 40px;
}

.price-menu-list li > h2 {
  margin-bottom: 0;
}

.price-menu-list li > p {
  margin-bottom: 8px;
  opacity: 0.6;
}

.price-menu-list li > img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  float: left;
}

.responsive-utilities th small {
  color: #999;
  display: block;
  font-weight: 400;
}

.responsive-utilities td.is-visible {
  background-color: #dff0d8 !important;
  color: #468847;
}

.col-lg-2-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.profile-content {
  width: 100%;
  padding: 0;
  position: relative;
}

.profile-content .profile-image {
  background-position: 50% 20%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 67.6666%;
  z-index: 2;
  display: table;
}

.profile-content .profile-image .profile-name {
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.profile-content .profile-image .profile-name h3 {
  color: #fff;
  font-size: 120px;
  opacity: 0.7;
  line-height: 1;
  text-shadow: 0 22px 25px rgba(0, 0, 0, 0.13);
}

.profile-content .profile-bio {
  float: right;
  height: auto;
  margin: 50px;
  overflow: hidden;
  padding: 0 0 0 100px;
  position: relative;
  right: 0;
  top: 0;
  width: 33.3333%;
  z-index: 1;
}

.profile-content .profile-bio .profile-bio-footer {
  padding: 20px 0 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .profile-content .profile-image {
    height: 300px;
    position: relative;
    width: 100%;
    display: table;
  }
  .profile-content .profile-image .profile-name h3 {
    font-size: 40px;
    text-align: center;
  }
  .profile-content .profile-bio {
    display: block;
    float: none;
    height: auto;
    margin: 15px auto;
    padding: 15px;
    width: 750px;
  }
}
.morphext > .animated {
  display: inline-block;
  opacity: 1;
}

.ohidden {
  position: relative;
  overflow: hidden !important;
}

.play-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 7px solid #fff;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.play-button > i {
  font-size: 22px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translateY(-50%) translateX(-50%);
}

.play-button.dark {
  border-color: #1f1f1f;
}

.play-button.dark > i {
  color: #1f1f1f;
}

.play-button:hover {
  transform: scale(1.15);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.lines-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 16px;
  background: transparent;
  outline: none;
}

.lines-button > * {
  display: block;
}

.lines-button:focus, .lines-button:hover {
  outline: none;
}

.lines-button::-moz-focus-inner {
  border: 0;
}

.lines {
  width: 20px;
  position: relative;
  top: -4px;
}

.lines, .lines:after, .lines:before {
  display: inline-block;
  height: 2px;
  border-radius: 4px;
  transition: 0.3s;
}

.lines:after, .lines:before {
  width: 20px;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%;
}

.lines:before {
  top: 6px;
}

.lines:after {
  top: -6px;
}

.lines, .lines:after, .lines:before {
  background-color: #111;
}

.toggle-active .lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.x {
  width: auto;
}

.x.toggle-active .lines {
  background: transparent !important;
}

.x.toggle-active .lines:after, .x.toggle-active .lines:before {
  transform-origin: 50% 50%;
  top: 0;
  width: 26px;
}

.x.toggle-active .lines:before {
  transform: rotate(45deg);
}

.x.toggle-active .lines:after {
  transform: rotate(-45deg);
}

.toggle-item i {
  position: relative;
}

.toggle-item i:nth-of-type(2) {
  visibility: hidden;
  position: absolute;
}

.toggle-item.toggle-active i:nth-of-type(2) {
  visibility: visible;
  position: relative;
}

.toggle-item.toggle-active i:first-of-type {
  visibility: hidden;
  position: absolute;
}

.image-hover-zoom {
  position: relative;
  overflow: hidden;
  cursor: url(../images/expand.png), default;
}

.image-hover-zoom img {
  transition: all 0.4s ease;
  opacity: 1;
}

.image-hover-zoom:hover img {
  opacity: 0.3;
}

.vimeo_player_wrapper {
  z-index: -1 !important;
}

.vimeo_player_wrapper ~ iframe {
  display: none;
}

iframe {
  width: 100%;
}

.block-shadow {
  box-shadow: 0 25px 75px 0 rgba(0, 0, 0, 0.2);
  margin-left: -100px;
}

.portfolio-item .new-badge {
  background-image: url(../preview/images/new-badge.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 61px;
  position: absolute;
  right: 12px;
  top: 3px;
  width: 55px;
  z-index: 100;
}

.bar-rating {
  height: 23px;
  float: left;
  color: #ffc300;
}

.image-left-offset {
  margin-left: -15px;
}

.image-left-offset img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
}

.image-right-offset {
  margin-right: -15px;
}

.image-right-offset img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
}

#external-events .fc-event {
  margin-bottom: 10px;
  cursor: grab;
}

.fc-view, .fc-view > table {
  z-index: 0 !important;
}

.fc-toolbar .fc-button {
  font-size: 12px !important;
  padding: 4px 14px;
  height: 34px;
  font-family: Poppins, sans-serif;
  background-color: #fff !important;
  border-color: #ebebeb !important;
  color: #4c5667 !important;
  text-shadow: none !important;
  background-image: unset !important;
  box-shadow: unset !important;
}

.fc-toolbar .fc-button.active, .fc-toolbar .fc-button:active, .fc-toolbar .fc-button:focus, .fc-toolbar .fc-button:hover {
  border-color: #ebedf2 !important;
  background-color: #f4f5f8 !important;
  color: #4c5667 !important;
}

.fc-day-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.fc-day-header span, .fc-list-heading td {
  font-weight: 600;
}

td.fc-today {
  border-style: none;
}

.fc-event {
  padding: 4px 10px;
}

.fc-event, .fc-event:hover, .fc-more, .fc-title {
  color: #484848;
}

.fc-popover .fc-header {
  padding: 6px 9px;
}

.fc-event {
  background-color: #fff;
  border-width: 1px;
  border-color: #ececec;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  border-left-width: 1px !important;
  padding: 5px 12px !important;
  border-radius: 4px !important;
  margin: 5px;
}

.fc-event-dot {
  background-color: #181818;
}

.fc-divider, .fc-list-heading td, .fc-popover .fc-header {
  background-color: #f7f9fb !important;
}

.fc-toolbar h2 {
  font-size: 1.2em;
}

.fc-event-primary.fc-event {
  background-color: #2250fc;
  border-color: #2250fc;
  color: #fff;
}

.fc-event-primary.fc-event span {
  color: #fff;
}

.fc-event-primary .fc-event-dot {
  background-color: #2250fc;
}

.fc-event-secondary.fc-event {
  background-color: #5a6268;
  border-color: #5a6268;
  color: #fff;
}

.fc-event-secondary.fc-event span {
  color: #fff;
}

.fc-event-secondary .fc-event-dot {
  background-color: #2250fc;
}

.fc-event-warning.fc-event {
  background-color: #ffb20e;
  border-color: #ffb20e;
  color: #fff;
}

.fc-event-warning.fc-event span {
  color: #fff;
}

.fc-event-warning .fc-event-dot {
  background-color: #ffb20e;
}

.fc-event-danger.fc-event {
  background-color: #ce041c;
  border-color: #ce041c;
  color: #fff;
}

.fc-event-danger.fc-event span {
  color: #fff;
}

.fc-event-danger .fc-event-dot {
  background-color: #ce041c;
}

.fc-event-info.fc-event {
  background-color: #53b0f8;
  border-color: #53b0f8;
  color: #fff;
}

.fc-event-info.fc-event span {
  color: #fff;
}

.fc-event-info .fc-event-dot {
  background-color: #53b0f8;
}

.fc-event-success.fc-event {
  background-color: #81c868;
  border-color: #81c868;
  color: #fff;
}

.fc-event-success.fc-event span {
  color: #fff;
}

.fc-event-success .fc-event-dot {
  background-color: #81c868;
}

.simple-dropdown .title {
  line-height: inherit !important;
  letter-spacing: 1px;
  padding: 0;
  color: #1f1f1f;
}

.simple-dropdown .dropdown-list {
  right: -10px;
  left: auto;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.1);
  margin-top: -16px;
}

.simple-dropdown .dropdown-list:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  top: -9px;
  right: 14px;
  position: absolute;
}

.p-dropdown {
  float: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.p-dropdown a:not(.btn) {
  color: #484848;
}

.p-dropdown .btn, .p-dropdown .title {
  padding-bottom: 10px;
  cursor: pointer;
  overflow: unset !important;
}

.p-dropdown .btn:before {
  top: 30px;
  right: 5px;
}

.p-dropdown .btn ~ .dropdown-content {
  top: 42px;
}

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
  line-height: normal;
  position: absolute;
  min-width: 140px;
  z-index: 5;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  transform: translateY(8px);
  padding: 14px 20px;
  width: -moz-min-content;
  width: min-content;
  top: auto;
  right: 0;
  margin: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  min-width: 180px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
}

.p-dropdown .p-dropdown-content hr, .p-dropdown ul.p-dropdown-content hr {
  margin-left: -20px;
  margin-right: -20px;
}

.p-dropdown .p-dropdown-content > li, .p-dropdown .p-dropdown-content ul > li, .p-dropdown ul.p-dropdown-content > li, .p-dropdown ul.p-dropdown-content ul > li {
  display: block;
}

.p-dropdown .p-dropdown-content > li:first-child label, .p-dropdown .p-dropdown-content ul > li:first-child label, .p-dropdown ul.p-dropdown-content > li:first-child label, .p-dropdown ul.p-dropdown-content ul > li:first-child label {
  margin-top: 0;
}

.p-dropdown .p-dropdown-content > li label, .p-dropdown .p-dropdown-content ul > li label, .p-dropdown ul.p-dropdown-content > li label, .p-dropdown ul.p-dropdown-content ul > li label {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 0;
}

.p-dropdown .p-dropdown-content > li a, .p-dropdown .p-dropdown-content ul > li a, .p-dropdown ul.p-dropdown-content > li a, .p-dropdown ul.p-dropdown-content ul > li a {
  line-height: 26px;
  white-space: nowrap;
  display: block;
  padding: 2px 8px;
}

.p-dropdown .p-dropdown-content > li a i, .p-dropdown .p-dropdown-content ul > li a i, .p-dropdown ul.p-dropdown-content > li a i, .p-dropdown ul.p-dropdown-content ul > li a i {
  margin-right: 6px;
}

.p-dropdown.p-dropdown-invert .p-dropdown-content, .p-dropdown.p-dropdown-invert ul.p-dropdown-content {
  left: 0;
  right: auto;
}

.p-dropdown.p-dropdown-invert .p-dropdown-content:before, .p-dropdown.p-dropdown-invert ul.p-dropdown-content:before {
  content: " ";
  right: auto;
  left: 22px;
}

.p-dropdown:hover .title:before {
  opacity: 1;
  visibility: visible;
}

.p-dropdown:hover .p-dropdown-content {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.header-extras .p-dropdown .p-dropdown-content, .header-extras .p-dropdown ul.p-dropdown-content {
  right: -26px;
  margin-top: -8px;
}

.header-extras .p-dropdown .p-dropdown-content:before, .header-extras .p-dropdown ul.p-dropdown-content:before {
  display: none;
}

.widget-form {
  min-width: 200px;
}

table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
  border-bottom-width: 0;
}

table.table-bordered.dataTable td, table.table-bordered.dataTable th {
  border-left-width: 0;
}

table.dataTable thead td, table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #ececec;
  border-top: 0;
  background-color: #f7f9fb;
}

table.dataTable tfoot td, table.dataTable tfoot th {
  border-top: 2px solid #ececec;
  background-color: #f7f9fb;
}

#datatable_paginate, .dataTables_paginate, .paging_simple_numbers .dataTables_info {
  margin-top: 20px;
}

div.dataTables_wrapper div.dataTables_length select {
  min-width: 60px;
}

.dataTables_wrapper .dataTable .group td, .dataTables_wrapper .dataTable .group th {
  background-color: #f8f9fa;
}

.dataTable input {
  width: 100%;
}

.table th {
  font-weight: 500;
}

.p-countdown .p-countdown-show {
  display: none;
}

.p-cb {
  position: relative;
  margin: 12px 0;
  background-color: #fff;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid #ececec;
  cursor: pointer;
}

.p-cb a {
  color: #484848;
}

.p-cb .cb-icon {
  float: left;
}

.p-cb .cb-icon i {
  font-size: 34px;
}

.p-cb .cb-icon ~ .cb-content, .p-cb .cb-icon ~ .cb-title {
  padding-left: 50px;
}

.p-cb.cb-text .cb-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.p-cb.cb-text .cb-content {
  font-size: 12px;
}

.p-cb.cb-text .cb-content p {
  color: #777;
  margin-bottom: 0;
}

.p-cb.cb-text:hover {
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.p-cb.cb-text:hover a:not(.link) {
  color: inherit;
}

.icon-set-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.icon-set-container .icon-preview .icon-holder {
  vertical-align: middle;
  top: -4px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-set-container .icon-preview .icon-class {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 50px;
  font-weight: 500;
}

.icon-set-container .row > [class^=col-] {
  position: relative;
  font-size: 20px;
  margin: 12px;
  background-color: #fff;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  flex: 1 1 calc(25% - 30px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 26px 18px;
  transition: 0.3s;
  color: #626262;
}

.icon-set-container .row > [class^=col-]:hover {
  transform: translateY(-5px);
  background-color: #2250fc;
  color: #fff;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.icon-set-container .row > [class^=col-]:hover .icon-holder {
  background-color: #fff;
  color: #2250fc;
}

.kenburns-bg {
  background-position: 50% 20%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: -1;
  transform: scale(1);
  transition: transform 14s ease;
}

.kenburns-bg.kenburns-bg-animate {
  transform: translateZ(0) scale(1.2);
}

.zoom-out {
  animation-name: zoom-out;
  transform: scale(1);
  opacity: 1;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fullscreen .container-fullscreen {
  display: flex;
  width: 100%;
  height: 100%;
}

.fullscreen .container-fullscreen .text-middle {
  align-self: center;
  margin: 0 auto;
}

.alert [data-notify=progressbar] {
  height: 6px !important;
}

.progress .progress-bar {
  height: 4px;
  background-color: #a0d68d;
}

.bootstrap-notify {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1500;
}

.bootstrap-notify.alert .close {
  padding: 4px;
}

.bootstrap-notify a, .bootstrap-notify a:hover, .bootstrap-notify a:visited {
  color: #fff !important;
  text-decoration: underline;
}

.element-container {
  box-shadow: none;
  display: block !important;
  margin: unset !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  width: auto !important;
}

.datepicker {
  width: 260px;
  padding: 10px !important;
}

.datepicker table {
  width: 100%;
}

.datepicker.datepicker-dropdown {
  box-shadow: 0 0 15px 1px rgba(94, 94, 94, 0.15);
}

.datepicker td, .datepicker th, .datepicker thead th {
  border-top: none;
  border-bottom: none;
}

.datepicker td, .datepicker th {
  width: 34px !important;
  height: 32px !important;
  border-radius: 3px !important;
}

.datepicker tbody tr > td.day:hover {
  background: #ebedf2;
}

.datepicker tbody tr > td.day.new, .datepicker tbody tr > td.day.old {
  color: #9c9c9c;
}

.datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.today.active {
  background: #2250fc !important;
  color: #fff;
}

.datepicker tbody tr > td.day.active:hover, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.today.active:hover {
  background: #2250fc;
  color: #fff;
}

.datepicker tbody tr > td.day.today {
  opacity: 0.8;
}

.datepicker tbody tr > td.day.range {
  background: #f4f5f8;
}

.datepicker tbody tr > td.day.range.today {
  background: #2250fc;
  opacity: 0.4;
}

.datepicker tbody tr > td span.month {
  color: #575962;
}

.datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month:hover {
  background: #ebedf2;
}

.datepicker tbody tr > td span.month.active, .datepicker tbody tr > td span.month.active:hover {
  background: #2250fc;
  color: #fff;
}

.datepicker tfoot tr > th.clear:hover, .datepicker tfoot tr > th.today:hover {
  background: #ebedf2;
}

.datepicker.datepicker-inline {
  border: 1px solid #f4f5f8;
}

.timepicker-picker a.btn {
  background: transparent !important;
  border: none !important;
}

.timepicker-picker a.btn span:before {
  color: #000;
}

.timepicker-picker a.btn:hover {
  background: #ebedf2;
}

.timepicker-picker .separator:after, .timepicker-picker .separator:before {
  border: none !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  padding: 0;
  box-shadow: 0 0 15px 1px rgba(94, 94, 94, 0.15);
  z-index: 1110 !important;
}

.datetimepicker, .timepicker {
  width: 260px;
  padding: 10px;
}

.datetimepicker.datetimepicker-orient-top {
  margin-top: 8px;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker td, .datetimepicker th {
  width: 34px !important;
  height: 32px !important;
  border-radius: 3px !important;
}

.datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
  display: inline-block;
  font-family: inspiro-icons !important;
  font-size: 16px;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

.datetimepicker thead th.next > span:before {
  content: "\E930";
}

.datetimepicker thead th.prev > span:before {
  content: "\E92F";
}

.datetimepicker tbody tr > td.day.today {
  position: relative;
}

.datetimepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border-color: rgba(0, 0, 0, 0.2) transparent #fff;
  border-style: solid;
  border-width: 0 0 7px 7px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.datetimepicker tfoot tr > th.clear, .datetimepicker tfoot tr > th.today {
  border-radius: 3px;
  font-weight: 500;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover:active, .datetimepicker tbody tr > td.day.today {
  background: #2250fc !important;
  color: #fff;
}

.datetimepicker table tr > td.today.active, .datetimepicker table tr > td.today.disabled, .datetimepicker table tr > td.today.disabled.active, .datetimepicker table tr > td.today.disabled.disabled, .datetimepicker table tr > td.today.disabled:active, .datetimepicker table tr > td.today.disabled:hover, .datetimepicker table tr > td.today.disabled:hover.active, .datetimepicker table tr > td.today.disabled:hover.disabled, .datetimepicker table tr > td.today.disabled:hover:active, .datetimepicker table tr > td.today.disabled:hover:hover, .datetimepicker table tr > td.today.disabled:hover[disabled], .datetimepicker table tr > td.today.disabled[disabled], .datetimepicker table tr > td.today:active, .datetimepicker table tr > td.today:hover, .datetimepicker table tr > td.today:hover.active, .datetimepicker table tr > td.today:hover.disabled, .datetimepicker table tr > td.today:hover:active, .datetimepicker table tr > td.today:hover:hover, .datetimepicker table tr > td.today:hover[disabled], .datetimepicker table tr > td.today[disabled] {
  background: #2250fc !important;
  color: #fff;
  opacity: 0.7;
}

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}

.daterangepicker {
  padding: 10px;
  margin-top: 5px;
}

.daterangepicker .daterangepicker_input .input-mini {
  padding: 0.65rem 1rem 0.65rem 2.2rem;
  line-height: 1.25;
}

.daterangepicker td, .daterangepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  line-height: 0;
}

.daterangepicker thead .fa.fa-chevron-left, .daterangepicker thead .fa.fa-chevron-right {
  display: inline-block;
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.daterangepicker thead .fa.fa-chevron-left:before {
  content: "\F111";
}

.daterangepicker thead .fa.fa-chevron-right:before {
  content: "\F112";
}

.daterangepicker thead th {
  font-weight: 500;
}

.daterangepicker thead th.next, .daterangepicker thead th.prev {
  font-size: 1.3rem;
}

.daterangepicker tbody td.in-range.start-date.today {
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.daterangepicker tbody td.in-range.end-date.today {
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker tbody td.today, .daterangepicker tbody td.today.in-range {
  border-radius: 3px;
  position: relative;
}

.daterangepicker tbody td.today.in-range:before, .daterangepicker tbody td.today:before {
  content: "";
  display: inline-block;
  border-color: rgba(0, 0, 0, 0.2) transparent #fff;
  border-style: solid;
  border-width: 0 0 7px 7px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border-radius: 3px;
  padding: 0.35rem 0.75rem;
  outline: 0 !important;
}

.daterangepicker .calendar-time {
  margin: 15px 0 5px;
}

.daterangepicker .calendar-time select.ampmselect, .daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect {
  width: 70px;
}

.daterangepicker .calendar-time i {
  left: 3px;
  top: 5px;
  display: inline-block;
  font: normal normal normal 16px/1 LineAwesome;
  font-size: 1.4rem;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.daterangepicker .calendar-time i:before {
  content: "\F18F";
}

.daterangepicker .ranges {
  padding: 10px;
  margin: 5px 5px 5px 10px;
}

.daterangepicker .ranges ul {
  width: 210px;
}

.daterangepicker .ranges ul li {
  border-radius: 3px;
  background: 0 0;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-weight: 400;
  border-color: transparent;
}

.daterangepicker .ranges .range_inputs {
  margin-top: 15px;
}

.daterangepicker .ranges .range_inputs .btn {
  padding: 0.6rem 1.6rem;
  border-radius: 40px;
  margin-right: 6px;
}

.daterangepicker .daterangepicker_input .input-mini {
  height: auto;
  border: 1px solid #ebedf2;
}

.daterangepicker .daterangepicker_input .input-mini.active, .daterangepicker .daterangepicker_input .input-mini:focus {
  border: 1px solid #2250fc;
}

.daterangepicker .daterangepicker_input i {
  color: #b2b1c5;
}

.daterangepicker tbody td.available:hover, .daterangepicker tbody td:hover, .daterangepicker thead th.next:hover, .daterangepicker thead th.prev:hover {
  background: #ebedf2;
}

.daterangepicker tbody td.off {
  color: #7b7e8a;
}

.daterangepicker tbody td.available {
  color: #575962;
}

.daterangepicker tbody td.today {
  background: #2250fc;
  color: #fff;
}

.daterangepicker tbody td.today:before {
  border-bottom-color: #fff;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker tbody td.today.in-range {
  border-radius: 0;
}

.daterangepicker tbody td.active, .daterangepicker tbody td.active:hover, .daterangepicker tbody td.in-range, .daterangepicker tbody td.in-range:hover {
  background: #2250fc;
  color: #fff;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border: 1px solid #ebedf2;
}

.daterangepicker select.ampmselect.active, .daterangepicker select.ampmselect:focus, .daterangepicker select.hourselect.active, .daterangepicker select.hourselect:focus, .daterangepicker select.minuteselect.active, .daterangepicker select.minuteselect:focus, .daterangepicker select.monthselect.active, .daterangepicker select.monthselect:focus, .daterangepicker select.yearselect.active, .daterangepicker select.yearselect:focus {
  border: 1px solid #2250fc;
}

.daterangepicker .calendar-time i {
  color: #b2b1c5;
}

.daterangepicker .ranges li {
  border: 1px solid #ebedf2;
  color: #7b7e8a;
}

.daterangepicker .ranges li:hover {
  background: 0 0;
  color: #7b7e8a;
  background: #f9f9fd;
}

.daterangepicker .ranges li.active {
  background: #2250fc;
  color: #fff;
  border: 1px solid #2250fc;
}

.daterangepicker .ranges {
  padding: 0;
  margin: 0;
}

.daterangepicker .ranges ul > li:last-child {
  margin-bottom: 0 !important;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  padding: 5px 8px !important;
  border: 0;
  margin-bottom: 4px;
}

.daterangepicker td.in-range {
  background: #f4f5f8 !important;
  color: #212529 !important;
}

.daterangepicker .active.end-date.in-range, .daterangepicker td.active:hover, .daterangepicker td.active:not(.off) {
  background: #2250fc !important;
  color: #fff !important;
}

.daterangepicker .drp-buttons .btn {
  padding: 10px;
  line-height: 10px;
}

input.daterange:after, input.dates:after {
  font-family: inspiro-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E951";
  position: absolute;
  right: 4px;
  background: #00f;
}

.daterangepicker .calendar-time select.ampmselect, .daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect {
  min-height: 20px;
  background-color: #fff !important;
}

.accordion .ac-item {
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.accordion .ac-item .ac-title {
  font-weight: 500;
  position: relative;
  padding-right: 10px;
  margin: 0;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.accordion .ac-item .ac-title:before {
  font-size: 18px;
  content: "\E9BE";
  font-family: inspiro-icons;
  right: 0;
  position: absolute;
}

.accordion .ac-item .ac-title > i {
  margin-right: 8px;
}

.accordion .ac-item .ac-content {
  padding-top: 12px;
}

.accordion .ac-item .ac-content > p:last-child {
  margin-bottom: 6px;
}

.accordion .ac-item.ac-active .ac-title:before {
  content: "\E9A1";
}

.accordion.accordion-shadow .ac-item {
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.accordion.accordion-simple .ac-item {
  padding: 14px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ececec;
}

.accordion.accordion-simple .ac-item:last-child {
  border: 0;
}

.accordion.accordion-flat .ac-item {
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}

.accordion.accordion-theme .ac-item {
  background-color: #2250fc;
  border: 0;
}

.accordion.accordion-theme .ac-item .ac-content, .accordion.accordion-theme .ac-item .ac-content p, .accordion.accordion-theme .ac-item .ac-title {
  color: #fff;
}

.accordion.dark .ac-item {
  background-color: #181818;
  border: 0;
}

.accordion.dark .ac-item .ac-content, .accordion.dark .ac-item .ac-content p, .accordion.dark .ac-item .ac-title, .alert {
  color: #fff;
}

.alert {
  padding: 0.85rem 1.5rem;
  z-index: 9999;
}

.alert span[data-notify~=title] {
  display: block;
  font-weight: 700;
}

.alert span.fas {
  font-size: 24px;
  float: left;
  padding-top: 10px;
  min-width: 40px;
  min-height: 40px;
}

.alert .close {
  color: #fff;
  font-weight: 300;
  padding: 12px 18px;
}

.alert > .alert-icon {
  float: left;
}

.alert > .alert-icon i {
  font-size: 34px;
}

.alert > p {
  padding-left: 54px;
}

.alert.alert-primary {
  background-color: #2250fc;
  border-color: #093cfc;
}

.alert.alert-secondary {
  background-color: #5a6268;
  border-color: #4e555a;
}

.alert.alert-success {
  background-color: #81c868;
  border-color: #71c155;
}

.alert.alert-info {
  background-color: #53b0f8;
  border-color: #3aa5f7;
}

.alert.alert-danger {
  background-color: #ce041c;
  border-color: #b50419;
}

.alert.alert-warning {
  background-color: #ffb20e;
  border-color: #f4a600;
}

.alert.alert-light {
  color: #9896a6;
  background-color: #f8f9fa;
  border-color: #ececec;
}

.alert.alert-light .alert-link, .alert.alert-light h1, .alert.alert-light h2, .alert.alert-light h3, .alert.alert-light h4, .alert.alert-light h5, .alert.alert-light h6 {
  color: #9896a6;
}

.alert.alert-dark {
  background-color: #9896a6;
  border-color: #8a889a;
}

.alert .alert-link, .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  color: #fff;
}

.alert [data-notify=progressbar] {
  height: 2px !important;
  margin-top: 8px;
}

.avatar {
  flex-shrink: 0;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
}

.avatar .avatar-lg {
  width: 3rem;
  height: 3rem;
}

.avatar .avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-lg {
  width: 3rem;
  height: 3rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

ul.avatars {
  display: flex;
  padding: 0;
  list-style: none;
}

ul.avatars > li:not(:last-child) {
  margin-right: -0.375rem;
}

@media (min-width: 1024px) {
  .avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
  }
}
a:not([href]):not([tabindex]):not(.btn) {
  color: none;
}

.btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]), button.btn {
  font-family: Poppins, sans-serif;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #2250fc;
  border: 1px solid #2250fc;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 14px;
  cursor: pointer;
}

.btn:not(.close):not(.mfp-close):after, a.btn:not([href]):not([tabindex]):after, button.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.btn:not(.close):not(.mfp-close) i, a.btn:not([href]):not([tabindex]) i, button.btn i {
  text-shadow: none;
}

.btn:not(.close):not(.mfp-close).btn-xs, a.btn:not([href]):not([tabindex]).btn-xs, button.btn.btn-xs {
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close), .btn-group-sm > a.btn:not([href]):not([tabindex]), .btn-group-sm > button.btn, .btn:not(.close):not(.mfp-close).btn-sm, a.btn:not([href]):not([tabindex]).btn-sm, button.btn.btn-sm {
  font-size: 11px;
  height: 30px;
  line-height: 28px;
  padding: 0 14px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close), .btn-group-lg > a.btn:not([href]):not([tabindex]), .btn-group-lg > button.btn, .btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg, button.btn.btn-lg {
  font-size: 16px;
  height: 58px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px;
}

.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, button.btn:focus, button.btn:hover, button.btn:not(:disabled):not(.disabled).active, button.btn:not(:disabled):not(.disabled):active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #fff;
  text-decoration: none;
}

.btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline, button.btn.btn-outline {
  background-color: transparent;
  border: 2px solid #2250fc;
  color: #2250fc;
}

.btn:not(.close):not(.mfp-close).btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:hover, button.btn.btn-outline.active, button.btn.btn-outline:active, button.btn.btn-outline:focus, button.btn.btn-outline:hover {
  background-color: #2250fc;
  border: 2px solid #2250fc;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-block, a.btn:not([href]):not([tabindex]).btn-block, button.btn.btn-block {
  width: 100%;
  display: block;
}

.btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-light, button.btn.btn-light {
  background-color: #fff;
  border-color: #ebebeb;
  color: #4c5667;
}

.btn:not(.close):not(.mfp-close).btn-light.active, .btn:not(.close):not(.mfp-close).btn-light:active, .btn:not(.close):not(.mfp-close).btn-light:focus, .btn:not(.close):not(.mfp-close).btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light.active, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:hover, button.btn.btn-light.active, button.btn.btn-light:active, button.btn.btn-light:focus, button.btn.btn-light:hover {
  border-color: #ebedf2;
  background-color: #f4f5f8;
  color: #4c5667;
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline, a.btn:not([href]):not([tabindex]).btn-light.btn-outline, button.btn.btn-light.btn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-light.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover, button.btn.btn-light.btn-outline.active, button.btn.btn-light.btn-outline:active, button.btn.btn-light.btn-outline:focus, button.btn.btn-light.btn-outline:hover {
  background-color: #fff;
  color: #4c5667;
}

.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover, button.btn.btn-light.btn-light-hover.active, button.btn.btn-light.btn-light-hover:active, button.btn.btn-light.btn-light-hover:focus, button.btn.btn-light.btn-light-hover:hover {
  background-color: #fff;
  border-color: #ebebeb;
  color: #4c5667;
}

.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active, button.btn:not(.btn-shadow):focus, button.btn:not(.btn-shadow):focus:active {
  box-shadow: none !important;
}

.btn:not(.close):not(.mfp-close).btn-transparent, a.btn:not([href]):not([tabindex]).btn-transparent, button.btn.btn-transparent {
  background-color: transparent;
  border: 0;
  color: #484848;
}

.btn:not(.close):not(.mfp-close).btn-transparent.btn-inverted, a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted, button.btn.btn-transparent.btn-inverted {
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary, button.btn.btn-primary {
  background-color: #2250fc;
  border-color: #2250fc;
}

.btn:not(.close):not(.mfp-close).btn-primary:focus, .btn:not(.close):not(.mfp-close).btn-primary:hover, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-primary:focus, a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:focus, button.btn.btn-primary:hover, button.btn.btn-primary:not(:disabled):not(.disabled).active, button.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-secondary, a.btn:not([href]):not([tabindex]).btn-secondary, button.btn.btn-secondary {
  background-color: #5a6268;
  border-color: #5a6268;
}

.btn:not(.close):not(.mfp-close).btn-secondary:focus, .btn:not(.close):not(.mfp-close).btn-secondary:hover, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-secondary:focus, a.btn:not([href]):not([tabindex]).btn-secondary:hover, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active, button.btn.btn-secondary:focus, button.btn.btn-secondary:hover, button.btn.btn-secondary:not(:disabled):not(.disabled).active, button.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #42484d;
  border-color: #42484d;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-success, a.btn:not([href]):not([tabindex]).btn-success, button.btn.btn-success {
  background-color: #81c868;
  border-color: #81c868;
}

.btn:not(.close):not(.mfp-close).btn-success:focus, .btn:not(.close):not(.mfp-close).btn-success:hover, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-success:focus, a.btn:not([href]):not([tabindex]).btn-success:hover, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, button.btn.btn-success:focus, button.btn.btn-success:hover, button.btn.btn-success:not(:disabled):not(.disabled).active, button.btn.btn-success:not(:disabled):not(.disabled):active {
  background-color: #62b944;
  border-color: #62b944;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-info, a.btn:not([href]):not([tabindex]).btn-info, button.btn.btn-info {
  background-color: #53b0f8;
  border-color: #53b0f8;
}

.btn:not(.close):not(.mfp-close).btn-info:focus, .btn:not(.close):not(.mfp-close).btn-info:hover, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-info:focus, a.btn:not([href]):not([tabindex]).btn-info:hover, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active, button.btn.btn-info:focus, button.btn.btn-info:hover, button.btn.btn-info:not(:disabled):not(.disabled).active, button.btn.btn-info:not(:disabled):not(.disabled):active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-warning, a.btn:not([href]):not([tabindex]).btn-warning, button.btn.btn-warning {
  background-color: #ffb20e;
  border-color: #ffb20e;
}

.btn:not(.close):not(.mfp-close).btn-warning:focus, .btn:not(.close):not(.mfp-close).btn-warning:hover, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-warning:focus, a.btn:not([href]):not([tabindex]).btn-warning:hover, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active, button.btn.btn-warning:focus, button.btn.btn-warning:hover, button.btn.btn-warning:not(:disabled):not(.disabled).active, button.btn.btn-warning:not(:disabled):not(.disabled):active {
  background-color: #da9400;
  border-color: #da9400;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-danger, a.btn:not([href]):not([tabindex]).btn-danger, button.btn.btn-danger {
  background-color: #ce041c;
  border-color: #ce041c;
}

.btn:not(.close):not(.mfp-close).btn-danger:focus, .btn:not(.close):not(.mfp-close).btn-danger:hover, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-danger:focus, a.btn:not([href]):not([tabindex]).btn-danger:hover, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active, button.btn.btn-danger:focus, button.btn.btn-danger:hover, button.btn.btn-danger:not(:disabled):not(.disabled).active, button.btn.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-dark, a.btn:not([href]):not([tabindex]).btn-dark, button.btn.btn-dark {
  background-color: #000;
  border-color: #000;
}

.btn:not(.close):not(.mfp-close).btn-dark.active, .btn:not(.close):not(.mfp-close).btn-dark:active, .btn:not(.close):not(.mfp-close).btn-dark:focus, .btn:not(.close):not(.mfp-close).btn-dark:hover, a.btn:not([href]):not([tabindex]).btn-dark.active, a.btn:not([href]):not([tabindex]).btn-dark:active, a.btn:not([href]):not([tabindex]).btn-dark:focus, a.btn:not([href]):not([tabindex]).btn-dark:hover, button.btn.btn-dark.active, button.btn.btn-dark:active, button.btn.btn-dark:focus, button.btn.btn-dark:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline, button.btn.btn-dark.btn-outline {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, button.btn.btn-dark.btn-outline.active, button.btn.btn-dark.btn-outline:active, button.btn.btn-dark.btn-outline:focus, button.btn.btn-dark.btn-outline:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-red, a.btn:not([href]):not([tabindex]).btn-red, button.btn.btn-red {
  background-color: #ca0027;
  border-color: #ca0027;
}

.btn:not(.close):not(.mfp-close).btn-red:focus, .btn:not(.close):not(.mfp-close).btn-red:hover, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-red:focus, a.btn:not([href]):not([tabindex]).btn-red:hover, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active, button.btn.btn-red:focus, button.btn.btn-red:hover, button.btn.btn-red:not(:disabled):not(.disabled).active, button.btn.btn-red:not(:disabled):not(.disabled):active {
  background-color: #97001d;
  border-color: #97001d;
  color: #fff;
}

.btn:not(.close):not(.mfp-close).btn-round, a.btn:not([href]):not([tabindex]).btn-round, button.btn.btn-round {
  border-radius: 50%;
  padding: 10px;
}

.btn:not(.close):not(.mfp-close).btn-round > i, a.btn:not([href]):not([tabindex]).btn-round > i, button.btn.btn-round > i {
  font-size: 14px;
}

.btn:not(.close):not(.mfp-close).btn-slide, a.btn:not([href]):not([tabindex]).btn-slide, button.btn.btn-slide {
  border-radius: 50px;
  display: table-cell;
  opacity: 1;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: width 0.4s ease 0s, background 0.4s ease 0s;
  width: 46px;
  line-height: 18px;
}

.btn:not(.close):not(.mfp-close).btn-slide > i, a.btn:not([href]):not([tabindex]).btn-slide > i, button.btn.btn-slide > i {
  float: left;
  left: 17px;
  position: absolute;
  top: 17px;
  transition: all 0.8s ease 0s;
}

.btn:not(.close):not(.mfp-close).btn-slide > span, a.btn:not([href]):not([tabindex]).btn-slide > span, button.btn.btn-slide > span {
  left: 40px;
  position: absolute;
  text-align: left;
  top: 13px;
  transition: left 0.5s ease 0s, opacity 0.5s ease 0s;
  white-space: nowrap;
  opacity: 0;
}

.btn:not(.close):not(.mfp-close).btn-slide:hover, a.btn:not([href]):not([tabindex]).btn-slide:hover, button.btn.btn-slide:hover {
  width: 140px;
  text-align: left;
}

.btn:not(.close):not(.mfp-close).btn-slide:hover > i, a.btn:not([href]):not([tabindex]).btn-slide:hover > i, button.btn.btn-slide:hover > i {
  transform: rotate(1turn);
}

.btn:not(.close):not(.mfp-close).btn-slide:hover > span, a.btn:not([href]):not([tabindex]).btn-slide:hover > span, button.btn.btn-slide:hover > span {
  opacity: 1;
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs, button.btn.btn-slide.btn-xs {
  padding: 14px;
  width: 30px;
  line-height: 26px;
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > i, button.btn.btn-slide.btn-xs > i {
  left: 9px;
  top: 8px;
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > span, button.btn.btn-slide.btn-xs > span {
  left: 28px;
  top: 0;
}

.btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover, button.btn.btn-slide.btn-xs:hover {
  width: 110px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-slide, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-slide, .btn-group-sm > button.btn.btn-slide, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm, button.btn.btn-slide.btn-sm {
  padding: 18px;
  width: 36px;
  line-height: 36px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-slide > i, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-slide > i, .btn-group-sm > button.btn.btn-slide > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > i, button.btn.btn-slide.btn-sm > i {
  left: 13px;
  top: 13px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-slide > span, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-slide > span, .btn-group-sm > button.btn.btn-slide > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > span, button.btn.btn-slide.btn-sm > span {
  left: 36px;
  top: 0;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-slide:hover, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-slide:hover, .btn-group-sm > button.btn.btn-slide:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover, button.btn.btn-slide.btn-sm:hover {
  width: 110px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-slide, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-slide, .btn-group-lg > button.btn.btn-slide, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg, button.btn.btn-slide.btn-lg {
  padding: 30px;
  line-height: 52px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-slide > i, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-slide > i, .btn-group-lg > button.btn.btn-slide > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > i, button.btn.btn-slide.btn-lg > i {
  left: 23px;
  top: 23px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-slide > span, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-slide > span, .btn-group-lg > button.btn.btn-slide > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > span, button.btn.btn-slide.btn-lg > span {
  left: 54px;
  top: 3px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-slide:hover, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-slide:hover, .btn-group-lg > button.btn.btn-slide:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover, button.btn.btn-slide.btn-lg:hover {
  width: 200px;
}

.btn:not(.close):not(.mfp-close).btn-reveal, a.btn:not([href]):not([tabindex]).btn-reveal, button.btn.btn-reveal {
  padding: 12px 34px;
}

.btn:not(.close):not(.mfp-close).btn-reveal span, a.btn:not([href]):not([tabindex]).btn-reveal span, button.btn.btn-reveal span {
  left: 0;
  position: relative;
  transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s;
}

.btn:not(.close):not(.mfp-close).btn-reveal i, a.btn:not([href]):not([tabindex]).btn-reveal i, button.btn.btn-reveal i {
  line-height: 18px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 18px;
}

.btn:not(.close):not(.mfp-close).btn-reveal:hover span, a.btn:not([href]):not([tabindex]).btn-reveal:hover span, button.btn.btn-reveal:hover span {
  left: -10px;
}

.btn:not(.close):not(.mfp-close).btn-reveal:hover i, a.btn:not([href]):not([tabindex]).btn-reveal:hover i, button.btn.btn-reveal:hover i {
  opacity: 1 !important;
  right: 18px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-reveal, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-reveal, .btn-group-sm > button.btn.btn-reveal, .btn:not(.close):not(.mfp-close).btn-reveal.btn-sm, .btn:not(.close):not(.mfp-close).btn-reveal.btn-xs, a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm, a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs, button.btn.btn-reveal.btn-sm, button.btn.btn-reveal.btn-xs {
  line-height: 0;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-reveal, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-reveal, .btn-group-lg > button.btn.btn-reveal, .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg, a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg, button.btn.btn-reveal.btn-lg {
  line-height: 26px;
  padding: 0 52px;
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span, button.btn.btn-reveal.btn-reveal-left span {
  right: 0;
  left: auto;
  transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s;
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i, button.btn.btn-reveal.btn-reveal-left i {
  left: 28px;
  right: auto;
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span, button.btn.btn-reveal.btn-reveal-left:hover span {
  right: -10px;
  left: auto;
}

.btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i, button.btn.btn-reveal.btn-reveal-left:hover i {
  left: 18px;
  right: auto;
}

.btn:not(.close):not(.mfp-close).btn-shadow, a.btn:not([href]):not([tabindex]).btn-shadow, button.btn.btn-shadow {
  box-shadow: 0 4px 16px #efefef;
}

.btn:not(.close):not(.mfp-close).btn-shadow:focus, .btn:not(.close):not(.mfp-close).btn-shadow:hover, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-shadow:focus, a.btn:not([href]):not([tabindex]).btn-shadow:hover, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, button.btn.btn-shadow:focus, button.btn.btn-shadow:hover, button.btn.btn-shadow:not(:disabled):not(.disabled).active, button.btn.btn-shadow:not(:disabled):not(.disabled):active {
  box-shadow: 4px 8px 16px #dedede;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder, a.btn:not([href]):not([tabindex]).btn-icon-holder, button.btn.btn-icon-holder {
  padding-right: 16px;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder:before, a.btn:not([href]):not([tabindex]).btn-icon-holder:before, button.btn.btn-icon-holder:before {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 42px;
  top: 0;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before, button.btn.btn-icon-holder.btn-outline:before {
  border-left: 2px solid #2250fc;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline.btn-dark:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before, button.btn.btn-icon-holder.btn-outline.btn-dark:before {
  border-left: 2px solid #111;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:before, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before, button.btn.btn-icon-holder.btn-light.btn-light-hover:before, button.btn.btn-icon-holder.btn-light.btn-light-hover:hover, button.btn.btn-icon-holder.btn-light:before {
  border-left: 1px solid #f3f3f3;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder i, a.btn:not([href]):not([tabindex]).btn-icon-holder i, button.btn.btn-icon-holder i {
  margin-left: 30px;
  margin-right: -2px;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs, button.btn.btn-icon-holder.btn-xs {
  padding-right: 10px;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before, button.btn.btn-icon-holder.btn-xs:before {
  right: 30px;
}

.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs i, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i, button.btn.btn-icon-holder.btn-xs i {
  margin-left: 20px;
  margin-right: 2px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-icon-holder, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-icon-holder, .btn-group-sm > button.btn.btn-icon-holder, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm, button.btn.btn-icon-holder.btn-sm {
  padding-right: 16px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-icon-holder:before, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-icon-holder:before, .btn-group-sm > button.btn.btn-icon-holder:before, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before, button.btn.btn-icon-holder.btn-sm:before {
  right: 36px;
}

.btn-group-sm > .btn:not(.close):not(.mfp-close).btn-icon-holder i, .btn-group-sm > a.btn:not([href]):not([tabindex]).btn-icon-holder i, .btn-group-sm > button.btn.btn-icon-holder i, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm i, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i, button.btn.btn-icon-holder.btn-sm i {
  margin-left: 24px;
  margin-right: 0;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-icon-holder, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-icon-holder, .btn-group-lg > button.btn.btn-icon-holder, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg, button.btn.btn-icon-holder.btn-lg {
  padding-right: 28px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-icon-holder:before, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-icon-holder:before, .btn-group-lg > button.btn.btn-icon-holder:before, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg:before, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before, button.btn.btn-icon-holder.btn-lg:before {
  right: 50px;
}

.btn-group-lg > .btn:not(.close):not(.mfp-close).btn-icon-holder i, .btn-group-lg > a.btn:not([href]):not([tabindex]).btn-icon-holder i, .btn-group-lg > button.btn.btn-icon-holder i, .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg i, a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i, button.btn.btn-icon-holder.btn-lg i {
  margin-left: 34px;
  margin-right: -8px;
}

.btn:not(.close):not(.mfp-close).btn-creative, a.btn:not([href]):not([tabindex]).btn-creative, button.btn.btn-creative {
  padding: 24px 40px;
  font-size: 15px;
  font-weight: 600;
}

.btn:not(.close):not(.mfp-close).btn-creative:before, a.btn:not([href]):not([tabindex]).btn-creative:before, button.btn.btn-creative:before {
  right: 58px;
}

.btn:not(.close):not(.mfp-close).btn-creative i, a.btn:not([href]):not([tabindex]).btn-creative i, button.btn.btn-creative i {
  margin-left: 54px;
  margin-right: -16px;
}

.btn:not(.close):not(.mfp-close).btn-facebook, a.btn:not([href]):not([tabindex]).btn-facebook, button.btn.btn-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-twitter, a.btn:not([href]):not([tabindex]).btn-twitter, button.btn.btn-twitter {
  background-color: #00aced !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-linkedin, a.btn:not([href]):not([tabindex]).btn-linkedin, button.btn.btn-linkedin {
  background-color: #007bb6 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-dribbble, a.btn:not([href]):not([tabindex]).btn-dribbble, button.btn.btn-dribbble {
  background-color: #ea4c89 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-googleplus, a.btn:not([href]):not([tabindex]).btn-googleplus, button.btn.btn-googleplus {
  background-color: #dd4b39 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-instagram, a.btn:not([href]):not([tabindex]).btn-instagram, button.btn.btn-instagram {
  background-color: #517fa4 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-pinterest, a.btn:not([href]):not([tabindex]).btn-pinterest, button.btn.btn-pinterest {
  background-color: #cb2027 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-dropbox, a.btn:not([href]):not([tabindex]).btn-dropbox, button.btn.btn-dropbox {
  background-color: #007ee5 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-flickr, a.btn:not([href]):not([tabindex]).btn-flickr, button.btn.btn-flickr {
  background-color: #ff0084 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-tumblr, a.btn:not([href]):not([tabindex]).btn-tumblr, button.btn.btn-tumblr {
  background-color: #32506d !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-skype, a.btn:not([href]):not([tabindex]).btn-skype, button.btn.btn-skype {
  background-color: #00aff0 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-youtube, a.btn:not([href]):not([tabindex]).btn-youtube, button.btn.btn-youtube {
  background-color: #b00 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close).btn-github, a.btn:not([href]):not([tabindex]).btn-github, button.btn.btn-github {
  background-color: #171515 !important;
  color: #fff !important;
  border-width: 0;
}

.btn:not(.close):not(.mfp-close) + .btn, a.btn:not([href]):not([tabindex]) + .btn, button.btn + .btn {
  margin-left: 4px;
}

.btn:not(.close):not(.mfp-close) .badge, a.btn:not([href]):not([tabindex]) .badge, button.btn .badge {
  position: absolute;
  right: -4px;
  top: -4px;
}

.btn:not(.close):not(.mfp-close).disabled, a.btn:not([href]):not([tabindex]).disabled, button.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.disabled .btn {
  opacity: 0.3;
}

@media (max-width: 1024px) {
  .btn.btn-reveal.btn-reveal-left:hover span {
    left: auto;
    right: auto;
  }
  .btn.btn-reveal.btn-reveal-left:hover i {
    display: none;
  }
}
.dark:not(.submenu-light) .btn.btn-shadow, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow {
  box-shadow: 0 4px 16px #292929;
}

.dark:not(.submenu-light) .btn.btn-shadow:focus, .dark:not(.submenu-light) .btn.btn-shadow:hover, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled).active, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled):active, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:focus, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:hover, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active {
  box-shadow: 4px 8px 16px #1d1d1d;
}

.card {
  border: 1px solid #ececec;
  margin-bottom: 20px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-weight: 600;
  padding: 1.8rem 2rem;
}

.card .card-header p:last-child {
  margin-bottom: 0;
}

.card .card-header .card-title {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 500;
}

.card .card-header .card-subtitle {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #484848;
}

.card .card-header-title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 600;
}

.card .card-body {
  padding: 1.8rem 2rem;
}

.card .card-body-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #ececec;
}

.heading {
  margin-bottom: 100px;
  text-align: center;
}

.heading > h1, .heading > h2 {
  font-size: 40px;
  text-transform: capitalize;
  line-height: 46px;
  font-weight: 300;
}

.heading > h1, .heading > h2, .heading > h4, .heading > p {
  margin-bottom: default-bottom-margin;
}

.heading-text {
  margin-bottom: 30px;
}

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 {
  position: relative;
  margin-bottom: 30px;
}

.heading-text h1 {
  font-size: 70px;
  font-weight: 600;
}

.heading-text h2, .heading-text h3 {
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: -0.7px;
  line-height: 66px;
}

.heading-text h4 {
  font-size: 34px;
  margin-bottom: 30px;
  letter-spacing: -0.7px;
  line-height: 40px;
}

.heading-text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.heading-text.heading-gradient h2 > * {
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}

.heading-text.heading-section > h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 60px;
}

.heading-text.heading-section > h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #2250fc;
  bottom: -30px;
  left: 0;
  right: 0;
}

.heading-text.heading-section.text-center h1:before, .heading-text.heading-section.text-center h2:before, .heading-text.heading-section.text-center h3:before, .heading-text.heading-section.text-center h4:before, .heading-text.heading-section.text-center h5:before, .heading-text.heading-section.text-center h6:before {
  margin: 0 auto;
}

.heading-text.heading-section.text-right h1:before, .heading-text.heading-section.text-right h2:before, .heading-text.heading-section.text-right h3:before, .heading-text.heading-section.text-right h4:before, .heading-text.heading-section.text-right h5:before, .heading-text.heading-section.text-right h6:before {
  right: 0;
  left: auto;
}

.heading-text.heading-section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-text.heading-section p span {
  font-weight: 600;
}

.heading-text.heading-plain > h2 {
  font-size: 56px;
  line-height: 56px;
  font-family: initial;
}

.heading-text.heading-plain p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.heading-text.heading-plain p span {
  font-weight: 600;
}

.heading-text.heading-light > h2 {
  font-size: 59px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 70px;
}

.heading-text.heading-light p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.heading-text.heading-light p span {
  font-weight: 600;
}

.heading-text.heading-vintage > h2 {
  border: 2px solid #fff;
  display: inline-block;
  padding: 8px 21px;
  margin-bottom: 30px;
}

.heading-text.heading-vintage p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.heading-text.heading-vintage p span {
  font-weight: 600;
}

.heading-text.heading-line h1:before, .heading-text.heading-line h2:before, .heading-text.heading-line h3:before, .heading-text.heading-line h4:before, .heading-text.heading-line h5:before, .heading-text.heading-line h6:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  bottom: -8px;
  right: 0;
  background-color: #ddd;
}

.heading-text.heading-line.text-center h1:before, .heading-text.heading-line.text-center h2:before, .heading-text.heading-line.text-center h3:before, .heading-text.heading-line.text-center h4:before, .heading-text.heading-line.text-center h5:before, .heading-text.heading-line.text-center h6:before {
  margin: 0 auto;
}

.heading-text.heading-line.text-right h1:before, .heading-text.heading-line.text-right h2:before, .heading-text.heading-line.text-right h3:before, .heading-text.heading-line.text-right h4:before, .heading-text.heading-line.text-right h5:before, .heading-text.heading-line.text-right h6:before {
  right: 0;
  left: auto;
}

.heading-text.heading-small > h2, .heading-text.heading-small > h3 {
  margin-bottom: 10px;
}

.heading-text.heading-small p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

.font-xl a, .font-xl h1, .font-xl h2, .font-xl h3, .font-xl h4, .font-xl h5, .font-xl h6, .font-xl p, .font-xl span {
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-creative {
  font-size: 62px;
  font-weight: 100;
  position: relative;
  text-align: left;
  width: 100%;
}

.heading-creative strong {
  color: #2250fc;
}

#header:not([data-transparent=true]).dark .heading-creative {
  color: #eee;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.tabs .nav-tabs {
  border-bottom: 2px solid #ececec;
  margin-bottom: 30px;
}

.tabs .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.tabs .nav-tabs .nav-link {
  color: #484848;
  padding: 14px 24px;
  color: rgba(72, 72, 72, 0.8);
  transition: 0.3s ease;
  font-weight: 500;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #ececec;
}

.tabs .nav-tabs .nav-link i {
  margin-right: 6px;
}

.tabs .nav-tabs .nav-link.disabled {
  color: rgba(72, 72, 72, 0.5);
}

.tabs .nav-tabs .nav-link.active {
  color: #2250fc;
  background-color: transparent;
  border-bottom: 2px solid #2250fc;
}

.tabs .nav-tabs .dropdown-menu {
  border-radius: 5px;
  border: 0;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.tabs.tabs-clean .nav-tabs {
  border-bottom: 0;
}

.tabs.tabs-clean .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tabs.tabs-clean .nav-tabs .nav-link.active {
  border-color: #ececec;
}

.tabs.tabs-vertical .nav-tabs {
  border: 0;
  margin-bottom: 0;
}

.tabs.tabs-vertical .nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 0;
  border-right: 2px solid #ececec;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
  color: #2250fc;
  background-color: transparent;
  border-right: 2px solid #2250fc;
}

.tabs.tabs-folder .nav-tabs {
  margin-bottom: 0;
  border-bottom: 0;
}

.tabs.tabs-folder .nav-tabs .nav-item {
  margin-bottom: 0;
}

.tabs.tabs-folder .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs.tabs-folder .nav-tabs .nav-link.active {
  border-color: #ececec #ececec #fff;
}

.tabs.tabs-folder .tab-content {
  margin-top: -1px;
  border: 1px solid #ececec;
  bottom: 10px;
  padding: 30px;
  border-radius: 0 6px 6px 6px;
}

.social-icons ul {
  padding: 0;
  margin: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dark .social-icons li a {
  color: #fff;
}

.social-icons.social-icons-colored-hover a:hover, .social-icons.social-icons-colored a {
  color: #fff !important;
  border: 0;
}

.social-icons.social-icons-colored-hover .social-rss a:hover, .social-icons.social-icons-colored-hover .social-snapchat a:hover, .social-icons.social-icons-colored .social-rss a, .social-icons.social-icons-colored .social-snapchat a {
  background-color: #faa33d;
}

.social-icons.social-icons-colored-hover .social-facebook a:hover, .social-icons.social-icons-colored .social-facebook a {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored-hover .social-twitter a:hover, .social-icons.social-icons-colored .social-twitter a {
  background-color: #40bff5;
}

.social-icons.social-icons-colored-hover .social-vimeo a:hover, .social-icons.social-icons-colored .social-vimeo a {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored-hover .social-myspace a:hover, .social-icons.social-icons-colored .social-myspace a {
  background-color: #008dde;
}

.social-icons.social-icons-colored-hover .social-youtube a:hover, .social-icons.social-icons-colored .social-youtube a {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored-hover .social-instagram a:hover, .social-icons.social-icons-colored .social-instagram a {
  background-color: #e53d00;
}

.social-icons.social-icons-colored-hover .social-gplus a:hover, .social-icons.social-icons-colored .social-gplus a {
  background-color: #d68400;
}

.social-icons.social-icons-colored-hover .social-stumbleupon a:hover, .social-icons.social-icons-colored .social-stumbleupon a {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored-hover .social-lastfm a:hover, .social-icons.social-icons-colored .social-lastfm a {
  background-color: #f34320;
}

.social-icons.social-icons-colored-hover .social-pinterest a:hover, .social-icons.social-icons-colored .social-pinterest a {
  background-color: #e13138;
}

.social-icons.social-icons-colored-hover .social-google a:hover, .social-icons.social-icons-colored .social-google a {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored-hover .social-evernote a:hover, .social-icons.social-icons-colored .social-evernote a {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored-hover .social-dribbble a:hover, .social-icons.social-icons-colored .social-dribbble a {
  background-color: #f7659c;
}

.social-icons.social-icons-colored-hover .social-skype a:hover, .social-icons.social-icons-colored .social-skype a {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored-hover .social-forrst a:hover, .social-icons.social-icons-colored .social-forrst a {
  background-color: #45ad76;
}

.social-icons.social-icons-colored-hover .social-linkedin a:hover, .social-icons.social-icons-colored .social-linkedin a {
  background-color: #238cc8;
}

.social-icons.social-icons-colored-hover .social-wordpress a:hover, .social-icons.social-icons-colored .social-wordpress a {
  background-color: #2592c3;
}

.social-icons.social-icons-colored-hover .social-grooveshark a:hover, .social-icons.social-icons-colored .social-grooveshark a {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored-hover .social-delicious a:hover, .social-icons.social-icons-colored .social-delicious a {
  background-color: #377bda;
}

.social-icons.social-icons-colored-hover .social-behance a:hover, .social-icons.social-icons-colored .social-behance a {
  background-color: #1879fd;
}

.social-icons.social-icons-colored-hover .social-dropbox a:hover, .social-icons.social-icons-colored .social-dropbox a {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored-hover .social-soundcloud a:hover, .social-icons.social-icons-colored .social-soundcloud a {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored-hover .social-deviantart a:hover, .social-icons.social-icons-colored .social-deviantart a {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored-hover .social-yahoo a:hover, .social-icons.social-icons-colored .social-yahoo a {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored-hover .social-flickr a:hover, .social-icons.social-icons-colored .social-flickr a {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored-hover .social-digg a:hover, .social-icons.social-icons-colored .social-digg a {
  background-color: #75788d;
}

.social-icons.social-icons-colored-hover .social-blogger a:hover, .social-icons.social-icons-colored .social-blogger a {
  background-color: #ff9233;
}

.social-icons.social-icons-colored-hover .social-tumblr a:hover, .social-icons.social-icons-colored .social-tumblr a {
  background-color: #426d9b;
}

.social-icons.social-icons-colored-hover .social-quora a:hover, .social-icons.social-icons-colored .social-quora a {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored-hover .social-github a:hover, .social-icons.social-icons-colored .social-github a {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored-hover .social-amazon a:hover, .social-icons.social-icons-colored .social-amazon a {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored-hover .social-xing a:hover, .social-icons.social-icons-colored .social-xing a {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored-hover .social-wikipedia a:hover, .social-icons.social-icons-colored .social-wikipedia a {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: transparent;
  color: #333;
}

.dark .social-icons.social-icons-border li a {
  border: 1px solid #333 !important;
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #eee;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

.social-icons li:hover i {
  animation: toTopFromBottom 0.3s forwards;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@font-face {
  font-family: inspiro-icons;
  src: url(../webfonts/inspiro-icons.ttf?ijzgpf) format("truetype"), url(../webfonts/inspiro-icons.woff?ijzgpf) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
i:not(.fa):not(.fab):not(.far):not(.fas) {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-alert-circle:before {
  content: "\E902";
}

.icon-alert-octagon:before {
  content: "\E903";
}

.icon-alert-triangle:before {
  content: "\E904";
}

.icon-align-center:before {
  content: "\E905";
}

.icon-align-justify:before {
  content: "\E906";
}

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

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

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

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

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

.icon-arrow-down-circle:before {
  content: "\E90C";
}

.icon-arrow-down-left:before {
  content: "\E90D";
}

.icon-arrow-down-right:before {
  content: "\E90E";
}

.icon-arrow-down:before {
  content: "\E90F";
}

.icon-arrow-left-circle:before {
  content: "\E910";
}

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

.icon-arrow-right-circle:before {
  content: "\E912";
}

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

.icon-arrow-up-circle:before {
  content: "\E914";
}

.icon-arrow-up-left:before {
  content: "\E915";
}

.icon-arrow-up-right:before {
  content: "\E916";
}

.icon-arrow-up:before {
  content: "\E917";
}

.icon-at-sign:before {
  content: "\E918";
}

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

.icon-bar-chart-2:before {
  content: "\E91A";
}

.icon-bar-chart:before {
  content: "\E91B";
}

.icon-battery-charging:before {
  content: "\E91C";
}

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

.icon-bell-off:before {
  content: "\E91E";
}

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

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

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

.icon-book-open:before {
  content: "\E922";
}

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

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

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

.icon-briefcase:before {
  content: "\E926";
}

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

.icon-camera-off:before {
  content: "\E928";
}

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

.icon-cast:before {
  content: "\E92A";
}

.icon-check-circle:before {
  content: "\E92B";
}

.icon-check-square:before {
  content: "\E92C";
}

.icon-check:before {
  content: "\E92D";
}

.icon-chevron-down:before {
  content: "\E92E";
}

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

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

.icon-chevron-up:before {
  content: "\E931";
}

.icon-chevrons-down:before {
  content: "\E932";
}

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

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

.icon-chevrons-up:before {
  content: "\E935";
}

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

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

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

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

.icon-cloud-drizzle:before {
  content: "\E93A";
}

.icon-cloud-lightning:before {
  content: "\E93B";
}

.icon-cloud-off:before {
  content: "\E93C";
}

.icon-cloud-rain:before {
  content: "\E93D";
}

.icon-cloud-snow:before {
  content: "\E93E";
}

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

.icon-code:before {
  content: "\E940";
}

.icon-codepen:before {
  content: "\E941";
}

.icon-codesandbox:before {
  content: "\E942";
}

.icon-coffee:before {
  content: "\E943";
}

.icon-columns:before {
  content: "\E944";
}

.icon-command:before {
  content: "\E945";
}

.icon-compass:before {
  content: "\E946";
}

.icon-copy:before {
  content: "\E947";
}

.icon-corner-down-left:before {
  content: "\E948";
}

.icon-corner-down-right:before {
  content: "\E949";
}

.icon-corner-left-down:before {
  content: "\E94A";
}

.icon-corner-left-up:before {
  content: "\E94B";
}

.icon-corner-right-down:before {
  content: "\E94C";
}

.icon-corner-right-up:before {
  content: "\E94D";
}

.icon-corner-up-left:before {
  content: "\E94E";
}

.icon-corner-up-right:before {
  content: "\E94F";
}

.icon-cpu:before {
  content: "\E950";
}

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

.icon-crop:before {
  content: "\E952";
}

.icon-crosshair:before {
  content: "\E953";
}

.icon-database:before {
  content: "\E954";
}

.icon-delete:before {
  content: "\E955";
}

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

.icon-dollar-sign:before {
  content: "\E957";
}

.icon-download-cloud:before {
  content: "\E92E";
}

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

.icon-droplet:before {
  content: "\E95A";
}

.icon-edit-2:before {
  content: "\E95B";
}

.icon-edit-3:before {
  content: "\E95C";
}

.icon-edit:before {
  content: "\E95D";
}

.icon-external-link:before {
  content: "\E95E";
}

.icon-eye-off:before {
  content: "\E95F";
}

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

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

.icon-fast-forward:before {
  content: "\E962";
}

.icon-feather:before {
  content: "\E963";
}

.icon-figma:before {
  content: "\E964";
}

.icon-file-minus:before {
  content: "\E965";
}

.icon-file-plus:before {
  content: "\E966";
}

.icon-file-text:before {
  content: "\E967";
}

.icon-file:before {
  content: "\E968";
}

.icon-film:before {
  content: "\E969";
}

.icon-filter:before {
  content: "\E96A";
}

.icon-flag:before {
  content: "\E96B";
}

.icon-folder-minus:before {
  content: "\E96C";
}

.icon-folder-plus:before {
  content: "\E96D";
}

.icon-folder:before {
  content: "\E96E";
}

.icon-framer:before {
  content: "\E96F";
}

.icon-frown:before {
  content: "\E970";
}

.icon-gift:before {
  content: "\E971";
}

.icon-git-branch:before {
  content: "\E972";
}

.icon-git-commit:before {
  content: "\E973";
}

.icon-git-merge:before {
  content: "\E974";
}

.icon-git-pull-request:before {
  content: "\E975";
}

.icon-github:before {
  content: "\E976";
}

.icon-gitlab:before {
  content: "\E977";
}

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

.icon-grid:before {
  content: "\E979";
}

.icon-hard-drive:before {
  content: "\E97A";
}

.icon-hash:before {
  content: "\E97B";
}

.icon-headphones:before {
  content: "\E97C";
}

.icon-heart:before {
  content: "\E97D";
}

.icon-help-circle:before {
  content: "\E97E";
}

.icon-hexagon:before {
  content: "\E97F";
}

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

.icon-image:before {
  content: "\E981";
}

.icon-inbox:before {
  content: "\E982";
}

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

.icon-instagram:before {
  content: "\E984";
}

.icon-italic:before {
  content: "\E985";
}

.icon-key:before {
  content: "\E986";
}

.icon-layers:before {
  content: "\E987";
}

.icon-layout:before {
  content: "\E988";
}

.icon-life-buoy:before {
  content: "\E989";
}

.icon-link-2:before {
  content: "\E98A";
}

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

.icon-linkedin:before {
  content: "\E98C";
}

.icon-list:before {
  content: "\E98D";
}

.icon-loader:before {
  content: "\E98E";
}

.icon-lock:before {
  content: "\E98F";
}

.icon-log-in:before {
  content: "\E990";
}

.icon-log-out:before {
  content: "\E991";
}

.icon-mail:before {
  content: "\E992";
}

.icon-map-pin:before {
  content: "\E993";
}

.icon-map:before {
  content: "\E994";
}

.icon-maximize-2:before {
  content: "\E995";
}

.icon-maximize:before {
  content: "\E996";
}

.icon-meh:before {
  content: "\E997";
}

.icon-menu:before {
  content: "\E998";
}

.icon-message-circle:before {
  content: "\E999";
}

.icon-message-square:before {
  content: "\E99A";
}

.icon-mic-off:before {
  content: "\E99B";
}

.icon-mic:before {
  content: "\E99C";
}

.icon-minimize-2:before {
  content: "\E99D";
}

.icon-minimize:before {
  content: "\E99E";
}

.icon-minus-circle:before {
  content: "\E99F";
}

.icon-minus-square:before {
  content: "\E9A0";
}

.icon-minus:before {
  content: "\E9A1";
}

.icon-monitor:before {
  content: "\E9A2";
}

.icon-moon:before {
  content: "\E9A3";
}

.icon-more-horizontal:before {
  content: "\E9A4";
}

.icon-more-vertical:before {
  content: "\E9A5";
}

.icon-mouse-pointer:before {
  content: "\E9A6";
}

.icon-move:before {
  content: "\E9A7";
}

.icon-music:before {
  content: "\E9A8";
}

.icon-navigation-2:before {
  content: "\E9A9";
}

.icon-navigation:before {
  content: "\E9AA";
}

.icon-octagon:before {
  content: "\E9AB";
}

.icon-package:before {
  content: "\E9AC";
}

.icon-paperclip:before {
  content: "\E9AD";
}

.icon-pause-circle:before {
  content: "\E9AE";
}

.icon-pause:before {
  content: "\E9AF";
}

.icon-pen-tool:before {
  content: "\E9B0";
}

.icon-percent:before {
  content: "\E9B1";
}

.icon-phone-call:before {
  content: "\E9B2";
}

.icon-phone-forwarded:before {
  content: "\E9B3";
}

.icon-phone-incoming:before {
  content: "\E9B4";
}

.icon-phone-missed:before {
  content: "\E9B5";
}

.icon-phone-off:before {
  content: "\E9B6";
}

.icon-phone-outgoing:before {
  content: "\E9B7";
}

.icon-phone:before {
  content: "\E9B8";
}

.icon-pie-chart:before {
  content: "\E9B9";
}

.icon-play-circle:before {
  content: "\E9BA";
}

.icon-play:before {
  content: "\E9BB";
}

.icon-plus-circle:before {
  content: "\E9BC";
}

.icon-plus-square:before {
  content: "\E9BD";
}

.icon-plus:before {
  content: "\E9BE";
}

.icon-pocket:before {
  content: "\E9BF";
}

.icon-power:before {
  content: "\E9A1";
}

.icon-printer:before {
  content: "\E9C1";
}

.icon-radio:before {
  content: "\E9C2";
}

.icon-refresh-ccw:before {
  content: "\E9C3";
}

.icon-refresh-cw:before {
  content: "\E9C4";
}

.icon-repeat:before {
  content: "\E9C5";
}

.icon-rewind:before {
  content: "\E9C6";
}

.icon-rotate-ccw:before {
  content: "\E9C7";
}

.icon-rotate-cw:before {
  content: "\E9C8";
}

.icon-rss:before {
  content: "\E9C9";
}

.icon-save:before {
  content: "\E9CA";
}

.icon-scissors:before {
  content: "\E9CB";
}

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

.icon-send:before {
  content: "\E9CD";
}

.icon-server:before {
  content: "\E9CE";
}

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

.icon-share-2:before {
  content: "\E9D0";
}

.icon-share:before {
  content: "\E9D1";
}

.icon-shield-off:before {
  content: "\E9D2";
}

.icon-shield:before {
  content: "\E9D3";
}

.icon-shopping-bag:before {
  content: "\E9D4";
}

.icon-shopping-cart:before {
  content: "\E9D5";
}

.icon-shuffle:before {
  content: "\E9D6";
}

.icon-sidebar:before {
  content: "\E9D7";
}

.icon-skip-back:before {
  content: "\E9D8";
}

.icon-skip-forward:before {
  content: "\E9D9";
}

.icon-slack:before {
  content: "\E9DA";
}

.icon-slash:before {
  content: "\E9DB";
}

.icon-sliders:before {
  content: "\E9DC";
}

.icon-smartphone:before {
  content: "\E9DD";
}

.icon-smile:before {
  content: "\E9DE";
}

.icon-speaker:before {
  content: "\E9DF";
}

.icon-square:before {
  content: "\E9E0";
}

.icon-star:before {
  content: "\E9E1";
}

.icon-stop-circle:before {
  content: "\E9E2";
}

.icon-sun:before {
  content: "\E9E3";
}

.icon-sunrise:before {
  content: "\E9E4";
}

.icon-sunset:before {
  content: "\E9E5";
}

.icon-tablet:before {
  content: "\E9E6";
}

.icon-tag:before {
  content: "\E9E7";
}

.icon-target:before {
  content: "\E9E8";
}

.icon-terminal:before {
  content: "\E9E9";
}

.icon-thermometer:before {
  content: "\E9EA";
}

.icon-thumbs-down:before {
  content: "\E9EB";
}

.icon-thumbs-up:before {
  content: "\E9EC";
}

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

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

.icon-trash-2:before {
  content: "\E9EF";
}

.icon-trash:before {
  content: "\E9F0";
}

.icon-trello:before {
  content: "\E9F1";
}

.icon-trending-down:before {
  content: "\E9F2";
}

.icon-trending-up:before {
  content: "\E9F3";
}

.icon-triangle:before {
  content: "\E9F4";
}

.icon-truck:before {
  content: "\E9F5";
}

.icon-tv:before {
  content: "\E9F6";
}

.icon-twitter:before {
  content: "\E9F7";
}

.icon-type:before {
  content: "\E9F8";
}

.icon-umbrella:before {
  content: "\E9F9";
}

.icon-underline:before {
  content: "\E9FA";
}

.icon-unlock:before {
  content: "\E9FB";
}

.icon-upload-cloud:before {
  content: "\E9FC";
}

.icon-upload:before {
  content: "\E9FD";
}

.icon-user-check:before {
  content: "\E9FE";
}

.icon-user-minus:before {
  content: "\E9FF";
}

.icon-user-plus:before {
  content: "\EA00";
}

.icon-user-x:before {
  content: "\EA01";
}

.icon-user:before {
  content: "\EA02";
}

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

.icon-video-off:before {
  content: "\EA04";
}

.icon-video:before {
  content: "\EA05";
}

.icon-voicemail:before {
  content: "\EA06";
}

.icon-volume-1:before {
  content: "\EA07";
}

.icon-volume-2:before {
  content: "\EA08";
}

.icon-volume-x:before {
  content: "\EA09";
}

.icon-volume:before {
  content: "\EA0A";
}

.icon-watch:before {
  content: "\EA0B";
}

.icon-wifi-off:before {
  content: "\EA0C";
}

.icon-wifi:before {
  content: "\EA0D";
}

.icon-wind:before {
  content: "\EA0E";
}

.icon-x-circle:before {
  content: "\EA0F";
}

.icon-x-octagon:before {
  content: "\EA10";
}

.icon-x-square:before {
  content: "\EA11";
}

.icon-x:before {
  content: "\EA12";
}

.icon-youtube:before {
  content: "\EA13";
}

.icon-zap-off:before {
  content: "\EA14";
}

.icon-zap:before {
  content: "\EA15";
}

.icon-zoom-in:before {
  content: "\EA16";
}

.icon-zoom-out:before {
  content: "\EA17";
}

.icon {
  margin-bottom: 16px;
}

div.icon-box:before {
  display: none !important;
}

.icon-box {
  margin-bottom: 50px;
  position: relative;
}

.icon-box .icon {
  height: 64px;
  position: absolute;
  width: 64px;
}

.icon-box .icon i {
  font-size: 28px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
}

.icon-box .icon a, .icon-box .icon i {
  width: 100%;
  height: 100%;
  color: #333;
}

.icon-box h3, .icon-box h5 {
  margin: 0 12px 10px 83px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.icon-box p {
  margin: 0 0 20px 83px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.icon-box-description > p {
  margin-bottom: 20px;
}

.icon-box.effect .icon i {
  z-index: 1;
}

.icon-box.effect .icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}

.icon-box .icon i {
  transition: background-color 0.2s, color 0.2s;
}

.icon-box .icon i:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  box-shadow: 0 0 0 3px #333;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.icon-box.effect.dark .icon i:after {
  box-shadow: 0 0 0 3px #2250fc;
}

.icon-box.effect.dark .icon i:hover, .icon-box.effect.dark:hover .icon i {
  background-color: #2250fc;
}

.icon-box.effect .icon i:hover:after, .icon-box.effect:hover .icon i:after {
  transform: scale(1);
  opacity: 1;
}

.image-box .image-box-content p i.fa.fa-play {
  padding-left: 3px;
}

.icon-box.small .icon {
  height: 46px;
  width: 46px;
}

.icon-box.small .icon i {
  font-size: 20px;
  line-height: 47px;
}

.icon-box.small > h3, .icon-box.small > h5 {
  font-size: 18px;
  margin: 0 12px 4px 60px;
}

.icon-box.small > p {
  margin: 0 0 20px 60px;
  line-height: 1.6;
  font-size: 14px;
}

.icon-box.medium > h3, .icon-box.medium > h4, .icon-box.medium > h5 {
  margin: 0 12px 10px 84px;
}

.icon-box.medium > p {
  margin: 0 0 20px 84px;
}

.icon-box.large .icon {
  height: 86px;
  width: 86px;
}

.icon-box.large .icon i {
  font-size: 38px;
  line-height: 87px;
}

.icon-box.large > h3, .icon-box.large > h5 {
  margin: 0 12px 10px 110px;
  font-size: 24px;
}

.icon-box.large p {
  margin: 0 0 20px 110px;
}

.icon-box.icon-box-right {
  padding: 0;
  text-align: right;
}

.icon-box.icon-box-right > h3, .icon-box.icon-box-right > h5 {
  margin: 0 84px 0 10px;
}

.icon-box.icon-box-right.medium > p {
  margin: 20px 84px 0 10px;
}

.icon-box.icon-box-right .icon {
  right: 0;
}

.icon-box.icon-box-right p {
  font-size: 14px;
  margin-top: 15px;
}

.icon-box.center, .icon-box.text-center {
  padding: 0;
  text-align: center;
}

.icon-box.center h3, .icon-box.center h5, .icon-box.text-center h3, .icon-box.text-center h5 {
  margin: 0 12px 10px 0;
}

.icon-box.center p, .icon-box.text-center p {
  margin: 0 0 20px;
}

.icon-box.center .icon, .icon-box.text-center .icon {
  margin: 0 auto 22px;
  position: relative;
}

.icon-box.center p, .icon-box.text-center p {
  font-size: 16px;
  margin-top: 15px;
}

.icon-box.center.small .icon, .icon-box.text-center.small .icon {
  clear: both !important;
  position: relative !important;
}

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

.icon-box.border .icon {
  border: 3px solid #333;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}

.icon-box.border .icon i {
  line-height: 56px;
}

.icon-box.border:hover > .icon i {
  line-height: 62px;
}

.icon-box.border:hover > .icon {
  border: 0;
}

.icon-box.border .icon i {
  background-color: transparent !important;
  color: #333;
}

.icon-box.border.small .icon {
  height: 46px;
  position: absolute;
  top: 5px;
  width: 46px;
}

.icon-box.border.small .icon i {
  font-size: 20px;
  line-height: 42px;
}

.icon-box.border.small:hover > .icon i {
  line-height: 49px;
}

.icon-box.border.large .icon i {
  line-height: 81px;
}

.icon-box.border.large:hover > .icon i, .icon-box.square.large:hover > .icon i {
  line-height: 86px;
}

.icon-box.square.effect .icon i:after, .icon-box.square .icon, .icon-box.square .icon i {
  border-radius: 0;
}

.icon-box.square:hover > .icon i {
  line-height: 66px;
}

.icon-box.square.border .icon i {
  line-height: 59px;
}

.icon-box.square.border:hover > .icon i {
  line-height: 64px;
}

.icon-box.square.border.small .icon i {
  line-height: 41px;
}

.icon-box.square.border.small:hover > .icon i {
  line-height: 47px;
}

.icon-box.square.border.large .icon i {
  line-height: 78px;
}

.icon-box.square.border:large:hover > .icon i {
  line-height: 84px;
}

.icon-box.square.small:hover > .icon i {
  line-height: 48px;
}

.icon-box.light .icon i:after {
  box-shadow: 0 0 0 3px #e5e5e5;
}

.icon-box.light .icon i {
  background-color: #e5e5e5;
  color: grey;
}

.icon-box.light.border .icon {
  border: 3px solid #e5e5e5;
}

.icon-box.light.border.large .icon i {
  line-height: 87px;
}

.icon-box.light.border.large:hover > .icon i {
  line-height: 88px;
}

.icon-box.fancy .icon i {
  background-color: transparent;
  color: #222;
  font-size: 110px;
  opacity: 0.09;
  transition: all 0.5s ease;
  border-radius: 0;
}

.icon-box.fancy.small > .icon i {
  font-size: 68px;
}

.icon-box.fancy.large .icon i {
  font-size: 120px;
}

.icon-box.fancy.center .icon, .icon-box.fancy.text-center .icon {
  width: auto;
  margin-bottom: 30px;
}

.icon-box.effect.fancy .icon i:after {
  box-shadow: 0 0 0 0 transparent;
}

.icon-box.effect.fancy:hover > .icon i {
  font-size: 110px;
}

.icon-box.effect.fancy.small:hover > .icon i {
  font-size: 76px;
}

.icon-box.clean .icon i {
  background-color: none;
  color: #333;
  font-size: 50px;
}

.icon-box.clean.small .icon i {
  font-size: 36px;
}

.icon-box.effect.clean .icon i:after {
  box-shadow: 0 0 0 0 transparent;
}

.icon-box.process {
  border: 1px solid #888;
  margin-top: 45px;
  padding: 0 30px 10px;
  border-radius: 4px;
}

.icon-box.process.effect .icon i:hover:after, .icon-box.process.effect:hover .icon i:after {
  opacity: 0;
  border: 0;
}

.icon-box.process .icon, .icon-box.process.small .icon {
  margin-top: 10px;
}

.icon-box.box-type {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px;
}

.icon-box.box-type .icon {
  margin-top: 20px;
}

.text-box {
  padding: 40px;
  text-align: center;
  transition: background 0.4s ease 0s;
  cursor: pointer;
}

.text-box i {
  font-size: 42px;
  margin: 30px 0 20px;
}

.text-box h3, .text-box h5, .text-box i, .text-box p {
  color: #fff;
  transition: all 0.4s ease 0s;
}

.text-box:hover {
  background: #eee;
}

.text-box:hover h3, .text-box:hover h5, .text-box:hover i, .text-box:hover p {
  color: #333;
}

.text-box.text-box-light {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.text-box.text-box-light h3, .text-box.text-box-light h5, .text-box.text-box-light i, .text-box.text-box-light p {
  color: #1f1f1f;
}

.text-box.text-box-light:hover {
  background: #2250fc;
}

.text-box.text-box-light:hover h3, .text-box.text-box-light:hover h5, .text-box.text-box-light:hover i, .text-box.text-box-light:hover p {
  color: #fff;
}

.text-box.hover-effect {
  padding: 30px 30px 10px;
}

.text-box.hover-effect i {
  margin: 90px 0 20px;
}

.text-box.hover-effect p {
  opacity: 0;
}

.text-box.hover-effect:hover i {
  margin: 70px 0 6px;
}

.text-box.hover-effect:hover p {
  opacity: 1;
}

.feature-box {
  background-color: #fff;
  margin-bottom: 0;
  padding: 44px;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 7px 20px -10px hsla(0, 0%, 67.1%, 0.7);
  transition: all 0.55s ease;
  text-align: center;
  min-height: 250px;
}

.feature-box.feature-box-transparent {
  background-color: transparent;
  box-shadow: none;
}

.feature-box.feature-box-transparent:hover {
  background-color: #fff;
}

.feature-box > i {
  font-size: 46px;
  margin-bottom: 20px;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 50px -12px hsla(0, 0%, 67.1%, 0.9);
}

.feature-box:hover h2, .feature-box:hover h3, .feature-box:hover h4 {
  color: #2250fc;
}

.feature-box h2, .feature-box h3, .feature-box h4 {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.33s;
  margin-top: 0;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.col-lg-2 .feature-box p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
  opacity: 0.8;
}

.icon-boxes {
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.icon-boxx {
  display: inline-flex;
  align-items: flex-start;
  padding: 60px 40px;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  min-height: 240px;
}

.icon-boxx i {
  font-size: 36px;
  font-weight: 100;
  margin-top: 10px;
}

.icon-boxx .icon-box-content {
  padding-left: 30px;
}

.icon-boxx .icon-box-content h3 {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 400;
}

.icon-boxx .icon-box-content p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #9896a6;
}

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

.carousel .polo-carousel-item img, .flickity-slider > div > img {
  width: 100%;
}

.carousel.custom-height .carousel .polo-carousel-item img, .carousel.custom-height .flickity-slider > div > img, .carousel[data-auto-width=true] .carousel .polo-carousel-item img, .carousel[data-auto-width=true] .flickity-slider > div > img {
  height: 100%;
  width: auto;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.flickity-button {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  color: #9896a6;
  text-align: center;
  z-index: 200;
  border: 0;
  box-sizing: initial;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.flickity-button:before {
  color: #1f1f1f;
}

.flickity-button:hover {
  background-color: #2250fc;
}

.flickity-button:hover:before {
  color: #fff;
}

.flickity-button.next:before, .flickity-button.previous:before {
  font-size: 25px;
  font-family: inspiro-icons !important;
}

.flickity-button.next {
  right: 0;
}

.flickity-button.next:before {
  margin-left: 4px;
  content: "\E930";
}

.flickity-button.next.disabled {
  opacity: 0;
}

.flickity-button.previous {
  left: 0;
}

.flickity-button.previous:before {
  content: "\E92F";
  margin-right: 2px;
}

.flickity-button.previous.disabled {
  opacity: 0;
}

.flickity-button svg {
  display: none !important;
}

.carousel:hover .flickity-button.next, .inspiro-slider:hover .flickity-button.next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.carousel:hover .flickity-button.next.disabled, .inspiro-slider:hover .flickity-button.next.disabled {
  opacity: 0;
}

.carousel:hover .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous {
  right: auto;
  left: 10px;
  opacity: 1;
}

.carousel:hover .flickity-button.previous.disabled, .inspiro-slider:hover .flickity-button.previous.disabled {
  opacity: 0;
}

.carousel.arrows-dark .flickity-button, .inspiro-slider.arrows-dark .flickity-button {
  color: #9896a6;
}

.carousel.arrows-dark .flickity-button:hover, .inspiro-slider.arrows-dark .flickity-button:hover {
  background-color: #2250fc;
}

.carousel.arrows-dark .flickity-button:hover:before, .inspiro-slider.arrows-dark .flickity-button:hover:before {
  color: #fff;
}

.carousel.arrows-grey .flickity-button, .inspiro-slider.arrows-grey .flickity-button {
  color: #cecece;
}

.carousel.arrows-grey .flickity-button:hover, .inspiro-slider.arrows-grey .flickity-button:hover {
  background-color: #2250fc;
}

.carousel.arrows-grey .flickity-button:hover:before, .inspiro-slider.arrows-grey .flickity-button:hover:before {
  color: #fff;
}

.carousel.arrows-only .flickity-button, .inspiro-slider.arrows-only .flickity-button {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.carousel.arrows-only .flickity-button:hover, .inspiro-slider.arrows-only .flickity-button:hover {
  background-color: transparent;
}

.carousel.arrows-only .flickity-button:hover:before, .inspiro-slider.arrows-only .flickity-button:hover:before {
  color: #fff;
}

.carousel.arrows-visibile .flickity-button.next, .inspiro-slider.arrows-visibile .flickity-button.next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.carousel.arrows-visibile .flickity-button.previous, .inspiro-slider.arrows-visibile .flickity-button.previous {
  right: auto;
  left: 10px;
  opacity: 1;
}

.carousel .portfolio-item, .inspiro-slider .portfolio-item {
  padding-bottom: 0;
}

.polo-carousel-item.is-selected {
  z-index: 2;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 3;
  height: 10px;
}

.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: background 0.8s ease;
}

.flickity-page-dots .dot:after {
  outline: medium none;
  text-indent: -999em;
  border-radius: 50%;
  overflow: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #ccc;
  box-shadow: 0 0 1px #ccc;
  transition: height 0.3s ease;
}

.flickity-page-dots .dot.is-selected:after {
  height: 100%;
}

.carousel.dots-inside .flickity-page-dots, .inspiro-slider.dots-inside .flickity-page-dots {
  bottom: 20px;
  position: absolute;
}

.carousel.dots-inside-top .flickity-page-dots, .inspiro-slider.dots-inside-top .flickity-page-dots {
  top: 20px;
}

.carousel.dots-outside-top .flickity-page-dots, .inspiro-slider.dots-outside-top .flickity-page-dots {
  top: -46px;
}

.carousel.dots-light .flickity-page-dots .dot, .inspiro-slider.dots-light .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #fff;
}

.carousel.dots-light .flickity-page-dots .dot:after, .inspiro-slider.dots-light .flickity-page-dots .dot:after {
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
}

.carousel.dots-dark .flickity-page-dots .dot, .inspiro-slider.dots-dark .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #9896a6;
}

.carousel.dots-dark .flickity-page-dots .dot:after, .inspiro-slider.dots-dark .flickity-page-dots .dot:after {
  background-color: #9896a6;
}

.carousel.dots-grey .flickity-page-dots .dot, .inspiro-slider.dots-grey .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #bbb;
}

.carousel.dots-grey .flickity-page-dots .dot:after, .inspiro-slider.dots-grey .flickity-page-dots .dot:after {
  background-color: #bbb;
}

.carousel.dots-creative .flickity-page-dots .dot, .inspiro-slider.dots-creative .flickity-page-dots .dot {
  opacity: 0.5;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  height: 4px;
  width: 30px;
}

.carousel.dots-creative .flickity-page-dots .dot:after, .inspiro-slider.dots-creative .flickity-page-dots .dot:after {
  background-color: #fff;
  box-shadow: none;
}

.carousel.dots-creative .flickity-page-dots .dot:hover, .inspiro-slider.dots-creative .flickity-page-dots .dot:hover {
  opacity: 0.6;
}

.carousel.dots-creative .flickity-page-dots .dot.is-selected, .inspiro-slider.dots-creative .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel.dots-creative.dots-dark .flickity-page-dots .dot, .carousel.dots-creative.dots-dark .flickity-page-dots .dot:after, .inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot, .inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot:after {
  background-color: #9896a6;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.carousel-promotion .owl-stage-outer {
  overflow: unset !important;
}

.carousel-promotion .owl-stage-outer .polo-carousel-item {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.carousel-promotion .owl-stage-outer .polo-carousel-item.active {
  opacity: 1;
}

.carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.carousel.carousel-loaded {
  opacity: 1;
  visibility: visible;
}

.item-video {
  position: relative;
  width: 100%;
  height: 400px;
}

.item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.counter {
  margin-bottom: 14px;
}

.counter span {
  font-size: 50px;
  line-height: 40px;
}

.counter.small > span {
  font-size: 32px !important;
}

.counter.medium > span {
  font-size: 50px !important;
}

.counter.large > span {
  font-size: 62px !important;
}

.icon-box.fancy > .counter span {
  margin: 0 12px 10px 56px;
}

.icon-box.fancy.medium > .counter span {
  margin: 0 12px 10px 80px;
}

.icon-box.effect:not(.center) > .counter span {
  margin: 0 12px 10px 82px;
}

.icon-box.effect.large:not(.center) > .counter span {
  margin: 0 12px 10px 107px;
}

.icon-box.effect.medium:not(.center) > .counter span {
  margin: 0 12px 10px 82px;
}

.icon-box.effect.small:not(.center) > .counter span {
  margin: 0 12px 10px 58px;
  font-size: 32px !important;
}

.countdown-container {
  display: table;
  margin: 0 auto;
}

.countdown {
  color: #484848;
  overflow: hidden;
}

.countdown .countdown-box {
  display: block;
  float: left;
  margin: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: auto;
}

.countdown .number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  text-align: center;
  color: #9896a6;
}

.countdown span:before {
  background: none repeat scroll 0 0 #9896a6;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  opacity: 0.3;
}

.countdown.circle .countdown-box {
  border: 3px solid #9896a6;
  border-radius: 50%;
  color: #1f1f1f;
  height: 160px;
  padding: 34px 5px 0 0;
  width: 160px;
  margin: 20px 15px;
}

.countdown.circle .countdown-box .number {
  font-size: 52px;
  font-weight: 800px;
}

.countdown.circle .countdown-box span {
  font-size: 18px;
}

.countdown.rectangle .countdown-box {
  border: 4px solid;
  padding: 24px;
  width: 170px;
  margin-left: 15px;
  margin-right: 15px;
}

.countdown.rectangle .countdown-box .number {
  font-size: 52px;
  font-weight: 600;
}

.countdown.rectangle .countdown-box span {
  font-size: 18px;
}

.countdown.circle.medium .countdown-box, .countdown.medium .countdown-box, .countdown.rectangle.medium .countdown-box {
  height: 90px;
  margin: 6px;
  padding: 20px 4px 0 0;
  width: 90px;
}

.countdown.circle.medium .number, .countdown.medium .number, .countdown.rectangle.medium .number {
  font-size: 30px;
  margin-bottom: 4px;
}

.countdown.circle.medium span, .countdown.medium span, .countdown.rectangle.medium span {
  font-size: 12px;
}

.countdown.circle.medium .countdown-box, .countdown.rectangle.medium .countdown-box {
  border: 2px solid;
}

.countdown.circle.small .countdown-box, .countdown.rectangle.small .countdown-box, .countdown.small .countdown-box {
  height: 60px;
  padding: 10px 0 0;
  width: 60px;
  margin: 5px 2px;
}

.countdown.circle.small .number, .countdown.rectangle.small .number, .countdown.small .number {
  font-size: 14px;
  margin-bottom: 6px;
}

.countdown.circle.small span, .countdown.rectangle.small span, .countdown.small span {
  font-size: 10px;
  padding-top: 0;
}

.countdown.circle.small .countdown-box, .countdown.rectangle.small .countdown-box {
  border: 2px solid;
}

.countdown.light .countdown-box {
  border-color: #fff;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.countdown.countdown-light span:before {
  background: #fff;
}

.countdown.countdown-light .number, .countdown.countdown-light span {
  color: #fff !important;
}

.countdown.countdown-light.circle .countdown-box, .countdown.countdown-light.rectangle .countdown-box {
  border-color: #fff;
}

.countdown.countdown-dark .number, .countdown.countdown-dark span {
  color: #9896a6 !important;
}

@media (max-width: 1024px) {
  .countdown .countdown-box {
    height: 60px !important;
    padding: 2px 0 0 !important;
    width: 60px !important;
    margin: 0 !important;
    border: 0 solid !important;
  }
  .countdown .countdown-box .number {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .countdown .countdown-container .countdown-box span {
    font-size: 10px !important;
    padding-top: 0;
  }
}
.dropcap {
  background: none repeat scroll 0 0 #eee;
  border-radius: 4px;
  display: inline-block;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 8px 20px 0 0;
  text-align: center;
  width: 40px;
}

.dropcap.dropcap-circle {
  border-radius: 50%;
}

.dropcap.dropcap-large {
  font-size: 44px;
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.dropcap.dropcap-small {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin: 3px 5px -3px 0;
  width: 21px;
}

.dropcap.dropcap-colored {
  background-color: #2250fc;
  color: #fff;
}

span.highlight {
  padding: 0 5px;
}

.highlight.highlight-primary {
  color: #2250fc;
  font-weight: 700;
}

.highlight.highlight-secondary {
  color: #5a6268;
  font-weight: 700;
}

.highlight.highlight-warning {
  color: #ffb20e;
  font-weight: 700;
}

.highlight.highlight-danger {
  color: #ce041c;
  font-weight: 700;
}

.highlight.highlight-info {
  color: #53b0f8;
  font-weight: 700;
}

.highlight a {
  color: #333;
}

.highlight.highlight-large {
  font-size: 20px;
}

.highlight.highlight-small {
  font-size: 12px;
  padding: 0 7px;
}

.highlight.highlight-colored {
  background-color: #2250fc;
  color: #fff;
}

.team-members .team-member {
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
}

.team-members .team-member .team-image {
  margin-bottom: 20px;
}

.team-members .team-member .team-image > img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.team-members .team-member .team-desc {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-members .team-member .team-desc > h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.team-members .team-member .team-desc > span {
  font-size: 13px;
  color: #bbb;
  line-height: 18px;
}

.team-members .team-member .team-desc > p {
  margin-top: 10px;
  font-size: 14px;
}

.team-members.team-members-circle .team-member {
  background-color: transparent;
  padding: 20px;
}

.team-members.team-members-circle .team-member .team-image > img {
  border-radius: 50%;
}

.team-members.team-members-card .team-member {
  border: 1px solid #eee;
  border-radius: 4px;
}

.team-members.team-members-card .team-member .team-image > img {
  border-radius: 0;
}

.team-members.team-members-card .team-member .team-desc {
  background-color: #fdfdfd;
  border-radius: 0 0 4px 4px;
  padding: 10px;
}

.team-members.team-members-shadow .team-member {
  border: 1px solid #eee;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.03);
}

.team-members.team-members-shadow .team-member .team-image > img {
  border-radius: 0;
}

.team-members.team-members-shadow .team-member .team-desc {
  padding: 20px;
}

.team-members.team-members-transparent .team-member {
  background-color: transparent;
}

.team-members.team-members-transparent .team-member .team-desc > h3, .team-members.team-members-transparent .team-member .team-desc > p, .team-members.team-members-transparent .team-member .team-desc > span {
  color: #fff;
}

.team-members.team-members-left .team-member {
  text-align: left;
}

.team-members.team-members-left .team-member .team-image {
  float: left;
  width: 40%;
  margin-bottom: 0;
}

.team-members.team-members-left .team-member .team-desc {
  overflow: hidden;
  position: relative;
  width: 60%;
  padding-left: 30px;
}

.team-members.team-members-left .team-member .team-desc > h3 {
  margin-top: 0;
}

.p-progress-bar-container, .progress-bar-container {
  width: 100%;
  height: 40px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #eee;
}

.p-progress-bar, .progress-bar {
  height: 100%;
  padding: 10px;
  background-color: #2250fc;
  box-shadow: none;
}

.p-progress-bar .progress-number, .p-progress-bar .progress-type, .progress-bar .progress-number, .progress-bar .progress-type {
  color: #fff;
  float: right;
  margin-top: -2px;
}

.progress-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  text-align: left;
}

.progress-title i {
  margin-right: 8px;
}

.p-progress-bar-container.radius, .p-progress-bar-container.radius .p-progress-bar, .p-progress-bar-container.radius .progress-bar, .progress-bar-container.radius, .progress-bar-container.radius .p-progress-bar, .progress-bar-container.radius .progress-bar {
  border-radius: 4px;
}

.p-progress-bar-container.title-up .progress-title, .progress-bar-container.title-up .progress-title {
  color: #333;
  margin-left: -10px;
  margin-top: -32px;
}

.p-progress-bar-container.title-up:not(:first-child), .progress-bar-container.title-up:not(:first-child) {
  margin-top: 40px;
}

.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .p-progress-bar .progress-type, .p-progress-bar-container.title-up .progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-type, .progress-bar-container.title-up .p-progress-bar .progress-number, .progress-bar-container.title-up .p-progress-bar .progress-type, .progress-bar-container.title-up .progress-bar .progress-number, .progress-bar-container.title-up .progress-bar .progress-type {
  color: #333;
  margin-top: -32px;
  position: absolute;
  right: 15px;
}

.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-number, .progress-bar-container.title-up .p-progress-bar .progress-number, .progress-bar-container.title-up .progress-bar .progress-number {
  right: 26px;
}

.p-progress-bar-container.medium, .progress-bar-container.medium {
  height: 20px;
}

.p-progress-bar-container.medium .p-progress-bar, .p-progress-bar-container.medium .progress-bar, .progress-bar-container.medium .p-progress-bar, .progress-bar-container.medium .progress-bar {
  padding: 0;
}

.p-progress-bar-container.medium .progress-title, .progress-bar-container.medium .progress-title {
  margin-left: 0;
  margin-top: -20px;
}

.p-progress-bar-container.medium .p-progress-bar .progress-number, .p-progress-bar-container.medium .p-progress-bar .progress-type, .p-progress-bar-container.medium .progress-bar .progress-number, .p-progress-bar-container.medium .progress-bar .progress-type, .progress-bar-container.medium .p-progress-bar .progress-number, .progress-bar-container.medium .p-progress-bar .progress-type, .progress-bar-container.medium .progress-bar .progress-number, .progress-bar-container.medium .progress-bar .progress-type {
  margin-top: -18px;
}

.p-progress-bar-container.small, .progress-bar-container.small {
  height: 10px;
}

.p-progress-bar-container.small .p-progress-bar, .p-progress-bar-container.small .progress-bar, .progress-bar-container.small .p-progress-bar, .progress-bar-container.small .progress-bar {
  padding: 0;
}

.p-progress-bar-container.small .progress-title, .progress-bar-container.small .progress-title {
  margin-left: 0;
  margin-top: -20px;
}

.p-progress-bar-container.small .p-progress-bar .progress-number, .p-progress-bar-container.small .p-progress-bar .progress-type, .p-progress-bar-container.small .progress-bar .progress-number, .p-progress-bar-container.small .progress-bar .progress-type, .progress-bar-container.small .p-progress-bar .progress-number, .progress-bar-container.small .p-progress-bar .progress-type, .progress-bar-container.small .progress-bar .progress-number, .progress-bar-container.small .progress-bar .progress-type {
  margin-top: -18px;
}

.p-progress-bar-container.no-bg, .progress-bar-container.no-bg {
  background: none !important;
}

.p-progress-bar-container.extra-small, .progress-bar-container.extra-small {
  height: 2px;
}

.p-progress-bar-container.extra-small .p-progress-bar, .p-progress-bar-container.extra-small .progress-bar, .progress-bar-container.extra-small .p-progress-bar, .progress-bar-container.extra-small .progress-bar {
  padding: 0;
}

.p-progress-bar-container.extra-small .progress-title, .progress-bar-container.extra-small .progress-title {
  margin-left: 0;
  margin-top: -20px;
}

.p-progress-bar-container.extra-small .p-progress-bar .progress-number, .p-progress-bar-container.extra-small .p-progress-bar .progress-type, .p-progress-bar-container.extra-small .progress-bar .progress-number, .p-progress-bar-container.extra-small .progress-bar .progress-type, .progress-bar-container.extra-small .p-progress-bar .progress-number, .progress-bar-container.extra-small .p-progress-bar .progress-type, .progress-bar-container.extra-small .progress-bar .progress-number, .progress-bar-container.extra-small .progress-bar .progress-type {
  margin-top: -18px;
}

.p-progress-bar-container.transparent, .progress-bar-container.transparent {
  background: none !important;
}

.p-progress-bar-container.transparent .p-progress-bar, .p-progress-bar-container.transparent .progress-bar, .progress-bar-container.transparent .p-progress-bar, .progress-bar-container.transparent .progress-bar {
  background-color: rgba(0, 0, 0, 0.35);
}

.p-progress-bar-container.transparent.title-up .p-progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-type, .p-progress-bar-container.transparent.title-up .progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .progress-bar .progress-type, .progress-bar-container.transparent.title-up .p-progress-bar .progress-number, .progress-bar-container.transparent.title-up .p-progress-bar .progress-title, .progress-bar-container.transparent.title-up .p-progress-bar .progress-type, .progress-bar-container.transparent.title-up .progress-bar .progress-number, .progress-bar-container.transparent.title-up .progress-bar .progress-title, .progress-bar-container.transparent.title-up .progress-bar .progress-type {
  color: #fff;
}

.pie-animated {
  opacity: 1;
}

.pie-chart {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart i, .pie-chart span {
  display: inline-block;
  font-size: 28px;
  z-index: 2;
  font-weight: 600;
}

.pie-chart i {
  font-size: 38px;
}

.pie-chart span.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

.pie-chart.transparent i, .pie-chart.transparent span, .pie-chart.transparent span.percent {
  color: #fff;
}

hr {
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
}

hr.space {
  border: none;
  height: 50px;
}

hr.space-xs {
  border: none;
  height: 20px;
}

hr.space-md {
  border: none;
  height: 40px;
}

hr.space-lg {
  border: none;
  height: 80px;
}

hr.space-xlg {
  border: none;
  height: 120px;
}

hr.space-xxlg {
  border: none;
  height: 200px;
}

body.breakpoint-md hr.space {
  height: 26px;
}

body.breakpoint-sm hr.space, body.breakpoint-xs hr.space {
  height: 16px;
}

body.breakpoint-sm hr.space-lg, body.breakpoint-sm hr.space-xlg, body.breakpoint-xs hr.space-lg, body.breakpoint-xs hr.space-xlg {
  height: 40px;
}

body.breakpoint-sm hr.space-xxlg, body.breakpoint-xs hr.space-xxlg {
  height: 80px;
}

.separator, .seperator {
  color: #ccc;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
}

.seperator-simple {
  margin: 14px auto;
}

.separator:after, .separator:before, .seperator:after, .seperator:before {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.separator.seperator-dark:after, .separator.seperator-dark:before, .seperator.seperator-dark:after, .seperator.seperator-dark:before {
  border-bottom: 1px solid #333 !important;
}

.separator.seperator-grey:after, .separator.seperator-grey:before, .seperator.seperator-grey:after, .seperator.seperator-grey:before {
  border-bottom: 1px solid #ccc;
}

.separator.seperator-light:after, .separator.seperator-light:before, .seperator.seperator-light:after, .seperator.seperator-light:before {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.separator:after, .seperator:after {
  margin: 0 -100% 0 0;
}

.separator i, .seperator i {
  font-size: 18px;
}

.separator a, .separator i, .separator span, .seperator a, .seperator i, .seperator span {
  margin: 0 20px 0 24px;
  display: inline-block;
}

.separator.dotted:after, .separator.dotted:before, .seperator.dotted:after, .seperator.dotted:before {
  border-bottom: 2px dotted #ccc;
}

.separator.left i, .separator.seperator-left, .seperator.left i, .seperator.seperator-left {
  float: left;
  margin: 2px 36px 0 0;
}

.separator.right i, .seperator.right i {
  float: right;
  margin: 0 0 2px 36px;
}

.separator.seperator-bold:after, .separator.seperator-bold:before, .seperator.seperator-bold:after, .seperator.seperator-bold:before {
  border-bottom-width: 6px;
}

.separator.seperator-small, .seperator.seperator-small {
  width: 10%;
  margin: 5px auto;
}

.separator.seperator-medium, .seperator.seperator-medium {
  width: 20%;
  margin: 10px auto;
}

.text-seperator {
  background-color: #111;
  display: block;
  height: 4px;
  margin: 20px 0;
}

.text-seperator-small {
  width: 10%;
}

.text-seperator-medium {
  width: 30%;
}

.text-seperator-large {
  width: 60%;
}

.separator.seperator-image:after, .separator.seperator-image:before, .seperator.seperator-image:after, .seperator.seperator-image:before {
  border: 0;
}

.separator.seperator-image, .seperator.seperator-image {
  background-position: 50%;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

.separator.seperator-over-top, .seperator.seperator-over-top {
  margin-bottom: -17px;
  position: relative;
  top: -13px !important;
}

.triangle-divider-bottom {
  background-image: url(../images/triangle-divider-down.png);
  bottom: 0;
}

.triangle-divider-bottom, .triangle-divider-top {
  background-position: 0;
  background-repeat: repeat-x;
  height: 12px;
  position: absolute;
  width: 100%;
}

.triangle-divider-top {
  background-image: url(../images/triangle-divider-top.png);
  top: 0;
}

.spinners {
  position: relative;
}

.spinners:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  animation: spinner-rotate 0.6s linear infinite;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
}

.spinners.spinners--xl:before {
  width: 2.6rem;
  height: 2.6rem;
  margin-top: -1.6rem;
  margin-left: -1.6rem;
  border-top-width: 5px;
  border-right-width: 5px;
}

.spinners.spinners--lg:before {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-top-width: 3px;
  border-right-width: 3px;
}

.spinners.spinners--sm:before {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
}

.spinners.spinners--right:before {
  left: auto;
  right: 0.7rem;
}

.spinners.spinners--right.spinners--lg:before {
  right: 1rem;
}

.spinners.spinners--right.spinners--sm:before {
  right: 0.5rem;
}

.spinners.spinners--right.btn {
  padding-right: 3.1rem;
}

.spinners.spinners--right.btn.spinners--lg {
  padding-right: 4.5rem;
}

.spinners.spinners--right.btn.spinners--sm {
  padding-right: 2.25rem;
}

.spinners.spinners--left:before {
  left: 1.4rem;
}

.spinners.spinners--left.spinners--lg:before {
  left: 2rem;
}

.spinners.spinners--left.spinners--sm:before {
  left: 1rem;
}

.spinners.spinners--left.btn {
  padding-left: 3.1rem;
}

.spinners.spinners--left.btn.spinners--lg {
  padding-left: 4.5rem;
}

.spinners.spinners--left.btn.spinners--sm {
  padding-left: 2.25rem;
}

.spinners:before {
  border-top-color: #dfe2ea;
}

.spinners.spinners--skin-dark:before {
  border-top-color: #acafba;
}

.spinners.spinners--brand:before {
  border-top-color: #716aca;
}

.spinners.spinners--metal:before {
  border-top-color: #c4c5d6;
}

.spinners.spinners--light:before {
  border-top-color: #fff;
}

.spinners.spinners--accent:before {
  border-top-color: #00c5dc;
}

.spinners.spinners--focus:before {
  border-top-color: #9816f4;
}

.spinners.spinners--primary:before {
  border-top-color: #5867dd;
}

.spinners.spinners--success:before {
  border-top-color: #34bfa3;
}

.spinners.spinners--info:before {
  border-top-color: #36a3f7;
}

.spinners.spinners--warning:before {
  border-top-color: #ffb822;
}

.spinners.spinners--danger:before {
  border-top-color: #f4516c;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .spinners:before {
    animation: none !important;
  }
}
@keyframes spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
.blockquote {
  border-left: 3px solid #2250fc;
  font-size: 20px;
  padding: 10px 20px;
  margin: 0 0 20px;
}

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-color, .blockquote-dark, .blockquote-fancy, .blockquote-simple {
  border: 0 !important;
}

.blockquote-color {
  background-color: #2250fc;
}

.blockquote-color small {
  color: #fff;
}

.blockquote-fancy:before {
  color: rgba(0, 0, 0, 0.04);
  content: '"';
  display: block;
  font-size: 100px;
  left: 4px;
  position: absolute;
  top: 14px;
}

.blockquote-fancy > small {
  float: right;
}

.blockquote-dark {
  background-color: #333;
}

.blockquote-color, .blockquote-dark {
  padding: 28px;
  color: #fff;
}

form .btn {
  padding: 12px 14px;
}

input:not([type=checkbox]):not([type=radio]), select {
  line-height: 18px;
  padding: 10px 16px;
  min-height: 40px;
  font-size: 0.9rem;
}

.input-group-append {
  margin-left: -4px;
}

.input-group-append .btn, .input-group-append button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 40px;
}

.input-group-append .btn i, .input-group-append button i {
  margin-right: 0;
}

.input-group-prepend .btn, .input-group-prepend button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-prepend .btn i, .input-group-prepend button i {
  margin-right: 0;
}

.input-group-prepend + input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .input-group-btn {
  margin-left: -4px;
}

.input-group .input-group-btn .btn, .input-group .input-group-btn button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-lg .btn {
  padding: 16px 20px;
  font-size: 14px;
}

.input-group-text {
  border: 0;
}

.input-group-text i {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1.2rem;
}

.form-group label:not(.error) {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 4px;
  color: #777;
}

.form-inline button {
  margin: 0;
}

.form-group > label {
  display: block;
}

.has-feedback label ~ .form-control-feedback {
  top: 44px;
}

.is-invalid:not(.form-control) {
  font-size: 0.8rem;
  color: #ce041c;
}

.is-invalid, .is-valid {
  display: block;
  clear: both;
  width: 100%;
}

input[type=checkbox].form-control {
  float: left;
  width: auto;
  margin-right: 13px;
  height: 24px;
  cursor: pointer;
}

input[type=color] {
  width: 100%;
  height: 100%;
  min-height: 3px;
  padding: 0;
  border: 0;
  cursor: pointer;
}

input[type=color]:focus {
  box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

select {
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../images/dropdown-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
}

select[multiple] {
  background-image: none;
}

.order-select > h6 {
  margin-bottom: 0;
}

.order-select p {
  font-size: 13px;
}

.button-search {
  background-color: #fff;
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 1px 1px 1px 0 !important;
  box-shadow: none;
  margin-left: -6px !important;
  z-index: 2 !important;
}

.reservation-form-over {
  top: -80px;
  z-index: 10;
  margin-bottom: -80px;
  overflow: inherit;
  background-color: transparent;
}

.reservation-form {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  min-height: 160px;
  padding: 30px;
  position: relative;
  z-index: 9999 !important;
}

.reservation-form label {
  color: #555;
}

.reservation-form input, .reservation-form select {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.reservation-form .date input {
  border-radius: 4px 0 0 4px;
  border-width: 2px 0 2px 2px;
}

.reservation-form .input-group-addon {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff !important;
  -o-border-image: none;
  border-image: none;
  border: 2px solid #ddd;
  border-left-width: 0;
}

.reservation-form input, .reservation-form select {
  color: #555;
  display: block;
  font-size: 15px;
  line-height: 1.42857;
  padding: 8px 14px;
  width: 100%;
}

#book {
  background-color: rgba(0, 0, 0, 0.4);
  border: 10px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
  padding: 40px;
}

.widget .input-group-text {
  height: 40px;
}

.list-group input[type=radio] {
  display: none;
}

.list-group input[type=radio] + .list-group-item {
  cursor: pointer;
}

.list-group input[type=radio]:checked + .list-group-item {
  background-color: #f8f9fa;
}

.dark .form-control, .dark input, .dark select, .dark textarea {
  background-color: #222;
  border-color: #333;
  color: #fff;
}

.spinner-loader-inside {
  margin-left: -30px;
  margin-top: 6px;
  z-index: 3;
}

.badge {
  font-weight: 600;
}

.a.badge {
  color: #fff;
}

.badge-pill {
  padding: 0.4em 0.8em;
}

.badge-primary {
  background-color: #2250fc;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 36px !important;
  height: 36px !important;
  cursor: pointer;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 22px;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #a3a3a3;
  font-size: 37px;
  font-weight: 300;
  top: 5px;
  right: 5px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.lightbox-open {
  position: relative;
  overflow: hidden !important;
}

.mfp-ajax-holder .mfp-content {
  background: #f8f8f8;
  max-width: 1000px;
}

.mfp-ajax-holder .ajax-quick-view {
  padding: 20px 30px 35px;
}

.mfp-ajax-holder .ajax-quick-view .quick-view-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}

.mfp-ajax-holder .ajax-quick-view .quick-view-title h2 {
  font-weight: 600;
}

.mfp-ajax-holder .mfp-close:hover {
  background: #2250fc;
  color: #fff;
}

.portfolio-ajax-page iframe {
  width: 100%;
}

.portfolio-ajax-page .col-lg-8 {
  margin-bottom: -6px !important;
}

@media (max-width: 1024px) {
  .mfp-ajax-holder .mfp-close {
    margin-right: 0;
  }
  .mfp-close {
    font-size: 22px;
    height: 30px;
    line-height: 32px;
    width: 30px;
  }
}
.list {
  clear: both;
  display: block;
  position: relative;
}

.list li {
  line-height: 32px;
}

.list li a {
  color: #484848;
}

.icon-list, .list-lines, .list-posts, .list-simple, .list ul {
  padding: 0;
}

.icon-list, .list, .list-icon, .list-lines, .list-posts, .list-simple, .list-tweets li {
  list-style: none;
}

.icon-list a, .list-icon a, .list-lines a, .list-posts a, .list-simple a, .list-tweets li a, .list a {
  color: #484848;
}

.list-colored li a {
  color: #2250fc;
  font-weight: 600;
}

.list-legend li {
  float: left;
  margin-right: 14px;
  margin-bottom: 10px;
}

.list-legend li span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: #2250fc;
  float: left;
  margin-top: 6px;
}

.icon-list li, .list-arrow-icons li, .list-tweets li {
  padding-left: 0;
}

.list-medium li {
  margin: 12px 0;
}

.list-large li {
  margin: 18px 0;
}

.list-large li:first-child, .list-medium li:first-child {
  margin-top: 0;
}

.list-large li:last-child, .list-medium li:last-child {
  margin-bottom: 0;
}

.list-posts small {
  display: block;
  font-style: italic;
  opacity: 0.7;
}

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

.list-lines li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 2px;
}

.list-lines li:last-child {
  border-bottom: 0;
}

.list-icon {
  padding-left: 0;
}

.list-icon, .list-icon ul {
  list-style: none;
}

.list-icon ul {
  padding: 0;
}

.list-icon li {
  margin-bottom: 10px;
  margin-left: 20px;
}

.list-icon i {
  font-size: 15px;
  margin-right: 14px;
  margin-left: -20px;
}

.list-icon.icon-list-colored i, .list-icon.list-icon-colored li:before {
  color: #2250fc;
}

.list-icon li:before {
  margin-left: -20px;
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}

.list-icon.list-icon-arrow li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\F054";
}

.list-icon.list-icon-arrow-circle li:before {
  content: "\F0A9";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-check li:before {
  content: "\F00C";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-caret li:before {
  content: "\F0DA";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-uncheck li:before {
  content: "\F144";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-plus li:before {
  content: "\F055";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-info li:before {
  content: "\F05A";
  font-family: Font Awesome\ 5 Free;
}

.list-icon.list-icon-circle li:before {
  content: "\F192";
  font-family: Font Awesome\ 5 Free;
}

a.list-group-item.active {
  background-color: #2250fc;
  border: #2250fc;
}

a.list-group-item.active h1, a.list-group-item.active h2, a.list-group-item.active h3, a.list-group-item.active h4, a.list-group-item.active h5, a.list-group-item.active h6, a.list-group-item.active p {
  color: #fff;
}

a.list-group-item.active.active, a.list-group-item.active:hover {
  color: #fff !important;
}

.map {
  width: 100%;
  min-height: 460px;
  height: auto;
}

.fullscreen.map, .fullscreen .map {
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .map {
    min-height: 240px;
  }
  .fullscreen.map, .fullscreen .map {
    min-height: 100vh;
  }
}
.animated-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2250fc;
  position: relative;
  top: -10px;
  right: 8px;
}

.animated-dot:after, .animated-dot:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2250fc;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

.animated-dot:after {
  animation-delay: 2.4s;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  to {
    transform: scale(16);
    opacity: 0;
  }
}
.pagination-wrap {
  display: block;
  clear: both;
}

.pagination {
  clear: both;
}

.pagination .page-item:not(.disabled) > .page-link {
  color: #484848;
  background-color: #fff;
  border-color: #ececec;
}

.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
  background-color: #edf1f6;
  border-color: #e4e4e4;
  color: #484848;
  box-shadow: none;
}

.pagination .page-item.disabled > .page-link {
  color: #a2a2a2;
}

.pagination.pagination-flat .page-item > .page-link {
  border: 0;
}

.pagination.pagination-flat .page-item > .page-link:hover {
  color: #484848;
  background-color: #f7f9fb;
}

.post-navigation {
  border-top: 1px solid #eee;
  display: inline-block;
  list-style: outside none none;
  min-height: 84px;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.post-navigation a {
  color: #484848;
}

.post-navigation .post-next, .post-navigation .post-prev {
  position: absolute;
  font-size: 16px;
  max-width: 40%;
  height: 44px;
}

.post-navigation .post-next span, .post-navigation .post-prev span {
  display: block;
  color: #484848;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: -6px;
  margin-top: 3px;
}

.post-navigation a:hover {
  transition: all 0.3s ease;
  color: #2250fc;
}

.post-navigation .post-next {
  right: 25px;
  text-align: right;
}

.post-navigation .post-next:before {
  content: "\E930";
  font-family: inspiro-icons;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  right: 10px;
  padding-top: 2px;
}

.post-navigation .post-next:hover:before {
  transform: translate3d(5px, -50%, 0);
}

.post-navigation .post-prev {
  left: 25px;
}

.post-navigation .post-prev:before {
  content: "\E92F";
  font-family: inspiro-icons;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  padding-top: 2px;
  left: 10px;
}

.post-navigation .post-prev:hover:before {
  transform: translate3d(-5px, -50%, 0);
}

.post-navigation .post-prev-title {
  padding-left: 40px;
}

.post-navigation .post-next-title {
  padding-right: 40px;
}

.post-navigation .post-all {
  font-size: 24px;
  left: auto;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 32px;
  width: 12px;
  opacity: 0.7;
}

.single-post .post-navigation .post-prev {
  left: 0;
}

.single-post .post-navigation .post-next {
  right: 0;
}

@media (max-width: 1024px) {
  .post-next-title, .post-prev-title {
    display: none;
  }
}
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: block;
}

.breadcrumb ol, .breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.breadcrumb ol .breadcrumb-item, .breadcrumb ol li, .breadcrumb ul .breadcrumb-item, .breadcrumb ul li {
  display: inline;
  position: relative;
  opacity: 0.8;
}

.breadcrumb ol .breadcrumb-item + li:before, .breadcrumb ol li + li:before, .breadcrumb ul .breadcrumb-item + li:before, .breadcrumb ul li + li:before {
  content: "\E930";
  font-family: inspiro-icons;
  margin: 0 5px;
  background-color: transparent;
}

.breadcrumb ol .breadcrumb-item a, .breadcrumb ol li a, .breadcrumb ul .breadcrumb-item a, .breadcrumb ul li a {
  color: #484848;
}

.breadcrumb ol .breadcrumb-item.active, .breadcrumb ol .breadcrumb-item:hover, .breadcrumb ol .breadcrumb-item:last-child, .breadcrumb ol li.active, .breadcrumb ol li:hover, .breadcrumb ol li:last-child, .breadcrumb ul .breadcrumb-item.active, .breadcrumb ul .breadcrumb-item:hover, .breadcrumb ul .breadcrumb-item:last-child, .breadcrumb ul li.active, .breadcrumb ul li:hover, .breadcrumb ul li:last-child {
  opacity: 1;
}

.call-to-action {
  overflow: hidden;
  padding: 46px 50px 34px;
  margin-bottom: 40px;
}

.call-to-action, .call-to-action .container {
  position: relative;
}

.call-to-action h3 {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.call-to-action p {
  margin-top: 0;
}

.call-to-action a.btn {
  margin-top: 20px;
}

.call-to-action.call-to-action-border {
  background: #fff;
  border: 1px solid #eee;
}

.call-to-action.call-to-action-colored {
  background-color: #2250fc;
}

.call-to-action.call-to-action-colored h3, .call-to-action.call-to-action-colored p {
  color: #fff;
}

.call-to-action.call-to-action-colored h3 span {
  color: #fff !important;
}

.call-to-action.call-to-action-dark {
  background-color: #1f1f1f;
}

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
  color: #fff;
}

.call-to-action.cta-center {
  text-align: center;
}

.call-to-action.cta-center [class*=col-] {
  width: 100%;
  max-width: 100%;
  flex: none;
  clear: both;
  display: block;
}

.call-to-action.cta-right {
  text-align: right;
}

.call-to-action.cta-right [class*=col-]:first-child {
  float: right;
}

@media (max-width: 1024px) {
  .call-to-action {
    padding: 26px 12px 18px;
  }
  [class*=col-] > .call-to-action {
    padding: 26px 26px 18px;
  }
}
.popover {
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}

.popover-header {
  padding: 18px 20px;
  background-color: transparent;
  border-bottom: 1px solid #ececec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0 !important;
}

.popover-body {
  padding: 18px 20px;
  color: #484848;
  font-size: 0.9rem;
}

a[data-toggle] {
  color: #484848;
}

.tooltip.left .tooltip-arrow {
  right: 1px;
}

.tooltip-inner {
  white-space: pre-wrap;
}

.modal .modal-content .modal-header {
  display: block;
}

.modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.modal-header .close {
  position: absolute;
  right: 20px;
  top: 14px;
  font-weight: 100;
}

.modal-title {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 300;
}

.modal-strip {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
  display: inline-block;
  transform: translate3d(0, 200px, 0);
  transition: all 0.7s ease 0s;
  z-index: 999 !important;
}

.modal-strip .btn, .modal-strip h1, .modal-strip h2, .modal-strip h3, .modal-strip h4, .modal-strip h5 {
  margin-bottom: 0 !important;
}

.modal-strip a, .modal-strip a:active, .modal-strip a:hover, .modal-strip a:visited {
  color: #fff;
  text-decoration: underline;
}

.modal-strip.modal-top {
  bottom: auto;
  top: 0;
  transform: translate3d(0, -200px, 0);
}

.modal-strip.modal-left {
  bottom: auto;
  top: auto;
  left: 0;
  right: auto;
  width: 30%;
  transform: none;
}

.modal-strip.modal-right {
  transform: translateZ(0);
  bottom: auto;
  top: 0;
}

.modal-strip.modal-active {
  transform: translateZ(0);
}

@media (max-width: 1024px) {
  .modal-strip.modal-active .vertical-align {
    top: 0 !important;
    transform: translateY(0) !important;
  }
}
.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ready .modal {
  background: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 580px;
  padding: 40px;
  position: relative;
  z-index: 1050;
}

.modal .audio-wrap audio, .modal .iframe-wrap iframe, .modal .video-wrap video {
  width: 100%;
}

.modal iframe {
  margin-bottom: -10px;
}

.dark .mfp-bg, .dark .mfp-ready .modal, .dark .modal-content {
  background-color: #181818;
}

.dark .modal-header {
  border-bottom-color: #444;
}

.dark .modal-footer {
  border-top-color: #444;
}

.client-logo {
  position: relative;
}

.client-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.client-logo a > img {
  width: 100%;
  height: auto;
}

.client-logo a:hover {
  opacity: 1;
}

.clients-carousel a, .clients-carousel a img, .grid li {
  transition: all 0.5s ease 0s;
  opacity: 0.9;
}

.grid li:hover, .parallax .clients-carousel a {
  opacity: 1;
}

.clients-carousel a:hover, .clients-carousel a:hover img {
  opacity: 1;
  cursor: pointer;
}

.client-carousel .polo-carousel-item img, .clients-logo .polo-carousel-item img {
  padding: 20px;
}

.grid {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 40px;
}

.grid.grid-2-columns figure, .grid.grid-2-columns li {
  width: 50%;
}

.grid.grid-3-columns figure, .grid.grid-3-columns li {
  width: 33.333333%;
}

.grid.grid-4-columns figure, .grid.grid-4-columns li {
  width: 25%;
}

.grid.grid-5-columns figure, .grid.grid-5-columns li {
  width: 20%;
}

.grid.grid-6-columns figure, .grid.grid-6-columns li {
  width: 16.6666666%;
}

.grid li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}

.grid li a, .grid li img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid li a img {
  width: 100%;
}

.grid li:after, .grid li:before {
  content: "";
  position: absolute;
}

.grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
}

.grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
}

.grid.clients-grey {
  border: 1px solid #ddd;
}

.grid.clients-grey li {
  background-color: #eee;
}

.grid.clients-grey li:before {
  border-left: 1px solid #ccc;
}

.grid.clients-grey li:after {
  border-bottom: 1px solid #ccc;
}

.grid.clients-border {
  border-width: 10px;
}

.carousel-description-clients .flickity-page-dots {
  bottom: -40px !important;
}

body.breakpoint-md .carousel-description-clients .flickity-button, body.breakpoint-xs .carousel-description-clients .flickity-button {
  display: none;
}

body.breakpoint-md .grid li, body.breakpoint-sm .grid li {
  width: 33.33%;
}

body.breakpoint-xs .grid li {
  width: 50%;
}

.client-logos .polo-carousel-item {
  padding: 20px 30px;
}

.pricing-table {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pricing-table .plan {
  margin-bottom: 60px;
  transition: all 0.3s ease;
}

.pricing-table .plan:hover {
  margin-top: -10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricing-table .plan .plan-header {
  background-color: #fff;
  padding: 40px 22px 22px;
  border-width: 1px;
  position: relative;
  text-align: center;
}

.pricing-table .plan .plan-header .plan-price {
  font-size: 70px;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.pricing-table .plan .plan-header .plan-price sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #bdc3c7;
}

.pricing-table .plan .plan-header .plan-price span {
  font-size: 16px;
  color: #bdc3c7;
}

.pricing-table .plan-header > h4 {
  margin-bottom: 0;
}

.pricing-table .plan-list {
  background-color: #fff;
  border-width: 0 1px 1px;
  padding: 20px 0 40px;
}

.pricing-table .plan-list ul {
  display: table;
  margin: 0 auto;
  padding: 0 40px;
}

.pricing-table .plan-list ul li {
  list-style: none;
  border-bottom: 1px solid #eaeceb;
  line-height: 42px;
}

.pricing-table .plan-list ul li:last-child {
  border: none;
}

.pricing-table .plan-list ul li i {
  margin-right: 12px;
}

.pricing-table .plan-list ul li span {
  color: #34495e;
}

.pricing-table .plan-list .plan-button {
  margin-top: 20px !important;
  text-align: center;
}

.pricing-table .plan.featured {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  padding-bottom: 0;
}

.pricing-table .plan.featured .plan-list {
  padding: 20px 0 40px;
}

.pricing-table .plan .plan-featured-item {
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3 !important;
  font-weight: 600;
  margin-top: 21px;
  padding: 0 20px;
}

.plan .button, .pricing-table .plan .btn {
  margin: 0;
}

.pricing-table.colored .plan-header {
  background-color: #2250fc;
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.pricing-table.colored .text-muted {
  color: #fff !important;
}

.pricing-table.colored .plan-header .plan-price span, .pricing-table.colored .plan-header .plan-price sup, .pricing-table.colored .plan-header h4 {
  color: #fff;
}

.pricing-table.transparent .plan-header, .pricing-table.transparent .plan-list {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.6);
}

.pricing-table.transparent .plan-list ul li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.pricing-table .plan .plan-featured-item {
  background-color: transparent;
}

.section-grey .pricing-table .plan-list {
  background-color: #f8f8f8;
}

section .pricing-table.full-width {
  padding-left: 30px;
  padding-right: 30px;
}

body.breakpoint-lg .pricing-table .col-lg-2, body.breakpoint-xl .pricing-table .col-lg-2 {
  width: 20%;
}

body.breakpoint-lg .pricing-table .col-lg-2 .plan-list ul li, body.breakpoint-xl .pricing-table .col-lg-2 .plan-list ul li {
  font-size: 13px;
}

.dark .table, .table.dark {
  color: #999;
}

.testimonial .testimonial-item {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 46px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.testimonial .testimonial-item > img {
  border-radius: 50%;
  display: block;
  float: none;
  height: 72px;
  margin: 0 auto 10px;
  width: 72px;
}

.testimonial .testimonial-item > p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.testimonial .testimonial-item > span {
  font-weight: 600;
  font-size: 15px;
  display: block;
  line-height: 22px;
}

.testimonial .testimonial-item > span ~ span {
  font-weight: 500;
  color: #bbb;
  display: block;
  font-size: 13px;
  font-style: italic;
}

.testimonial.testimonial-box .testimonial-item {
  padding: 46px;
  background-color: #fff;
  border-radius: 8px;
}

.testimonial.testimonial-box .testimonial-item p {
  font-size: 14px;
}

.testimonial.testimonial-single .testimonial-item {
  padding: 30px 80px;
  background-color: transparent;
  border: 0;
}

.testimonial.testimonial-single .testimonial-item > img {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}

.testimonial.testimonial-single .testimonial-item p {
  font-size: 20px;
}

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

.testimonial.testimonial-left .testimonial-item > img {
  display: inherit;
  float: left;
  margin: 0 0 40px;
  height: 160px;
  width: 160px;
}

.testimonial.testimonial-left .testimonial-item > p, .testimonial.testimonial-left .testimonial-item > span {
  margin-left: 220px;
}

.testimonial.testimonial-blockquote .testimonial-item > p {
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  padding: 30px 10px;
}

[data-arrows=false].testimonial-single.testimonial-blockquote .testimonial-item {
  padding: 0 !important;
}

[data-arrows=false].testimonial-single.testimonial-blockquote .testimonial-item > p {
  padding: 10px !important;
}

.widget .testimonial .testimonial-item {
  text-align: left;
  padding: 0;
}

.widget .testimonial .testimonial-item > img {
  display: inherit;
  float: left;
  margin: 0 0 40px;
  height: 48px;
  width: 48px;
}

.widget .testimonial .testimonial-item > p {
  font-size: 15px;
  padding-bottom: 14px;
}

.widget .testimonial .testimonial-item > p, .widget .testimonial .testimonial-item > span {
  margin-left: 68px;
}

.widget .testimonial .testimonial-item > span {
  font-size: 13px;
}

@media (max-width: 1024px) {
  .testimonial.testimonial-left .testimonial-item {
    text-align: left;
  }
  .testimonial.testimonial-left .testimonial-item > img {
    display: inherit;
    float: none;
    margin: 20px auto;
    height: 80px;
    width: 80px;
  }
  .testimonial.testimonial-left .testimonial-item > p, .testimonial.testimonial-left .testimonial-item > span {
    margin-left: 0;
    text-align: center;
  }
  .testimonial.testimonial-single .testimonial-item {
    padding: 10px 20px;
  }
  .testimonial.testimonial-single .testimonial-item > img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  }
  .testimonial.testimonial-single .testimonial-item p {
    font-size: 14px;
  }
}
.timeline {
  list-style-type: none;
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 16px;
  height: 100%;
  z-index: 2;
  top: 0;
  bottom: 0;
  border-left: 3px dashed #e3e6f0;
}

.timeline .timeline-item {
  margin: 3rem 2rem 3rem 5rem;
}

.timeline .timeline-item > h4 {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-item-date {
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.timeline .timeline-item .timeline-item-image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.timeline .timeline-item .timeline-item-image img {
  width: 100%;
  height: auto;
}

.timeline .timeline-item .timeline-icon {
  background-color: #2250fc;
  position: absolute;
  border-radius: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

.timeline .timeline-item .timeline-icon i {
  margin-top: 1px;
}

#youtube-background-controls {
  display: none;
}

.youtube-background, .ytplayer-container {
  background-color: #181818;
}

.ytplayer-container {
  z-index: -2;
  transform: scale(1.2);
}

.background-video {
  background-color: #181818;
  background-position: top;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.background-video source, .background-video video {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.placeholder-image, .ytplayer-container {
  height: 100%;
  left: 0;
  min-width: 100%;
  top: 0;
}

.placeholder-image {
  min-height: 100%;
  position: fixed;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player, .ytplayer-shield {
  position: absolute;
}

.html5vid {
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.html5vid, .html5vid:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.html5vid:before {
  content: "";
  opacity: 1;
  background-color: #181818;
}

.html5vid video {
  max-width: none !important;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.html5vid.video-loaded {
  opacity: 1;
}

video {
  width: 100%;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: 0.5;
}

.bg-overlay[data-style="1"] {
  background: #fff;
}

.bg-overlay[data-style="2"] {
  background: #2250fc;
  opacity: 0.9;
}

.bg-overlay[data-style="3"] {
  background: linear-gradient(140deg, #7c1bd6, #31049b);
  opacity: 0.9;
}

.bg-overlay[data-style="4"] {
  background: linear-gradient(140deg, rgba(236, 0, 83, 0.979), rgba(231, 46, 0, 0.71));
  opacity: 0.9;
}

.bg-overlay[data-style="5"] {
  background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
  opacity: 0.9;
}

.bg-overlay[data-style="6"] {
  background: radial-gradient(circle at left top, #fe68bb 38%, #4294fa 66%);
  opacity: 0.9;
}

.bg-overlay[data-style="7"] {
  background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294fa 66%);
  opacity: 0.9;
}

.bg-overlay[data-style="8"] {
  background: linear-gradient(180deg, #e02b20, #720462);
  opacity: 0.9;
}

.bg-overlay[data-style="9"] {
  background: radial-gradient(circle at center, #00a6c0 0, #0c71c3 100%);
  opacity: 0.9;
}

.bg-overlay[data-style="10"] {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.99));
  opacity: 1;
}

.bg-overlay[data-style="11"] {
  background: linear-gradient(90deg, #0090f0, #5d08e6);
  opacity: 0.9;
}

.bg-overlay[data-style="12"] {
  background: linear-gradient(180deg, #ba01ff, #ff0092);
  opacity: 0.8;
}

.bg-overlay ~ .container, .bg-overlay ~ .container-fluid, .bg-overlay ~ .container-lg, .bg-overlay ~ .container-md, .bg-overlay ~ .container-sm, .bg-overlay ~ .container-xl {
  position: relative;
  z-index: 2;
}

.box-fancy > .container {
  padding: 0 30px;
}

.box-fancy [class*=col-] {
  padding: 5% !important;
}

.box-fancy.fancy-box-over {
  top: -100px;
}

body.breakpoint-xs .box-fancy [class*=col-] {
  padding: 10% !important;
}

.over-slider-top {
  top: -100px;
}

.site-map i {
  margin-right: 8px;
}

.site-map ul li {
  padding-bottom: 2px;
}

.animated.infinite {
  animation-duration: 3s;
  animation-fill-mode: both;
}

[data-animate] {
  opacity: 0;
}

.icon[data-animate], [data-animate].visible {
  opacity: 1;
}

.rateit, .rateit-font .rateit-range {
  overflow: hidden !important;
}

.rateit, .rateit-font .rateit-range > div, .rateit > div {
  cursor: pointer !important;
}

.rateit-selected {
  color: #ffc400 !important;
}

.rateit-reset {
  display: none !important;
}

#page-title[data-bg-parallax], [data-bg-parallax] {
  background-color: #181818;
}

.parallax-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.parallax-container.parallax-responsive {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: 50% !important;
}

.img-loaded {
  opacity: 1;
}

[data-bg-image] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

[data-bg-image]:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #181818;
  transition: opacity 0.5s linear;
}

[data-bg-image].bg-loaded:before {
  opacity: 0;
}

body[data-bg-image] {
  background-attachment: fixed;
  background-position: top;
}

.shape-divider {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 0;
  bottom: 0;
  top: auto;
  left: 0;
}

.shape-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

.shape-divider[data-position=bottom] {
  bottom: 0;
  top: auto;
}

.shape-divider[data-position=top] {
  bottom: auto;
  top: 0;
}

.shape-divider[data-flip-horizontal=true] {
  transform: rotateY(180deg);
}

.shape-divider[data-flip-vertical=true] {
  transform: rotateX(180deg);
}

.shape-divider[data-flip-horizontal=true][data-flip-vertical=true] {
  transform: rotateY(180deg) rotateX(180deg);
}

.wizard {
  opacity: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s linear;
  transition-delay: 0.2s;
}

.wizard, .wizard > .steps {
  position: relative;
  width: 100%;
}

.wizard > .steps {
  display: block;
  margin-bottom: 1rem;
}

.wizard > .steps ul {
  position: relative;
  z-index: 1;
  display: flex;
}

.wizard > .steps ul li {
  display: inline;
  margin-right: 6px;
}

.wizard > .steps ul li:last-child {
  margin-right: 0;
}

.wizard > .steps ul li > a {
  background: #f8f9fa;
  color: #9896a6;
  border-radius: 5px;
  display: inline-block;
  padding: 1rem;
}

.wizard > .steps ul li > a .number {
  margin-right: 4px;
  font-size: 1.429rem;
}

.wizard > .steps ul li > a .number:after {
  content: ".";
  right: 0;
}

.wizard > .steps ul li.current a, .wizard > .steps ul li.current a:active, .wizard > .steps ul li.current a:hover, .wizard > .steps ul li > a:active, .wizard > .steps ul li > a:hover {
  background: #2250fc;
  color: #fff;
}

.wizard > .steps ul li.error a, .wizard > .steps ul li.error a:active, .wizard > .steps ul li.error a:hover {
  background: #ce041c;
  color: #fff;
}

.wizard > .steps ul li.disabled a, .wizard > .steps ul li.disabled a:active, .wizard > .steps ul li.disabled a:hover {
  background: #f8f9fa;
  color: #9896a6;
  cursor: not-allowed;
  opacity: 0.7;
}

.wizard .content {
  min-height: 320px;
  padding-top: 30px;
}

.wizard .content > .body {
  width: 100%;
  height: auto;
  position: absolute;
}

.wizard .content > .body.current {
  position: relative;
}

.wizard .actions {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}

.wizard .actions > ul {
  display: inline-block;
  float: right;
}

.wizard .actions > ul > li {
  display: inline;
  float: left;
  margin-left: 1rem;
}

.wizard[data-style="1"] > .steps ul {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 5rem;
}

.wizard[data-style="1"] > .steps ul li:after {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  right: 0;
  z-index: -1;
  border: 1px dashed #ececec;
}

.wizard[data-style="1"] > .steps ul li > a {
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 1.2rem;
}

.wizard[data-style="1"] > .steps ul li > a .title {
  display: none;
}

.wizard[data-style="1"] > .steps ul li > a .number {
  margin-right: 0;
}

.wizard[data-style="1"] > .steps ul li > a .number:after {
  content: "";
}

.wizard[data-style="2"] > .steps ul {
  padding-top: 26px;
}

.wizard[data-style="2"] > .steps ul li > a {
  width: 100px;
  height: 7px;
  border-radius: 3.5px;
  padding: 0;
}

.wizard[data-style="2"] > .steps ul li > a .number, .wizard[data-style="2"] > .steps ul li > a .title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #1f1f1f;
  font-weight: 600;
}

.wizard[data-style="2"] > .steps ul li:not(.current) a {
  background-color: #e9ecef;
}

.wizard[data-style="2"] > .steps ul li.current a .title {
  font-size: 20px;
  display: block;
}

.wizard[data-orientation=vertical] {
  flex-direction: row;
  flex-wrap: wrap;
}

.wizard[data-orientation=vertical] > .steps {
  flex: 1;
  width: 30%;
  padding-right: 30px;
}

.wizard[data-orientation=vertical] > .steps ul {
  display: block;
}

.wizard[data-orientation=vertical] > .steps ul li {
  width: 100%;
  margin-right: 0;
}

.wizard[data-orientation=vertical] > .steps ul li > a {
  width: 100%;
  margin-bottom: 10px;
}

.wizard[data-orientation=vertical] .content {
  padding-top: 0;
  width: 70%;
}

.wizard[data-orientation=vertical] .actions {
  width: 100%;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul {
  margin: 0;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li {
  position: relative;
  padding-bottom: 20px;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li:after {
  height: 100%;
  left: 1.8rem;
  top: 0;
  bottom: 0;
  border: 0;
  border-left: 1px dashed #ececec;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li > a {
  padding: 0;
  text-align: left;
  width: 100%;
  height: auto;
  border-radius: none;
  background-color: transparent;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li > a .title {
  display: block;
  color: #9896a6;
  padding: 1.2rem 0;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li > a .number {
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  padding: 0.6em;
  background: #f8f9fa;
  color: #9896a6;
  margin-right: 10px;
  float: left;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li > a .number:after {
  content: "";
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li.current a .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.current a:active .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.current a:hover .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li:active a .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li:hover a .number {
  background: #2250fc;
  color: #fff;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li.error a .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.error a:active .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.error a:hover .number {
  background: #ce041c;
  color: #fff;
}

.wizard[data-orientation=vertical][data-style="1"] > .steps ul li.disabled a .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.disabled a:active .number, .wizard[data-orientation=vertical][data-style="1"] > .steps ul li.disabled a:hover .number {
  background: #f8f9fa;
  color: #9896a6;
  cursor: not-allowed;
  opacity: 0.7;
}

.wizard.clearfix {
  opacity: 1;
}

.tabcontrol > .content > .title, .tabcontrol > .steps .current-info, .wizard > .content > .title, .wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

@media (max-width: 576px) {
  .wizard > .steps ul {
    flex-direction: column;
  }
  .wizard > .steps ul li {
    flex: 1;
    margin-bottom: 10px;
  }
}
.card .card-body .wizard {
  padding: 1rem;
}

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  transform: translateZ(0);
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #000;
  background: #eee;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch input[type=checkbox], .bootstrap-switch input[type=radio] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.bootstrap-switch input[type=checkbox].form-control, .bootstrap-switch input[type=radio].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  opacity: 0.5;
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch {
  border-width: 1px;
  border-color: #ececec;
  border-radius: 5px;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-on, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-primary {
  background-color: #2250fc;
  border-color: #2250fc;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-secondary {
  background-color: #5a6268;
  border-color: #5a6268;
  color: #cecece;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-success {
  background-color: #81c868;
  border-color: #81c868;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-info {
  background-color: #53b0f8;
  border-color: #53b0f8;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-warning {
  background-color: #ffb20e;
  border-color: #ffb20e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-danger {
  background-color: #ce041c;
  border-color: #ce041c;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-light {
  background-color: #cecece;
  border-color: #cecece;
  color: #9896a6;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark, .bootstrap-switch .bootstrap-switch-on.bootstrap-switch-dark {
  background-color: #9896a6;
  border-color: #9896a6;
  color: #fff;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #ececec;
  outline: 0;
  box-shadow: none;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  background-color: #cecece;
  border-color: #cecece;
  color: #9896a6;
}

.bootstrap-switch-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 3px;
  margin-top: -2px;
  margin-left: -5px;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-radio {
  position: relative;
  font-size: 100%;
}

.p-radio > span:first-child {
  margin-left: 6px;
}

.p-radio > input[type=radio] {
  display: none;
}

.p-radio > input[type=radio] + .p-radio-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
  float: left;
}

.p-radio > input[type=radio] + .p-radio-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  border: 1px solid #cecece;
  border-radius: 50%;
}

.p-radio > input[type=radio] + .p-radio-style:after {
  position: absolute;
  display: none;
  content: "";
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-radio > input[type=radio]:checked + .p-radio-style:before {
  animation-name: none;
  border: 1px solid #2250fc;
  background: #2250fc;
}

.p-radio > input[type=radio]:checked + .p-radio-style:after {
  display: block;
}

.p-radio > input[type=radio]:checked[disabled] + .p-radio-style {
  opacity: 0.6;
}

.p-radio > input[type=radio][disabled] {
  cursor: not-allowed;
}

.p-radio > input[type=radio][disabled] + .p-radio-style {
  cursor: not-allowed;
  color: #cecece;
}

.p-radio > input[type=radio][disabled] + .p-radio-style:hover {
  cursor: not-allowed;
}

.p-radio > input[type=radio][disabled] + .p-radio-style:hover:before {
  animation-name: none;
}

.p-radio > input[type=radio][disabled] + .p-radio-style:before {
  cursor: not-allowed;
  border-color: #cecece;
}

.p-radio > input[type=radio][disabled] + .p-radio-style:after {
  cursor: not-allowed;
}

.p-radio.p-radio-sm {
  font-size: 75%;
}

.p-radio.p-radio-lg {
  font-size: 125%;
}

.p-radio.p-radio-xl {
  font-size: 150%;
}

.p-radio.radio-color-primary > input[type=radio]:checked + .p-radio-style:before {
  background-color: #2250fc;
  border-color: #2250fc;
}

.p-radio.radio-color-secondary > input[type=radio]:checked + .p-radio-style:before {
  background-color: #5a6268;
  border-color: #5a6268;
}

.p-radio.radio-color-success > input[type=radio]:checked + .p-radio-style:before {
  background-color: #81c868;
  border-color: #81c868;
}

.p-radio.radio-color-info > input[type=radio]:checked + .p-radio-style:before {
  background-color: #53b0f8;
  border-color: #53b0f8;
}

.p-radio.radio-color-danger > input[type=radio]:checked + .p-radio-style:before {
  background-color: #ce041c;
  border-color: #ce041c;
}

.p-radio.radio-color-warning > input[type=radio]:checked + .p-radio-style:before {
  background-color: #ffb20e;
  border-color: #ffb20e;
}

.p-radio.radio-color-light > input[type=radio]:checked + .p-radio-style:before {
  background-color: #cecece;
  border-color: #cecece;
}

.p-radio.radio-color-dark > input[type=radio]:checked + .p-radio-style:before {
  background-color: #9896a6;
  border-color: #9896a6;
}

.p-checkbox {
  position: relative;
  font-size: 100%;
}

.p-checkbox > span:first-child {
  margin-left: 6px;
}

.p-checkbox > input[type=checkbox] {
  display: none;
}

.p-checkbox > input[type=checkbox] + .p-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
  float: left;
}

.p-checkbox > input[type=checkbox] + .p-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  border: 1px solid #cecece;
  border-radius: 3px;
}

.p-checkbox > input[type=checkbox] + .p-checkbox-style:after {
  position: absolute;
  display: none;
  content: "";
  top: 0.15em;
  left: 0.5em;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.85em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-checkbox > input[type=checkbox]:checked + .p-checkbox-style:before {
  animation-name: none;
  border: #2250fc;
  background: #2250fc;
}

.p-checkbox > input[type=checkbox]:checked + .p-checkbox-style:after {
  display: block;
}

.p-checkbox > input[type=checkbox]:checked[disabled] + .p-checkbox-style:before {
  opacity: 0.5;
}

.p-checkbox > input[type=checkbox][disabled] {
  cursor: not-allowed;
}

.p-checkbox > input[type=checkbox][disabled] + .p-checkbox-style {
  cursor: not-allowed;
  opacity: 0.5;
}

.p-checkbox.p-checkbox-sm {
  font-size: 75%;
}

.p-checkbox.p-checkbox-lg {
  font-size: 125%;
}

.p-checkbox.p-checkbox-xl {
  font-size: 150%;
}

.p-checkbox.checkbox-color-primary > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #2250fc;
}

.p-checkbox.checkbox-color-secondary > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #5a6268;
}

.p-checkbox.checkbox-color-success > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #81c868;
}

.p-checkbox.checkbox-color-info > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #53b0f8;
}

.p-checkbox.checkbox-color-danger > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #ce041c;
}

.p-checkbox.checkbox-color-warning > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #ffb20e;
}

.p-checkbox.checkbox-color-light > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #cecece;
}

.p-checkbox.checkbox-color-dark > input[type=checkbox]:checked + .p-checkbox-style:before {
  background-color: #9896a6;
}

label.p-checkbox, label.p-radio {
  display: block;
  cursor: pointer;
}

.p-switch {
  box-sizing: border-box;
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}

.p-switch > span:first-child {
  margin-left: 6px;
}

.p-switch .p-switch-style {
  height: 1.6em;
  left: 0;
  background: #cecece;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
  float: left;
}

.p-switch .p-switch-style:before {
  display: block;
  content: "";
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  transition: all 0.3s ease-in-out;
}

.p-switch > input[type=checkbox] {
  display: none;
}

.p-switch > input[type=checkbox]:checked + .p-switch-style {
  background-color: #2250fc;
}

.p-switch > input[type=checkbox]:checked + .p-switch-style:before {
  left: 50%;
}

.p-switch > input[type=checkbox]:checked[disabled] + .p-switch-style {
  opacity: 0.5;
}

.p-switch.p-switch-sm {
  font-size: 75%;
}

.p-switch.p-switch-lg {
  font-size: 125%;
}

.p-switch.p-switch-xl {
  font-size: 150%;
}

.p-switch > input[type=checkbox][disabled] + .p-switch-style {
  cursor: not-allowed;
  opacity: 0.5;
}

.p-switch.switch-color-primary > input[type=checkbox]:checked + .p-switch-style {
  background-color: #2250fc;
}

.p-switch.switch-color-secondary > input[type=checkbox]:checked + .p-switch-style {
  background-color: #5a6268;
}

.p-switch.switch-color-success > input[type=checkbox]:checked + .p-switch-style {
  background-color: #81c868;
}

.p-switch.switch-color-info > input[type=checkbox]:checked + .p-switch-style {
  background-color: #53b0f8;
}

.p-switch.switch-color-danger > input[type=checkbox]:checked + .p-switch-style {
  background-color: #ce041c;
}

.p-switch.switch-color-warning > input[type=checkbox]:checked + .p-switch-style {
  background-color: #ffb20e;
}

.p-switch.switch-color-light > input[type=checkbox]:checked + .p-switch-style {
  background-color: #cecece;
}

.p-switch.switch-color-dark > input[type=checkbox]:checked + .p-switch-style {
  background-color: #9896a6;
}

.p-switch-style, .p-switch-style:before {
  box-sizing: border-box;
}

.irs, .irs-line {
  position: relative;
  display: block;
}

.irs, .irs-bar, .irs-bar-edge, .irs-line {
  display: block;
}

.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.irs-line {
  overflow: hidden;
  outline: 0 !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar, .irs-shadow {
  position: absolute;
  width: 0;
  left: 0;
}

.irs-bar-edge {
  position: absolute;
  top: 0;
  left: 0;
}

.irs-shadow {
  display: none;
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
  display: block;
  position: absolute;
  cursor: default;
}

.irs-slider {
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-single, .irs-to {
  top: 0;
  left: 0;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.m-ion-range-slider .irs .irs-from, .m-ion-range-slider .irs .irs-max, .m-ion-range-slider .irs .irs-min, .m-ion-range-slider .irs .irs-single, .m-ion-range-slider .irs .irs-to {
  padding: 2px 5px 1px;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  height: 6px;
  background: #cecece;
  top: 5px;
}

.irs-bar {
  height: 6px;
  top: 30px;
  background-position: 0 -60px;
  background: #2250fc;
}

.irs-bar-edge {
  top: 30px;
  height: 6px;
  width: 9px;
  background: #cecece;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 18px;
  height: 18px;
  top: 22px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: ew-resize;
  background: #fff;
}

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-max, .irs-min {
  color: #999;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  border-radius: 4px;
}

.irs-from, .irs-single, .irs-to {
  color: #fff;
  padding: 2px 8px;
  background: #2250fc;
}

.irs-from:after, .irs-single:after, .irs-to:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  overflow: hidden;
  border: 5px solid transparent;
  border-top-color: #2250fc;
}

.irs-grid-pol {
  background: #f8f9fa;
}

.irs-grid-text {
  color: #626262;
}

.range-color-primary .irs-from:after, .range-color-primary .irs-single:after, .range-color-primary .irs-to:after {
  border-top-color: #2250fc;
}

.range-color-primary .irs-bar, .range-color-primary .irs-from, .range-color-primary .irs-single, .range-color-primary .irs-to {
  background: #2250fc;
}

.range-color-secondary .irs-from:after, .range-color-secondary .irs-single:after, .range-color-secondary .irs-to:after {
  border-top-color: #5a6268;
}

.range-color-secondary .irs-bar, .range-color-secondary .irs-from, .range-color-secondary .irs-single, .range-color-secondary .irs-to {
  background: #5a6268;
}

.range-color-success .irs-from:after, .range-color-success .irs-single:after, .range-color-success .irs-to:after {
  border-top-color: #81c868;
}

.range-color-success .irs-bar, .range-color-success .irs-from, .range-color-success .irs-single, .range-color-success .irs-to {
  background: #81c868;
}

.range-color-info .irs-from:after, .range-color-info .irs-single:after, .range-color-info .irs-to:after {
  border-top-color: #53b0f8;
}

.range-color-info .irs-bar, .range-color-info .irs-from, .range-color-info .irs-single, .range-color-info .irs-to {
  background: #53b0f8;
}

.range-color-danger .irs-from:after, .range-color-danger .irs-single:after, .range-color-danger .irs-to:after {
  border-top-color: #ce041c;
}

.range-color-danger .irs-bar, .range-color-danger .irs-from, .range-color-danger .irs-single, .range-color-danger .irs-to {
  background: #ce041c;
}

.range-color-warning .irs-from:after, .range-color-warning .irs-single:after, .range-color-warning .irs-to:after {
  border-top-color: #ffb20e;
}

.range-color-warning .irs-bar, .range-color-warning .irs-from, .range-color-warning .irs-single, .range-color-warning .irs-to {
  background: #ffb20e;
}

.ranking .ranking-container {
  margin-bottom: 45px;
}

.ranking .ranking-container .subtitle, .ranking .ranking-container .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.ranking .ranking-container .subtitle span, .ranking .ranking-container .title span {
  font-size: 24px;
}

.ranking .ranking-container .title {
  font-weight: 800;
}

.ranking .ranking-container .subtitle {
  font-weight: 200;
  font-size: 20px;
  font-style: italic;
}

.ranking .ranking-captados-container .teams-container {
  text-align: center;
  max-width: 722px;
  margin: 72px auto 0;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper {
  position: relative;
  display: inline-block;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .totales:nth-child(2) {
  line-height: 34px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-1 {
  width: 30%;
  padding-bottom: 30%;
  top: -70px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-1 .totales:nth-child(2) {
  margin-top: 5px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-2, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-3 {
  width: 25%;
  padding-bottom: 25%;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-2 .totales:nth-child(2), .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper.position-3 .totales:nth-child(2) {
  margin-top: 0;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.bg-rojo {
  background-color: #f40000;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.bg-negro {
  background-color: #000;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.bg-verde {
  background-color: #047828;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-1 {
  border-color: #f7e9a5;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-1 .info-data .totales .total {
  font-size: 15px;
  height: 55px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-1 .info-data .totales .percent {
  font-size: 35px;
  font-weight: 500;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-1 .image-estrella {
  bottom: -75%;
  width: 70%;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .info-data > span, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .info-data > span {
  font-size: 25px;
  line-height: 25px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .info-data .totales .total, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .info-data .totales .total {
  font-size: 13px;
  height: 40px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .info-data .totales .percent, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .info-data .totales .percent {
  font-size: 23px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .info-text, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .info-text {
  margin-bottom: 0;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .image-estrella, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .image-estrella {
  bottom: -55%;
  width: 50%;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-1 .info-data .totales, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-2 .info-data .totales, .ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado.position-3 .info-data .totales {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-position {
  font-size: 70px;
  line-height: 75px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-text {
  margin-bottom: 2px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-text > div {
  font-size: 13px;
  line-height: 15px;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-text .clientes {
  font-weight: 200;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-text .captados {
  font-weight: 600;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .info-data > span {
  font-size: 40px;
  line-height: 30px;
  font-weight: 600;
}

.ranking .ranking-captados-container .teams-container .ranking-captado-wrapper .ranking-captado .image-estrella {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ranking .ranking-visitas-container .visitas {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #f40000;
  padding: 5px 10px 30px;
}

.ranking .ranking-visitas-container .visitas .ranking-visitas {
  padding: 0 20px;
}

.ranking .ranking-visitas-container .visitas .ranking-visitas .title-team {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.ranking .ranking-visitas-container .visitas .ranking-visitas .title-team span {
  font-size: 20px;
  font-weight: 800;
}

.ranking .ranking-visitas-container .visitas .ranking-visitas .total-data {
  font-size: 20px;
}

@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Bold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-BoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TCCCUnity;
  src: url(../fonts/TCCC_Unity/TCCCUnity-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TCCCUnityCond-Bold;
  src: url(../fonts/TCCC_Unity_Condensed/TCCCUnityCond-Bold.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityCond-Medium;
  src: url(../fonts/TCCC_Unity_Condensed/TCCCUnityCond-Medium.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityHead-Black;
  src: url(../fonts/TCCC_Unity_Headline/TCCCUnityHead-Black.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityHead-Bold;
  src: url(../fonts/TCCC_Unity_Headline/TCCCUnityHead-Bold.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityHead-Light;
  src: url(../fonts/TCCC_Unity_Headline/TCCCUnityHead-Light.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityHead-Medium;
  src: url(../fonts/TCCC_Unity_Headline/TCCCUnityHead-Medium.ttf) format("truetype");
}
@font-face {
  font-family: TCCCUnityHead-Regular;
  src: url(../fonts/TCCC_Unity_Headline/TCCCUnityHead-Regular.ttf) format("truetype");
}
.color-cc {
  color: #de0b1c;
}

.color-cc1 {
  color: #f9b000;
}

.color-cc2 {
  color: #f18700;
}

.color-cc3 {
  color: #f16618;
}

.color-cc4 {
  color: #de0b1c;
}

.color-cc5 {
  color: #ad1945;
}

.color-cc6 {
  color: #7a1e52;
}

.bg-cc1 {
  background-color: #f9b000 !important;
}

.bg-cc2 {
  background-color: #f18700 !important;
}

.bg-rojo {
  background-color: #f40000 !important;
}

.bg-negro {
  background-color: #000 !important;
}

.bg-verde {
  background-color: #047828 !important;
}

.check-negro .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #000 !important;
  background-color: #000 !important;
}

.check-rojo .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #f40000 !important;
  background-color: #f40000 !important;
}

.check-verde .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #047828 !important;
  background-color: #047828 !important;
}

.text-rojo {
  color: #f40000;
}

.text-negro {
  color: #000;
}

.text-verde {
  color: #047828;
}

.btn-rojo {
  background-color: #f40000;
  border-color: #f40000;
  color: #fff;
}

.btn-negro {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-verde {
  background-color: #047828;
  border-color: #047828;
  color: #fff;
}

a, abbr, acronym, address, blockquote, body, caption, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, label, legend, li, object, ol, p, pre, q, span, table, tbody, td, tfoot, th, thead, tr, ul {
  font-family: TCCCUnity, serif;
  font-weight: 400;
  font-size: 16px;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title, #mainMenu nav > ul > li > a, #page-title .page-title > h1, .header-extras > ul > li .topbar-dropdown > .title, .header-extras > ul > li > a:not(.btn), .page-menu nav > ul > li, .page-menu nav > ul > li .dropdown-menu, .sidebar-menu {
  font-family: TCCCUnity, serif;
  font-weight: 900;
}

a, a:active, a:focus, a:hover, a:visited {
  color: #fff;
}

.hidden, .hide, .oculto {
  display: none !important;
}

section#page-content {
  background: transparent;
}

[data-bg-image] {
  background-attachment: fixed;
}

#header[data-transparent=true] + #page-title {
  padding: 120px 0;
}

#mainMenu nav.colorRed ul li a {
  color: #de0b1c;
}

#mainMenu nav.colorRed ul li a:hover {
  color: #ad1945;
}

#mainMenu a.colorRed {
  color: #de0b1c;
}

#mainMenu a.colorDefault {
  color: #fff;
}

#mainMenu a:hover.colorRed {
  color: #ad1945;
}

#mainMenu a:hover.colorDefault {
  color: ivory;
}

nav .dropdown ul h4.active, nav li ul h4.active {
  position: relative;
}

@media (min-width: 1025px) {
  nav .dropdown ul h4.active:after, nav li ul h4.active:after {
    display: block;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    bottom: -5px;
    width: 90%;
    left: 0;
  }
}
nav .dropdown .active, nav li .active {
  position: relative;
}

@media (min-width: 1025px) {
  nav .dropdown .active:after, nav li .active:after {
    display: block;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90%;
  }
}
#page-title {
  padding: 20px 0;
}

#page-title .breadcrumb {
  display: inherit;
  background-color: transparent;
}

#page-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div.container-form {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

div.line-separator {
  margin: 2px auto;
}

div.order-info-primary {
  margin: 1px;
}

div.order-info-primary .row {
  background-color: rgba(52, 180, 241, 0.08);
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 15px 15px 15px 5px;
}

div.order-info-secondary {
  margin: 1px;
}

div.order-info-secondary div.row {
  margin-bottom: 20px;
}

div.order-info-primary .line-separator, div.order-info-secondary .line-separator {
  margin: 5px auto;
}

div.order-info-primary .col:not(.div-input), div.order-info-primary div[class^=col-]:not(.div-input), div.order-info-secondary .col:not(.div-input), div.order-info-secondary div[class^=col-]:not(.div-input) {
  display: flex;
  align-items: center;
}

div.order-info-primary .col:not(.div-input) span, div.order-info-primary div[class^=col-]:not(.div-input) span, div.order-info-secondary .col:not(.div-input) span, div.order-info-secondary div[class^=col-]:not(.div-input) span {
  margin-left: 10px;
}

div.order-info-primary .div-input, div.order-info-secondary .div-input {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

div.order-info-primary .div-input svg, div.order-info-secondary .div-input svg {
  margin-right: 5px;
}

div.order-info-primary .div-input.div-input-with-icon, div.order-info-secondary .div-input.div-input-with-icon {
  font-weight: 700;
}

div.container-important div {
  padding: 2px;
}

div.container-important div.row {
  border-radius: 10px;
  background-color: rgba(213, 23, 89, 0.1);
  padding-top: 10px;
  padding-bottom: 5px;
}

div.container-important div.row .title {
  font-weight: 900;
}

.form-group label {
  display: inline-block;
}

.form-control:focus, select.custom-select:focus {
  border-color: #de0b1c !important;
  box-shadow: 0 0 0 0.2rem rgba(222, 11, 28, 0.2549019608) !important;
}

.card {
  margin-top: 10px;
}

.card .card-header h3 {
  font-weight: 900;
}

div.container-list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
}

tr th {
  font-weight: 900 !important;
}

#tr-filters input.search_init, #tr-orders input.search_init {
  width: 100%;
}

#tr-filters select.select-filter-opt, #tr-orders select.select-filter-opt {
  height: 18px;
}

#tr-filters th, #tr-orders th {
  background-color: transparent;
}

tfoot tr td {
  background-color: transparent !important;
}

table tbody td.actions-td {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.select2 .selection .select2-selection {
  min-height: 40px;
  border-color: #ced4da;
}

.select2 .selection ul li.select2-selection__choice {
  background: #fff;
  color: #5c5c5c;
  font-weight: 700;
}

.select2 .selection ul li.select2-search input.select2-search__field {
  min-height: auto;
}

button.btn.dropdown-toggle, button.btn.dropdown-toggle:not(.close):not(.mfp-close), button.btn.dropdown-toggle:not([href]):not([tabindex]) {
  padding: 0 24px 0 14px;
}

button.btn.dropdown-toggle:after, button.btn.dropdown-toggle:not(.close):not(.mfp-close):after, button.btn.dropdown-toggle:not([href]):not([tabindex]):after {
  display: inline-block;
  margin: 0 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid #fff;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  z-index: auto;
  right: 0.4em;
  width: 0;
  height: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .btn-group-sm > .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), .btn-group-sm > a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide), .btn-group-sm > button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-sm, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-sm, button.btn:not(.btn-creative):not(.btn-slide).btn-sm {
    padding-right: 24px;
    padding-left: 14px;
  }
}
.modal-backdrop {
  z-index: 1030 !important;
}

.modal.show {
  z-index: 1031;
}

.modal.show p {
  font-weight: 400;
}

.modal .modal-dialog .modal-content .modal-header {
  position: relative;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 24px;
  top: 28px;
  width: 0.5em;
  height: 0.5em;
  padding: 0.3em;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/0.6em auto no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0.42rem;
  opacity: 0.6;
}

.modal-backdrop.show {
  z-index: 1030;
}

.img-responsive {
  width: 100%;
}

.owl-stage {
  display: flex;
  padding-top: 10px;
}

.owl-stage .owl-item p {
  font-weight: 600;
}

.owl-nav button {
  display: inline-flex;
}

.owl-nav button span {
  font-size: 45px;
  line-height: 32px;
  margin: 0 2px;
  display: inline-block;
}

.alert.alert-danger, .alert.alert-info, .alert.alert-warning {
  color: #fff;
}

.p-progress-bar-container {
  position: static;
}

.p-progress-bar-container.small {
  margin: 15px 0;
}

.p-progress-bar-container.small .p-progress-bar {
  font-weight: 700;
}

.p-progress-bar-container.small .p-progress-bar span {
  top: 11px;
}

.p-progress-bar-container .p-progress-bar span {
  top: 15px;
  font-weight: 700;
}

table.dataTable td img {
  padding: 5px;
}

span.canela-input-text-count {
  position: absolute;
  top: -2px;
  right: 1px;
}

span.canela-input-text-count span {
  font-size: 11px;
}

.loader-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(172, 198, 255, 0.3294117647);
  z-index: 2000;
}

.loader-bg .loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1035;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.loader-bg .loader-container .loader-track {
  position: relative;
  height: 3px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.loader-bg .loader-container .loader-track .loader-fill:after, .loader-bg .loader-container .loader-track .loader-fill:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}

.loader-bg .loader-container .loader-track .loader-fill:before {
  animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.loader-bg .loader-container .loader-track .loader-fill:after {
  animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

.checkbox-color-danger .p-checkbox-style:after {
  background-color: #de0b1c !important;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #f16618 !important;
  background-color: #de0b1c !important;
}

.btn-coca-cola.btn-cc1, .btn-coca-cola.btn-warning, a.btn.btn-cc1, a.btn.btn-warning, button.btn.btn-cc1, button.btn.btn-warning {
  background-color: #f9b000 !important;
  border-color: #f9b000 !important;
  color: #fff !important;
}

.btn-coca-cola.btn-cc1:hover, .btn-coca-cola.btn-warning:hover, a.btn.btn-cc1:hover, a.btn.btn-warning:hover, button.btn.btn-cc1:hover, button.btn.btn-warning:hover {
  background-color: #f8b209 !important;
  border-color: #f8b209 !important;
}

.btn-coca-cola.btn-success, a.btn.btn-cc2, a.btn.btn-success, button.btn.btn-cc2, button.btn.btn-success {
  background-color: #f18700 !important;
  border-color: #f18700 !important;
  color: #fff !important;
}

.btn-coca-cola.btn-success:hover, a.btn.btn-cc2:hover, a.btn.btn-success:hover, button.btn.btn-cc2:hover, button.btn.btn-success:hover {
  background-color: #ff8c2b !important;
  border-color: #ff8c2b !important;
}

.btn-coca-cola.btn-cc3, a.btn.btn-cc3, button.btn.btn-cc3 {
  color: #fff !important;
}

.btn-coca-cola.btn-cc3, .btn-coca-cola.btn-cc3:hover, a.btn.btn-cc3, a.btn.btn-cc3:hover, button.btn.btn-cc3, button.btn.btn-cc3:hover {
  background-color: #f16618 !important;
  border-color: #f16618 !important;
}

a.btn.btn-negro, button.btn.btn-negro {
  color: #fff !important;
}

a.btn.btn-negro, a.btn.btn-negro:hover, button.btn.btn-negro, button.btn.btn-negro:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

a.btn.btn-verde, button.btn.btn-verde {
  color: #fff !important;
}

a.btn.btn-verde, a.btn.btn-verde:hover, button.btn.btn-verde, button.btn.btn-verde:hover {
  background-color: #047828 !important;
  border-color: #047828 !important;
}

.btn-coca-cola.btn-cc4, a.btn.btn-cc, a.btn.btn-cc4, a.btn.btn-rojo, button.btn.btn-cc, button.btn.btn-cc4, button.btn.btn-rojo {
  background-color: #f40000 !important;
  border-color: #f40000 !important;
  color: #fff !important;
}

.btn-coca-cola.btn-cc4:hover, a.btn.btn-cc4:hover, a.btn.btn-cc:hover, a.btn.btn-rojo:hover, button.btn.btn-cc4:hover, button.btn.btn-cc:hover, button.btn.btn-rojo:hover {
  background-color: #f40000 !important;
  border-color: #f40000 !important;
}

a.btn.btn-undefined, button.btn.btn-undefined {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.btn-coca-cola.btn-primary, a.btn.btn-cc5, a.btn.btn-primary, button.btn.btn-cc5, button.btn.btn-primary {
  background-color: #ad1945 !important;
  border-color: #ad1945 !important;
  color: #fff !important;
}

.btn-coca-cola.btn-primary:hover, a.btn.btn-cc5:hover, a.btn.btn-primary:hover, button.btn.btn-cc5:hover, button.btn.btn-primary:hover {
  background-color: #ad1945 !important;
  border-color: #ad1945 !important;
}

.btn-coca-cola.btn-cc6, a.btn.btn-cc6, button.btn.btn-cc6 {
  color: #fff !important;
}

.btn-coca-cola.btn-cc6, .btn-coca-cola.btn-cc6:hover, a.btn.btn-cc6, a.btn.btn-cc6:hover, button.btn.btn-cc6, button.btn.btn-cc6:hover {
  background-color: #7a1e52 !important;
  border-color: #7a1e52 !important;
}

.btn-coca-cola {
  display: inline-block;
  font-size: 1rem;
  line-height: 30px;
  padding: 7px 23px;
  border-radius: 2em !important;
  letter-spacing: 2px;
}

.btn-animate {
  position: relative;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.btn-animate:after {
  content: "";
  background: hsla(0, 0%, 68.6%, 0.6);
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}

.btn-animate:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

input.redonded, input:focus.redonded, select.redonded, select:focus.redonded {
  border-radius: 50px;
  border-color: #f40000;
  box-shadow: inherit !important;
}

input.redonded.rojo, input:focus.redonded.rojo, select.redonded.rojo, select:focus.redonded.rojo {
  border-color: #f40000 !important;
  box-shadow: #f40000 !important;
}

input.redonded.negro, input:focus.redonded.negro, select.redonded.negro, select:focus.redonded.negro {
  border-color: #000 !important;
  box-shadow: #000 !important;
}

input.redonded.verde, input:focus.redonded.verde, select.redonded.verde, select:focus.redonded.verde {
  border-color: #047828 !important;
  box-shadow: #047828 !important;
}

.input-group.redonded input {
  border-radius: 50px 0 0 50px;
  border-color: #de0b1c;
}

.input-group.redonded span {
  border-radius: 0 50px 50px 0;
  border-color: #de0b1c;
}

div.page-title-container {
  text-align: center;
}

div.page-title-container .page-title {
  font-family: TCCCUnityHead-Bold;
  display: inline-block;
  color: #4ca01d;
  padding: 0 20px;
  font-size: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.container-option {
  padding: 30px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
}

.container-option .option-image img {
  width: 80%;
}

.container-option .option-text {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.ranking-visitas, .resume-group, .resume-team {
  padding: 10px;
}

.ranking-visitas .info, .resume-group .info, .resume-team .info {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.ranking-visitas .info .totales .total, .resume-group .info .totales .total, .resume-team .info .totales .total {
  font-size: 14px;
  vertical-align: top;
}

.ranking-visitas .info .totales .percent, .resume-group .info .totales .percent, .resume-team .info .totales .percent {
  font-size: 30px;
}

.ranking-visitas .info .progress .progress-bar span img, .resume-group .info .progress .progress-bar span img, .resume-team .info .progress .progress-bar span img {
  height: 30px;
  position: absolute;
  top: 15px;
}

.resume-group .title, .resume-team .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.resume-group .progress-container, .resume-team .progress-container {
  position: relative;
  margin-top: 26px;
}

.resume-group .progress-container .progress, .resume-team .progress-container .progress {
  height: 10px !important;
}

.resume-group .progress-container .progress.progress-over, .resume-team .progress-container .progress.progress-over {
  margin-top: -10px;
  overflow: visible;
  background-color: transparent;
}

.resume-group .progress-container .progress.progress-over .progress-bar, .resume-team .progress-container .progress.progress-over .progress-bar {
  background-color: transparent;
}

.resume-group .progress-container .progress .progress-bar, .resume-team .progress-container .progress .progress-bar {
  padding: 0;
  height: 10px !important;
}

.resume-group .progress-container .progress .data-container, .resume-team .progress-container .progress .data-container {
  position: relative;
  top: -21px;
  right: 18px;
}

.resume-group .progress-container .progress .data-container .value-container, .resume-team .progress-container .progress .data-container .value-container {
  position: relative;
  text-align: center;
}

.resume-group .progress-container .progress .data-container .value-container .value, .resume-team .progress-container .progress .data-container .value-container .value {
  position: relative;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 4px;
  display: inline-block;
}

.resume-group .progress-container .progress .data-container .value-container .percentage, .resume-team .progress-container .progress .data-container .value-container .percentage {
  position: absolute;
  top: 4px;
  font-size: 22px;
  font-weight: 600;
}

.resume-group .progress-container .progress .data-container .bottle, .resume-team .progress-container .progress .data-container .bottle {
  width: 40px;
}

.resume-team .progress-container .progress .data-container .value {
  color: #fff;
}

.resume-group {
  color: #000;
}

.resume-group .info {
  background-color: #fff;
}

.selector-team {
  margin-top: 20px;
  margin-bottom: 20px;
}

.selector-team .info {
  border-radius: 50px;
  border: 3px solid #fff;
  padding: 20px;
}

.selector-team .info .title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
}

.selector-team .info .title span {
  font-weight: 900;
  font-size: 22px;
}

.selector-team .info.rojo {
  background-color: #f40000;
}

.selector-team .info.negro {
  background-color: #000;
}

.selector-team .info.verde {
  background-color: #047828;
}

.resume-group .title, .resume-team .title {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 22px;
}

.resume-group .title span, .resume-team .title span {
  font-weight: 900;
  font-size: 22px;
}

.resume-team .info {
  color: #fff;
}

.resume-team .rojo .title {
  color: #f40000;
}

.resume-team .rojo .info {
  background-color: #f40000;
}

.resume-team .negro .title {
  color: #000;
}

.resume-team .negro .info {
  background-color: #000;
}

.resume-team .verde .title {
  color: #047828;
}

.resume-team .verde .info {
  background-color: #047828;
}

table.visited tr th {
  text-align: center;
  line-height: 20px;
}

table.visited .customer-visited div {
  border-radius: 20px;
  color: #fff;
}

table.visited .customer-visited div.rojo {
  padding: 10px 22px;
  background-color: #f40000;
  font-size: 14px;
}

table.visited .customer-visited div.negro {
  padding: 10px;
  background-color: #000;
}

table.visited .customer-visited div.verde {
  padding: 10px;
  background-color: #047828;
}

table.visited span {
  font-weight: 100;
  font-size: 12px;
}

.destapa-title {
  width: 50%;
  max-width: 400px;
}

.progress-container {
  position: relative;
  margin-top: 46px;
}

.progress-container .progress {
  height: 10px !important;
}

.progress-container .progress.progress-over {
  margin-top: -10px;
  overflow: visible;
  background-color: transparent;
}

.progress-container .progress.progress-over .progress-bar {
  background-color: transparent;
}

.progress-container .progress .progress-bar {
  padding: 0;
  height: 10px !important;
}

.progress-container .progress .data-container {
  position: relative;
  top: -34px;
  right: 30px;
  width: 0;
}

.progress-container .progress .data-container .value-container {
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 2px;
}

.progress-container .progress .data-container .value-container .value {
  position: relative;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 6px;
}

.progress-container .progress .data-container .value-container .value.text-rojo {
  color: #f40000;
}

.progress-container .progress .data-container .value-container .value.text-negro {
  color: #000;
}

.progress-container .progress .data-container .value-container .value.text-verde {
  color: #047828;
}

.progress-container .progress .data-container .value-container .percentage {
  position: relative;
  top: 4px;
  font-size: 22px;
  font-weight: 600;
}

.progress-container .progress .data-container .bottle {
  width: 60px;
}

.container_customer_visited .filters-container {
  display: flex;
  gap: 10px;
}

.modal-header .close {
  font-size: 26px;
  font-weight: 600;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#eee;
  --dark:#1f1f1f;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:"Nunito",sans-serif;
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.25rem;
}

.h2, h2 {
  font-size: 1.8rem;
}

.h3, h3 {
  font-size: 1.575rem;
}

.h4, h4 {
  font-size: 1.35rem;
}

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

.h6, h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1, .display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline, .list-unstyled {
  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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 10px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

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

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

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

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ececec;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ececec;
}

.table tbody + tbody {
  border-top: 2px solid #ececec;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1px solid #ececec;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fafafa;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #f6f6f6;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ededed;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: silver;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #8b8b8b;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b3b3b3;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ececec;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.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: 5px;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 10px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 8px;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 5px;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 5px;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group, .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 5px;
  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: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #060606;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #060606;
  border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #eee;
  border-color: #eee;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 93.3%, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eee;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #eee;
  border-color: #eee;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 93.3%, 0.5);
}

.btn-outline-dark {
  color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1f1f1f;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
  text-decoration: underline;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 8px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 10px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

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

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 8px;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 10px;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label:after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file, .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.custom-file-label, .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ececec;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #2250fc;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: #ececec;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.75rem 1.5rem;
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1.5rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

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

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

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

.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: 4px;
  border-top-right-radius: 4px;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills, .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
}

.card-img, .card-img-bottom, .card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@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-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    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-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 5px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #eee;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #d5d5d5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 93.3%, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #1f1f1f;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #060606;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 8px;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-light hr {
  border-top-color: #ededed;
}

.alert-light .alert-link {
  color: #636363;
}

.alert-dark {
  color: #101010;
  background-color: #d2d2d2;
  border-color: silver;
}

.alert-dark hr {
  border-top-color: #b3b3b3;
}

.alert-dark .alert-link {
  color: #000;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress, .progress-bar {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #7c7c7c;
  background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dark {
  color: #101010;
  background-color: silver;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #101010;
  background-color: #b3b3b3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

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

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-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 {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ececec;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #ececec;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Nunito, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Nunito, 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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.popover, .popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 8px;
}

.popover .arrow:after, .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 8px 0;
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  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-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

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

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #eee !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #d5d5d5 !important;
}

.bg-dark {
  background-color: #1f1f1f !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #060606 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #ececec !important;
}

.border-top {
  border-top: 1px solid #ececec !important;
}

.border-right {
  border-right: 1px solid #ececec !important;
}

.border-bottom {
  border-bottom: 1px solid #ececec !important;
}

.border-left {
  border-left: 1px solid #ececec !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

.border-light {
  border-color: #eee !important;
}

.border-dark {
  border-color: #1f1f1f !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
}

.rounded-right, .rounded-top {
  border-top-right-radius: 5px !important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.shadow {
  box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1, .my-1 {
  margin-top: 0.375rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.375rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.375rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.375rem !important;
}

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

.mt-2, .my-2 {
  margin-top: 0.75rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.75rem !important;
}

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

.mt-3, .my-3 {
  margin-top: 1.5rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1.5rem !important;
}

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

.mt-4, .my-4 {
  margin-top: 2.25rem !important;
}

.mr-4, .mx-4 {
  margin-right: 2.25rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 2.25rem !important;
}

.ml-4, .mx-4 {
  margin-left: 2.25rem !important;
}

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

.mt-5, .my-5 {
  margin-top: 4.5rem !important;
}

.mr-5, .mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

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

.pt-1, .py-1 {
  padding-top: 0.375rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.375rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.375rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.375rem !important;
}

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

.pt-2, .py-2 {
  padding-top: 0.75rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.75rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.75rem !important;
}

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

.pt-3, .py-3 {
  padding-top: 1.5rem !important;
}

.pr-3, .px-3 {
  padding-right: 1.5rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1.5rem !important;
}

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

.pt-4, .py-4 {
  padding-top: 2.25rem !important;
}

.pr-4, .px-4 {
  padding-right: 2.25rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 2.25rem !important;
}

.pl-4, .px-4 {
  padding-left: 2.25rem !important;
}

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

.pt-5, .py-5 {
  padding-top: 4.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 4.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.375rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.375rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.375rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.75rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.75rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.75rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.75rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -2.25rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -2.25rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -2.25rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.375rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.375rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.375rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.375rem !important;
  }
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.75rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 2.25rem !important;
  }
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 4.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.375rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.375rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.375rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.375rem !important;
  }
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 2.25rem !important;
  }
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 4.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.375rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.375rem !important;
  }
  .m-sm-n2 {
    margin: -0.75rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2.25rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -4.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.375rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.375rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.375rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.375rem !important;
  }
  .m-md-2 {
    margin: 0.75rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.75rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.75rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.75rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2.25rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 2.25rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 2.25rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 2.25rem !important;
  }
  .m-md-5 {
    margin: 4.5rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 4.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.375rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.375rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.375rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.375rem !important;
  }
  .p-md-2 {
    padding: 0.75rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.75rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.75rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.75rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2.25rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 2.25rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 2.25rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 2.25rem !important;
  }
  .p-md-5 {
    padding: 4.5rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 4.5rem !important;
  }
  .m-md-n1 {
    margin: -0.375rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.375rem !important;
  }
  .m-md-n2 {
    margin: -0.75rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.75rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2.25rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -2.25rem !important;
  }
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -4.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.375rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.375rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.375rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.375rem !important;
  }
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.75rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 2.25rem !important;
  }
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 4.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.375rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.375rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.375rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.375rem !important;
  }
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 2.25rem !important;
  }
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 4.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.375rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.375rem !important;
  }
  .m-lg-n2 {
    margin: -0.75rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2.25rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -4.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.375rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.375rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.375rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.375rem !important;
  }
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.75rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 2.25rem !important;
  }
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 4.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.375rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.375rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.375rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.375rem !important;
  }
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 2.25rem !important;
  }
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 4.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.375rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.375rem !important;
  }
  .m-xl-n2 {
    margin: -0.75rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2.25rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -4.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #eee !important;
}

a.text-light:focus, a.text-light:hover {
  color: #c8c8c8 !important;
}

.text-dark {
  color: #1f1f1f !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #000 !important;
}

.text-body {
  color: #212529 !important;
}

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

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

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, :after, :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
  }
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container, body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #ececec;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ececec;
  }
}
/*# sourceMappingURL=app.css.map*/

.h-12 {
  height: 3.4rem;
}

.h-8 {
  height: 2.5rem;
}

.h-6 {
  height: 2rem;
}

.bg-twt-superior {
  background-image: url('../img/icons/Header/barraSuperior.png');
  background-size: 1429px 9px;
  background-repeat: no-repeat;
  /* background-position: top center; */
  top: 20px !important;
  padding-top: 0.5rem !important;
}

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.flex {
  display: flex;
}

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

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

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

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

.relative {
  position: relative;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.w-full {
  width: 100%;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

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

.w-12 {
  width: 3rem/* 48px */;
}

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

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