@charset "UTF-8";

/* node_modules/@fortawesome/fontawesome-free/css/all.min.css */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-regular,
.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-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  content: var(--fa);
}
.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: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.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,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.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(.28,.84,.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(.4,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(.4,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,.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.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,0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0 {
  --fa:"0";
}
.fa-1 {
  --fa:"1";
}
.fa-2 {
  --fa:"2";
}
.fa-3 {
  --fa:"3";
}
.fa-4 {
  --fa:"4";
}
.fa-5 {
  --fa:"5";
}
.fa-6 {
  --fa:"6";
}
.fa-7 {
  --fa:"7";
}
.fa-8 {
  --fa:"8";
}
.fa-9 {
  --fa:"9";
}
.fa-fill-drip {
  --fa:"\f576";
}
.fa-arrows-to-circle {
  --fa:"\e4bd";
}
.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa:"\f138";
}
.fa-at {
  --fa:"@";
}
.fa-trash-alt,
.fa-trash-can {
  --fa:"\f2ed";
}
.fa-text-height {
  --fa:"\f034";
}
.fa-user-times,
.fa-user-xmark {
  --fa:"\f235";
}
.fa-stethoscope {
  --fa:"\f0f1";
}
.fa-comment-alt,
.fa-message {
  --fa:"\f27a";
}
.fa-info {
  --fa:"\f129";
}
.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}
.fa-explosion {
  --fa:"\e4e9";
}
.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa:"\f15c";
}
.fa-wave-square {
  --fa:"\f83e";
}
.fa-ring {
  --fa:"\f70b";
}
.fa-building-un {
  --fa:"\e4d9";
}
.fa-dice-three {
  --fa:"\f527";
}
.fa-calendar-alt,
.fa-calendar-days {
  --fa:"\f073";
}
.fa-anchor-circle-check {
  --fa:"\e4aa";
}
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}
.fa-volleyball,
.fa-volleyball-ball {
  --fa:"\f45f";
}
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}
.fa-sort-desc,
.fa-sort-down {
  --fa:"\f0dd";
}
.fa-circle-minus,
.fa-minus-circle {
  --fa:"\f056";
}
.fa-door-open {
  --fa:"\f52b";
}
.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa:"\f2f5";
}
.fa-atom {
  --fa:"\f5d2";
}
.fa-soap {
  --fa:"\e06e";
}
.fa-heart-music-camera-bolt,
.fa-icons {
  --fa:"\f86d";
}
.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa:"\f539";
}
.fa-bridge-circle-check {
  --fa:"\e4c9";
}
.fa-pump-medical {
  --fa:"\e06a";
}
.fa-fingerprint {
  --fa:"\f577";
}
.fa-hand-point-right {
  --fa:"\f0a4";
}
.fa-magnifying-glass-location,
.fa-search-location {
  --fa:"\f689";
}
.fa-forward-step,
.fa-step-forward {
  --fa:"\f051";
}
.fa-face-smile-beam,
.fa-smile-beam {
  --fa:"\f5b8";
}
.fa-flag-checkered {
  --fa:"\f11e";
}
.fa-football,
.fa-football-ball {
  --fa:"\f44e";
}
.fa-school-circle-exclamation {
  --fa:"\e56c";
}
.fa-crop {
  --fa:"\f125";
}
.fa-angle-double-down,
.fa-angles-down {
  --fa:"\f103";
}
.fa-users-rectangle {
  --fa:"\e594";
}
.fa-people-roof {
  --fa:"\e537";
}
.fa-people-line {
  --fa:"\e534";
}
.fa-beer,
.fa-beer-mug-empty {
  --fa:"\f0fc";
}
.fa-diagram-predecessor {
  --fa:"\e477";
}
.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa:"\f176";
}
.fa-burn,
.fa-fire-flame-simple {
  --fa:"\f46a";
}
.fa-male,
.fa-person {
  --fa:"\f183";
}
.fa-laptop {
  --fa:"\f109";
}
.fa-file-csv {
  --fa:"\f6dd";
}
.fa-menorah {
  --fa:"\f676";
}
.fa-truck-plane {
  --fa:"\e58f";
}
.fa-record-vinyl {
  --fa:"\f8d9";
}
.fa-face-grin-stars,
.fa-grin-stars {
  --fa:"\f587";
}
.fa-bong {
  --fa:"\f55c";
}
.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa:"\f67b";
}
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}
.fa-spoon,
.fa-utensil-spoon {
  --fa:"\f2e5";
}
.fa-jar-wheat {
  --fa:"\e517";
}
.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa:"\f674";
}
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}
.fa-circle-h,
.fa-hospital-symbol {
  --fa:"\f47e";
}
.fa-pager {
  --fa:"\f815";
}
.fa-address-book,
.fa-contact-book {
  --fa:"\f2b9";
}
.fa-strikethrough {
  --fa:"\f0cc";
}
.fa-k {
  --fa:"K";
}
.fa-landmark-flag {
  --fa:"\e51c";
}
.fa-pencil,
.fa-pencil-alt {
  --fa:"\f303";
}
.fa-backward {
  --fa:"\f04a";
}
.fa-caret-right {
  --fa:"\f0da";
}
.fa-comments {
  --fa:"\f086";
}
.fa-file-clipboard,
.fa-paste {
  --fa:"\f0ea";
}
.fa-code-pull-request {
  --fa:"\e13c";
}
.fa-clipboard-list {
  --fa:"\f46d";
}
.fa-truck-loading,
.fa-truck-ramp-box {
  --fa:"\f4de";
}
.fa-user-check {
  --fa:"\f4fc";
}
.fa-vial-virus {
  --fa:"\e597";
}
.fa-sheet-plastic {
  --fa:"\e571";
}
.fa-blog {
  --fa:"\f781";
}
.fa-user-ninja {
  --fa:"\f504";
}
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}
.fa-scroll-torah,
.fa-torah {
  --fa:"\f6a0";
}
.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa:"\f458";
}
.fa-toggle-off {
  --fa:"\f204";
}
.fa-archive,
.fa-box-archive {
  --fa:"\f187";
}
.fa-person-drowning {
  --fa:"\e545";
}
.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa:"\f886";
}
.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa:"\f58a";
}
.fa-spray-can {
  --fa:"\f5bd";
}
.fa-truck-monster {
  --fa:"\f63b";
}
.fa-w {
  --fa:"W";
}
.fa-earth-africa,
.fa-globe-africa {
  --fa:"\f57c";
}
.fa-rainbow {
  --fa:"\f75b";
}
.fa-circle-notch {
  --fa:"\f1ce";
}
.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa:"\f3fa";
}
.fa-paw {
  --fa:"\f1b0";
}
.fa-cloud {
  --fa:"\f0c2";
}
.fa-trowel-bricks {
  --fa:"\e58a";
}
.fa-face-flushed,
.fa-flushed {
  --fa:"\f579";
}
.fa-hospital-user {
  --fa:"\f80d";
}
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}
.fa-gavel,
.fa-legal {
  --fa:"\f0e3";
}
.fa-binoculars {
  --fa:"\f1e5";
}
.fa-microphone-slash {
  --fa:"\f131";
}
.fa-box-tissue {
  --fa:"\e05b";
}
.fa-motorcycle {
  --fa:"\f21c";
}
.fa-bell-concierge,
.fa-concierge-bell {
  --fa:"\f562";
}
.fa-pen-ruler,
.fa-pencil-ruler {
  --fa:"\f5ae";
}
.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa:"\e068";
}
.fa-mars-and-venus-burst {
  --fa:"\e523";
}
.fa-caret-square-right,
.fa-square-caret-right {
  --fa:"\f152";
}
.fa-cut,
.fa-scissors {
  --fa:"\f0c4";
}
.fa-sun-plant-wilt {
  --fa:"\e57a";
}
.fa-toilets-portable {
  --fa:"\e584";
}
.fa-hockey-puck {
  --fa:"\f453";
}
.fa-table {
  --fa:"\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}
.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa:"\f566";
}
.fa-users-slash {
  --fa:"\e073";
}
.fa-clover {
  --fa:"\e139";
}
.fa-mail-reply,
.fa-reply {
  --fa:"\f3e5";
}
.fa-star-and-crescent {
  --fa:"\f699";
}
.fa-house-fire {
  --fa:"\e50c";
}
.fa-minus-square,
.fa-square-minus {
  --fa:"\f146";
}
.fa-helicopter {
  --fa:"\f533";
}
.fa-compass {
  --fa:"\f14e";
}
.fa-caret-square-down,
.fa-square-caret-down {
  --fa:"\f150";
}
.fa-file-circle-question {
  --fa:"\e4ef";
}
.fa-laptop-code {
  --fa:"\f5fc";
}
.fa-swatchbook {
  --fa:"\f5c3";
}
.fa-prescription-bottle {
  --fa:"\f485";
}
.fa-bars,
.fa-navicon {
  --fa:"\f0c9";
}
.fa-people-group {
  --fa:"\e533";
}
.fa-hourglass-3,
.fa-hourglass-end {
  --fa:"\f253";
}
.fa-heart-broken,
.fa-heart-crack {
  --fa:"\f7a9";
}
.fa-external-link-square-alt,
.fa-square-up-right {
  --fa:"\f360";
}
.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa:"\f597";
}
.fa-film {
  --fa:"\f008";
}
.fa-ruler-horizontal {
  --fa:"\f547";
}
.fa-people-robbery {
  --fa:"\e536";
}
.fa-lightbulb {
  --fa:"\f0eb";
}
.fa-caret-left {
  --fa:"\f0d9";
}
.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa:"\f06a";
}
.fa-school-circle-xmark {
  --fa:"\e56d";
}
.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa:"\f08b";
}
.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa:"\f13a";
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa:"\f13e";
}
.fa-cloud-showers-heavy {
  --fa:"\f740";
}
.fa-headphones-alt,
.fa-headphones-simple {
  --fa:"\f58f";
}
.fa-sitemap {
  --fa:"\f0e8";
}
.fa-circle-dollar-to-slot,
.fa-donate {
  --fa:"\f4b9";
}
.fa-memory {
  --fa:"\f538";
}
.fa-road-spikes {
  --fa:"\e568";
}
.fa-fire-burner {
  --fa:"\e4f1";
}
.fa-flag {
  --fa:"\f024";
}
.fa-hanukiah {
  --fa:"\f6e6";
}
.fa-feather {
  --fa:"\f52d";
}
.fa-volume-down,
.fa-volume-low {
  --fa:"\f027";
}
.fa-comment-slash {
  --fa:"\f4b3";
}
.fa-cloud-sun-rain {
  --fa:"\f743";
}
.fa-compress {
  --fa:"\f066";
}
.fa-wheat-alt,
.fa-wheat-awn {
  --fa:"\e2cd";
}
.fa-ankh {
  --fa:"\f644";
}
.fa-hands-holding-child {
  --fa:"\e4fa";
}
.fa-asterisk {
  --fa:"*";
}
.fa-check-square,
.fa-square-check {
  --fa:"\f14a";
}
.fa-peseta-sign {
  --fa:"\e221";
}
.fa-header,
.fa-heading {
  --fa:"\f1dc";
}
.fa-ghost {
  --fa:"\f6e2";
}
.fa-list,
.fa-list-squares {
  --fa:"\f03a";
}
.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa:"\f87b";
}
.fa-cart-plus {
  --fa:"\f217";
}
.fa-gamepad {
  --fa:"\f11b";
}
.fa-circle-dot,
.fa-dot-circle {
  --fa:"\f192";
}
.fa-dizzy,
.fa-face-dizzy {
  --fa:"\f567";
}
.fa-egg {
  --fa:"\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}
.fa-campground {
  --fa:"\f6bb";
}
.fa-folder-plus {
  --fa:"\f65e";
}
.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa:"\f1e3";
}
.fa-paint-brush,
.fa-paintbrush {
  --fa:"\f1fc";
}
.fa-lock {
  --fa:"\f023";
}
.fa-gas-pump {
  --fa:"\f52f";
}
.fa-hot-tub,
.fa-hot-tub-person {
  --fa:"\f593";
}
.fa-map-location,
.fa-map-marked {
  --fa:"\f59f";
}
.fa-house-flood-water {
  --fa:"\e50e";
}
.fa-tree {
  --fa:"\f1bb";
}
.fa-bridge-lock {
  --fa:"\e4cc";
}
.fa-sack-dollar {
  --fa:"\f81d";
}
.fa-edit,
.fa-pen-to-square {
  --fa:"\f044";
}
.fa-car-side {
  --fa:"\f5e4";
}
.fa-share-alt,
.fa-share-nodes {
  --fa:"\f1e0";
}
.fa-heart-circle-minus {
  --fa:"\e4ff";
}
.fa-hourglass-2,
.fa-hourglass-half {
  --fa:"\f252";
}
.fa-microscope {
  --fa:"\f610";
}
.fa-sink {
  --fa:"\e06d";
}
.fa-bag-shopping,
.fa-shopping-bag {
  --fa:"\f290";
}
.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa:"\f881";
}
.fa-mitten {
  --fa:"\f7b5";
}
.fa-person-rays {
  --fa:"\e54d";
}
.fa-users {
  --fa:"\f0c0";
}
.fa-eye-slash {
  --fa:"\f070";
}
.fa-flask-vial {
  --fa:"\e4f3";
}
.fa-hand,
.fa-hand-paper {
  --fa:"\f256";
}
.fa-om {
  --fa:"\f679";
}
.fa-worm {
  --fa:"\e599";
}
.fa-house-circle-xmark {
  --fa:"\e50b";
}
.fa-plug {
  --fa:"\f1e6";
}
.fa-chevron-up {
  --fa:"\f077";
}
.fa-hand-spock {
  --fa:"\f259";
}
.fa-stopwatch {
  --fa:"\f2f2";
}
.fa-face-kiss,
.fa-kiss {
  --fa:"\f596";
}
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}
.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa:"\f589";
}
.fa-chess-bishop {
  --fa:"\f43a";
}
.fa-face-grin-wink,
.fa-grin-wink {
  --fa:"\f58c";
}
.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa:"\f2a4";
}
.fa-road-circle-check {
  --fa:"\e564";
}
.fa-dice-five {
  --fa:"\f523";
}
.fa-rss-square,
.fa-square-rss {
  --fa:"\f143";
}
.fa-land-mine-on {
  --fa:"\e51b";
}
.fa-i-cursor {
  --fa:"\f246";
}
.fa-stamp {
  --fa:"\f5bf";
}
.fa-stairs {
  --fa:"\e289";
}
.fa-i {
  --fa:"I";
}
.fa-hryvnia,
.fa-hryvnia-sign {
  --fa:"\f6f2";
}
.fa-pills {
  --fa:"\f484";
}
.fa-face-grin-wide,
.fa-grin-alt {
  --fa:"\f581";
}
.fa-tooth {
  --fa:"\f5c9";
}
.fa-v {
  --fa:"V";
}
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}
.fa-bicycle {
  --fa:"\f206";
}
.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa:"\e579";
}
.fa-head-side-cough-slash {
  --fa:"\e062";
}
.fa-ambulance,
.fa-truck-medical {
  --fa:"\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}
.fa-snowman {
  --fa:"\f7d0";
}
.fa-mortar-pestle {
  --fa:"\f5a7";
}
.fa-road-barrier {
  --fa:"\e562";
}
.fa-school {
  --fa:"\f549";
}
.fa-igloo {
  --fa:"\f7ae";
}
.fa-joint {
  --fa:"\f595";
}
.fa-angle-right {
  --fa:"\f105";
}
.fa-horse {
  --fa:"\f6f0";
}
.fa-q {
  --fa:"Q";
}
.fa-g {
  --fa:"G";
}
.fa-notes-medical {
  --fa:"\f481";
}
.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa:"\f2c9";
}
.fa-dong-sign {
  --fa:"\e169";
}
.fa-capsules {
  --fa:"\f46b";
}
.fa-poo-bolt,
.fa-poo-storm {
  --fa:"\f75a";
}
.fa-face-frown-open,
.fa-frown-open {
  --fa:"\f57a";
}
.fa-hand-point-up {
  --fa:"\f0a6";
}
.fa-money-bill {
  --fa:"\f0d6";
}
.fa-bookmark {
  --fa:"\f02e";
}
.fa-align-justify {
  --fa:"\f039";
}
.fa-umbrella-beach {
  --fa:"\f5ca";
}
.fa-helmet-un {
  --fa:"\e503";
}
.fa-bullseye {
  --fa:"\f140";
}
.fa-bacon {
  --fa:"\f7e5";
}
.fa-hand-point-down {
  --fa:"\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}
.fa-folder,
.fa-folder-blank {
  --fa:"\f07b";
}
.fa-file-medical-alt,
.fa-file-waveform {
  --fa:"\f478";
}
.fa-radiation {
  --fa:"\f7b9";
}
.fa-chart-simple {
  --fa:"\e473";
}
.fa-mars-stroke {
  --fa:"\f229";
}
.fa-vial {
  --fa:"\f492";
}
.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa:"\f624";
}
.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa:"\e2ca";
}
.fa-e {
  --fa:"E";
}
.fa-pen-alt,
.fa-pen-clip {
  --fa:"\f305";
}
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}
.fa-user {
  --fa:"\f007";
}
.fa-school-circle-check {
  --fa:"\e56b";
}
.fa-dumpster {
  --fa:"\f793";
}
.fa-shuttle-van,
.fa-van-shuttle {
  --fa:"\f5b6";
}
.fa-building-user {
  --fa:"\e4da";
}
.fa-caret-square-left,
.fa-square-caret-left {
  --fa:"\f191";
}
.fa-highlighter {
  --fa:"\f591";
}
.fa-key {
  --fa:"\f084";
}
.fa-bullhorn {
  --fa:"\f0a1";
}
.fa-globe {
  --fa:"\f0ac";
}
.fa-synagogue {
  --fa:"\f69b";
}
.fa-person-half-dress {
  --fa:"\e548";
}
.fa-road-bridge {
  --fa:"\e563";
}
.fa-location-arrow {
  --fa:"\f124";
}
.fa-c {
  --fa:"C";
}
.fa-tablet-button {
  --fa:"\f10a";
}
.fa-building-lock {
  --fa:"\e4d6";
}
.fa-pizza-slice {
  --fa:"\f818";
}
.fa-money-bill-wave {
  --fa:"\f53a";
}
.fa-area-chart,
.fa-chart-area {
  --fa:"\f1fe";
}
.fa-house-flag {
  --fa:"\e50d";
}
.fa-person-circle-minus {
  --fa:"\e540";
}
.fa-ban,
.fa-cancel {
  --fa:"\f05e";
}
.fa-camera-rotate {
  --fa:"\e0d8";
}
.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa:"\f5d0";
}
.fa-star {
  --fa:"\f005";
}
.fa-repeat {
  --fa:"\f363";
}
.fa-cross {
  --fa:"\f654";
}
.fa-box {
  --fa:"\f466";
}
.fa-venus-mars {
  --fa:"\f228";
}
.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa:"\f245";
}
.fa-expand-arrows-alt,
.fa-maximize {
  --fa:"\f31e";
}
.fa-charging-station {
  --fa:"\f5e7";
}
.fa-shapes,
.fa-triangle-circle-square {
  --fa:"\f61f";
}
.fa-random,
.fa-shuffle {
  --fa:"\f074";
}
.fa-person-running,
.fa-running {
  --fa:"\f70c";
}
.fa-mobile-retro {
  --fa:"\e527";
}
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}
.fa-spider {
  --fa:"\f717";
}
.fa-hands-bound {
  --fa:"\e4f9";
}
.fa-file-invoice-dollar {
  --fa:"\f571";
}
.fa-plane-circle-exclamation {
  --fa:"\e556";
}
.fa-x-ray {
  --fa:"\f497";
}
.fa-spell-check {
  --fa:"\f891";
}
.fa-slash {
  --fa:"\f715";
}
.fa-computer-mouse,
.fa-mouse {
  --fa:"\f8cc";
}
.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa:"\f090";
}
.fa-shop-slash,
.fa-store-alt-slash {
  --fa:"\e070";
}
.fa-server {
  --fa:"\f233";
}
.fa-virus-covid-slash {
  --fa:"\e4a9";
}
.fa-shop-lock {
  --fa:"\e4a5";
}
.fa-hourglass-1,
.fa-hourglass-start {
  --fa:"\f251";
}
.fa-blender-phone {
  --fa:"\f6b6";
}
.fa-building-wheat {
  --fa:"\e4db";
}
.fa-person-breastfeeding {
  --fa:"\e53a";
}
.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa:"\f2f6";
}
.fa-venus {
  --fa:"\f221";
}
.fa-passport {
  --fa:"\f5ab";
}
.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa:"\e68f";
}
.fa-heart-pulse,
.fa-heartbeat {
  --fa:"\f21e";
}
.fa-people-carry,
.fa-people-carry-box {
  --fa:"\f4ce";
}
.fa-temperature-high {
  --fa:"\f769";
}
.fa-microchip {
  --fa:"\f2db";
}
.fa-crown {
  --fa:"\f521";
}
.fa-weight-hanging {
  --fa:"\f5cd";
}
.fa-xmarks-lines {
  --fa:"\e59a";
}
.fa-file-prescription {
  --fa:"\f572";
}
.fa-weight,
.fa-weight-scale {
  --fa:"\f496";
}
.fa-user-friends,
.fa-user-group {
  --fa:"\f500";
}
.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa:"\f15e";
}
.fa-chess-knight {
  --fa:"\f441";
}
.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa:"\f59b";
}
.fa-wheelchair {
  --fa:"\f193";
}
.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa:"\f0aa";
}
.fa-toggle-on {
  --fa:"\f205";
}
.fa-person-walking,
.fa-walking {
  --fa:"\f554";
}
.fa-l {
  --fa:"L";
}
.fa-fire {
  --fa:"\f06d";
}
.fa-bed-pulse,
.fa-procedures {
  --fa:"\f487";
}
.fa-shuttle-space,
.fa-space-shuttle {
  --fa:"\f197";
}
.fa-face-laugh,
.fa-laugh {
  --fa:"\f599";
}
.fa-folder-open {
  --fa:"\f07c";
}
.fa-heart-circle-plus {
  --fa:"\e500";
}
.fa-code-fork {
  --fa:"\e13b";
}
.fa-city {
  --fa:"\f64f";
}
.fa-microphone-alt,
.fa-microphone-lines {
  --fa:"\f3c9";
}
.fa-pepper-hot {
  --fa:"\f816";
}
.fa-unlock {
  --fa:"\f09c";
}
.fa-colon-sign {
  --fa:"\e140";
}
.fa-headset {
  --fa:"\f590";
}
.fa-store-slash {
  --fa:"\e071";
}
.fa-road-circle-xmark {
  --fa:"\e566";
}
.fa-user-minus {
  --fa:"\f503";
}
.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa:"\f22a";
}
.fa-champagne-glasses,
.fa-glass-cheers {
  --fa:"\f79f";
}
.fa-clipboard {
  --fa:"\f328";
}
.fa-house-circle-exclamation {
  --fa:"\e50a";
}
.fa-file-arrow-up,
.fa-file-upload {
  --fa:"\f574";
}
.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa:"\f1eb";
}
.fa-bath,
.fa-bathtub {
  --fa:"\f2cd";
}
.fa-underline {
  --fa:"\f0cd";
}
.fa-user-edit,
.fa-user-pen {
  --fa:"\f4ff";
}
.fa-signature {
  --fa:"\f5b7";
}
.fa-stroopwafel {
  --fa:"\f551";
}
.fa-bold {
  --fa:"\f032";
}
.fa-anchor-lock {
  --fa:"\e4ad";
}
.fa-building-ngo {
  --fa:"\e4d7";
}
.fa-manat-sign {
  --fa:"\e1d5";
}
.fa-not-equal {
  --fa:"\f53e";
}
.fa-border-style,
.fa-border-top-left {
  --fa:"\f853";
}
.fa-map-location-dot,
.fa-map-marked-alt {
  --fa:"\f5a0";
}
.fa-jedi {
  --fa:"\f669";
}
.fa-poll,
.fa-square-poll-vertical {
  --fa:"\f681";
}
.fa-mug-hot {
  --fa:"\f7b6";
}
.fa-battery-car,
.fa-car-battery {
  --fa:"\f5df";
}
.fa-gift {
  --fa:"\f06b";
}
.fa-dice-two {
  --fa:"\f528";
}
.fa-chess-queen {
  --fa:"\f445";
}
.fa-glasses {
  --fa:"\f530";
}
.fa-chess-board {
  --fa:"\f43c";
}
.fa-building-circle-check {
  --fa:"\e4d2";
}
.fa-person-chalkboard {
  --fa:"\e53d";
}
.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa:"\f22b";
}
.fa-hand-back-fist,
.fa-hand-rock {
  --fa:"\f255";
}
.fa-caret-square-up,
.fa-square-caret-up {
  --fa:"\f151";
}
.fa-cloud-showers-water {
  --fa:"\e4e4";
}
.fa-bar-chart,
.fa-chart-bar {
  --fa:"\f080";
}
.fa-hands-bubbles,
.fa-hands-wash {
  --fa:"\e05e";
}
.fa-less-than-equal {
  --fa:"\f537";
}
.fa-train {
  --fa:"\f238";
}
.fa-eye-low-vision,
.fa-low-vision {
  --fa:"\f2a8";
}
.fa-crow {
  --fa:"\f520";
}
.fa-sailboat {
  --fa:"\e445";
}
.fa-window-restore {
  --fa:"\f2d2";
}
.fa-plus-square,
.fa-square-plus {
  --fa:"\f0fe";
}
.fa-torii-gate {
  --fa:"\f6a1";
}
.fa-frog {
  --fa:"\f52e";
}
.fa-bucket {
  --fa:"\e4cf";
}
.fa-image {
  --fa:"\f03e";
}
.fa-microphone {
  --fa:"\f130";
}
.fa-cow {
  --fa:"\f6c8";
}
.fa-caret-up {
  --fa:"\f0d8";
}
.fa-screwdriver {
  --fa:"\f54a";
}
.fa-folder-closed {
  --fa:"\e185";
}
.fa-house-tsunami {
  --fa:"\e515";
}
.fa-square-nfi {
  --fa:"\e576";
}
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}
.fa-glass-martini-alt,
.fa-martini-glass {
  --fa:"\f57b";
}
.fa-square-binary {
  --fa:"\e69b";
}
.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa:"\f2ea";
}
.fa-columns,
.fa-table-columns {
  --fa:"\f0db";
}
.fa-lemon {
  --fa:"\f094";
}
.fa-head-side-mask {
  --fa:"\e063";
}
.fa-handshake {
  --fa:"\f2b5";
}
.fa-gem {
  --fa:"\f3a5";
}
.fa-dolly,
.fa-dolly-box {
  --fa:"\f472";
}
.fa-smoking {
  --fa:"\f48d";
}
.fa-compress-arrows-alt,
.fa-minimize {
  --fa:"\f78c";
}
.fa-monument {
  --fa:"\f5a6";
}
.fa-snowplow {
  --fa:"\f7d2";
}
.fa-angle-double-right,
.fa-angles-right {
  --fa:"\f101";
}
.fa-cannabis {
  --fa:"\f55f";
}
.fa-circle-play,
.fa-play-circle {
  --fa:"\f144";
}
.fa-tablets {
  --fa:"\f490";
}
.fa-ethernet {
  --fa:"\f796";
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa:"\f153";
}
.fa-chair {
  --fa:"\f6c0";
}
.fa-check-circle,
.fa-circle-check {
  --fa:"\f058";
}
.fa-circle-stop,
.fa-stop-circle {
  --fa:"\f28d";
}
.fa-compass-drafting,
.fa-drafting-compass {
  --fa:"\f568";
}
.fa-plate-wheat {
  --fa:"\e55a";
}
.fa-icicles {
  --fa:"\f7ad";
}
.fa-person-shelter {
  --fa:"\e54f";
}
.fa-neuter {
  --fa:"\f22c";
}
.fa-id-badge {
  --fa:"\f2c1";
}
.fa-marker {
  --fa:"\f5a1";
}
.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa:"\f59a";
}
.fa-helicopter-symbol {
  --fa:"\e502";
}
.fa-universal-access {
  --fa:"\f29a";
}
.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa:"\f139";
}
.fa-lari-sign {
  --fa:"\e1c8";
}
.fa-volcano {
  --fa:"\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}
.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa:"\f154";
}
.fa-viruses {
  --fa:"\e076";
}
.fa-square-person-confined {
  --fa:"\e577";
}
.fa-user-tie {
  --fa:"\f508";
}
.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa:"\f175";
}
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}
.fa-certificate {
  --fa:"\f0a3";
}
.fa-mail-reply-all,
.fa-reply-all {
  --fa:"\f122";
}
.fa-suitcase {
  --fa:"\f0f2";
}
.fa-person-skating,
.fa-skating {
  --fa:"\f7c5";
}
.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa:"\f662";
}
.fa-camera-retro {
  --fa:"\f083";
}
.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa:"\f0ab";
}
.fa-arrow-right-to-file,
.fa-file-import {
  --fa:"\f56f";
}
.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa:"\f14c";
}
.fa-box-open {
  --fa:"\f49e";
}
.fa-scroll {
  --fa:"\f70e";
}
.fa-spa {
  --fa:"\f5bb";
}
.fa-location-pin-lock {
  --fa:"\e51f";
}
.fa-pause {
  --fa:"\f04c";
}
.fa-hill-avalanche {
  --fa:"\e507";
}
.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa:"\f2cb";
}
.fa-bomb {
  --fa:"\f1e2";
}
.fa-registered {
  --fa:"\f25d";
}
.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa:"\f2bb";
}
.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa:"\f516";
}
.fa-subscript {
  --fa:"\f12c";
}
.fa-diamond-turn-right,
.fa-directions {
  --fa:"\f5eb";
}
.fa-burst {
  --fa:"\e4dc";
}
.fa-house-laptop,
.fa-laptop-house {
  --fa:"\e066";
}
.fa-face-tired,
.fa-tired {
  --fa:"\f5c8";
}
.fa-money-bills {
  --fa:"\e1f3";
}
.fa-smog {
  --fa:"\f75f";
}
.fa-crutch {
  --fa:"\f7f7";
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa:"\f0ee";
}
.fa-palette {
  --fa:"\f53f";
}
.fa-arrows-turn-right {
  --fa:"\e4c0";
}
.fa-vest {
  --fa:"\e085";
}
.fa-ferry {
  --fa:"\e4ea";
}
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}
.fa-seedling,
.fa-sprout {
  --fa:"\f4d8";
}
.fa-arrows-alt-h,
.fa-left-right {
  --fa:"\f337";
}
.fa-boxes-packing {
  --fa:"\e4c7";
}
.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa:"\f0a8";
}
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}
.fa-bowl-food {
  --fa:"\e4c6";
}
.fa-candy-cane {
  --fa:"\f786";
}
.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa:"\f160";
}
.fa-cloud-bolt,
.fa-thunderstorm {
  --fa:"\f76c";
}
.fa-remove-format,
.fa-text-slash {
  --fa:"\f87d";
}
.fa-face-smile-wink,
.fa-smile-wink {
  --fa:"\f4da";
}
.fa-file-word {
  --fa:"\f1c2";
}
.fa-file-powerpoint {
  --fa:"\f1c4";
}
.fa-arrows-h,
.fa-arrows-left-right {
  --fa:"\f07e";
}
.fa-house-lock {
  --fa:"\e510";
}
.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa:"\f0ed";
}
.fa-children {
  --fa:"\e4e1";
}
.fa-blackboard,
.fa-chalkboard {
  --fa:"\f51b";
}
.fa-user-alt-slash,
.fa-user-large-slash {
  --fa:"\f4fa";
}
.fa-envelope-open {
  --fa:"\f2b6";
}
.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
  --fa:"\e05f";
}
.fa-mattress-pillow {
  --fa:"\e525";
}
.fa-guarani-sign {
  --fa:"\e19a";
}
.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa:"\f021";
}
.fa-fire-extinguisher {
  --fa:"\f134";
}
.fa-cruzeiro-sign {
  --fa:"\e152";
}
.fa-greater-than-equal {
  --fa:"\f532";
}
.fa-shield-alt,
.fa-shield-halved {
  --fa:"\f3ed";
}
.fa-atlas,
.fa-book-atlas {
  --fa:"\f558";
}
.fa-virus {
  --fa:"\e074";
}
.fa-envelope-circle-check {
  --fa:"\e4e8";
}
.fa-layer-group {
  --fa:"\f5fd";
}
.fa-arrows-to-dot {
  --fa:"\e4be";
}
.fa-archway {
  --fa:"\f557";
}
.fa-heart-circle-check {
  --fa:"\e4fd";
}
.fa-house-chimney-crack,
.fa-house-damage {
  --fa:"\f6f1";
}
.fa-file-archive,
.fa-file-zipper {
  --fa:"\f1c6";
}
.fa-square {
  --fa:"\f0c8";
}
.fa-glass-martini,
.fa-martini-glass-empty {
  --fa:"\f000";
}
.fa-couch {
  --fa:"\f4b8";
}
.fa-cedi-sign {
  --fa:"\e0df";
}
.fa-italic {
  --fa:"\f033";
}
.fa-table-cells-column-lock {
  --fa:"\e678";
}
.fa-church {
  --fa:"\f51d";
}
.fa-comments-dollar {
  --fa:"\f653";
}
.fa-democrat {
  --fa:"\f747";
}
.fa-z {
  --fa:"Z";
}
.fa-person-skiing,
.fa-skiing {
  --fa:"\f7c9";
}
.fa-road-lock {
  --fa:"\e567";
}
.fa-a {
  --fa:"A";
}
.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa:"\e03f";
}
.fa-feather-alt,
.fa-feather-pointed {
  --fa:"\f56b";
}
.fa-p {
  --fa:"P";
}
.fa-snowflake {
  --fa:"\f2dc";
}
.fa-newspaper {
  --fa:"\f1ea";
}
.fa-ad,
.fa-rectangle-ad {
  --fa:"\f641";
}
.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa:"\f0a9";
}
.fa-filter-circle-xmark {
  --fa:"\e17b";
}
.fa-locust {
  --fa:"\e520";
}
.fa-sort,
.fa-unsorted {
  --fa:"\f0dc";
}
.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa:"\f0cb";
}
.fa-person-dress-burst {
  --fa:"\e544";
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa:"\f53d";
}
.fa-vector-square {
  --fa:"\f5cb";
}
.fa-bread-slice {
  --fa:"\f7ec";
}
.fa-language {
  --fa:"\f1ab";
}
.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa:"\f598";
}
.fa-filter {
  --fa:"\f0b0";
}
.fa-question {
  --fa:"?";
}
.fa-file-signature {
  --fa:"\f573";
}
.fa-arrows-alt,
.fa-up-down-left-right {
  --fa:"\f0b2";
}
.fa-house-chimney-user {
  --fa:"\e065";
}
.fa-hand-holding-heart {
  --fa:"\f4be";
}
.fa-puzzle-piece {
  --fa:"\f12e";
}
.fa-money-check {
  --fa:"\f53c";
}
.fa-star-half-alt,
.fa-star-half-stroke {
  --fa:"\f5c0";
}
.fa-code {
  --fa:"\f121";
}
.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa:"\f7a0";
}
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}
.fa-magnifying-glass-chart {
  --fa:"\e522";
}
.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa:"\f08e";
}
.fa-cubes-stacked {
  --fa:"\e4e6";
}
.fa-krw,
.fa-won,
.fa-won-sign {
  --fa:"\f159";
}
.fa-virus-covid {
  --fa:"\e4a8";
}
.fa-austral-sign {
  --fa:"\e0a9";
}
.fa-f {
  --fa:"F";
}
.fa-leaf {
  --fa:"\f06c";
}
.fa-road {
  --fa:"\f018";
}
.fa-cab,
.fa-taxi {
  --fa:"\f1ba";
}
.fa-person-circle-plus {
  --fa:"\e541";
}
.fa-chart-pie,
.fa-pie-chart {
  --fa:"\f200";
}
.fa-bolt-lightning {
  --fa:"\e0b7";
}
.fa-sack-xmark {
  --fa:"\e56a";
}
.fa-file-excel {
  --fa:"\f1c3";
}
.fa-file-contract {
  --fa:"\f56c";
}
.fa-fish-fins {
  --fa:"\e4f2";
}
.fa-building-flag {
  --fa:"\e4d5";
}
.fa-face-grin-beam,
.fa-grin-beam {
  --fa:"\f582";
}
.fa-object-ungroup {
  --fa:"\f248";
}
.fa-poop {
  --fa:"\f619";
}
.fa-location-pin,
.fa-map-marker {
  --fa:"\f041";
}
.fa-kaaba {
  --fa:"\f66b";
}
.fa-toilet-paper {
  --fa:"\f71e";
}
.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa:"\f807";
}
.fa-eject {
  --fa:"\f052";
}
.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa:"\f35a";
}
.fa-plane-circle-check {
  --fa:"\e555";
}
.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa:"\f5a5";
}
.fa-object-group {
  --fa:"\f247";
}
.fa-chart-line,
.fa-line-chart {
  --fa:"\f201";
}
.fa-mask-ventilator {
  --fa:"\e524";
}
.fa-arrow-right {
  --fa:"\f061";
}
.fa-map-signs,
.fa-signs-post {
  --fa:"\f277";
}
.fa-cash-register {
  --fa:"\f788";
}
.fa-person-circle-question {
  --fa:"\e542";
}
.fa-h {
  --fa:"H";
}
.fa-tarp {
  --fa:"\e57b";
}
.fa-screwdriver-wrench,
.fa-tools {
  --fa:"\f7d9";
}
.fa-arrows-to-eye {
  --fa:"\e4bf";
}
.fa-plug-circle-bolt {
  --fa:"\e55b";
}
.fa-heart {
  --fa:"\f004";
}
.fa-mars-and-venus {
  --fa:"\f224";
}
.fa-home-user,
.fa-house-user {
  --fa:"\e1b0";
}
.fa-dumpster-fire {
  --fa:"\f794";
}
.fa-house-crack {
  --fa:"\e3b1";
}
.fa-cocktail,
.fa-martini-glass-citrus {
  --fa:"\f561";
}
.fa-face-surprise,
.fa-surprise {
  --fa:"\f5c2";
}
.fa-bottle-water {
  --fa:"\e4c5";
}
.fa-circle-pause,
.fa-pause-circle {
  --fa:"\f28b";
}
.fa-toilet-paper-slash {
  --fa:"\e072";
}
.fa-apple-alt,
.fa-apple-whole {
  --fa:"\f5d1";
}
.fa-kitchen-set {
  --fa:"\e51a";
}
.fa-r {
  --fa:"R";
}
.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa:"\f2ca";
}
.fa-cube {
  --fa:"\f1b2";
}
.fa-bitcoin-sign {
  --fa:"\e0b4";
}
.fa-shield-dog {
  --fa:"\e573";
}
.fa-solar-panel {
  --fa:"\f5ba";
}
.fa-lock-open {
  --fa:"\f3c1";
}
.fa-elevator {
  --fa:"\e16d";
}
.fa-money-bill-transfer {
  --fa:"\e528";
}
.fa-money-bill-trend-up {
  --fa:"\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}
.fa-poll-h,
.fa-square-poll-horizontal {
  --fa:"\f682";
}
.fa-circle {
  --fa:"\f111";
}
.fa-backward-fast,
.fa-fast-backward {
  --fa:"\f049";
}
.fa-recycle {
  --fa:"\f1b8";
}
.fa-user-astronaut {
  --fa:"\f4fb";
}
.fa-plane-slash {
  --fa:"\e069";
}
.fa-trademark {
  --fa:"\f25c";
}
.fa-basketball,
.fa-basketball-ball {
  --fa:"\f434";
}
.fa-satellite-dish {
  --fa:"\f7c0";
}
.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa:"\f35b";
}
.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa:"\f3cd";
}
.fa-volume-high,
.fa-volume-up {
  --fa:"\f028";
}
.fa-users-rays {
  --fa:"\e593";
}
.fa-wallet {
  --fa:"\f555";
}
.fa-clipboard-check {
  --fa:"\f46c";
}
.fa-file-audio {
  --fa:"\f1c7";
}
.fa-burger,
.fa-hamburger {
  --fa:"\f805";
}
.fa-wrench {
  --fa:"\f0ad";
}
.fa-bugs {
  --fa:"\e4d0";
}
.fa-rupee,
.fa-rupee-sign {
  --fa:"\f156";
}
.fa-file-image {
  --fa:"\f1c5";
}
.fa-circle-question,
.fa-question-circle {
  --fa:"\f059";
}
.fa-plane-departure {
  --fa:"\f5b0";
}
.fa-handshake-slash {
  --fa:"\e060";
}
.fa-book-bookmark {
  --fa:"\e0bb";
}
.fa-code-branch {
  --fa:"\f126";
}
.fa-hat-cowboy {
  --fa:"\f8c0";
}
.fa-bridge {
  --fa:"\e4c8";
}
.fa-phone-alt,
.fa-phone-flip {
  --fa:"\f879";
}
.fa-truck-front {
  --fa:"\e2b7";
}
.fa-cat {
  --fa:"\f6be";
}
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}
.fa-truck-field {
  --fa:"\e58d";
}
.fa-route {
  --fa:"\f4d7";
}
.fa-clipboard-question {
  --fa:"\e4e3";
}
.fa-panorama {
  --fa:"\e209";
}
.fa-comment-medical {
  --fa:"\f7f5";
}
.fa-teeth-open {
  --fa:"\f62f";
}
.fa-file-circle-minus {
  --fa:"\e4ed";
}
.fa-tags {
  --fa:"\f02c";
}
.fa-wine-glass {
  --fa:"\f4e3";
}
.fa-fast-forward,
.fa-forward-fast {
  --fa:"\f050";
}
.fa-face-meh-blank,
.fa-meh-blank {
  --fa:"\f5a4";
}
.fa-parking,
.fa-square-parking {
  --fa:"\f540";
}
.fa-house-signal {
  --fa:"\e012";
}
.fa-bars-progress,
.fa-tasks-alt {
  --fa:"\f828";
}
.fa-faucet-drip {
  --fa:"\e006";
}
.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa:"\f474";
}
.fa-ban-smoking,
.fa-smoking-ban {
  --fa:"\f54d";
}
.fa-terminal {
  --fa:"\f120";
}
.fa-mobile-button {
  --fa:"\f10b";
}
.fa-house-medical-flag {
  --fa:"\e514";
}
.fa-basket-shopping,
.fa-shopping-basket {
  --fa:"\f291";
}
.fa-tape {
  --fa:"\f4db";
}
.fa-bus-alt,
.fa-bus-simple {
  --fa:"\f55e";
}
.fa-eye {
  --fa:"\f06e";
}
.fa-face-sad-cry,
.fa-sad-cry {
  --fa:"\f5b3";
}
.fa-audio-description {
  --fa:"\f29e";
}
.fa-person-military-to-person {
  --fa:"\e54c";
}
.fa-file-shield {
  --fa:"\e4f0";
}
.fa-user-slash {
  --fa:"\f506";
}
.fa-pen {
  --fa:"\f304";
}
.fa-tower-observation {
  --fa:"\e586";
}
.fa-file-code {
  --fa:"\f1c9";
}
.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa:"\f012";
}
.fa-bus {
  --fa:"\f207";
}
.fa-heart-circle-xmark {
  --fa:"\e501";
}
.fa-home-lg,
.fa-house-chimney {
  --fa:"\e3af";
}
.fa-window-maximize {
  --fa:"\f2d0";
}
.fa-face-frown,
.fa-frown {
  --fa:"\f119";
}
.fa-prescription {
  --fa:"\f5b1";
}
.fa-shop,
.fa-store-alt {
  --fa:"\f54f";
}
.fa-floppy-disk,
.fa-save {
  --fa:"\f0c7";
}
.fa-vihara {
  --fa:"\f6a7";
}
.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa:"\f515";
}
.fa-sort-asc,
.fa-sort-up {
  --fa:"\f0de";
}
.fa-comment-dots,
.fa-commenting {
  --fa:"\f4ad";
}
.fa-plant-wilt {
  --fa:"\e5aa";
}
.fa-diamond {
  --fa:"\f219";
}
.fa-face-grin-squint,
.fa-grin-squint {
  --fa:"\f585";
}
.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa:"\f4c0";
}
.fa-chart-diagram {
  --fa:"\e695";
}
.fa-bacterium {
  --fa:"\e05a";
}
.fa-hand-pointer {
  --fa:"\f25a";
}
.fa-drum-steelpan {
  --fa:"\f56a";
}
.fa-hand-scissors {
  --fa:"\f257";
}
.fa-hands-praying,
.fa-praying-hands {
  --fa:"\f684";
}
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa:"\f01e";
}
.fa-biohazard {
  --fa:"\f780";
}
.fa-location,
.fa-location-crosshairs {
  --fa:"\f601";
}
.fa-mars-double {
  --fa:"\f227";
}
.fa-child-dress {
  --fa:"\e59c";
}
.fa-users-between-lines {
  --fa:"\e591";
}
.fa-lungs-virus {
  --fa:"\e067";
}
.fa-face-grin-tears,
.fa-grin-tears {
  --fa:"\f588";
}
.fa-phone {
  --fa:"\f095";
}
.fa-calendar-times,
.fa-calendar-xmark {
  --fa:"\f273";
}
.fa-child-reaching {
  --fa:"\e59d";
}
.fa-head-side-virus {
  --fa:"\e064";
}
.fa-user-cog,
.fa-user-gear {
  --fa:"\f4fe";
}
.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa:"\f163";
}
.fa-door-closed {
  --fa:"\f52a";
}
.fa-shield-virus {
  --fa:"\e06c";
}
.fa-dice-six {
  --fa:"\f526";
}
.fa-mosquito-net {
  --fa:"\e52c";
}
.fa-file-fragment {
  --fa:"\e697";
}
.fa-bridge-water {
  --fa:"\e4ce";
}
.fa-person-booth {
  --fa:"\f756";
}
.fa-text-width {
  --fa:"\f035";
}
.fa-hat-wizard {
  --fa:"\f6e8";
}
.fa-pen-fancy {
  --fa:"\f5ac";
}
.fa-digging,
.fa-person-digging {
  --fa:"\f85e";
}
.fa-trash {
  --fa:"\f1f8";
}
.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa:"\f629";
}
.fa-book-medical {
  --fa:"\f7e6";
}
.fa-poo {
  --fa:"\f2fe";
}
.fa-quote-right,
.fa-quote-right-alt {
  --fa:"\f10e";
}
.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa:"\f553";
}
.fa-cubes {
  --fa:"\f1b3";
}
.fa-divide {
  --fa:"\f529";
}
.fa-tenge,
.fa-tenge-sign {
  --fa:"\f7d7";
}
.fa-headphones {
  --fa:"\f025";
}
.fa-hands-holding {
  --fa:"\f4c2";
}
.fa-hands-clapping {
  --fa:"\e1a8";
}
.fa-republican {
  --fa:"\f75e";
}
.fa-arrow-left {
  --fa:"\f060";
}
.fa-person-circle-xmark {
  --fa:"\e543";
}
.fa-ruler {
  --fa:"\f545";
}
.fa-align-left {
  --fa:"\f036";
}
.fa-dice-d6 {
  --fa:"\f6d1";
}
.fa-restroom {
  --fa:"\f7bd";
}
.fa-j {
  --fa:"J";
}
.fa-users-viewfinder {
  --fa:"\e595";
}
.fa-file-video {
  --fa:"\f1c8";
}
.fa-external-link-alt,
.fa-up-right-from-square {
  --fa:"\f35d";
}
.fa-table-cells,
.fa-th {
  --fa:"\f00a";
}
.fa-file-pdf {
  --fa:"\f1c1";
}
.fa-bible,
.fa-book-bible {
  --fa:"\f647";
}
.fa-o {
  --fa:"O";
}
.fa-medkit,
.fa-suitcase-medical {
  --fa:"\f0fa";
}
.fa-user-secret {
  --fa:"\f21b";
}
.fa-otter {
  --fa:"\f700";
}
.fa-female,
.fa-person-dress {
  --fa:"\f182";
}
.fa-comment-dollar {
  --fa:"\f651";
}
.fa-briefcase-clock,
.fa-business-time {
  --fa:"\f64a";
}
.fa-table-cells-large,
.fa-th-large {
  --fa:"\f009";
}
.fa-book-tanakh,
.fa-tanakh {
  --fa:"\f827";
}
.fa-phone-volume,
.fa-volume-control-phone {
  --fa:"\f2a0";
}
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}
.fa-clipboard-user {
  --fa:"\f7f3";
}
.fa-child {
  --fa:"\f1ae";
}
.fa-lira-sign {
  --fa:"\f195";
}
.fa-satellite {
  --fa:"\f7bf";
}
.fa-plane-lock {
  --fa:"\e558";
}
.fa-tag {
  --fa:"\f02b";
}
.fa-comment {
  --fa:"\f075";
}
.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa:"\f1fd";
}
.fa-envelope {
  --fa:"\f0e0";
}
.fa-angle-double-up,
.fa-angles-up {
  --fa:"\f102";
}
.fa-paperclip {
  --fa:"\f0c6";
}
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}
.fa-ribbon {
  --fa:"\f4d6";
}
.fa-lungs {
  --fa:"\f604";
}
.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa:"\f887";
}
.fa-litecoin-sign {
  --fa:"\e1d3";
}
.fa-border-none {
  --fa:"\f850";
}
.fa-circle-nodes {
  --fa:"\e4e2";
}
.fa-parachute-box {
  --fa:"\f4cd";
}
.fa-indent {
  --fa:"\f03c";
}
.fa-truck-field-un {
  --fa:"\e58e";
}
.fa-hourglass,
.fa-hourglass-empty {
  --fa:"\f254";
}
.fa-mountain {
  --fa:"\f6fc";
}
.fa-user-doctor,
.fa-user-md {
  --fa:"\f0f0";
}
.fa-circle-info,
.fa-info-circle {
  --fa:"\f05a";
}
.fa-cloud-meatball {
  --fa:"\f73b";
}
.fa-camera,
.fa-camera-alt {
  --fa:"\f030";
}
.fa-square-virus {
  --fa:"\e578";
}
.fa-meteor {
  --fa:"\f753";
}
.fa-car-on {
  --fa:"\e4dd";
}
.fa-sleigh {
  --fa:"\f7cc";
}
.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa:"\f162";
}
.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa:"\f4c1";
}
.fa-water {
  --fa:"\f773";
}
.fa-calendar-check {
  --fa:"\f274";
}
.fa-braille {
  --fa:"\f2a1";
}
.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa:"\f486";
}
.fa-landmark {
  --fa:"\f66f";
}
.fa-truck {
  --fa:"\f0d1";
}
.fa-crosshairs {
  --fa:"\f05b";
}
.fa-person-cane {
  --fa:"\e53c";
}
.fa-tent {
  --fa:"\e57d";
}
.fa-vest-patches {
  --fa:"\e086";
}
.fa-check-double {
  --fa:"\f560";
}
.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa:"\f15d";
}
.fa-money-bill-wheat {
  --fa:"\e52a";
}
.fa-cookie {
  --fa:"\f563";
}
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa:"\f0e2";
}
.fa-hard-drive,
.fa-hdd {
  --fa:"\f0a0";
}
.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa:"\f586";
}
.fa-dumbbell {
  --fa:"\f44b";
}
.fa-list-alt,
.fa-rectangle-list {
  --fa:"\f022";
}
.fa-tarp-droplet {
  --fa:"\e57c";
}
.fa-house-medical-circle-check {
  --fa:"\e511";
}
.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa:"\f7ca";
}
.fa-calendar-plus {
  --fa:"\f271";
}
.fa-plane-arrival {
  --fa:"\f5af";
}
.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa:"\f359";
}
.fa-subway,
.fa-train-subway {
  --fa:"\f239";
}
.fa-chart-gantt {
  --fa:"\e0e4";
}
.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa:"\e1bc";
}
.fa-crop-alt,
.fa-crop-simple {
  --fa:"\f565";
}
.fa-money-bill-1,
.fa-money-bill-alt {
  --fa:"\f3d1";
}
.fa-left-long,
.fa-long-arrow-alt-left {
  --fa:"\f30a";
}
.fa-dna {
  --fa:"\f471";
}
.fa-virus-slash {
  --fa:"\e075";
}
.fa-minus,
.fa-subtract {
  --fa:"\f068";
}
.fa-chess {
  --fa:"\f439";
}
.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa:"\f177";
}
.fa-plug-circle-check {
  --fa:"\e55c";
}
.fa-street-view {
  --fa:"\f21d";
}
.fa-franc-sign {
  --fa:"\e18f";
}
.fa-volume-off {
  --fa:"\f026";
}
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa:"\f2a3";
}
.fa-cog,
.fa-gear {
  --fa:"\f013";
}
.fa-droplet-slash,
.fa-tint-slash {
  --fa:"\f5c7";
}
.fa-mosque {
  --fa:"\f678";
}
.fa-mosquito {
  --fa:"\e52b";
}
.fa-star-of-david {
  --fa:"\f69a";
}
.fa-person-military-rifle {
  --fa:"\e54b";
}
.fa-cart-shopping,
.fa-shopping-cart {
  --fa:"\f07a";
}
.fa-vials {
  --fa:"\f493";
}
.fa-plug-circle-plus {
  --fa:"\e55f";
}
.fa-place-of-worship {
  --fa:"\f67f";
}
.fa-grip-vertical {
  --fa:"\f58e";
}
.fa-hexagon-nodes {
  --fa:"\e699";
}
.fa-arrow-turn-up,
.fa-level-up {
  --fa:"\f148";
}
.fa-u {
  --fa:"U";
}
.fa-square-root-alt,
.fa-square-root-variable {
  --fa:"\f698";
}
.fa-clock,
.fa-clock-four {
  --fa:"\f017";
}
.fa-backward-step,
.fa-step-backward {
  --fa:"\f048";
}
.fa-pallet {
  --fa:"\f482";
}
.fa-faucet {
  --fa:"\e005";
}
.fa-baseball-bat-ball {
  --fa:"\f432";
}
.fa-s {
  --fa:"S";
}
.fa-timeline {
  --fa:"\e29c";
}
.fa-keyboard {
  --fa:"\f11c";
}
.fa-caret-down {
  --fa:"\f0d7";
}
.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa:"\f7f2";
}
.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa:"\f2c8";
}
.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa:"\f3cf";
}
.fa-plane-up {
  --fa:"\e22d";
}
.fa-piggy-bank {
  --fa:"\f4d3";
}
.fa-battery-3,
.fa-battery-half {
  --fa:"\f242";
}
.fa-mountain-city {
  --fa:"\e52e";
}
.fa-coins {
  --fa:"\f51e";
}
.fa-khanda {
  --fa:"\f66d";
}
.fa-sliders,
.fa-sliders-h {
  --fa:"\f1de";
}
.fa-folder-tree {
  --fa:"\f802";
}
.fa-network-wired {
  --fa:"\f6ff";
}
.fa-map-pin {
  --fa:"\f276";
}
.fa-hamsa {
  --fa:"\f665";
}
.fa-cent-sign {
  --fa:"\e3f5";
}
.fa-flask {
  --fa:"\f0c3";
}
.fa-person-pregnant {
  --fa:"\e31e";
}
.fa-wand-sparkles {
  --fa:"\f72b";
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa:"\f142";
}
.fa-ticket {
  --fa:"\f145";
}
.fa-power-off {
  --fa:"\f011";
}
.fa-long-arrow-alt-right,
.fa-right-long {
  --fa:"\f30b";
}
.fa-flag-usa {
  --fa:"\f74d";
}
.fa-laptop-file {
  --fa:"\e51d";
}
.fa-teletype,
.fa-tty {
  --fa:"\f1e4";
}
.fa-diagram-next {
  --fa:"\e476";
}
.fa-person-rifle {
  --fa:"\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}
.fa-closed-captioning {
  --fa:"\f20a";
}
.fa-hiking,
.fa-person-hiking {
  --fa:"\f6ec";
}
.fa-venus-double {
  --fa:"\f226";
}
.fa-images {
  --fa:"\f302";
}
.fa-calculator {
  --fa:"\f1ec";
}
.fa-people-pulling {
  --fa:"\e535";
}
.fa-n {
  --fa:"N";
}
.fa-cable-car,
.fa-tram {
  --fa:"\f7da";
}
.fa-cloud-rain {
  --fa:"\f73d";
}
.fa-building-circle-xmark {
  --fa:"\e4d4";
}
.fa-ship {
  --fa:"\f21a";
}
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}
.fa-download {
  --fa:"\f019";
}
.fa-face-grin,
.fa-grin {
  --fa:"\f580";
}
.fa-backspace,
.fa-delete-left {
  --fa:"\f55a";
}
.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa:"\f1fb";
}
.fa-file-circle-check {
  --fa:"\e5a0";
}
.fa-forward {
  --fa:"\f04e";
}
.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa:"\f3ce";
}
.fa-face-meh,
.fa-meh {
  --fa:"\f11a";
}
.fa-align-center {
  --fa:"\f037";
}
.fa-book-dead,
.fa-book-skull {
  --fa:"\f6b7";
}
.fa-drivers-license,
.fa-id-card {
  --fa:"\f2c2";
}
.fa-dedent,
.fa-outdent {
  --fa:"\f03b";
}
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa:"\f015";
}
.fa-calendar-week {
  --fa:"\f784";
}
.fa-laptop-medical {
  --fa:"\f812";
}
.fa-b {
  --fa:"B";
}
.fa-file-medical {
  --fa:"\f477";
}
.fa-dice-one {
  --fa:"\f525";
}
.fa-kiwi-bird {
  --fa:"\f535";
}
.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa:"\f0ec";
}
.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa:"\f2f9";
}
.fa-cutlery,
.fa-utensils {
  --fa:"\f2e7";
}
.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa:"\f161";
}
.fa-mill-sign {
  --fa:"\e1ed";
}
.fa-bowl-rice {
  --fa:"\e2eb";
}
.fa-skull {
  --fa:"\f54c";
}
.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa:"\f519";
}
.fa-truck-pickup {
  --fa:"\f63c";
}
.fa-long-arrow-alt-up,
.fa-up-long {
  --fa:"\f30c";
}
.fa-stop {
  --fa:"\f04d";
}
.fa-code-merge {
  --fa:"\f387";
}
.fa-upload {
  --fa:"\f093";
}
.fa-hurricane {
  --fa:"\f751";
}
.fa-mound {
  --fa:"\e52d";
}
.fa-toilet-portable {
  --fa:"\e583";
}
.fa-compact-disc {
  --fa:"\f51f";
}
.fa-file-arrow-down,
.fa-file-download {
  --fa:"\f56d";
}
.fa-caravan {
  --fa:"\f8ff";
}
.fa-shield-cat {
  --fa:"\e572";
}
.fa-bolt,
.fa-zap {
  --fa:"\f0e7";
}
.fa-glass-water {
  --fa:"\e4f4";
}
.fa-oil-well {
  --fa:"\e532";
}
.fa-vault {
  --fa:"\e2c5";
}
.fa-mars {
  --fa:"\f222";
}
.fa-toilet {
  --fa:"\f7d8";
}
.fa-plane-circle-xmark {
  --fa:"\e557";
}
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa:"\f157";
}
.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa:"\f158";
}
.fa-sun {
  --fa:"\f185";
}
.fa-guitar {
  --fa:"\f7a6";
}
.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa:"\f59c";
}
.fa-horse-head {
  --fa:"\f7ab";
}
.fa-bore-hole {
  --fa:"\e4c3";
}
.fa-industry {
  --fa:"\f275";
}
.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa:"\f358";
}
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}
.fa-florin-sign {
  --fa:"\e184";
}
.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa:"\f884";
}
.fa-less-than {
  --fa:"<";
}
.fa-angle-down {
  --fa:"\f107";
}
.fa-car-tunnel {
  --fa:"\e4de";
}
.fa-head-side-cough {
  --fa:"\e061";
}
.fa-grip-lines {
  --fa:"\f7a4";
}
.fa-thumbs-down {
  --fa:"\f165";
}
.fa-user-lock {
  --fa:"\f502";
}
.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa:"\f178";
}
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa:"\f141";
}
.fa-chess-pawn {
  --fa:"\f443";
}
.fa-first-aid,
.fa-kit-medical {
  --fa:"\f479";
}
.fa-person-through-window {
  --fa:"\e5a9";
}
.fa-toolbox {
  --fa:"\f552";
}
.fa-hands-holding-circle {
  --fa:"\e4fb";
}
.fa-bug {
  --fa:"\f188";
}
.fa-credit-card,
.fa-credit-card-alt {
  --fa:"\f09d";
}
.fa-automobile,
.fa-car {
  --fa:"\f1b9";
}
.fa-hand-holding-hand {
  --fa:"\e4f7";
}
.fa-book-open-reader,
.fa-book-reader {
  --fa:"\f5da";
}
.fa-mountain-sun {
  --fa:"\e52f";
}
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}
.fa-dice-d20 {
  --fa:"\f6cf";
}
.fa-truck-droplet {
  --fa:"\e58c";
}
.fa-file-circle-xmark {
  --fa:"\e5a1";
}
.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa:"\e040";
}
.fa-medal {
  --fa:"\f5a2";
}
.fa-bed {
  --fa:"\f236";
}
.fa-h-square,
.fa-square-h {
  --fa:"\f0fd";
}
.fa-podcast {
  --fa:"\f2ce";
}
.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa:"\f2c7";
}
.fa-bell {
  --fa:"\f0f3";
}
.fa-superscript {
  --fa:"\f12b";
}
.fa-plug-circle-xmark {
  --fa:"\e560";
}
.fa-star-of-life {
  --fa:"\f621";
}
.fa-phone-slash {
  --fa:"\f3dd";
}
.fa-paint-roller {
  --fa:"\f5aa";
}
.fa-hands-helping,
.fa-handshake-angle {
  --fa:"\f4c4";
}
.fa-location-dot,
.fa-map-marker-alt {
  --fa:"\f3c5";
}
.fa-file {
  --fa:"\f15b";
}
.fa-greater-than {
  --fa:">";
}
.fa-person-swimming,
.fa-swimmer {
  --fa:"\f5c4";
}
.fa-arrow-down {
  --fa:"\f063";
}
.fa-droplet,
.fa-tint {
  --fa:"\f043";
}
.fa-eraser {
  --fa:"\f12d";
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa:"\f57d";
}
.fa-person-burst {
  --fa:"\e53b";
}
.fa-dove {
  --fa:"\f4ba";
}
.fa-battery-0,
.fa-battery-empty {
  --fa:"\f244";
}
.fa-socks {
  --fa:"\f696";
}
.fa-inbox {
  --fa:"\f01c";
}
.fa-section {
  --fa:"\e447";
}
.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa:"\f625";
}
.fa-envelope-open-text {
  --fa:"\f658";
}
.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa:"\f0f8";
}
.fa-wine-bottle {
  --fa:"\f72f";
}
.fa-chess-rook {
  --fa:"\f447";
}
.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa:"\f550";
}
.fa-dharmachakra {
  --fa:"\f655";
}
.fa-hotdog {
  --fa:"\f80f";
}
.fa-blind,
.fa-person-walking-with-cane {
  --fa:"\f29d";
}
.fa-drum {
  --fa:"\f569";
}
.fa-ice-cream {
  --fa:"\f810";
}
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}
.fa-fax {
  --fa:"\f1ac";
}
.fa-paragraph {
  --fa:"\f1dd";
}
.fa-check-to-slot,
.fa-vote-yea {
  --fa:"\f772";
}
.fa-star-half {
  --fa:"\f089";
}
.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa:"\f468";
}
.fa-chain,
.fa-link {
  --fa:"\f0c1";
}
.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa:"\f2a2";
}
.fa-tree-city {
  --fa:"\e587";
}
.fa-play {
  --fa:"\f04b";
}
.fa-font {
  --fa:"\f031";
}
.fa-table-cells-row-lock {
  --fa:"\e67a";
}
.fa-rupiah-sign {
  --fa:"\e23d";
}
.fa-magnifying-glass,
.fa-search {
  --fa:"\f002";
}
.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}
.fa-diagnoses,
.fa-person-dots-from-line {
  --fa:"\f470";
}
.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa:"\f82a";
}
.fa-naira-sign {
  --fa:"\e1f6";
}
.fa-cart-arrow-down {
  --fa:"\f218";
}
.fa-walkie-talkie {
  --fa:"\f8ef";
}
.fa-file-edit,
.fa-file-pen {
  --fa:"\f31c";
}
.fa-receipt {
  --fa:"\f543";
}
.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa:"\f14b";
}
.fa-suitcase-rolling {
  --fa:"\f5c1";
}
.fa-person-circle-exclamation {
  --fa:"\e53f";
}
.fa-chevron-down {
  --fa:"\f078";
}
.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa:"\f240";
}
.fa-skull-crossbones {
  --fa:"\f714";
}
.fa-code-compare {
  --fa:"\e13a";
}
.fa-list-dots,
.fa-list-ul {
  --fa:"\f0ca";
}
.fa-school-lock {
  --fa:"\e56f";
}
.fa-tower-cell {
  --fa:"\e585";
}
.fa-down-long,
.fa-long-arrow-alt-down {
  --fa:"\f309";
}
.fa-ranking-star {
  --fa:"\e561";
}
.fa-chess-king {
  --fa:"\f43f";
}
.fa-person-harassing {
  --fa:"\e549";
}
.fa-brazilian-real-sign {
  --fa:"\e46c";
}
.fa-landmark-alt,
.fa-landmark-dome {
  --fa:"\f752";
}
.fa-arrow-up {
  --fa:"\f062";
}
.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa:"\f26c";
}
.fa-shrimp {
  --fa:"\e448";
}
.fa-list-check,
.fa-tasks {
  --fa:"\f0ae";
}
.fa-jug-detergent {
  --fa:"\e519";
}
.fa-circle-user,
.fa-user-circle {
  --fa:"\f2bd";
}
.fa-user-shield {
  --fa:"\f505";
}
.fa-wind {
  --fa:"\f72e";
}
.fa-car-burst,
.fa-car-crash {
  --fa:"\f5e1";
}
.fa-y {
  --fa:"Y";
}
.fa-person-snowboarding,
.fa-snowboarding {
  --fa:"\f7ce";
}
.fa-shipping-fast,
.fa-truck-fast {
  --fa:"\f48b";
}
.fa-fish {
  --fa:"\f578";
}
.fa-user-graduate {
  --fa:"\f501";
}
.fa-adjust,
.fa-circle-half-stroke {
  --fa:"\f042";
}
.fa-clapperboard {
  --fa:"\e131";
}
.fa-circle-radiation,
.fa-radiation-alt {
  --fa:"\f7ba";
}
.fa-baseball,
.fa-baseball-ball {
  --fa:"\f433";
}
.fa-jet-fighter-up {
  --fa:"\e518";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa:"\f542";
}
.fa-copy {
  --fa:"\f0c5";
}
.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa:"\f6a9";
}
.fa-hand-sparkles {
  --fa:"\e05d";
}
.fa-grip,
.fa-grip-horizontal {
  --fa:"\f58d";
}
.fa-share-from-square,
.fa-share-square {
  --fa:"\f14d";
}
.fa-child-combatant,
.fa-child-rifle {
  --fa:"\e4e0";
}
.fa-gun {
  --fa:"\e19b";
}
.fa-phone-square,
.fa-square-phone {
  --fa:"\f098";
}
.fa-add,
.fa-plus {
  --fa:"+";
}
.fa-expand {
  --fa:"\f065";
}
.fa-computer {
  --fa:"\e4e5";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa:"\f00d";
}
.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa:"\f047";
}
.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa:"\f51c";
}
.fa-peso-sign {
  --fa:"\e222";
}
.fa-building-shield {
  --fa:"\e4d8";
}
.fa-baby {
  --fa:"\f77c";
}
.fa-users-line {
  --fa:"\e592";
}
.fa-quote-left,
.fa-quote-left-alt {
  --fa:"\f10d";
}
.fa-tractor {
  --fa:"\f722";
}
.fa-trash-arrow-up,
.fa-trash-restore {
  --fa:"\f829";
}
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}
.fa-lines-leaning {
  --fa:"\e51e";
}
.fa-ruler-combined {
  --fa:"\f546";
}
.fa-copyright {
  --fa:"\f1f9";
}
.fa-equals {
  --fa:"=";
}
.fa-blender {
  --fa:"\f517";
}
.fa-teeth {
  --fa:"\f62e";
}
.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa:"\f20b";
}
.fa-map {
  --fa:"\f279";
}
.fa-rocket {
  --fa:"\f135";
}
.fa-photo-film,
.fa-photo-video {
  --fa:"\f87c";
}
.fa-folder-minus {
  --fa:"\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}
.fa-store {
  --fa:"\f54e";
}
.fa-arrow-trend-up {
  --fa:"\e098";
}
.fa-plug-circle-minus {
  --fa:"\e55e";
}
.fa-sign,
.fa-sign-hanging {
  --fa:"\f4d9";
}
.fa-bezier-curve {
  --fa:"\f55b";
}
.fa-bell-slash {
  --fa:"\f1f6";
}
.fa-tablet,
.fa-tablet-android {
  --fa:"\f3fb";
}
.fa-school-flag {
  --fa:"\e56e";
}
.fa-fill {
  --fa:"\f575";
}
.fa-angle-up {
  --fa:"\f106";
}
.fa-drumstick-bite {
  --fa:"\f6d7";
}
.fa-holly-berry {
  --fa:"\f7aa";
}
.fa-chevron-left {
  --fa:"\f053";
}
.fa-bacteria {
  --fa:"\e059";
}
.fa-hand-lizard {
  --fa:"\f258";
}
.fa-notdef {
  --fa:"\e1fe";
}
.fa-disease {
  --fa:"\f7fa";
}
.fa-briefcase-medical {
  --fa:"\f469";
}
.fa-genderless {
  --fa:"\f22d";
}
.fa-chevron-right {
  --fa:"\f054";
}
.fa-retweet {
  --fa:"\f079";
}
.fa-car-alt,
.fa-car-rear {
  --fa:"\f5de";
}
.fa-pump-soap {
  --fa:"\e06b";
}
.fa-video-slash {
  --fa:"\f4e2";
}
.fa-battery-2,
.fa-battery-quarter {
  --fa:"\f243";
}
.fa-radio {
  --fa:"\f8d7";
}
.fa-baby-carriage,
.fa-carriage-baby {
  --fa:"\f77d";
}
.fa-traffic-light {
  --fa:"\f637";
}
.fa-thermometer {
  --fa:"\f491";
}
.fa-vr-cardboard {
  --fa:"\f729";
}
.fa-hand-middle-finger {
  --fa:"\f806";
}
.fa-percent,
.fa-percentage {
  --fa:"%";
}
.fa-truck-moving {
  --fa:"\f4df";
}
.fa-glass-water-droplet {
  --fa:"\e4f5";
}
.fa-display {
  --fa:"\e163";
}
.fa-face-smile,
.fa-smile {
  --fa:"\f118";
}
.fa-thumb-tack,
.fa-thumbtack {
  --fa:"\f08d";
}
.fa-trophy {
  --fa:"\f091";
}
.fa-person-praying,
.fa-pray {
  --fa:"\f683";
}
.fa-hammer {
  --fa:"\f6e3";
}
.fa-hand-peace {
  --fa:"\f25b";
}
.fa-rotate,
.fa-sync-alt {
  --fa:"\f2f1";
}
.fa-spinner {
  --fa:"\f110";
}
.fa-robot {
  --fa:"\f544";
}
.fa-peace {
  --fa:"\f67c";
}
.fa-cogs,
.fa-gears {
  --fa:"\f085";
}
.fa-warehouse {
  --fa:"\f494";
}
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}
.fa-splotch {
  --fa:"\f5bc";
}
.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa:"\f584";
}
.fa-dice-four {
  --fa:"\f524";
}
.fa-sim-card {
  --fa:"\f7c4";
}
.fa-transgender,
.fa-transgender-alt {
  --fa:"\f225";
}
.fa-mercury {
  --fa:"\f223";
}
.fa-arrow-turn-down,
.fa-level-down {
  --fa:"\f149";
}
.fa-person-falling-burst {
  --fa:"\e547";
}
.fa-award {
  --fa:"\f559";
}
.fa-ticket-alt,
.fa-ticket-simple {
  --fa:"\f3ff";
}
.fa-building {
  --fa:"\f1ad";
}
.fa-angle-double-left,
.fa-angles-left {
  --fa:"\f100";
}
.fa-qrcode {
  --fa:"\f029";
}
.fa-clock-rotate-left,
.fa-history {
  --fa:"\f1da";
}
.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa:"\f583";
}
.fa-arrow-right-from-file,
.fa-file-export {
  --fa:"\f56e";
}
.fa-shield,
.fa-shield-blank {
  --fa:"\f132";
}
.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa:"\f885";
}
.fa-comment-nodes {
  --fa:"\e696";
}
.fa-house-medical {
  --fa:"\e3b2";
}
.fa-golf-ball,
.fa-golf-ball-tee {
  --fa:"\f450";
}
.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa:"\f137";
}
.fa-house-chimney-window {
  --fa:"\e00d";
}
.fa-pen-nib {
  --fa:"\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}
.fa-tents {
  --fa:"\e582";
}
.fa-magic,
.fa-wand-magic {
  --fa:"\f0d0";
}
.fa-dog {
  --fa:"\f6d3";
}
.fa-carrot {
  --fa:"\f787";
}
.fa-moon {
  --fa:"\f186";
}
.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa:"\f5ce";
}
.fa-cheese {
  --fa:"\f7ef";
}
.fa-yin-yang {
  --fa:"\f6ad";
}
.fa-music {
  --fa:"\f001";
}
.fa-code-commit {
  --fa:"\f386";
}
.fa-temperature-low {
  --fa:"\f76b";
}
.fa-biking,
.fa-person-biking {
  --fa:"\f84a";
}
.fa-broom {
  --fa:"\f51a";
}
.fa-shield-heart {
  --fa:"\e574";
}
.fa-gopuram {
  --fa:"\f664";
}
.fa-earth-oceania,
.fa-globe-oceania {
  --fa:"\e47b";
}
.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa:"\f2d3";
}
.fa-hashtag {
  --fa:"#";
}
.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}
.fa-oil-can {
  --fa:"\f613";
}
.fa-t {
  --fa:"T";
}
.fa-hippo {
  --fa:"\f6ed";
}
.fa-chart-column {
  --fa:"\e0e3";
}
.fa-infinity {
  --fa:"\f534";
}
.fa-vial-circle-check {
  --fa:"\e596";
}
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}
.fa-voicemail {
  --fa:"\f897";
}
.fa-fan {
  --fa:"\f863";
}
.fa-person-walking-luggage {
  --fa:"\e554";
}
.fa-arrows-alt-v,
.fa-up-down {
  --fa:"\f338";
}
.fa-cloud-moon-rain {
  --fa:"\f73c";
}
.fa-calendar {
  --fa:"\f133";
}
.fa-trailer {
  --fa:"\e041";
}
.fa-bahai,
.fa-haykal {
  --fa:"\f666";
}
.fa-sd-card {
  --fa:"\f7c2";
}
.fa-dragon {
  --fa:"\f6d5";
}
.fa-shoe-prints {
  --fa:"\f54b";
}
.fa-circle-plus,
.fa-plus-circle {
  --fa:"\f055";
}
.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa:"\f58b";
}
.fa-hand-holding {
  --fa:"\f4bd";
}
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}
.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa:"\f127";
}
.fa-clone {
  --fa:"\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}
.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa:"\f882";
}
.fa-fire-alt,
.fa-fire-flame-curved {
  --fa:"\f7e4";
}
.fa-tornado {
  --fa:"\f76f";
}
.fa-file-circle-plus {
  --fa:"\e494";
}
.fa-book-quran,
.fa-quran {
  --fa:"\f687";
}
.fa-anchor {
  --fa:"\f13d";
}
.fa-border-all {
  --fa:"\f84c";
}
.fa-angry,
.fa-face-angry {
  --fa:"\f556";
}
.fa-cookie-bite {
  --fa:"\f564";
}
.fa-arrow-trend-down {
  --fa:"\e097";
}
.fa-feed,
.fa-rss {
  --fa:"\f09e";
}
.fa-draw-polygon {
  --fa:"\f5ee";
}
.fa-balance-scale,
.fa-scale-balanced {
  --fa:"\f24e";
}
.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa:"\f62a";
}
.fa-shower {
  --fa:"\f2cc";
}
.fa-desktop,
.fa-desktop-alt {
  --fa:"\f390";
}
.fa-m {
  --fa:"M";
}
.fa-table-list,
.fa-th-list {
  --fa:"\f00b";
}
.fa-comment-sms,
.fa-sms {
  --fa:"\f7cd";
}
.fa-book {
  --fa:"\f02d";
}
.fa-user-plus {
  --fa:"\f234";
}
.fa-check {
  --fa:"\f00c";
}
.fa-battery-4,
.fa-battery-three-quarters {
  --fa:"\f241";
}
.fa-house-circle-check {
  --fa:"\e509";
}
.fa-angle-left {
  --fa:"\f104";
}
.fa-diagram-successor {
  --fa:"\e47a";
}
.fa-truck-arrow-right {
  --fa:"\e58b";
}
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}
.fa-fist-raised,
.fa-hand-fist {
  --fa:"\f6de";
}
.fa-cloud-moon {
  --fa:"\f6c3";
}
.fa-briefcase {
  --fa:"\f0b1";
}
.fa-person-falling {
  --fa:"\e546";
}
.fa-image-portrait,
.fa-portrait {
  --fa:"\f3e0";
}
.fa-user-tag {
  --fa:"\f507";
}
.fa-rug {
  --fa:"\e569";
}
.fa-earth-europe,
.fa-globe-europe {
  --fa:"\f7a2";
}
.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa:"\f59d";
}
.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa:"\f410";
}
.fa-baht-sign {
  --fa:"\e0ac";
}
.fa-book-open {
  --fa:"\f518";
}
.fa-book-journal-whills,
.fa-journal-whills {
  --fa:"\f66a";
}
.fa-handcuffs {
  --fa:"\e4f8";
}
.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa:"\f071";
}
.fa-database {
  --fa:"\f1c0";
}
.fa-mail-forward,
.fa-share {
  --fa:"\f064";
}
.fa-bottle-droplet {
  --fa:"\e4c4";
}
.fa-mask-face {
  --fa:"\e1d7";
}
.fa-hill-rockslide {
  --fa:"\e508";
}
.fa-exchange-alt,
.fa-right-left {
  --fa:"\f362";
}
.fa-paper-plane {
  --fa:"\f1d8";
}
.fa-road-circle-exclamation {
  --fa:"\e565";
}
.fa-dungeon {
  --fa:"\f6d9";
}
.fa-align-right {
  --fa:"\f038";
}
.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa:"\f53b";
}
.fa-life-ring {
  --fa:"\f1cd";
}
.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa:"\f2a7";
}
.fa-calendar-day {
  --fa:"\f783";
}
.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa:"\f5c5";
}
.fa-arrows-up-down,
.fa-arrows-v {
  --fa:"\f07d";
}
.fa-face-grimace,
.fa-grimace {
  --fa:"\f57f";
}
.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa:"\e2ce";
}
.fa-level-down-alt,
.fa-turn-down {
  --fa:"\f3be";
}
.fa-person-walking-arrow-right {
  --fa:"\e552";
}
.fa-envelope-square,
.fa-square-envelope {
  --fa:"\f199";
}
.fa-dice {
  --fa:"\f522";
}
.fa-bowling-ball {
  --fa:"\f436";
}
.fa-brain {
  --fa:"\f5dc";
}
.fa-band-aid,
.fa-bandage {
  --fa:"\f462";
}
.fa-calendar-minus {
  --fa:"\f272";
}
.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa:"\f057";
}
.fa-gifts {
  --fa:"\f79c";
}
.fa-hotel {
  --fa:"\f594";
}
.fa-earth-asia,
.fa-globe-asia {
  --fa:"\f57e";
}
.fa-id-card-alt,
.fa-id-card-clip {
  --fa:"\f47f";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa:"\f00e";
}
.fa-thumbs-up {
  --fa:"\f164";
}
.fa-user-clock {
  --fa:"\f4fd";
}
.fa-allergies,
.fa-hand-dots {
  --fa:"\f461";
}
.fa-file-invoice {
  --fa:"\f570";
}
.fa-window-minimize {
  --fa:"\f2d1";
}
.fa-coffee,
.fa-mug-saucer {
  --fa:"\f0f4";
}
.fa-brush {
  --fa:"\f55d";
}
.fa-file-half-dashed {
  --fa:"\e698";
}
.fa-mask {
  --fa:"\f6fa";
}
.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa:"\f010";
}
.fa-ruler-vertical {
  --fa:"\f548";
}
.fa-user-alt,
.fa-user-large {
  --fa:"\f406";
}
.fa-train-tram {
  --fa:"\e5b4";
}
.fa-user-nurse {
  --fa:"\f82f";
}
.fa-syringe {
  --fa:"\f48e";
}
.fa-cloud-sun {
  --fa:"\f6c4";
}
.fa-stopwatch-20 {
  --fa:"\e06f";
}
.fa-square-full {
  --fa:"\f45c";
}
.fa-magnet {
  --fa:"\f076";
}
.fa-jar {
  --fa:"\e516";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa:"\f249";
}
.fa-bug-slash {
  --fa:"\e490";
}
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}
.fa-bone {
  --fa:"\f5d7";
}
.fa-table-cells-row-unlock {
  --fa:"\e691";
}
.fa-user-injured {
  --fa:"\f728";
}
.fa-face-sad-tear,
.fa-sad-tear {
  --fa:"\f5b4";
}
.fa-plane {
  --fa:"\f072";
}
.fa-tent-arrows-down {
  --fa:"\e581";
}
.fa-exclamation {
  --fa:"!";
}
.fa-arrows-spin {
  --fa:"\e4bb";
}
.fa-print {
  --fa:"\f02f";
}
.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa:"\e2bb";
}
.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa:"$";
}
.fa-x {
  --fa:"X";
}
.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa:"\f688";
}
.fa-users-cog,
.fa-users-gear {
  --fa:"\f509";
}
.fa-person-military-pointing {
  --fa:"\e54a";
}
.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa:"\f19c";
}
.fa-umbrella {
  --fa:"\f0e9";
}
.fa-trowel {
  --fa:"\e589";
}
.fa-d {
  --fa:"D";
}
.fa-stapler {
  --fa:"\e5af";
}
.fa-masks-theater,
.fa-theater-masks {
  --fa:"\f630";
}
.fa-kip-sign {
  --fa:"\e1c4";
}
.fa-hand-point-left {
  --fa:"\f0a5";
}
.fa-handshake-alt,
.fa-handshake-simple {
  --fa:"\f4c6";
}
.fa-fighter-jet,
.fa-jet-fighter {
  --fa:"\f0fb";
}
.fa-share-alt-square,
.fa-square-share-nodes {
  --fa:"\f1e1";
}
.fa-barcode {
  --fa:"\f02a";
}
.fa-plus-minus {
  --fa:"\e43c";
}
.fa-video,
.fa-video-camera {
  --fa:"\f03d";
}
.fa-graduation-cap,
.fa-mortar-board {
  --fa:"\f19d";
}
.fa-hand-holding-medical {
  --fa:"\e05c";
}
.fa-person-circle-check {
  --fa:"\e53e";
}
.fa-level-up-alt,
.fa-turn-up {
  --fa:"\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;
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero {
  --fa:"\f3d0";
}
.fa-hooli {
  --fa:"\f427";
}
.fa-yelp {
  --fa:"\f1e9";
}
.fa-cc-visa {
  --fa:"\f1f0";
}
.fa-lastfm {
  --fa:"\f202";
}
.fa-shopware {
  --fa:"\f5b5";
}
.fa-creative-commons-nc {
  --fa:"\f4e8";
}
.fa-aws {
  --fa:"\f375";
}
.fa-redhat {
  --fa:"\f7bc";
}
.fa-yoast {
  --fa:"\f2b1";
}
.fa-cloudflare {
  --fa:"\e07d";
}
.fa-ups {
  --fa:"\f7e0";
}
.fa-pixiv {
  --fa:"\e640";
}
.fa-wpexplorer {
  --fa:"\f2de";
}
.fa-dyalog {
  --fa:"\f399";
}
.fa-bity {
  --fa:"\f37a";
}
.fa-stackpath {
  --fa:"\f842";
}
.fa-buysellads {
  --fa:"\f20d";
}
.fa-first-order {
  --fa:"\f2b0";
}
.fa-modx {
  --fa:"\f285";
}
.fa-guilded {
  --fa:"\e07e";
}
.fa-vnv {
  --fa:"\f40b";
}
.fa-js-square,
.fa-square-js {
  --fa:"\f3b9";
}
.fa-microsoft {
  --fa:"\f3ca";
}
.fa-qq {
  --fa:"\f1d6";
}
.fa-orcid {
  --fa:"\f8d2";
}
.fa-java {
  --fa:"\f4e4";
}
.fa-invision {
  --fa:"\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}
.fa-centercode {
  --fa:"\f380";
}
.fa-glide-g {
  --fa:"\f2a6";
}
.fa-drupal {
  --fa:"\f1a9";
}
.fa-jxl {
  --fa:"\e67b";
}
.fa-dart-lang {
  --fa:"\e693";
}
.fa-hire-a-helper {
  --fa:"\f3b0";
}
.fa-creative-commons-by {
  --fa:"\f4e7";
}
.fa-unity {
  --fa:"\e049";
}
.fa-whmcs {
  --fa:"\f40d";
}
.fa-rocketchat {
  --fa:"\f3e8";
}
.fa-vk {
  --fa:"\f189";
}
.fa-untappd {
  --fa:"\f405";
}
.fa-mailchimp {
  --fa:"\f59e";
}
.fa-css3-alt {
  --fa:"\f38b";
}
.fa-reddit-square,
.fa-square-reddit {
  --fa:"\f1a2";
}
.fa-vimeo-v {
  --fa:"\f27d";
}
.fa-contao {
  --fa:"\f26d";
}
.fa-square-font-awesome {
  --fa:"\e5ad";
}
.fa-deskpro {
  --fa:"\f38f";
}
.fa-brave {
  --fa:"\e63c";
}
.fa-sistrix {
  --fa:"\f3ee";
}
.fa-instagram-square,
.fa-square-instagram {
  --fa:"\e055";
}
.fa-battle-net {
  --fa:"\f835";
}
.fa-the-red-yeti {
  --fa:"\f69d";
}
.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa:"\f3af";
}
.fa-edge {
  --fa:"\f282";
}
.fa-threads {
  --fa:"\e618";
}
.fa-napster {
  --fa:"\f3d2";
}
.fa-snapchat-square,
.fa-square-snapchat {
  --fa:"\f2ad";
}
.fa-google-plus-g {
  --fa:"\f0d5";
}
.fa-artstation {
  --fa:"\f77a";
}
.fa-markdown {
  --fa:"\f60f";
}
.fa-sourcetree {
  --fa:"\f7d3";
}
.fa-google-plus {
  --fa:"\f2b3";
}
.fa-diaspora {
  --fa:"\f791";
}
.fa-foursquare {
  --fa:"\f180";
}
.fa-stack-overflow {
  --fa:"\f16c";
}
.fa-github-alt {
  --fa:"\f113";
}
.fa-phoenix-squadron {
  --fa:"\f511";
}
.fa-pagelines {
  --fa:"\f18c";
}
.fa-algolia {
  --fa:"\f36c";
}
.fa-red-river {
  --fa:"\f3e3";
}
.fa-creative-commons-sa {
  --fa:"\f4ef";
}
.fa-safari {
  --fa:"\f267";
}
.fa-google {
  --fa:"\f1a0";
}
.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa:"\f35c";
}
.fa-atlassian {
  --fa:"\f77b";
}
.fa-linkedin-in {
  --fa:"\f0e1";
}
.fa-digital-ocean {
  --fa:"\f391";
}
.fa-nimblr {
  --fa:"\f5a8";
}
.fa-chromecast {
  --fa:"\f838";
}
.fa-evernote {
  --fa:"\f839";
}
.fa-hacker-news {
  --fa:"\f1d4";
}
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}
.fa-adversal {
  --fa:"\f36a";
}
.fa-creative-commons {
  --fa:"\f25e";
}
.fa-watchman-monitoring {
  --fa:"\e087";
}
.fa-fonticons {
  --fa:"\f280";
}
.fa-weixin {
  --fa:"\f1d7";
}
.fa-shirtsinbulk {
  --fa:"\f214";
}
.fa-codepen {
  --fa:"\f1cb";
}
.fa-git-alt {
  --fa:"\f841";
}
.fa-lyft {
  --fa:"\f3c3";
}
.fa-rev {
  --fa:"\f5b2";
}
.fa-windows {
  --fa:"\f17a";
}
.fa-wizards-of-the-coast {
  --fa:"\f730";
}
.fa-square-viadeo,
.fa-viadeo-square {
  --fa:"\f2aa";
}
.fa-meetup {
  --fa:"\f2e0";
}
.fa-centos {
  --fa:"\f789";
}
.fa-adn {
  --fa:"\f170";
}
.fa-cloudsmith {
  --fa:"\f384";
}
.fa-opensuse {
  --fa:"\e62b";
}
.fa-pied-piper-alt {
  --fa:"\f1a8";
}
.fa-dribbble-square,
.fa-square-dribbble {
  --fa:"\f397";
}
.fa-codiepie {
  --fa:"\f284";
}
.fa-node {
  --fa:"\f419";
}
.fa-mix {
  --fa:"\f3cb";
}
.fa-steam {
  --fa:"\f1b6";
}
.fa-cc-apple-pay {
  --fa:"\f416";
}
.fa-scribd {
  --fa:"\f28a";
}
.fa-debian {
  --fa:"\e60b";
}
.fa-openid {
  --fa:"\f19b";
}
.fa-instalod {
  --fa:"\e081";
}
.fa-files-pinwheel {
  --fa:"\e69f";
}
.fa-expeditedssl {
  --fa:"\f23e";
}
.fa-sellcast {
  --fa:"\f2da";
}
.fa-square-twitter,
.fa-twitter-square {
  --fa:"\f081";
}
.fa-r-project {
  --fa:"\f4f7";
}
.fa-delicious {
  --fa:"\f1a5";
}
.fa-freebsd {
  --fa:"\f3a4";
}
.fa-vuejs {
  --fa:"\f41f";
}
.fa-accusoft {
  --fa:"\f369";
}
.fa-ioxhost {
  --fa:"\f208";
}
.fa-fonticons-fi {
  --fa:"\f3a2";
}
.fa-app-store {
  --fa:"\f36f";
}
.fa-cc-mastercard {
  --fa:"\f1f1";
}
.fa-itunes-note {
  --fa:"\f3b5";
}
.fa-golang {
  --fa:"\e40f";
}
.fa-kickstarter,
.fa-square-kickstarter {
  --fa:"\f3bb";
}
.fa-grav {
  --fa:"\f2d6";
}
.fa-weibo {
  --fa:"\f18a";
}
.fa-uncharted {
  --fa:"\e084";
}
.fa-firstdraft {
  --fa:"\f3a1";
}
.fa-square-youtube,
.fa-youtube-square {
  --fa:"\f431";
}
.fa-wikipedia-w {
  --fa:"\f266";
}
.fa-rendact,
.fa-wpressr {
  --fa:"\f3e4";
}
.fa-angellist {
  --fa:"\f209";
}
.fa-galactic-republic {
  --fa:"\f50c";
}
.fa-nfc-directional {
  --fa:"\e530";
}
.fa-skype {
  --fa:"\f17e";
}
.fa-joget {
  --fa:"\f3b7";
}
.fa-fedora {
  --fa:"\f798";
}
.fa-stripe-s {
  --fa:"\f42a";
}
.fa-meta {
  --fa:"\e49b";
}
.fa-laravel {
  --fa:"\f3bd";
}
.fa-hotjar {
  --fa:"\f3b1";
}
.fa-bluetooth-b {
  --fa:"\f294";
}
.fa-square-letterboxd {
  --fa:"\e62e";
}
.fa-sticker-mule {
  --fa:"\f3f7";
}
.fa-creative-commons-zero {
  --fa:"\f4f3";
}
.fa-hips {
  --fa:"\f452";
}
.fa-css {
  --fa:"\e6a2";
}
.fa-behance {
  --fa:"\f1b4";
}
.fa-reddit {
  --fa:"\f1a1";
}
.fa-discord {
  --fa:"\f392";
}
.fa-chrome {
  --fa:"\f268";
}
.fa-app-store-ios {
  --fa:"\f370";
}
.fa-cc-discover {
  --fa:"\f1f2";
}
.fa-wpbeginner {
  --fa:"\f297";
}
.fa-confluence {
  --fa:"\f78d";
}
.fa-shoelace {
  --fa:"\e60c";
}
.fa-mdb {
  --fa:"\f8ca";
}
.fa-dochub {
  --fa:"\f394";
}
.fa-accessible-icon {
  --fa:"\f368";
}
.fa-ebay {
  --fa:"\f4f4";
}
.fa-amazon {
  --fa:"\f270";
}
.fa-unsplash {
  --fa:"\e07c";
}
.fa-yarn {
  --fa:"\f7e3";
}
.fa-square-steam,
.fa-steam-square {
  --fa:"\f1b7";
}
.fa-500px {
  --fa:"\f26e";
}
.fa-square-vimeo,
.fa-vimeo-square {
  --fa:"\f194";
}
.fa-asymmetrik {
  --fa:"\f372";
}
.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa:"\f2b4";
}
.fa-gratipay {
  --fa:"\f184";
}
.fa-apple {
  --fa:"\f179";
}
.fa-hive {
  --fa:"\e07f";
}
.fa-gitkraken {
  --fa:"\f3a6";
}
.fa-keybase {
  --fa:"\f4f5";
}
.fa-apple-pay {
  --fa:"\f415";
}
.fa-padlet {
  --fa:"\e4a0";
}
.fa-amazon-pay {
  --fa:"\f42c";
}
.fa-github-square,
.fa-square-github {
  --fa:"\f092";
}
.fa-stumbleupon {
  --fa:"\f1a4";
}
.fa-fedex {
  --fa:"\f797";
}
.fa-phoenix-framework {
  --fa:"\f3dc";
}
.fa-shopify {
  --fa:"\e057";
}
.fa-neos {
  --fa:"\f612";
}
.fa-square-threads {
  --fa:"\e619";
}
.fa-hackerrank {
  --fa:"\f5f7";
}
.fa-researchgate {
  --fa:"\f4f8";
}
.fa-swift {
  --fa:"\f8e1";
}
.fa-angular {
  --fa:"\f420";
}
.fa-speakap {
  --fa:"\f3f3";
}
.fa-angrycreative {
  --fa:"\f36e";
}
.fa-y-combinator {
  --fa:"\f23b";
}
.fa-empire {
  --fa:"\f1d1";
}
.fa-envira {
  --fa:"\f299";
}
.fa-google-scholar {
  --fa:"\e63b";
}
.fa-gitlab-square,
.fa-square-gitlab {
  --fa:"\e5ae";
}
.fa-studiovinari {
  --fa:"\f3f8";
}
.fa-pied-piper {
  --fa:"\f2ae";
}
.fa-wordpress {
  --fa:"\f19a";
}
.fa-product-hunt {
  --fa:"\f288";
}
.fa-firefox {
  --fa:"\f269";
}
.fa-linode {
  --fa:"\f2b8";
}
.fa-goodreads {
  --fa:"\f3a8";
}
.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa:"\f264";
}
.fa-jsfiddle {
  --fa:"\f1cc";
}
.fa-sith {
  --fa:"\f512";
}
.fa-themeisle {
  --fa:"\f2b2";
}
.fa-page4 {
  --fa:"\f3d7";
}
.fa-hashnode {
  --fa:"\e499";
}
.fa-react {
  --fa:"\f41b";
}
.fa-cc-paypal {
  --fa:"\f1f4";
}
.fa-squarespace {
  --fa:"\f5be";
}
.fa-cc-stripe {
  --fa:"\f1f5";
}
.fa-creative-commons-share {
  --fa:"\f4f2";
}
.fa-bitcoin {
  --fa:"\f379";
}
.fa-keycdn {
  --fa:"\f3ba";
}
.fa-opera {
  --fa:"\f26a";
}
.fa-itch-io {
  --fa:"\f83a";
}
.fa-umbraco {
  --fa:"\f8e8";
}
.fa-galactic-senate {
  --fa:"\f50d";
}
.fa-ubuntu {
  --fa:"\f7df";
}
.fa-draft2digital {
  --fa:"\f396";
}
.fa-stripe {
  --fa:"\f429";
}
.fa-houzz {
  --fa:"\f27c";
}
.fa-gg {
  --fa:"\f260";
}
.fa-dhl {
  --fa:"\f790";
}
.fa-pinterest-square,
.fa-square-pinterest {
  --fa:"\f0d3";
}
.fa-xing {
  --fa:"\f168";
}
.fa-blackberry {
  --fa:"\f37b";
}
.fa-creative-commons-pd {
  --fa:"\f4ec";
}
.fa-playstation {
  --fa:"\f3df";
}
.fa-quinscape {
  --fa:"\f459";
}
.fa-less {
  --fa:"\f41d";
}
.fa-blogger-b {
  --fa:"\f37d";
}
.fa-opencart {
  --fa:"\f23d";
}
.fa-vine {
  --fa:"\f1ca";
}
.fa-signal-messenger {
  --fa:"\e663";
}
.fa-paypal {
  --fa:"\f1ed";
}
.fa-gitlab {
  --fa:"\f296";
}
.fa-typo3 {
  --fa:"\f42b";
}
.fa-reddit-alien {
  --fa:"\f281";
}
.fa-yahoo {
  --fa:"\f19e";
}
.fa-dailymotion {
  --fa:"\e052";
}
.fa-affiliatetheme {
  --fa:"\f36b";
}
.fa-pied-piper-pp {
  --fa:"\f1a7";
}
.fa-bootstrap {
  --fa:"\f836";
}
.fa-odnoklassniki {
  --fa:"\f263";
}
.fa-nfc-symbol {
  --fa:"\e531";
}
.fa-mintbit {
  --fa:"\e62f";
}
.fa-ethereum {
  --fa:"\f42e";
}
.fa-speaker-deck {
  --fa:"\f83c";
}
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}
.fa-patreon {
  --fa:"\f3d9";
}
.fa-avianex {
  --fa:"\f374";
}
.fa-ello {
  --fa:"\f5f1";
}
.fa-gofore {
  --fa:"\f3a7";
}
.fa-bimobject {
  --fa:"\f378";
}
.fa-brave-reverse {
  --fa:"\e63d";
}
.fa-facebook-f {
  --fa:"\f39e";
}
.fa-google-plus-square,
.fa-square-google-plus {
  --fa:"\f0d4";
}
.fa-web-awesome {
  --fa:"\e682";
}
.fa-mandalorian {
  --fa:"\f50f";
}
.fa-first-order-alt {
  --fa:"\f50a";
}
.fa-osi {
  --fa:"\f41a";
}
.fa-google-wallet {
  --fa:"\f1ee";
}
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}
.fa-periscope {
  --fa:"\f3da";
}
.fa-fulcrum {
  --fa:"\f50b";
}
.fa-cloudscale {
  --fa:"\f383";
}
.fa-forumbee {
  --fa:"\f211";
}
.fa-mizuni {
  --fa:"\f3cc";
}
.fa-schlix {
  --fa:"\f3ea";
}
.fa-square-xing,
.fa-xing-square {
  --fa:"\f169";
}
.fa-bandcamp {
  --fa:"\f2d5";
}
.fa-wpforms {
  --fa:"\f298";
}
.fa-cloudversify {
  --fa:"\f385";
}
.fa-usps {
  --fa:"\f7e1";
}
.fa-megaport {
  --fa:"\f5a3";
}
.fa-magento {
  --fa:"\f3c4";
}
.fa-spotify {
  --fa:"\f1bc";
}
.fa-optin-monster {
  --fa:"\f23c";
}
.fa-fly {
  --fa:"\f417";
}
.fa-square-bluesky {
  --fa:"\e6a3";
}
.fa-aviato {
  --fa:"\f421";
}
.fa-itunes {
  --fa:"\f3b4";
}
.fa-cuttlefish {
  --fa:"\f38c";
}
.fa-blogger {
  --fa:"\f37c";
}
.fa-flickr {
  --fa:"\f16e";
}
.fa-viber {
  --fa:"\f409";
}
.fa-soundcloud {
  --fa:"\f1be";
}
.fa-digg {
  --fa:"\f1a6";
}
.fa-tencent-weibo {
  --fa:"\f1d5";
}
.fa-letterboxd {
  --fa:"\e62d";
}
.fa-symfony {
  --fa:"\f83d";
}
.fa-maxcdn {
  --fa:"\f136";
}
.fa-etsy {
  --fa:"\f2d7";
}
.fa-facebook-messenger {
  --fa:"\f39f";
}
.fa-audible {
  --fa:"\f373";
}
.fa-think-peaks {
  --fa:"\f731";
}
.fa-bilibili {
  --fa:"\e3d9";
}
.fa-erlang {
  --fa:"\f39d";
}
.fa-x-twitter {
  --fa:"\e61b";
}
.fa-cotton-bureau {
  --fa:"\f89e";
}
.fa-dashcube {
  --fa:"\f210";
}
.fa-42-group,
.fa-innosoft {
  --fa:"\e080";
}
.fa-stack-exchange {
  --fa:"\f18d";
}
.fa-elementor {
  --fa:"\f430";
}
.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa:"\e01e";
}
.fa-creative-commons-nd {
  --fa:"\f4eb";
}
.fa-palfed {
  --fa:"\f3d8";
}
.fa-superpowers {
  --fa:"\f2dd";
}
.fa-resolving {
  --fa:"\f3e7";
}
.fa-xbox {
  --fa:"\f412";
}
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}
.fa-searchengin {
  --fa:"\f3eb";
}
.fa-tiktok {
  --fa:"\e07b";
}
.fa-facebook-square,
.fa-square-facebook {
  --fa:"\f082";
}
.fa-renren {
  --fa:"\f18b";
}
.fa-linux {
  --fa:"\f17c";
}
.fa-glide {
  --fa:"\f2a5";
}
.fa-linkedin {
  --fa:"\f08c";
}
.fa-hubspot {
  --fa:"\f3b2";
}
.fa-deploydog {
  --fa:"\f38e";
}
.fa-twitch {
  --fa:"\f1e8";
}
.fa-flutter {
  --fa:"\e694";
}
.fa-ravelry {
  --fa:"\f2d9";
}
.fa-mixer {
  --fa:"\e056";
}
.fa-lastfm-square,
.fa-square-lastfm {
  --fa:"\f203";
}
.fa-vimeo {
  --fa:"\f40a";
}
.fa-mendeley {
  --fa:"\f7b3";
}
.fa-uniregistry {
  --fa:"\f404";
}
.fa-figma {
  --fa:"\f799";
}
.fa-creative-commons-remix {
  --fa:"\f4ee";
}
.fa-cc-amazon-pay {
  --fa:"\f42d";
}
.fa-dropbox {
  --fa:"\f16b";
}
.fa-instagram {
  --fa:"\f16d";
}
.fa-cmplid {
  --fa:"\e360";
}
.fa-upwork {
  --fa:"\e641";
}
.fa-facebook {
  --fa:"\f09a";
}
.fa-gripfire {
  --fa:"\f3ac";
}
.fa-jedi-order {
  --fa:"\f50e";
}
.fa-uikit {
  --fa:"\f403";
}
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}
.fa-phabricator {
  --fa:"\f3db";
}
.fa-ussunnah {
  --fa:"\f407";
}
.fa-earlybirds {
  --fa:"\f39a";
}
.fa-trade-federation {
  --fa:"\f513";
}
.fa-autoprefixer {
  --fa:"\f41c";
}
.fa-whatsapp {
  --fa:"\f232";
}
.fa-square-upwork {
  --fa:"\e67c";
}
.fa-slideshare {
  --fa:"\f1e7";
}
.fa-google-play {
  --fa:"\f3ab";
}
.fa-viadeo {
  --fa:"\f2a9";
}
.fa-line {
  --fa:"\f3c0";
}
.fa-google-drive {
  --fa:"\f3aa";
}
.fa-servicestack {
  --fa:"\f3ec";
}
.fa-simplybuilt {
  --fa:"\f215";
}
.fa-bitbucket {
  --fa:"\f171";
}
.fa-imdb {
  --fa:"\f2d8";
}
.fa-deezer {
  --fa:"\e077";
}
.fa-raspberry-pi {
  --fa:"\f7bb";
}
.fa-jira {
  --fa:"\f7b1";
}
.fa-docker {
  --fa:"\f395";
}
.fa-screenpal {
  --fa:"\e570";
}
.fa-bluetooth {
  --fa:"\f293";
}
.fa-gitter {
  --fa:"\f426";
}
.fa-d-and-d {
  --fa:"\f38d";
}
.fa-microblog {
  --fa:"\e01a";
}
.fa-cc-diners-club {
  --fa:"\f24c";
}
.fa-gg-circle {
  --fa:"\f261";
}
.fa-pied-piper-hat {
  --fa:"\f4e5";
}
.fa-kickstarter-k {
  --fa:"\f3bc";
}
.fa-yandex {
  --fa:"\f413";
}
.fa-readme {
  --fa:"\f4d5";
}
.fa-html5 {
  --fa:"\f13b";
}
.fa-sellsy {
  --fa:"\f213";
}
.fa-square-web-awesome {
  --fa:"\e683";
}
.fa-sass {
  --fa:"\f41e";
}
.fa-wirsindhandwerk,
.fa-wsh {
  --fa:"\e2d0";
}
.fa-buromobelexperte {
  --fa:"\f37f";
}
.fa-salesforce {
  --fa:"\f83b";
}
.fa-octopus-deploy {
  --fa:"\e082";
}
.fa-medapps {
  --fa:"\f3c6";
}
.fa-ns8 {
  --fa:"\f3d5";
}
.fa-pinterest-p {
  --fa:"\f231";
}
.fa-apper {
  --fa:"\f371";
}
.fa-fort-awesome {
  --fa:"\f286";
}
.fa-waze {
  --fa:"\f83f";
}
.fa-bluesky {
  --fa:"\e671";
}
.fa-cc-jcb {
  --fa:"\f24b";
}
.fa-snapchat,
.fa-snapchat-ghost {
  --fa:"\f2ab";
}
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}
.fa-rust {
  --fa:"\e07a";
}
.fa-wix {
  --fa:"\f5cf";
}
.fa-behance-square,
.fa-square-behance {
  --fa:"\f1b5";
}
.fa-supple {
  --fa:"\f3f9";
}
.fa-webflow {
  --fa:"\e65c";
}
.fa-rebel {
  --fa:"\f1d0";
}
.fa-css3 {
  --fa:"\f13c";
}
.fa-staylinked {
  --fa:"\f3f5";
}
.fa-kaggle {
  --fa:"\f5fa";
}
.fa-space-awesome {
  --fa:"\e5ac";
}
.fa-deviantart {
  --fa:"\f1bd";
}
.fa-cpanel {
  --fa:"\f388";
}
.fa-goodreads-g {
  --fa:"\f3a9";
}
.fa-git-square,
.fa-square-git {
  --fa:"\f1d2";
}
.fa-square-tumblr,
.fa-tumblr-square {
  --fa:"\f174";
}
.fa-trello {
  --fa:"\f181";
}
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}
.fa-get-pocket {
  --fa:"\f265";
}
.fa-perbyte {
  --fa:"\e083";
}
.fa-grunt {
  --fa:"\f3ad";
}
.fa-weebly {
  --fa:"\f5cc";
}
.fa-connectdevelop {
  --fa:"\f20e";
}
.fa-leanpub {
  --fa:"\f212";
}
.fa-black-tie {
  --fa:"\f27e";
}
.fa-themeco {
  --fa:"\f5c6";
}
.fa-python {
  --fa:"\f3e2";
}
.fa-android {
  --fa:"\f17b";
}
.fa-bots {
  --fa:"\e340";
}
.fa-free-code-camp {
  --fa:"\f2c5";
}
.fa-hornbill {
  --fa:"\f592";
}
.fa-js {
  --fa:"\f3b8";
}
.fa-ideal {
  --fa:"\e013";
}
.fa-git {
  --fa:"\f1d3";
}
.fa-dev {
  --fa:"\f6cc";
}
.fa-sketch {
  --fa:"\f7c6";
}
.fa-yandex-international {
  --fa:"\f414";
}
.fa-cc-amex {
  --fa:"\f1f3";
}
.fa-uber {
  --fa:"\f402";
}
.fa-github {
  --fa:"\f09b";
}
.fa-php {
  --fa:"\f457";
}
.fa-alipay {
  --fa:"\f642";
}
.fa-youtube {
  --fa:"\f167";
}
.fa-skyatlas {
  --fa:"\f216";
}
.fa-firefox-browser {
  --fa:"\e007";
}
.fa-replyd {
  --fa:"\f3e6";
}
.fa-suse {
  --fa:"\f7d6";
}
.fa-jenkins {
  --fa:"\f3b6";
}
.fa-twitter {
  --fa:"\f099";
}
.fa-rockrms {
  --fa:"\f3e9";
}
.fa-pinterest {
  --fa:"\f0d2";
}
.fa-buffer {
  --fa:"\f837";
}
.fa-npm {
  --fa:"\f3d4";
}
.fa-yammer {
  --fa:"\f840";
}
.fa-btc {
  --fa:"\f15a";
}
.fa-dribbble {
  --fa:"\f17d";
}
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}
.fa-internet-explorer {
  --fa:"\f26b";
}
.fa-stubber {
  --fa:"\e5c7";
}
.fa-telegram,
.fa-telegram-plane {
  --fa:"\f2c6";
}
.fa-old-republic {
  --fa:"\f510";
}
.fa-odysee {
  --fa:"\e5c6";
}
.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa:"\f40c";
}
.fa-node-js {
  --fa:"\f3d3";
}
.fa-edge-legacy {
  --fa:"\e078";
}
.fa-slack,
.fa-slack-hash {
  --fa:"\f198";
}
.fa-medrt {
  --fa:"\f3c8";
}
.fa-usb {
  --fa:"\f287";
}
.fa-tumblr {
  --fa:"\f173";
}
.fa-vaadin {
  --fa:"\f408";
}
.fa-quora {
  --fa:"\f2c4";
}
.fa-square-x-twitter {
  --fa:"\e61a";
}
.fa-reacteurope {
  --fa:"\f75d";
}
.fa-medium,
.fa-medium-m {
  --fa:"\f23a";
}
.fa-amilia {
  --fa:"\f36d";
}
.fa-mixcloud {
  --fa:"\f289";
}
.fa-flipboard {
  --fa:"\f44d";
}
.fa-viacoin {
  --fa:"\f237";
}
.fa-critical-role {
  --fa:"\f6c9";
}
.fa-sitrox {
  --fa:"\e44a";
}
.fa-discourse {
  --fa:"\f393";
}
.fa-joomla {
  --fa:"\f1aa";
}
.fa-mastodon {
  --fa:"\f4f6";
}
.fa-airbnb {
  --fa:"\f834";
}
.fa-wolf-pack-battalion {
  --fa:"\f514";
}
.fa-buy-n-large {
  --fa:"\f8a6";
}
.fa-gulp {
  --fa:"\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}
.fa-strava {
  --fa:"\f428";
}
.fa-ember {
  --fa:"\f423";
}
.fa-canadian-maple-leaf {
  --fa:"\f785";
}
.fa-teamspeak {
  --fa:"\f4f9";
}
.fa-pushed {
  --fa:"\f3e1";
}
.fa-wordpress-simple {
  --fa:"\f411";
}
.fa-nutritionix {
  --fa:"\f3d6";
}
.fa-wodu {
  --fa:"\e088";
}
.fa-google-pay {
  --fa:"\e079";
}
.fa-intercom {
  --fa:"\f7af";
}
.fa-zhihu {
  --fa:"\f63f";
}
.fa-korvue {
  --fa:"\f42f";
}
.fa-pix {
  --fa:"\e43a";
}
.fa-steam-symbol {
  --fa:"\f3f6";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2"), url("./media/fa-v4compatibility.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
}
html {
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
}
html {
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color:rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
}
html {
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
}
html {
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
}
html {
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
}
html {
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
}
html {
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
}
html {
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
}
html {
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
}
html {
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
}
html {
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
}
html {
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
}
html {
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
}
html {
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
}
html {
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
}
html {
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
}
html {
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
}
html {
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
}
html {
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
}
html {
  --mdc-filled-button-container-height:36px;
}
html {
  --mdc-protected-button-container-height:36px;
}
html {
  --mdc-outlined-button-container-height:36px;
}
html {
  --mat-text-button-touch-target-display:block;
}
html {
  --mat-filled-button-touch-target-display:block;
}
html {
  --mat-protected-button-touch-target-display:block;
}
html {
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
}
html {
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
}
html {
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
}
html {
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color:white;
}
html {
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
}
html {
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
}
html {
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
}
html {
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
html {
  --mat-timepicker-container-shape:4px;
  --mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color:white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/animate.css/animate.css */
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* node_modules/angular2-multiselect-dropdown/themes/default.theme.css */
.mat-toolbar {
  background: #ffffff;
}
.c-btn {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.selected-list .c-list .c-token {
  background: #0079FE;
}
.selected-list .c-list .c-token .c-label {
  color: #fff;
}
.selected-list .c-list .c-token .c-remove svg {
  fill: #fff;
}
.selected-list .c-angle-down svg,
.selected-list .c-angle-up svg {
  fill: #333;
}
.dropdown-list ul li:hover {
  background: #f5f5f5;
}
.arrow-up,
.arrow-down {
  border-bottom: 15px solid #fff;
}
.arrow-2 {
  border-bottom: 15px solid #ccc;
}
.list-area {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 5px #959595;
}
.select-all {
  border-bottom: 1px solid #ccc;
}
.list-filter {
  border-bottom: 1px solid #ccc;
}
.list-filter .c-search svg {
  fill: #888;
}
.list-filter .c-clear svg {
  fill: #888;
}
.pure-checkbox input[type=checkbox]:focus + label:before,
.pure-checkbox input[type=checkbox]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2;
}
.pure-checkbox input[type=checkbox] + label {
  color: #000;
}
.pure-checkbox input[type=checkbox] + label:before {
  color: #0079FE;
  border: 1px solid #0079FE;
}
.pure-checkbox input[type=checkbox] + label:after {
  background-color: #0079FE;
}
.pure-checkbox input[type=checkbox]:disabled + label:before {
  border-color: #cccccc;
}
.pure-checkbox input[type=checkbox]:disabled:checked + label:before {
  background-color: #cccccc;
}
.pure-checkbox input[type=checkbox] + label:after {
  border-color: #ffffff;
}
.pure-checkbox input[type=radio]:checked + label:before {
  background-color: white;
}
.pure-checkbox input[type=checkbox]:checked + label:before {
  background: #0079FE;
}
.single-select-mode .pure-checkbox input[type=checkbox]:focus + label:before,
.single-select-mode .pure-checkbox input[type=checkbox]:hover + label:before {
  border-color: #0079FE;
  background-color: #f2f2f2;
}
.single-select-mode .pure-checkbox input[type=checkbox] + label {
  color: #000;
}
.single-select-mode .pure-checkbox input[type=checkbox] + label:before {
  color: transparent !important;
  border: 0px solid #0079FE;
}
.single-select-mode .pure-checkbox input[type=checkbox] + label:after {
  background-color: transparent !important;
}
.single-select-mode .pure-checkbox input[type=checkbox]:disabled + label:before {
  border-color: #cccccc;
}
.single-select-mode .pure-checkbox input[type=checkbox]:disabled:checked + label:before {
  background-color: #cccccc;
}
.single-select-mode .pure-checkbox input[type=checkbox] + label:after {
  border-color: #0079FE;
}
.single-select-mode .pure-checkbox input[type=radio]:checked + label:before {
  background-color: white;
}
.single-select-mode .pure-checkbox input[type=checkbox]:checked + label:before {
  background: none !important;
}
.selected-item {
  background: #e9f4ff;
}
.btn-iceblue {
  background: #0079FE;
  border: 1px solid #ccc;
  color: #fff;
}

/* node_modules/swiper/swiper-bundle.min.css */
:root {
  --swiper-theme-color:#007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow,
  .swiper-slide {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: #00000026;
  }
  .swiper-slide-shadow-left {
    background-image:
      linear-gradient(
        270deg,
        #00000080,
        #0000);
  }
  .swiper-slide-shadow-right {
    background-image:
      linear-gradient(
        90deg,
        #00000080,
        #0000);
  }
  .swiper-slide-shadow-top {
    background-image:
      linear-gradient(
        0deg,
        #00000080,
        #0000);
  }
  .swiper-slide-shadow-bottom {
    background-image:
      linear-gradient(
        180deg,
        #00000080,
        #0000);
  }
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  top: var(--swiper-navigation-top-offset,50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset,4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset,4px);
}
.swiper-horizontal {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset,50%);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev,
  & ~ .swiper-button-next,
  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,4px);
  }
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset,50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset,4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset,4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled,
  .swiper-pagination-disabled > & {
    display: none !important;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  left: 0;
  top: var(--swiper-pagination-top,auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33);
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
  }
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity,1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left,auto);
  right: var(--swiper-pagination-right,8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform .2s, top .2s;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform .2s, left .2s;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,#00000040);
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-horizontal > &,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size,4px);
  }
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color,#0000001a);
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled,
  .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal,
  .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom,4px);
    height: var(--swiper-scrollbar-size,4px);
    left: var(--swiper-scrollbar-sides-offset,1%);
    position: absolute;
    top: var(--swiper-scrollbar-top,auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical,
  .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left,auto);
    position: absolute;
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    width: var(--swiper-scrollbar-size,4px);
    z-index: 50;
  }
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color,#00000080);
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas,
  > img,
  > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right,
  .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right,
  .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property:
      transform,
      opacity,
      height;
  }
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

/* projects/desktop/src/styles/qp2a/_default.scss */
:root {
  --mainColor1: #A90C0C;
  --mainColor2:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor3: #CBAE69;
  --mainColor4: #837963;
  --mainColor5:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor6: #494E60;
  --mainColor7: #DFDFDF;
  --mainColor8:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor9: #C6C6C6;
  --mainColor10: #A0A0A0;
  --mainColor11:
    linear-gradient(
      180deg,
      #D9D9D9 -18.18%,
      #F2F2F2 19.98%,
      #D0D0D0 122.73%);
  --mainColor12: #FFFFFF;
  --mainColor13: #FFFFFF;
  --mainColor14: #494E60;
  --mainColor15:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor16:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor17: #FFFFFF;
  --mainColor18: #494E60;
  --mainColor19:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor20: #EFEFEF;
  --mainColor21: #FFFFFF;
  --mainColor22:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor23: #494E60;
  --mainColor24:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor25: #494E60;
  --mainColor26: #A90C0C;
  --mainColor27:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor28: #837963;
  --mainColor29: #837963;
  --mainColor30: #494E60;
  --mainColor31:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor32: #A90C0C;
  --mainColor33: #494E60;
  --mainColor34:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor35: #494E60;
  --mainColor36: #A90C0C;
  --mainColor37:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor38: #FFFFFF;
  --mainColor39: #FFFFFF;
  --mainColor40: #CBAE69;
  --mainColor41:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor42:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor43: #FFFFFF;
  --mainColor44:
    linear-gradient(
      180deg,
      #EBEBEB 0%,
      #FBFBFB 50%,
      #EBEBEB 100%);
  --mainColor45:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor46: #494E60;
  --mainColor47:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor48: #FFFFFF;
  --mainColor49:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor50: #494E60;
  --mainColor51:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor52: #FFFFFF;
  --mainColor53:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor54:
    linear-gradient(
      180deg,
      #D9D9D9 -18.18%,
      #F2F2F2 19.98%,
      #D0D0D0 122.73%);
  --mainColor55:
    linear-gradient(
      180deg,
      #BCBCBC 0%,
      #656565 100%);
  --mainColor56: #D60000;
  --mainColor57: #00AC45;
  --mainColor58: #EF5600;
  --mainColor59:
    linear-gradient(
      180deg,
      #A90C0C 0%,
      #7E0303 100%);
  --mainColor60: #FFFFFF;
  --mainColor61: #A90C0C;
  --mainColor62: #7E0303;
  --mainColor63: #A90C0C;
  --mainColor64: #7E0303;
  --mainColor65:
    linear-gradient(
      180deg,
      #FF564A 0%,
      #BF2A20 104.8%);
  --mainColor66: #D3D3D3;
  --mainColor67: #494E60;
  --mainColor68: #A90C0C;
  --mainColor69: #CBAE69;
  --mainColor70: #B6B6B6;
  --mainColor71:
    linear-gradient(
      180deg,
      #F2DFB3 0%,
      #E3CB93 100%);
  --mainColor72: #A90C0C;
  --main-background: url(/assets/images/main-bg.png);
  --landing-logo-image: url(/assets/images/logo-white.gif);
  --topbar-logo-image: url(/assets/images/logo-white.gif);
  --topbar-logo-image-christmas: url(/assets/integrations/theme/logo-christmas-2023.gif);
  --footer-logo-image: url(/assets/images/logo-white.gif);
  --theme-logo-image-cny: url(/assets/integrations/theme/logo-cny.gif);
  --theme-logo-image-mid-autumn: url(/assets/integrations/theme/logo-mid-autumn-2023.gif);
  --preloader-image: url(/assets/images/loading-gif.png);
  --close-text-color: var(--mainColor1);
  --receipt-bg: var(--mainColor8);
  --receipt-text-color: var(--mainColor6);
  --gradient1: var(--mainColor61);
  --gradient2: var(--mainColor62);
  --gradient3: var(--mainColor63);
  --gradient4: var(--mainColor64);
  --defaultFont: "Montserrat", sans-serif;
  --fontSize1: 35px;
  --fontSize2: 18px;
  --fontSize3: 12px;
  --fontSize4: 12px;
  --fontSize5: 25px;
  --fontSize6: 16px;
  --fontSize7: 16px;
  --fontSize8: 15px;
  --fontSize9: 10px;
  --fontSize10: 30px;
  --fontSize11: 9px;
  --fontSize12: 14px;
  --fontSize13: 20px;
  --fontSize14: 24px;
  --fontSize15: 11px;
  --fontSize16: 40px;
  --fontSize17: 45px;
  --fontSize18: 23px;
  --fontSize19: 130px;
  --fontSize20: 50px;
  --fontSize21: 48px;
  --fontSize22: 28px;
  --fontSize23: 13px;
  --fontSize24: 8px;
  --borderRadius1: 5px;
  --borderRadius2: 10px;
  --borderRadius3: 15px;
}
html,
body {
  font-family: var(--defaultFont);
  color: var(--mainColor7);
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
::-moz-selection {
  color: var(--mainColor12) !important;
  background: var(--mainColor1) !important;
}
::selection {
  color: var(--mainColor12) !important;
  background: var(--mainColor1) !important;
}
.font-color-1 {
  color: var(--mainColor1) !important;
}
.font-color-2 {
  color: var(--mainColor2) !important;
}
.font-color-3 {
  color: var(--mainColor3) !important;
}
.font-color-4 {
  color: var(--mainColor4) !important;
}
.font-color-5 {
  color: var(--mainColor5) !important;
}
.font-color-6 {
  color: var(--mainColor6) !important;
}
.font-color-7 {
  color: var(--mainColor7) !important;
}
.font-color-8 {
  color: var(--mainColor8) !important;
}
.font-color-9 {
  color: var(--mainColor9) !important;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.text-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bg-color-1 {
  background: var(--mainColor1) !important;
}
.bg-color-2 {
  background: var(--mainColor2) !important;
}
.bg-color-3 {
  background: var(--mainColor3) !important;
}
.bg-color-4 {
  background: var(--mainColor4) !important;
}
.bg-color-5 {
  background: var(--mainColor5) !important;
}
.bg-color-6 {
  background: var(--mainColor6) !important;
}
.bg-color-7 {
  background: var(--mainColor7) !important;
}
.bg-color-8 {
  background: var(--mainColor8) !important;
}
.bg-color-9 {
  background: var(--mainColor9) !important;
}
.border-radius-1 {
  border-radius: var(--borderRadius1) !important;
}
.border-radius-2 {
  border-radius: var(--borderRadius2) !important;
}
.border-radius-3 {
  border-radius: var(--borderRadius3) !important;
}
.no-margin {
  margin: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !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-75 {
  margin-bottom: 75px !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: 0px !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-55 {
  margin-top: 55px !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: 0px !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: 0px !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-0 {
  margin: 0px !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;
}
.p-0 {
  padding: 0px !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: 0px !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-45 {
  padding-bottom: 45px !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: 0px !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-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-65 {
  padding-top: 65px !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: 0px !important;
}
.p-r-2 {
  padding-right: 2px !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: 0px !important;
}
.p-l-2 {
  padding-left: 2px !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;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.horizontal-center {
  display: flex;
  justify-content: center;
}
.gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: -10px;
}
.gutter-10 > .col,
.gutter-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px;
}
.gutter-20 > .col,
.gutter-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}
.gutter-30 > .col,
.gutter-30 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
.gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -40px;
}
.gutter-40 > .col,
.gutter-40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
.gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: -50px;
}
.gutter-50 > .col,
.gutter-50 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 50px;
}
body.dark .modal1 .modal-title,
body.dark .modal1 label,
body.dark .modal1 span,
body.dark .modal1 p {
  color: var(--mainColor6);
}

/* projects/desktop/src/_custom.scss */
body {
  background: var(--main-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.auth-modal-pane .mat-mdc-dialog-surface,
.auth-modal-pane .mdc-dialog__surface {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.dropdown-box {
  height: 40px;
  cursor: pointer;
  border-radius: var(--borderRadius1);
  background-color: var(--mainColor12);
  border: 1px solid var(--mainColor10);
}
.mobileCountry .dropdown-box {
}
.mobileCountry .dropdown-box .mat-mdc-select-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.mobileCountry .dropdown-box .mat-mdc-select-value {
  max-width: none;
}
.mobileCountry .dropdown-box .mat-mdc-select-arrow-wrapper {
  padding: 0 5px;
}
.mobileCountry .dropdown-box .mat-mdc-select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--mainColor1, #A90C0C);
  margin: 0 4px;
}
.mobileCountry .dropdown-box .mat-mdc-select-arrow svg {
  display: none !important;
}
.dropdown-box-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
.country-flag-option {
  width: 25px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
  display: inline-block;
}
.country-dial-text {
  font-size: var(--fontSize3, 14px);
  color: var(--mainColor6, #333);
  font-weight: 400;
  white-space: nowrap;
}
.country-code-panel.mat-mdc-select-panel {
  background: var(--mainColor12, #ffffff) !important;
  border: 1px solid var(--mainColor10, #d0d0d0);
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 0 !important;
  max-height: 256px;
  border-radius: 4px;
  min-width: 140px !important;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option {
  min-height: 48px;
  padding: 0 16px;
  justify-content: center;
  text-align: center;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .mat-pseudo-checkbox,
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .mat-pseudo-checkbox-checked,
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__start,
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .mat-mdc-option-pseudo-checkbox {
  display: none !important;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  color: var(--mainColor6, #333);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  font-size: 16px;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option img.country-flag-option {
  width: 25px;
  margin-right: 8px;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option .country-dial-text {
  font-size: 16px;
}
.country-code-panel.mat-mdc-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.country-code-panel.mat-mdc-select-panel .mat-mdc-option.mat-mdc-option-active,
.country-code-panel.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background: var(--mainColor10, #f3f3f3) !important;
}
.swal2-html-container {
  color: var(--mainColor6) !important;
  font-size: 0.875em !important;
}
.swal2-html-container ul {
  list-style: none;
  line-height: 20px;
  margin-bottom: 0;
}
.swal2-actions {
  width: 100% !important;
  padding: 0 !important;
  margin: 1.25em 0 0 !important;
}
.custom-forget-password-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.custom-forget-password-tabs button:first-child {
  border-bottom-left-radius: var(--borderRadius1);
  border-top-left-radius: var(--borderRadius1);
}
.custom-forget-password-tabs button:nth-child(even) {
  border-bottom-right-radius: var(--borderRadius1);
  border-top-right-radius: var(--borderRadius1);
}
.custom-forget-password-tabs button {
  padding: 10px 20px;
  border: none;
  background: #ddd;
  cursor: pointer;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--mainColor6, #333);
}
.custom-forget-password-tabs button.active {
  background: var(--mainColor31);
  color: var(--mainColor17);
}
.custom-forget-password-tabs .tab-content {
  margin-top: 20px;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}
:active,
:focus {
  outline: none !important;
}
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
a.disabled {
  pointer-events: none;
}
.no-background span {
  background: unset !important;
}
.no-background {
  background: unset !important;
}
#header {
  position: relative;
  background-color: var(--mainColor1);
  z-index: 299 !important;
}
#header #header-wrap {
  position: relative;
  background: var(--mainColor13);
  width: 100%;
}
#header .max-width-1500 {
  max-width: 1500px;
  margin: 0 auto;
}
#header .height-90 {
  height: 90px;
}
#header .height-50 {
  height: 45px;
}
#header .menu-link {
  padding: 0px 5px;
}
#header .menu-item .menu-link img {
  width: 20px;
}
#header .menu-item .message-link img {
  width: 20px;
}
#header .menu-item img {
  width: 30px;
}
#header .languages-selection img {
  width: 35px;
  border-radius: 100px;
  margin-right: 8px;
}
#header .languages-selection a {
  font-size: var(--fontSize3);
  transition: 0.3s;
  color: var(--mainColor14);
}
#header .top-navigation-bar {
  background: var(--mainColor19);
  z-index: 2;
}
#header .top-navigation-bar .menu-item:first-child {
  padding-left: 0px;
}
#header .main-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
}
#header .main-navigation li {
  justify-content: space-between;
}
#header .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#header .space-between {
  justify-content: space-between;
  width: 100%;
}
#header .space-between li a {
  color: var(--mainColor18);
  font-size: var(--fontSize3);
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 600;
  transition: 0.3s;
}
#header .navigation-menu .swiper-slide {
  display: flex;
  flex: 1 1 auto;
  width: auto;
  white-space: nowrap;
}
#header .navigation-menu li.menu-item:hover {
  background: none;
  transition: 0.3s;
}
#header .navigation-menu li:hover a {
  color: var(--mainColor43);
  transition: 0.3s;
}
#header .navigation-menu li {
  flex: 1 1 auto;
  text-align: center;
  background: var(--mainColor19);
}
#header .navigation-menu li .menu-text {
  padding: 0px 50px 0px 50px;
}
#header .navigation-menu li:hover {
  background: var(--mainColor22);
  transition: 0.3s;
}
#header .navigation-menu li.current {
  background: var(--mainColor22);
}
#header .navigation-menu li.current a {
  color: var(--mainColor43);
}
#header .device-switch {
  display: table-cell;
}
#header .device-switch svg {
  fill: var(--mainColor18);
  width: 30px;
  height: 30px;
}
#header .device-switch.mobile-icon svg {
  fill: none;
  stroke: var(--mainColor18);
  stroke-width: 2px;
}
#header .top-nav {
  width: 100%;
  display: block !important;
  margin-top: -1px;
  z-index: 299;
}
#header .menu-wallet-link a {
  font-size: var(--fontSize3);
  line-height: 15px;
  padding: 5px 15px;
  border-right: 1px solid var(--mainColor14);
  color: var(--mainColor14);
}
#header .menu-wallet-link a:last-child {
  border-right: none;
}
#header .depositImage {
  border-radius: var(--borderRadius1);
  background: var(--mainColor5);
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
}
#header .depositImage svg {
  fill: var(--mainColor25);
  width: 20px;
  margin: auto;
}
#header .memberbalance {
  border-radius: 0 0 0 0 !important;
  border-right-style: none;
  height: 40px;
  justify-content: right;
  padding-right: 5px;
}
#header .imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px !important;
  height: 20px;
}
#header .primary-menu {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
#header .primary-menu .menu-container {
  justify-content: start;
}
#header .primary-menu .welcome-text {
  font-size: var(--fontSize3);
  text-align: right;
  margin-right: 15px;
  line-height: 20px;
  padding-top: 2px;
  color: var(--mainColor4);
}
#header .primary-menu .welcome-text p:nth-of-type(2) {
  margin-bottom: 5px;
  display: flex;
  font-size: var(--fontSize3);
  color: var(--mainColor14);
  justify-content: right;
}
#header .primary-menu .welcome-text p:nth-of-type(2) span svg {
  width: 20px;
  margin-left: 5px;
  fill: var(--mainColor1);
  margin-top: -3px;
}
#header .primary-menu .welcome-text p {
  margin-bottom: 0;
  font-size: var(--fontSize3);
  color: var(--mainColor14);
}
#header .primary-menu .welcome-text p span {
  font-weight: 700;
  color: var(--mainColor1);
}
#header .primary-menu .turnover-text {
  margin-left: 15px !important;
  font-size: var(--fontSize4);
  line-height: 20px;
}
#header .primary-menu .turnover-text p {
  margin-bottom: 0;
  font-size: var(--fontSize3);
  color: var(--mainColor14);
}
#header .primary-menu .turnover-text p span {
  font-weight: 700;
  font-size: var(--fontSize7);
}
#header .primary-menu .turnover-text .turnover-text-title {
  font-size: var(--fontSize12) !important;
  text-align: center;
}
#header .primary-menu .turnover-text .turnover-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  background: var(--mainColor7);
  border-radius: 8px;
  text-align: center;
  table-layout: fixed;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  color: var(--mainColor6);
  max-width: 300px;
  right: 50px;
  font-size: var(--fontSize4) !important;
}
#header .primary-menu .turnover-text .turnover-tooltip tr td:first-child {
  width: 60%;
}
#header .primary-menu .turnover-text .turnover-tooltip tr td:last-child {
  width: 40%;
}
#header .primary-menu .turnover-text .turnover-tooltip tr:first-child td {
  padding: 13px 0;
  border-bottom: 1px solid var(--mainColor14);
  color: var(--mainColor1);
}
#header .primary-menu .turnover-text .turnover-tooltip tr:not(:last-child):not(:first-child) td {
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
}
#header .primary-menu .turnover-text .turnover-tooltip tr:last-child td {
  padding: 13px 0;
  border-top: 1px solid var(--mainColor14);
}
#header .primary-menu .turnover-text .turnover-tooltip tr:last-child td:last-child {
  color: var(--mainColor1);
}
#header .primary-menu .turnover-text .turnover-tooltip-icon {
  color: var(--mainColor1);
}
#header .primary-menu .turnover-text .turnover-tooltip-icon:hover + .turnover-tooltip {
  visibility: visible;
}
#header .primary-menu .languages-selection {
  padding-left: 30px;
}
@media screen and (max-width: 1160px) {
  #header .menu-item.menu-wallet-link a {
    font-size: var(--fontSize9);
  }
  #header .welcome-text.menu-item p {
    font-size: var(--fontSize9);
  }
  #header .depositImage {
    width: 35px;
    height: 35px;
  }
  #header .depositImage svg {
    width: 17px;
  }
  #header .turnover-text.menu-item p {
    font-size: var(--fontSize9);
  }
  #header .turnover-text.menu-item p span {
    font-size: var(--fontSize9);
  }
  #header .languages-selection a {
    font-size: var(--fontSize9);
  }
  #header .languages-selection a img {
    width: 30px;
  }
  #header .turnover-tooltip {
    width: 250px;
  }
}
.notification-counter-wrapper .badge {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: var(--mainColor60);
  transform: translate(0px, -2px);
  font-size: var(--fontSize24);
  margin-left: 8px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.notification-counter-wrapper .badge-danger {
  background: var(--mainColor56);
}
.position-fixed {
  position: fixed !important;
  top: 0px !important;
}
.position-absolute {
  position: absolute !important;
  top: 91px;
}
.menu-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 8px;
  list-style: none;
  margin: 0;
  width: 100%;
}
.primary-menu {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.grecaptcha-badge {
  visibility: hidden;
}
.main-logo-topbar {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 50px;
  max-width: 250px;
}
.main-logo-topbar.cny {
  background-image: var(--theme-logo-image-cny);
}
.main-logo-topbar.mid-autumn {
  background-image: var(--theme-logo-image-mid-autumn);
}
.main-button-1 {
  background: var(--mainColor51);
  border-radius: var(--borderRadius1);
  color: var(--mainColor52);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-1-promotion-subpage {
  background: var(--mainColor45);
  border-radius: var(--borderRadius1);
  color: var(--mainColor46);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-1-cancel-promotion-subpage {
  background: var(--mainColor65);
  border-radius: var(--borderRadius1);
  color: var(--mainColor60);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
  max-width: 132px;
}
.main-button-1-deposit-submit {
  background: var(--mainColor51);
  border-radius: var(--borderRadius1);
  color: var(--mainColor52);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 180px;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-1-history-page,
.swal-cancel-deposit-btn {
  background: var(--mainColor5);
  border-radius: var(--borderRadius1);
  color: var(--mainColor18);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-1-referral {
  background: var(--mainColor5);
  border-radius: var(--borderRadius1);
  color: var(--mainColor18);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 100px;
}
.main-button-1:hover {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-1:active {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-1.h-35 {
  height: 35px;
}
.main-button-1:disabled {
  background: var(--mainColor55);
  color: var(--mainColor12);
}
.main-button-1-cancel-promotion-subpage:disabled {
  background: var(--mainColor55);
  color: var(--mainColor12);
}
.main-button-2 {
  background: var(--mainColor11);
  border-radius: var(--borderRadius1);
  color: var(--mainColor23);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 35px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-2-history-page {
  background: var(--mainColor11);
  border-radius: var(--borderRadius1);
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-2:hover {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-2:active {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-3 {
  background: var(--mainColor49);
  border-radius: var(--borderRadius1);
  color: var(--mainColor50);
  font-size: var(--fontSize12);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 35px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.main-button-3-referral {
  background: var(--mainColor49);
  border-radius: var(--borderRadius1);
  color: var(--mainColor50);
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 100px;
}
.main-button-3:hover {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-3:active {
  border: none;
  box-shadow: none;
  outline-style: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
}
.main-button-4 {
  background: var(--mainColor49);
  color: var(--mainColor50);
}
.main-button-5 {
  background: var(--mainColor5);
  color: var(--mainColor25);
}
.disabled-button {
  background: var(--mainColor55);
  color: var(--mainColor12);
}
.button-height {
  height: 40px !important;
}
.submit-button {
  background: var(--mainColor51);
  color: var(--mainColor52);
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}
.mat-dialog-container {
  padding: 0;
  box-shadow: none;
  background: none;
  margin: 0 auto;
}
.cdk-overlay-pane.promotion-modal-pane {
  width: 55vw !important;
  max-width: 950px !important;
  max-height: none !important;
}
.promotion-modal-pane .mat-mdc-dialog-container,
.promotion-modal-pane .mat-mdc-dialog-surface,
.promotion-modal-pane .mdc-dialog__surface {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  max-height: none !important;
  overflow: visible !important;
}
.cdk-global-overlay-wrapper:has(.promotion-modal-pane) {
  align-items: flex-start !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3vh 0;
}
html.cdk-global-scrollblock:has(.promotion-modal-pane) {
  overflow: hidden !important;
}
.modal-box {
  background: var(--mainColor2);
  max-width: 450px;
  padding: 0px 0px !important;
  border-radius: var(--borderRadius1);
}
.modal-box .languages-country {
  padding: 20px;
}
.modal-box .languages-country img {
  width: 45px;
  margin-right: 30px;
}
.modal-box .languages-country h6 {
  margin-bottom: 10px;
  width: 250px;
  font-size: var(--fontSize8);
  color: var(--mainColor6);
}
.modal-box .languages-country a {
  color: var(--mainColor6);
  font-size: var(--fontSize3);
}
.modal-box .languages-country a.selected {
  color: var(--mainColor1);
}
.modal-box .close-title svg {
  width: 20px;
  fill: var(--mainColor1);
}
.verification-popup {
  max-width: 500px !important;
}
.modal1 {
  background: var(--mainColor42);
  position: relative;
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: var(--borderRadius1);
}
.modal1 a,
.modal1 a:hover,
.modal1 a:active {
  font-size: var(--fontSize3);
  color: var(--mainColor1);
}
.modal1 span {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  font-weight: 400;
}
.modal1 select,
.modal1 select:hover,
.modal1 select:focus {
  font-size: var(--fontSize3);
  color: var(--mainColor6) !important;
  font-weight: 400;
  min-height: 38px;
  background-color: var(--mainColor15);
}
.modal1 p {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 17px !important;
}
.modal1::-webkit-scrollbar {
  display: none;
}
.modal-box.languages-box {
  min-width: 450px;
  max-width: 450px;
}
.modal-box.rebate-details {
  max-width: 1000px !important;
  border-radius: 10px;
}
.modal-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  border-bottom: none;
  padding: 0;
}
.modal-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: var(--mainColor6) !important;
  font-size: var(--fontSize13);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  margin: 15px auto 15px;
}
.modal-title.subheading {
  font-size: var(--fontSize4) !important;
  margin-bottom: 10px !important;
}
.close-title {
  padding: 0;
  right: -10px;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1;
  text-shadow: none;
  float: none;
  transform: translate(0px, -1px);
  border: none;
  background: none !important;
}
.modal-close {
  max-height: 20px;
  width: auto !important;
}
.info-svg svg {
  width: 80px;
  fill: var(--mainColor3) !important;
  margin-bottom: 10px;
}
.alert-svg {
  width: 80px;
  fill: var(--mainColor1);
  margin-bottom: 20px;
  margin: auto;
}
.success-svg {
  width: 80px;
  fill: var(--mainColor57);
  margin-bottom: 20px;
  margin: auto;
}
.masked-phone-number-email {
  color: var(--mainColor1);
  font-weight: bold;
  font-size: 20px;
}
.auth-new-user-text {
  color: var(--mainColor6);
}
.not-register-yet-text {
  color: var(--mainColor6);
}
.input_container {
  position: relative;
}
.input_container img {
  position: absolute;
  top: 10px;
  right: 25px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}
.input_container .form-control {
  padding: 10px 15px;
  border-radius: var(--borderRadius1) !important;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  height: 40px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  background: var(--mainColor11);
}
#wrapper::-webkit-scrollbar {
  width: initial !important;
}
#wrapper::-webkit-scrollbar-track,
#wrapper::-webkit-scrollbar-thumb,
#wrapper::-webkit-scrollbar-thumb:hover {
  all: unset !important;
}
.scrollable-container::-webkit-scrollbar {
  height: 5px;
}
.scrollable-container::-webkit-scrollbar-track {
  background-color: var(--mainColor7);
}
.scrollable-container::-webkit-scrollbar-thumb {
  background-color: var(--mainColor1);
}
.scrollable-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--mainColor1);
  cursor: pointer;
}
label {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 20px;
}
a {
  cursor: pointer;
}
.main-input,
.main-input:-webkit-autofill {
  height: 40px;
  border-radius: var(--borderRadius1);
  background: var(--mainColor12);
  border: 1px solid var(--mainColor10);
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  padding: 0 15px;
  cursor: pointer;
  caret-color: var(--mainColor6);
}
.main-input:disabled {
  border: none !important;
  background: var(--mainColor7) !important;
}
.main-input:read-only {
  background: var(--mainColor7) !important;
  pointer-events: none !important;
}
.main-input:focus {
  color: var(--mainColor4);
  background: var(--mainColor12);
  border: 1px solid var(--mainColor10);
  box-shadow: none;
  outline-style: none;
}
.input-icons-password {
  width: 100%;
  position: relative;
}
.input-icons-password i {
  position: absolute;
  right: 10px;
}
.input-icons-password .icon-eye-password {
  width: 25px;
  text-align: center;
  right: 10px;
}
.input-icons-password .icon-right {
  position: absolute;
}
.input-icons-password .icon-eye-password:hover {
  cursor: pointer;
}
.input-icons-password svg {
  width: 25px;
  height: 40px;
  fill: var(--mainColor6);
  cursor: pointer;
}
.view-password {
  background-image: url(/assets/images/see-password.png);
  background-position: center;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 25px;
}
.hide-password {
  background-image: url(/assets/images/hide-password.png);
  background-position: center;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 25px;
}
form .ng-dirty.ng-invalid,
form .ng-touch.ng-invalid {
  border: 1px solid var(--mainColor56);
}
form .input-invalid {
  border: 1px solid var(--mainColor56);
}
.is-invalid {
  border-color: var(--mainColor56) !important;
}
.text-danger {
  line-height: 17px;
  font-size: var(--fontSize3);
  display: flex;
  margin-top: 5px;
  color: var(--mainColor56) !important;
}
.swiper_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper_wrapper .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.slider-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(255, 0, 0, 0),
      #020000);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 20vw;
}
.slider-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider-inner-container {
  padding-top: 45px;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.home-banner-slider .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.home-banner-slider .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.home-banner-slider .owl-carousel .owl-item {
  flex: 0 0 auto;
}
.slider-element .owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.slider-element .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  opacity: 0.5;
  width: 20px;
  height: 5px;
  margin: 30px 4px 0 4px;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: var(--mainColor1);
}
.announcement-container ng-marquee {
  display: inline-block;
  width: 100%;
  padding: 6px 0 6px 50px;
}
.announcement-container ng-marquee mark {
  margin-right: 150px;
  color: var(--mainColor35);
  font-size: var(--fontSize3);
  background: none;
}
.announcement-container ng-marquee mark img.icon {
  width: 30px;
  margin: 0 10px;
}
.announcement-container .announcement-icon {
  width: 20px;
  position: absolute;
  z-index: 1;
  left: 15px;
}
.announcement-container .marquee-container {
  border-left: none;
  border-right: none;
  display: flex;
  background: var(--mainColor39);
  height: 40px;
  align-items: center;
}
.announcement-container .marquee-container svg {
  fill: var(--mainColor40);
  width: 20px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.step-container {
  background: var(--mainColor41);
  height: 112px;
}
.step-container img {
  height: 112px;
}
.step-container .col-4 {
  align-items: center;
  display: flex;
  max-width: 300px;
  justify-content: center;
}
.step-container p {
  margin-bottom: 0;
  font-size: var(--fontSize2);
  color: var(--mainColor6);
  font-weight: 600;
  line-height: 22px;
  margin-left: 10px;
}
.why-us-box {
  background: var(--mainColor34);
  border-radius: var(--borderRadius2);
  text-align: center;
  padding: 35px;
  height: 90%;
  border: none;
  margin-top: 20px;
}
.why-us-box .no-background {
  background: unset;
}
.why-us-box img {
  width: 70px;
  margin-bottom: 10px;
}
.why-us-box h3 {
  color: var(--mainColor14);
  font-size: var(--fontSize2);
  margin-bottom: 10px;
  font-weight: 700;
}
.why-us-box p {
  font-size: var(--fontSize3);
  color: var(--mainColor14);
  line-height: 17px !important;
  margin-bottom: 0;
}
.why-us-box span {
  display: flex;
  background: var(--mainColor37);
  justify-content: center;
  width: 70px;
  margin: 0 auto 10px;
  height: 70px;
  border-radius: 50px;
  align-items: center;
}
.why-us-box span svg {
  height: 40px;
  fill: var(--mainColor38);
}
.faq-section .mat-expansion-panel {
  border: 1px solid var(--mainColor9);
  border-radius: var(--borderRadius2) !important;
  background: var(--mainColor12);
  --mat-expansion-container-elevation-shadow: none;
  box-shadow: none !important;
}
.faq-section .mat-expansion-panel p {
  margin-bottom: 0;
}
.faq-section .mat-expansion-panel .mat-expansion-panel-header-title {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  font-weight: 600;
  line-height: 20px;
  position: relative;
  align-items: center;
}
.faq-section .mat-expansion-panel-header {
  padding: 0 40px;
  height: 60px;
  font-family: var(--defaultFont);
}
.faq-section .mat-expansion-panel-body {
  padding: 0px 40px 20px;
  color: var(--mainColor6);
}
.faq-section .faq-body {
  border-top: 1px solid var(--mainColor9);
  padding-top: 20px;
  font-size: var(--fontSize3);
}
.faq-section .mat-expansion-indicator::after {
  padding: 4px;
}
.faq-section .mat-expansion-indicator::after {
  color: var(--mainColor5);
}
.faq-section .mat-expansion-panel-spacing {
  margin: 0;
}
.faq-section .mat-expansion-panel-content {
  font-family: var(--defaultFont);
}
.section {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  background-color: rgba(0, 0, 0, 0) !important;
}
.section-title {
  font-size: var(--fontSize5);
  color: var(--mainColor33);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-title-second {
  font-size: var(--fontSize8);
  color: var(--mainColor3);
  font-weight: 700;
  margin-bottom: 20px;
  white-space: pre;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 10px;
  cursor: pointer;
}
#footer {
  position: relative;
  background: var(--mainColor24);
}
#footer .footer-title {
  margin-bottom: 15px;
  font-size: var(--fontSize6);
  color: var(--mainColor30);
  text-transform: uppercase;
  font-weight: 700;
}
#footer .footer-title-second {
  margin-bottom: 15px;
  font-size: var(--fontSize3);
  color: var(--mainColor30);
  font-weight: 400;
}
#footer .footer-copyright {
  background: var(--mainColor5);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-copyright .copyright-text {
  color: var(--mainColor25);
  font-size: var(--fontSize3);
  font-weight: 400;
}
#footer .footer-style {
  height: 100%;
}
#footer .footer-style p {
  font-size: var(--fontSize3);
  color: var(--mainColor30);
  line-height: 20px;
  text-transform: none;
  display: block;
}
#footer .footer-style .image-text-footer a {
  font-size: var(--fontSize3);
  color: var(--mainColor1);
  transition: 0.3s;
  margin-bottom: 5px;
  width: fit-content;
}
#footer .footer-style .image-text-footer img.h-auto,
#footer .footer-style .image-text-footer p img {
  max-width: 300px !important;
}
#footer .footer-style a {
  font-size: var(--fontSize3);
  color: var(--mainColor30);
  transition: 0.3s;
  margin-bottom: 5px;
  width: fit-content;
}
#footer .footer-style a:hover {
  color: var(--mainColor1);
  transition: 0.3s;
}
#footer .footer-style span {
  font-size: var(--fontSize3);
  color: var(--mainColor30);
  line-height: 20px;
  text-transform: none;
  display: block;
}
#footer .footer-style .bottom-follow-us {
  display: inline;
}
#footer .footer-style .bottom-follow-us a {
  cursor: inherit;
  display: inline;
}
#footer .footer-style .bottom-follow-us img {
  height: 35px;
  margin-bottom: 5px;
  margin-right: 15px;
  cursor: pointer;
}
#footer .footer-style #footer-paragraph {
  color: var(--mainColor30);
  font-size: 12px;
}
#footer .footer-style .footer-ambassador {
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 104% 0%;
}
@media screen and (min-width: 1680px) {
  #footer .footer-style .footer-ambassador {
    background-position: 100% 60%;
  }
}
#footer .footer-style .bottom-payment-method {
  width: 92%;
  display: flex;
  justify-content: start;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: center;
  justify-content: start;
  float: left;
}
@media screen and (min-width: 1600px) {
  #footer .footer-style .bottom-payment-method {
    width: 86%;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footer-style .bottom-payment-method {
    width: 71%;
  }
}
#footer .footer-style .bottom-payment-method img {
  width: 35px;
  margin-left: 10px;
}
#footer .footer-style .bottom-payment-method > * {
  flex: 0 0 35px;
}
#footer .footer-style .bottom-payment-method2 {
  width: 92%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: flex-start;
  justify-content: start;
  float: left;
  gap: 10px;
}
@media screen and (min-width: 1600px) {
  #footer .footer-style .bottom-payment-method2 {
    width: 86%;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footer-style .bottom-payment-method2 {
    width: 71%;
  }
}
#footer .footer-style .bottom-payment-method2 img {
  max-width: 95px;
  max-height: 35px;
  margin-bottom: 5px;
}
#footer .footer-style .bottom-payment-method2 > * {
  flex: 0 0 35px;
}
#footer .footer-style .bottom-payment-processor {
  width: 100%;
  display: flex;
  justify-content: start;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: center;
  justify-content: start;
}
#footer .footer-style .bottom-payment-processor img {
  width: 95px;
  margin-bottom: 5%;
}
#footer .footer-style .bottom-payment-processor > * {
  flex: 0 0 35px;
}
#footer .footer-style .bottom-responsible-gaming img {
  height: 35px;
  margin-bottom: 5px;
  margin-right: 5px;
}
#footer .footer-style .d-contents {
  display: contents;
}
#footer .footer-style .footer-col {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
#footer .footer-style .imgtxt-container {
  flex: 1;
}
#footer .footer-style .imgtxt-container p {
  margin-top: 25px;
}
#footer .footer-style:last-child {
  margin-bottom: 25px;
}
#footer .footer-style:last-child p:not(.footer-title) {
  margin-bottom: 0;
}
#footer .row-second {
  border-top: 1px solid var(--mainColor9);
}
#footer .main-logo-footer {
  background-image: var(--footer-logo-image);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: top left;
  height: 85px;
}
#footer .main-logo-footer.cny {
  background-image: var(--theme-logo-image-cny) !important;
}
#footer .copyright-text {
  text-transform: unset !important;
  margin-bottom: 0 !important;
}
.game-launch-page {
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  bottom: 0px !important;
  position: fixed !important;
}
.footer-custom {
  position: absolute !important;
  bottom: 0;
  margin-top: 0 !important;
  width: 100%;
}
.footer-custom hr {
  margin: 0 !important;
}
.fancy-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  margin-bottom: 0;
}
.fancy-title::before,
.fancy-title::after {
  content: "";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 0;
}
.fancy-title::before {
  display: none;
  margin-right: 0.75rem;
}
.fancy-title::after {
  margin-left: 0.75rem;
}
.ambassador-banner {
  background-image: url(/assets/images/ambassador.jpg);
  height: 395px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  border-radius: 10px;
}
.ambassador-banner .margin-content {
  margin: auto;
}
.ambassador-banner .ambassador-title-1 {
  font-size: var(--fontSize16);
  color: var(--mainColor60);
  line-height: 49px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.ambassador-banner .ambassador-title-2 {
  font-size: var(--fontSize17);
  color: var(--mainColor60);
  line-height: 45px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.ambassador-banner .ambassador-title-3 {
  font-size: var(--fontSize10);
  background: var(--mainColor3);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 37px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}
.ambassador-banner .ambassador-title-4 {
  font-size: var(--fontSize13);
  color: var(--mainColor60);
  line-height: 25px;
  margin-bottom: 10px !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.ambassador-banner .k3-ambassador .ambassador-title-1 {
  font-size: var(--fontSize1);
  background: var(--mainColor60);
  line-height: 58px;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  text-shadow: none;
}
.ambassador-banner .k3-ambassador .ambassador-title-2 {
  font-size: var(--fontSize1);
  color: var(--mainColor60);
  line-height: 30px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  filter: none;
  font-weight: 600 !important;
}
.ambassador-banner .k3-ambassador .ambassador-title-3 {
  font-size: var(--fontSize22);
  color: var(--mainColor3);
  line-height: 20px;
  background: none;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  filter: none;
  font-weight: 600 !important;
  width: 350px;
  margin-top: 20px;
}
.ambassador-banner .k3-ambassador .ambassador-title-4 {
  font-size: var(--fontSize2);
  background: var(--mainColor60);
  line-height: 22px;
  margin-bottom: 10px !important;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  text-shadow: none;
}
.ambassador-banner .row .col-9 p {
  margin-bottom: 0;
  font-weight: bold;
}
.ambassador-banner .ambassador-box {
  background-image: url(/assets/images/ambassador-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  height: 80px;
  position: relative;
  width: 264px;
}
.ambassador-banner .ambassador-box .amount {
  font-size: var(--fontSize18);
  color: var(--mainColor60);
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.ambassador-banner .ambassador-box .amount .odometer {
  margin-left: 5px;
}
.usp-banner {
  background-image: url(/assets/images/usp-banner.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  height: 350px;
}
.usp-banner .margin-content {
  margin-bottom: 20px;
}
.usp-banner .usp-title-1 {
  font-size: var(--fontSize19);
  font-weight: bold;
  line-height: 120px;
  margin-bottom: 0;
  color: var(--mainColor1);
}
@media (max-width: 1600px) {
  .usp-banner .usp-title-1 {
    font-size: 100px;
  }
}
.usp-banner .usp-title-2 {
  font-size: var(--fontSize1);
  font-weight: bold;
  line-height: 61px;
  margin-bottom: 0;
  color: var(--mainColor60);
}
@media (max-width: 1600px) {
  .usp-banner .usp-title-2 {
    font-size: 30px;
    line-height: 48px;
  }
}
.usp-banner .usp-title-3 {
  color: var(--mainColor1);
}
.usp-banner .usp-title-4 {
  color: var(--mainColor60);
}
.usp-banner .row .col-4 {
  border-left: 2px solid var(--mainColor60);
  padding-left: 40px;
  margin-bottom: 25px;
}
.usp-banner .row .col-4 p {
  font-size: var(--fontSize2);
  margin-bottom: 0;
  line-height: 22px;
  font-weight: 500;
}
.usp-banner .row .col-4 h5 {
  font-size: var(--fontSize13);
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .usp-banner .row .col-4 {
    padding-left: 30px;
  }
  .usp-banner .row .col-4 p {
    font-size: 15px;
    line-height: 18px;
  }
  .usp-banner .row .col-4 h5 {
    font-size: 20px;
  }
}
.gamelist-tabs {
  margin-top: 50px !important;
}
.gamelist-tabs .stack-order {
  position: relative;
  z-index: 2;
}
.gamelist-tabs .vendor-tabs {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 68px;
  background: var(--mainColor15);
  border-radius: 10px 10px 0 0;
}
.gamelist-tabs .category-tabs {
  text-align: center;
  width: 100%;
  display: contents;
}
.gamelist-tabs #gameCategory-tab.owl-carousel .owl-stage {
  width: auto !important;
  display: flex;
  overflow-x: auto;
  border-bottom: 0 solid;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gamelist-tabs #gameCategory-tab.owl-carousel .owl-item {
  max-width: 100% !important;
  min-width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  transition: all 0.1s ease;
}
.gamelist-tabs #gameCategory-tab .category-tabs:first-child .owl-item {
  border-radius: 10px 0 0 0;
}
.gamelist-tabs #gameCategory-tab .category-tabs:last-child .owl-item {
  border-radius: 0 10px 0 0;
}
.gamelist-tabs .owl-stage {
  height: 68px;
}
.gamelist-tabs .oc-item {
  height: 68px;
  cursor: pointer;
  padding: 0 10px;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  justify-content: center;
}
.gamelist-tabs .category-tabs img {
  width: 45px;
  display: inline;
  margin-right: 15px;
  padding-bottom: 5px;
}
.gamelist-tabs .category-tabs svg {
  width: 45px;
  display: inline;
  margin-right: 15px;
  fill: var(--mainColor32);
}
.gamelist-tabs .category-tabs p {
  display: inline;
  text-transform: uppercase;
  line-height: 68px !important;
  font-size: var(--fontSize4);
  color: var(--mainColor26);
  margin-bottom: 0;
  transition: 0.3s;
  font-weight: 600;
}
.gamelist-tabs .category-tabs p :hover {
  color: var(--mainColor4);
  transition: 0.3s;
}
.gamelist-tabs .category-tabs .oc-item:hover {
  color: var(--mainColor4);
  transition: 0.3s;
}
.gamelist-tabs .category-tabs .oc-item a:hover {
  color: var(--mainColor4);
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .gamelist-tabs .category-tabs svg {
    width: 35px;
    margin-right: 10px;
  }
}
.gamelist-tabs .active-category-tab {
  background: var(--mainColor31);
}
.gamelist-tabs .active-category-tab p {
  color: var(--mainColor17);
}
.gamelist-tabs .active-category-tab p :hover {
  color: var(--mainColor1);
  transition: 0.3s;
}
.gamelist-tabs .active-category-tab svg {
  fill: var(--mainColor17);
}
.gamelist-tabs .owl-stage-outer .first-tab {
  border-radius: 10px 0 0 0;
}
.gamelist-tabs .owl-stage-outer .middle-tab {
  border-radius: 0;
}
.gamelist-tabs .owl-stage-outer .last-tab {
  border-radius: 0 10px 0 0;
}
.gamelist-tabs #gameCategory-tab.owl-carousel.owl-loaded {
  z-index: 3;
}
.gamelist-tabs .top-radius {
  border-radius: 10px 10px 0 0;
}
.gamelist-tabs .active-tab {
  min-width: 137px !important;
}
.gamelist-tabs .active-tab-bg {
  background-image: url(/assets/images/category/live-casino-category.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  height: 465px;
  border-radius: 0 0 10px 10px;
  padding: 0 25px;
}
.gamelist-tabs .active-tab-LC {
  background-image: url(/assets/images/category/live-casino-category.jpg);
}
.gamelist-tabs .active-tab-SL {
  background-image: url(/assets/images/category/slot-banner-category.jpg);
}
.gamelist-tabs .active-tab-FS {
  background-image: url(/assets/images/category/fishing-banner-category.jpg);
}
.gamelist-tabs .active-tab-SP {
  background-image: url(/assets/images/category/sport-banner-category.jpg);
}
.gamelist-tabs .active-tab-ES {
  background-image: url(/assets/images/category/esports-banner-category.jpg);
}
.gamelist-tabs .active-tab-CF {
  background-image: url(/assets/images/category/cock-fighting-banner-category.jpg);
}
.gamelist-tabs .active-tab-CK {
  background-image: url(/assets/images/category/crickets-banner-category.jpg);
}
.gamelist-tabs .active-tab-LT {
  background-image: url(/assets/images/category/lottery-banner-category.jpg);
}
.gamelist-tabs .active-tab-CG {
  background-image: url(/assets/images/category/crash-game-banner-category.jpg);
}
.gamelist-tabs .active-tab-TB {
  background-image: url(/assets/images/category/table-banner-category.jpg);
}
.gamelist-tabs .active-tab-bg a {
  font-size: var(--fontSize3);
  color: var(--mainColor1);
  padding-left: 15px;
  text-decoration: underline;
}
.gamelist-tabs .category-title {
  font-size: var(--fontSize1);
  color: var(--mainColor33);
  margin-bottom: 10px;
  font-weight: 700;
}
.gamelist-tabs .category-description {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  min-height: 40px;
  line-height: 17px;
}
.gamelist-tabs .maitenance-icon-bg {
  filter: grayscale(1);
}
.gamelist-tabs .vendor-container .col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.gamelist-tabs .vendor-container .provider-icon {
  width: 70px;
  cursor: pointer;
  transition: 0.3s;
}
.gamelist-tabs .vendor-container .provider-icon:hover {
  filter: drop-shadow(0px 0px 15px #ffd700);
  transition: 0.3s;
}
.gamelist-tabs .container-shadow {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1254901961));
}
.ma-box {
  padding: 30px;
  font-size: var(--fontSize3);
  font-weight: 400;
  background: var(--mainColor42);
  border-radius: var(--borderRadius2);
  line-height: 20px;
  color: var(--mainColor25);
  margin-bottom: 37px;
  border: none;
}
.ma-box-contact-us {
  padding: 30px;
  font-size: var(--fontSize3);
  font-weight: 400;
  background: var(--mainColor42) 0% 0% no-repeat padding-box;
  border-radius: var(--borderRadius2);
  line-height: 20px;
  color: var(--mainColor6);
  margin-bottom: 37px;
  border: none;
}
.faq-page-title {
  color: var(--faq-page-h-color);
}
.postcontent,
.sidebar {
  position: relative;
  width: 100%;
}
hr {
  border-style: inset;
  width: 100%;
  border-top: 1px solid var(--mainColor9);
  border-radius: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.home-banner-slider img {
  -webkit-user-drag: none;
}
.home-banner-slider a img {
  cursor: pointer;
}
#promotionSlider {
  clear: both;
}
#promotionSlider img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  object-fit: cover;
}
#promotionSlider .swiper-slide p {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: var(--fontSize4);
  color: var(--mainColor35) !important;
  margin-bottom: 10px;
}
#promotionSlider .swiper-slide h3 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-transform: uppercase;
  font-size: var(--fontSize8);
  color: var(--mainColor35);
  font-weight: 700;
  margin-bottom: 5px;
  word-break: break-word;
}
#promotionSlider .swiper-slide a {
  font-size: var(--fontSize4);
  color: var(--mainColor36);
  font-weight: 600;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#promotionSlider .swiper-slide .limited_height {
  border-radius: 0 0 5px 5px;
  height: auto;
  min-height: 125px;
}
#promotionSlider .swiper-slide .hot-game-title {
  margin-bottom: 0px !important;
}
.promotion-card-bg {
  background: var(--mainColor8) !important;
}
.widget-container {
  position: fixed;
  width: 180px;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
}
.widget-container .widget {
  width: 100%;
  height: 100%;
  position: relative;
}
.widget-container .widget i {
  position: absolute;
  right: 0;
  color: #9c9c9c;
  padding: 5px 5px 0 0;
  cursor: pointer;
}
.main-content p {
  margin-bottom: 0;
}
.info-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--fontSize5);
  color: var(--mainColor6);
  line-height: 30px;
}
.info-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.vip-faq {
  -webkit-user-select: none;
  user-select: none;
}
.vip-faq p,
.vip-faq pre,
.vip-faq ul,
.vip-faq ol,
.vip-faq dl,
.vip-faq dd,
.vip-faq blockquote,
.vip-faq address,
.vip-faq table,
.vip-faq fieldset,
.vip-faq form {
  margin-bottom: 0px;
}
.vip-faq .mat-expansion-panel-header {
  background-color: var(--mainColor12) !important;
}
.vip-faq .mat-expansion-panel-header {
  padding: 10px 18px;
  min-height: 48px;
  height: auto;
}
.vip-faq .mat-expansion-panel-header-title {
  color: var(--mainColor6);
  margin-bottom: 0;
  font-weight: 400;
  font-size: var(--fontSize3);
  align-items: center;
  position: relative;
  padding-right: 50px;
  font-family: var(--defaultFont);
}
.vip-faq .mat-expansion-panel-header:hover {
  background-color: var(--mainColor12) !important;
}
.vip-faq .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
  border-radius: var(--borderRadius1) !important;
  background: var(--mainColor12);
  border: 1px solid var(--mainColor9);
}
.vip-faq .mat-expansion-panel-body {
  padding: 15px 0;
  border-top: 2px solid var(--mainColor9);
  margin: 0 18px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  line-height: 20px;
  font-family: var(--defaultFont);
}
.vip-faq .mat-expansion-panel-body * {
  font-family: var(--defaultFont) !important;
  font-size: 12px !important;
}
.vip-faq table {
  vertical-align: none !important;
}
.vip-faq table tr:first-child td {
  border: 3px solid var(--mainColor12);
  background: var(--mainColor6) !important;
  text-align: center;
  color: var(--mainColor12) !important;
  text-transform: uppercase !important;
  font-weight: 700;
}
.vip-faq table tr:first-child td span {
  color: var(--mainColor6) !important;
}
.vip-faq table tr:not(:first-child) td {
  background-color: var(--mainColor7);
  text-align: center;
  color: var(--mainColor6);
}
.vip-faq table br,
.vip-faq table strong {
  color: var(--mainColor12) !important;
}
.vip-faq table th,
.vip-faq table td {
  vertical-align: middle;
}
.vip-faq ul,
ol,
dl {
  padding-left: 28px !important;
}
.vip-faq .mat-expansion-panel p {
  color: var(--mainColor6);
  margin-bottom: 0;
  font-weight: 400;
  font-size: var(--fontSize3);
}
.vip-faq .mat-expansion-panel p span {
  color: var(--mainColor6) !important;
}
.vip-faq .mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: var(--mainColor5) !important;
}
.dropdown-arrow-img {
  height: 14px;
  font-size: var(--fontSize2);
  position: absolute;
  right: -15px;
  color: var(--mainColor1);
  transition: 0.3s;
}
.mat-expanded .mat-expansion-panel-header-title .dropdown-arrow-img {
  transform: rotate(180deg);
}
.mat-expansion-panel-content {
  font-family: var(--defaultFont);
}
#landing-page {
  overflow: hidden;
}
#landing-page .cta-label {
  color: var(--mainColor60);
  font-size: var(--fontSize8);
  font-weight: 500;
  margin-bottom: 50px;
}
#landing-page .first-section {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/landing/landing-page-hero-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1000px;
  background-position: center;
}
#landing-page .main-logo-landing {
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
}
#landing-page .country-langauge img {
  width: 80px;
  height: 80px;
  margin-right: 35px;
  border-radius: 50px;
}
#landing-page .container-box {
  max-width: 650px;
  transform: translate(60px, 0px);
}
#landing-page .our-games p {
  font-size: var(--fontSize3);
  line-height: 20px;
  color: var(--mainColor6);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
#landing-page .all-categories {
  margin-bottom: 50px;
}
#landing-page .all-categories .col-4 {
  padding-left: 30px;
  padding-right: 30px;
}
#landing-page .category-box {
  text-align: center;
  background: var(--mainColor8);
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
}
#landing-page .category-box p {
  color: var(--mainColor35);
  font-weight: 400;
  font-size: var(--fontSize3);
  margin-bottom: 0;
  line-height: 17px;
}
#landing-page .category-box h3 {
  color: var(--mainColor35);
  font-weight: 700;
  font-size: var(--fontSize2);
  margin-bottom: 10px;
  text-transform: uppercase;
}
#landing-page .languages-country {
  padding: 20px 0px;
  width: 100%;
}
#landing-page .country-language-list {
  max-height: 525px;
  overflow-y: auto;
  overflow-x: hidden;
}
#gotoTop {
  display: none !important;
}
.languages-country h6 {
  font-size: var(--fontSize7);
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--mainColor60);
  text-transform: uppercase;
}
.languages-country a {
  color: var(--mainColor60);
  font-size: var(--fontSize8);
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 15px;
  transition: 0.3s;
  border-right: none;
  font-weight: 400;
}
.languages-country a:hover {
  color: var(--mainColor3);
}
.languages-country span {
  margin: 0px 8px;
  padding: 4px 2px;
  color: var(--mainColor60);
  font-size: var(--fontSize8);
  font-weight: 400;
}
.languages-country a.selected {
  color: var(--mainColor3);
}
.languages-country-row a {
  text-align: center;
  border-right: 1px solid var(--mainColor6);
}
.languages-country-row a:last-child {
  text-align: center;
  border-right: none;
}
.language-selection-container a {
  text-align: center;
  border-right: 1px solid var(--mainColor60);
}
.language-selection-container a:last-child {
  text-align: center;
  border-right: none;
}
.center-content {
  display: grid;
  justify-content: center;
}
.section {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  background-color: #F9F9F9;
}
.fancy-title h4,
.fancy-title h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--fontSize5);
  color: var(--mainColor6);
  line-height: 30px;
}
.contact-us-wrapper {
  overflow: hidden;
  list-style: none;
}
.contact-us-wrapper li {
  float: left;
  text-align: center;
  margin-right: 25px;
  width: calc(16.67% - 20px);
}
@media (max-width: 1200px) {
  .contact-us-wrapper li {
    margin-right: 25px;
    width: 18%;
  }
}
.contact-us-wrapper svg {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  fill: var(--mainColor1);
}
.contact-section p {
  font-size: var(--fontSize3);
  margin-bottom: 0;
  display: inline;
  margin-left: 15px;
  font-weight: 300;
}
.contact-section img {
  width: 50px;
}
.contact-section a {
  display: inline-block;
}
.contact-section {
  margin-bottom: 20px;
}
.contact-icon-text {
  margin-bottom: 10px;
  font-size: var(--fontSize3);
  font-weight: 600;
  color: var(--mainColor6);
}
.page-title-mini {
  padding: 20px 0;
}
.contact-side-panel {
  min-height: 225px;
  width: 65px;
  position: fixed;
  top: 135px;
  right: 0;
  background: var(--mainColor9);
  padding: 15px;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 300;
}
.contact-side-panel p {
  color: var(--mainColor6);
  font-size: var(--fontSize2);
  font-weight: 700;
  margin: 0 3px;
  text-transform: uppercase;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  text-align: center;
  margin-top: 12px;
  -webkit-user-select: none;
  user-select: none;
}
.contact-side-panel p.ZH,
.contact-side-panel p.zh {
  transform: rotate(0deg);
}
.contact-side-panel .left-arrow-circle svg {
  width: 21px;
  fill: var(--mainColor6);
}
.contact-side-panel .contact-content {
  opacity: 0;
  text-align: center;
}
.contact-side-panel .contact-content a svg {
  max-width: 40px;
  padding: 6px 0;
  border-bottom: 0.5px solid #A0A0A0;
  fill: var(--mainColor1);
}
.contact-side-panel .inner-div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 195px;
  flex-direction: column;
}
.contact-side-panel p,
.contact-side-panel .left-arrow-circle {
  z-index: 999;
  opacity: 1;
  animation: contactusfadein 0.5s ease-in;
}
.contact-side-panel .contact-content {
  margin-left: -2px;
  z-index: -999;
  opacity: 0;
  display: none;
}
.contact-side-panel:hover {
  max-height: 1000px;
  min-height: 225px;
  transition: max-height 0.5s ease-in;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-side-panel:hover p,
.contact-side-panel:hover .left-arrow-circle {
  z-index: -999;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.contact-side-panel:hover .contact-content {
  z-index: 999;
  opacity: 1;
  animation: contactusfadein 0.5s ease-in;
  margin-left: -2px;
  display: block;
}
.contact-side-panel:hover .inner-div {
  display: none;
}
@keyframes contactusfadein {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes contactusfadeout {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.swal2-popup.swal2-modal {
  background: var(--mainColor42) !important;
  max-width: 460px;
  border-radius: 5px;
  padding: 50px 40px 40px;
}
.swal2-popup.swal2-modal img {
  width: 80px;
  margin-bottom: 30px;
}
.swal2-title {
  color: var(--mainColor6) !important;
  font-size: var(--fontSize7) !important;
  font-weight: 500 !important;
  bottom: 0 !important;
}
.swal2-title svg {
  width: 80px;
  fill: var(--mainColor4);
}
.swal2-content {
  color: var(--mainColor6) !important;
  font-size: 0.875em !important;
}
.swal2-content ul {
  list-style: none;
  line-height: 20px;
  margin-bottom: 0;
}
.swal2-confirm,
.swal-continue-payment-btn {
  color: var(--mainColor52) !important;
  background: var(--mainColor51) !important;
  width: 114px;
  height: 43px;
  font-size: var(--fontSize3) !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: 43px;
  border: none;
  padding: 0 !important;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.swal2-cancel {
  background-color: #d33 !important;
  font-size: var(--fontSize3) !important;
  margin: 5px !important;
  padding: 8px 22px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
  height: 43px;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}
.swal2-close {
  color: var(--mainColor1) !important;
  position: absolute;
  font-family: serif;
}
.swal2-close:focus {
  box-shadow: none !important;
}
.swal-continue-payment-btn {
  line-height: inherit;
  padding: 0 1rem !important;
  margin-left: 0.7rem;
  height: 40px;
  width: 180px;
  border-radius: var(--borderRadius1) !important;
}
.swal-cancel-deposit-btn {
  line-height: inherit;
  padding: 0 1rem !important;
  height: 40px;
  width: 180px;
}
.deny-button {
  width: 45% !important;
  height: 43px;
  font-size: var(--fontSize3) !important;
  font-weight: 600 !important;
  padding: 0 !important;
  color: var(--mainColor50) !important;
  background: var(--mainColor49) !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.info-confirm-button {
  width: 100% !important;
  height: 43px;
  font-size: var(--fontSize3) !important;
  font-weight: 600 !important;
  padding: 0 !important;
  color: var(--mainColor52) !important;
  background: var(--mainColor51) !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.okay-button {
  color: var(--mainColor52) !important;
  background: var(--mainColor51) !important;
  width: 114px;
  height: 43px;
  font-size: var(--fontSize3) !important;
  border-radius: 5px !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: 43px;
  border: none;
  padding: 0 !important;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.okay-button:focus {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.confirm-button {
  width: 45% !important;
}
.bank-confirm-button {
  background: var(--mainColor2) !important;
  width: 114px;
  height: 43px;
  font-size: var(--fontSize3) !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: 43px;
  border: none;
  padding: 0 !important;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922) !important;
}
.swal2-footer {
  align-items: center !important;
  color: var(--mainColor4) !important;
  text-transform: uppercase !important;
  font-size: var(--fontSize4) !important;
  border-top: unset !important;
  padding: unset !important;
  font-weight: 400;
}
#swal2-checkbox {
  margin: 0 0.4em;
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 1px solid var(--mainColor4);
  box-shadow: none;
  text-align: center;
  line-height: 1.2em;
  background: transparent;
}
#swal2-checkbox:checked:after {
  content: "\2714";
  color: var(--mainColor4);
}
#swal2-checkbox:focus {
  outline: 1px solid var(--mainColor4) !important;
}
.checkmark {
  margin-left: 10px;
}
.unclaim-swal-color {
  color: var(--mainColor6);
}
.customPopup {
  flex-direction: row !important;
  margin-top: 15%;
  background: var(--mainColor9) !important;
  border-radius: 5px;
  box-shadow: none !important;
  padding: 0.625em 1em !important;
}
.customContent {
  width: max-content;
  max-width: 80vw;
  font-size: var(--fontSize8) !important;
}
.customContent #swal2-content ul {
  padding: 0 0 0 10px;
}
.customContent ul {
  font-size: var(--fontSize4);
  color: var(--mainColor6);
  display: inline;
}
.customContent ul li {
  display: inline;
}
.swal2-container {
  scrollbar-width: none !important;
}
.swal2-popup {
  min-width: 245px !important;
}
.swal2-success-circular-line-right {
  background: none !important;
}
.swal2-success-fix {
  background: none !important;
}
.swal2-success-circular-line-left {
  background: none !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.15em transparent !important;
  background-image: url(/assets/images/success.png);
  background-size: 35px;
  left: -0.15em !important;
  top: unset !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: transparent !important;
}
.swal2-icon {
  border: 0.15em solid transparent !important;
}
.swal2-popup.swal2-toast {
  height: 65px;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.2125em !important;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  right: 0.25em !important;
  width: 1.275em !important;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.2em !important;
  left: 0.3em !important;
  width: 0.55em !important;
}
.ma-box.boxshadow {
  transition: box-shadow 0.4s ease-in-out;
  background: var(--mainColor42) !important;
  max-width: 460px;
  padding: 0px 0px !important;
  border-radius: 5px;
}
.success-icon svg {
  width: 30px;
  fill: var(--mainColor57);
  margin-right: 5px;
}
.maintenance-icon {
  margin-top: 22px;
  border-radius: var(--borderRadius2) 10px 0 0;
}
.maintenance-icon svg {
  width: 80px;
  fill: var(--mainColor4);
}
.maintenance-modal {
  font-size: var(--fontSize4) !important;
  text-align: center;
  color: var(--mainColor4);
  padding: 20px 30px !important;
}
.maintenance-modal p {
  color: var(--mainColor6);
}
.maintenance-modal button {
  border: 0;
  border-radius: 0.25em;
  color: var(--mainColor4);
}
.maintenance-confirm {
  background: var(--mainColor51) !important;
  border-radius: 5px !important;
  padding: 10px 30px !important;
  border: none !important;
  color: var(--mainColor52) !important;
  width: 100%;
  outline: none !important;
}
.subpage-row {
  max-width: 1100px;
  margin: 0 auto;
}
.subpage-slider {
  margin-top: 45px;
  height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
  will-change: transform;
}
.subpage-slider-lc {
  background-image: url(/assets/images/subpage/sb-casino.jpg);
}
.subpage-slider-lc-bn {
  background-image: url(/assets/images/subpage/sb-casino-bn.jpg);
}
.subpage-slider-sl {
  background-image: url(/assets/images/subpage/sb-slots.jpg);
}
.subpage-slider-sp {
  background-image: url(/assets/images/subpage/sb-sports.jpg);
}
.subpage-slider-fs {
  background-image: url(/assets/images/subpage/sb-fishing.jpg);
}
.subpage-slider-es {
  background-image: url(/assets/images/subpage/sb-esports.jpg);
}
.subpage-slider-cf {
  background-image: url(/assets/images/subpage/sb-cock-fighting.jpg);
}
.subpage-slider-cg {
  background-image: url(/assets/images/subpage/sb-crash-game.jpg);
}
.subpage-slider-tb {
  background-image: url(/assets/images/subpage/sb-table.jpg);
}
.subpage-slider-lt {
  background-image: url(/assets/images/subpage/sb-lottery.jpg);
}
.subpage-slider-pk {
  background-image: url(/assets/images/subpage/sb-poker.jpg);
}
.subpage-title {
  z-index: 1;
  margin: 0 auto;
  width: 1320px;
  font-size: var(--fontSize1);
  font-weight: 700;
  margin-bottom: 0;
  color: var(--mainColor67);
}
.subpage-title div {
  margin-left: 70px;
}
.subpage-vendor-container {
  margin-bottom: 30px;
  background: var(--mainColor7);
  border-radius: 10px;
}
.subpage-vendor-container-2 {
  background-size: cover;
  background-position: center;
  height: 190px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.disabled {
  filter: grayscale(1);
}
.disabled:hover {
  filter: grayscale(1) !important;
}
.game-provider-name {
  background: var(--mainColor8);
  color: var(--mainColor35);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  font-size: var(--fontSize3);
  border-radius: 0px 0px 10px 10px;
}
.game-name {
  background: var(--mainColor8);
  color: var(--mainColor35);
  text-align: center;
  font-weight: 600;
  font-size: var(--fontSize3);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.game-name p {
  margin-bottom: 0px;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  text-transform: uppercase;
}
.game-name p:first-letter,
.game-name p:first-line {
  text-transform: capitalize;
}
div.disabled .show-notice {
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px 10px 0 0;
}
.show-notice {
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 190px;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  border-radius: 10px 10px 0 0;
  margin: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  font-size: var(--fontSize3);
  animation: fadeinout 2s linear forwards;
}
.show-notice div:first-child {
  padding-top: 40px;
  padding-bottom: 10px;
}
.show-notice div {
  display: block;
  text-align: center;
  color: var(--mainColor1);
  padding: 3px 14px;
  line-height: initial;
  font-size: var(--fontSize6);
  white-space: pre-wrap;
}
.show-notice img {
  max-height: 60px;
}
.show-notice .provider-icon {
  margin-top: 40px;
  margin-bottom: 10px;
}
.show-notice .provider-icon svg {
  width: 60px;
  fill: var(--mainColor10);
  align-items: center;
}
.show-notice .maintenance-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.show-notice .promotion-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.show-notice-2 {
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  border-radius: 5px 5px 0px 0px;
  background: rgba(0, 0, 0, 0.7);
  background-size: auto;
  font-size: var(--fontSize4);
  animation: fadeinout 2s linear forwards;
}
.show-notice-2 div:first-child {
  padding-top: 30px;
  padding-bottom: 10px;
  left: 25%;
  align-items: center;
  position: relative;
}
.show-notice-2 div {
  display: block;
  text-align: center;
  color: var(--mainColor1);
  padding: 3px 14px;
  line-height: initial;
  font-size: var(--fontSize7) !important;
  white-space: pre-wrap;
}
.show-notice-2 img {
  max-height: 60px;
  align-items: center;
}
.show-notice-2 .provider-icon {
  margin-top: 45px;
  margin-bottom: 10px;
}
.show-notice-2 .provider-icon svg {
  width: 60px;
  fill: var(--mainColor10);
  align-items: center;
}
.show-notice-2 .maintenance-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.show-notice-2 .promotion-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.show-notice-3 {
  position: absolute;
  display: flex;
  align-items: center;
  animation: fadeinout 2s linear forwards;
}
.show-notice-3 .provider-icon svg {
  width: 30px;
  fill: var(--mainColor10);
}
.show-notice-3 .maintenance-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.show-notice-3 .promotion-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60) !important;
  margin-left: 10px;
  white-space: pre-line;
}
.bg-overlay-dark-game-provider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  animation: fadeinout 2s linear forwards;
}
.bg-overlay-dark-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: var(--mainColor19);
  border-radius: 10px;
}
@keyframes fadeinout {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
#portfolio .portfolio-image:hover .bg-overlay-content.dark,
#portfolio .portfolio-image:hover .bg-overlay-bg.dark,
#portfolio2 .portfolio-image:hover .bg-overlay-content.dark,
#portfolio2 .portfolio-image:hover .bg-overlay-bg.dark {
  opacity: 1;
}
#portfolio .portfolio-image .btn:hover,
#portfolio2 .portfolio-image .btn:hover {
  color: var(--mainColor18);
}
#portfolio .grid-inner .row,
#portfolio2 .grid-inner .row {
  margin-left: 0;
  margin-right: 0;
  min-height: 50px;
}
.grid-container,
.grid-inner {
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.grid-inner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image img,
#portfolio .portfolio-image:hover .bg-overlay-content.dark,
#portfolio2 .portfolio-image:hover .bg-overlay-content.dark,
.bg-overlay,
.bg-overlay-content.dark,
.bg-overlay-bg.dark {
  border-radius: 10px 10px 0px 0px;
}
.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}
.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.6s;
}
.bg-overlay {
  z-index: 5;
}
.bg-overlay-content {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.bg-overlay [data-hover-animate]:not(.animated) {
  opacity: 0;
}
.bg-overlay-content [data-hover-animate]:not(.animated) {
  opacity: 0;
}
.bg-overlay-bg {
  background-color: rgba(255, 255, 255, 0.85);
}
.dark .bg-overlay-bg,
.bg-overlay-bg.dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image > a,
.portfolio-item .portfolio-image img {
  display: block;
  width: auto;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  cursor: pointer;
}
.portfolio-image img {
  background: var(--mainColor7);
}
input:checked + .slider {
  background: var(--mainColor2);
}
#slots-filter-form {
  margin-bottom: 0px;
}
#fishing-filter-form {
  margin-bottom: 0px;
}
#crash-game-filter-form {
  margin-bottom: 0px;
}
#lottery-filter-form {
  margin-bottom: 0px;
}
#table-filter-form {
  margin-bottom: 0px;
}
.demo-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--mainColor1);
  border-radius: 5px;
  height: 30px;
}
.demomode-note {
  font-size: var(--fontSize3);
  color: var(--mainColor12);
  text-align: center;
  width: 100%;
  line-height: 10px;
}
.fadein {
  opacity: 1;
  animation: fadein 0.2s ease-in;
  margin-top: 0px;
  transform: translatey(0px);
}
.demomode-bar {
  background: var(--mainColor7);
  border-radius: 5px;
  position: relative;
  padding-top: 5px;
  height: 50px;
}
.demomode-bar .pre-text {
  font-weight: 400;
  height: 43px;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 43px !important;
  position: absolute;
  left: 64%;
  top: 25%;
}
.demomode-bar .pre-text .info {
  height: 27px;
  width: 27px;
  border: 1px solid var(--mainColor6);
  color: var(--mainColor6);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: normal;
  padding-top: 3px;
  display: block;
  font-size: var(--fontSize12);
  cursor: pointer;
}
.demomode-bar .switch {
  margin-bottom: 0;
}
.switch {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 24px;
  margin-top: 9px;
  left: 22%;
}
.switch input {
  display: none;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--mainColor6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}
input:checked + .slider .on {
  display: block;
}
input:checked + .slider .off {
  display: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: var(--mainColor12);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label {
  display: inline-block;
  font-size: var(--fontSize3);
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 10px;
  line-height: 20px;
}
.on {
  display: none;
}
.switch .on {
  color: var(--mainColor12);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 38%;
  font-size: var(--fontSize9);
}
.switch .off {
  color: var(--mainColor12);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 65%;
  font-size: var(--fontSize9);
}
.filter-item {
  line-height: 20px;
  background-color: transparent;
  color: var(--mainColor14);
  border: 0;
  height: 50px;
  font-size: var(--fontSize3);
  transition: 0.3s;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
}
.filter-item-active {
  line-height: 20px;
  background: var(--mainColor16);
  color: var(--mainColor38);
  border: 0;
  height: 50px;
  font-size: var(--fontSize3);
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 100px;
}
.bg-esports-cmd368 {
  background-image: url(/assets/images/subpage/esports-page/esports-cmd368.jpg);
}
.bg-esports-imsports {
  background-image: url(/assets/images/subpage/esports-page/esports-imsports.jpg);
}
.bg-esports-maxbet {
  background-image: url(/assets/images/subpage/esports-page/esports-maxbet.jpg);
}
.bg-casino-ag {
  background-image: url(/assets/images/subpage/casino-page/casino-asia-gaming.jpg);
}
.bg-casino-bg {
  background-image: url(/assets/images/subpage/casino-page/casino-big-gaming.jpg);
}
.bg-casino-ab {
  background-image: url(/assets/images/subpage/casino-page/casino-allbet.jpg);
}
.bg-casino-sexy {
  background-image: url(/assets/images/subpage/casino-page/casino-ae-sexy.jpg);
}
.bg-casino-wm {
  background-image: url(/assets/images/subpage/casino-page/casino-wm-casino.jpg);
}
.bg-casino-ez {
  background-image: url(/assets/images/subpage/casino-page/casino-ezugi.jpg);
}
.bg-casino-dg {
  background-image: url(/assets/images/subpage/casino-page/casino-dream-gaming.jpg);
}
.bg-casino-evo {
  background-image: url(/assets/images/subpage/casino-page/casino-evolution-gaming.jpg);
}
.bg-casino-ebet {
  background-image: url(/assets/images/subpage/casino-page/casino-ebet.jpg);
}
.bg-casino-mg {
  background-image: url(/assets/images/subpage/casino-page/casino-microgaming.jpg);
}
.bg-casino-sa {
  background-image: url(/assets/images/subpage/casino-page/casino-sa-gaming.jpg);
}
.bg-casino-cq9 {
  background-image: url(/assets/images/subpage/casino-page/casino-cq9-gaming.jpg);
}
.bg-casino-pp {
  background-image: url(/assets/images/subpage/casino-page/casino-pragmatic-play.jpg);
}
.bg-sports-cmd {
  background-image: url(/assets/images/subpage/sports-page/sport-cmd368.jpg);
}
.bg-sports-sbo {
  background-image: url(/assets/images/subpage/sports-page/sport-sbobet.jpg);
}
.bg-sports-max {
  background-image: url(/assets/images/subpage/sports-page/sport-maxbet.jpg);
}
.demomode-notice {
  padding: 30px;
}
.demomode-notice input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 2px;
}
.demomode-notice label,
.demomode-notice p {
  text-transform: unset;
  font-weight: 400;
  color: var(--mainColor6);
  font-size: var(--fontSize4);
}
.demomode-notice h6,
.demomode-notice p {
  margin-bottom: 20px;
}
.demomode-notice h6 {
  text-transform: uppercase;
  font-size: var(--fontSize2);
  font-weight: 700;
  color: var(--mainColor6);
}
.demomode-notice .notice-body {
  text-align: center;
}
.demomode-notice .notice-body p {
  text-align: unset;
}
.demomode-notice .notice-body svg {
  width: 80px;
  fill: var(--mainColor3);
}
.demo-modal-box {
  border-radius: 5px;
  background: var(--mainColor42);
  max-width: 460px;
  padding: 0px 0px !important;
}
.button-ok-demo {
  background: var(--mainColor51);
  border-radius: 5px;
  height: 35px;
  font-size: var(--fontSize3);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: var(--mainColor52);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#portfolio {
  height: auto !important;
  min-height: 200px;
  padding: 0px 15px;
}
#portfolio2 {
  height: auto !important;
  min-height: 200px;
  padding: 0px 15px;
}
.of-ov {
  overflow: overlay !important;
}
.slots-subpage-row {
  display: flex;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.fishing-subpage-row {
  display: flex;
  margin-top: 20px;
  padding: 0 10px;
  justify-content: right;
}
.subCategoryFilter {
  width: 71%;
  background: var(--mainColor44);
  border-radius: 5px 0px 0px 5px;
}
.card-menu {
  display: inline-block;
}
.search-field {
  padding-left: 0;
  padding-right: 0px;
  height: 50px;
  background: var(--mainColor7);
  border-radius: 0px 5px 5px 0px;
  margin-left: 0px;
}
.search-field ::placeholder {
  color: var(--mainColor6);
}
.icon-search {
  position: absolute;
  height: 50px;
  padding: 10px 15px;
  margin: 0;
  background-color: transparent;
  color: var(--mainColor1);
  margin-right: 0px;
  font-size: var(--fontSize13);
}
.search-form-control {
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  margin-left: 50px !important;
  height: 100%;
  width: 100%;
  font-size: var(--fontSize12);
  padding-right: 55px;
  color: var(--mainColor6);
}
.provider-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-icon svg {
  width: 60px;
  fill: var(--mainColor1);
}
#subCategorySlider .swiper-wrapper {
  padding: 0px;
}
#gameProviderSlider img {
  max-width: 100px;
  height: 40px;
  object-fit: contain;
}
#gameProviderSlider .swiper-wrapper {
  padding: 5px 0px;
}
#gameProviderSlider .swiper-slide {
  cursor: pointer;
  background: var(--mainColor11);
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  display: flex;
  width: fit-content;
  height: 70px;
}
#gameProviderSlider .swiper-slide .app-icon {
  position: absolute;
  width: auto;
  left: 0%;
  top: 0%;
}
#gameProviderSlider .swiper-slide .maintenance-promotion-icon {
  width: 30px;
  height: 30px;
}
#gameProviderSlider .swiper-slide .promotion-text {
  font-size: var(--fontSize9);
  line-height: 12px;
  color: var(--mainColor60);
  margin-left: 5px;
  white-space: pre-line;
}
#gameProviderSlider .swiper-slide .maintenance-text {
  font-size: var(--fontSize4);
  line-height: 15px;
  color: var(--mainColor60);
  margin-left: 10px;
  white-space: pre-line;
}
#gameProviderSlider .swiper-slide:not(.maintenance):hover {
  border: 2px solid var(--mainColor1);
  transition: 0.3s;
}
#gameProviderSlider .swiper-slide.active {
  border: solid 3px var(--mainColor1);
}
#gameProviderSlider .swiper-slide.disabled {
  background: var(--mainColor20);
  filter: grayscale(1);
}
.game-provider-row {
  padding: 0px 30px;
  position: relative;
  margin-top: 56px;
}
.game-provider-swiper-button-next {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
}
.game-provider-swiper-button-next img {
  width: fit-content;
  height: 20px;
}
.game-provider-swiper-button-next svg {
  width: 14px;
  height: 80px;
  fill: var(--mainColor1);
}
.game-provider-swiper-button-prev {
  position: absolute;
  left: 0;
  padding-left: 10px;
}
.game-provider-swiper-button-prev img {
  width: fit-content;
  height: 20px;
}
.game-provider-swiper-button-prev svg {
  width: 14px;
  height: 80px;
  fill: var(--mainColor1);
}
.game-container {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.signup-modal .text-tnc,
.forgot-password-modal .text-tnc,
.register-page .text-tnc {
  font-size: var(--fontSize4) !important;
  line-height: 14px !important;
  margin-bottom: 10px;
}
.signup-modal .text-tnc a,
.forgot-password-modal .text-tnc a,
.register-page .text-tnc a {
  font-size: var(--fontSize4) !important;
}
.signup-modal .dropdown-box,
.forgot-password-modal .dropdown-box,
.register-page .dropdown-box {
  height: 40px;
  cursor: pointer;
  border-radius: var(--borderRadius1);
  background-color: var(--mainColor12);
  border: 1px solid var(--mainColor10);
}
.mobileCountry span {
  font-size: var(--fontSize3);
  color: var(--mainColor6) !important;
  font-weight: 400;
}
.backgroundColor2 {
  background: var(--mainColor2);
}
.vip-table .vip-table-inner {
  overflow-y: hidden;
  border-radius: 10px;
}
.vip-table .vip-table-inner::-webkit-scrollbar {
  display: none;
}
.vip-table #vip_table {
  width: 100%;
}
.vip-table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}
.vip-table table .tr-child-even tr:nth-child(even) {
  background: #E2E2E2;
}
.vip-table table tr:last-child td:first-child {
  border-radius: 0 !important;
}
.vip-table table tr:first-child .first-row {
  background: var(--mainColor41);
}
.vip-table thead {
  background: var(--mainColor5);
}
.vip-table tbody {
  background: var(--mainColor20);
}
.vip-table tbody tr:nth-child(even) {
  background: var(--mainColor20);
}
.vip-table tbody tr:nth-child(odd) {
  background: var(--mainColor21);
}
.vip-table tr:first-child {
  padding: 5px 25px 5px 10px;
  max-width: 1088px;
  border-radius: 10px 10px 0 0;
}
.vip-table tr:first-child th:first-child {
  font-size: var(--fontSize5);
  color: var(--mainColor18);
  white-space: pre-line;
  padding-left: 30px;
  padding-right: 100px;
  line-height: 30px;
}
.vip-table td,
.vip-table th {
  text-align: left;
  padding: 7px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
}
.vip-table th {
  padding: 15px 20px;
  cursor: pointer;
}
.vip-table th p {
  font-size: var(--fontSize4);
  font-weight: 600;
  margin-bottom: 0;
  color: var(--mainColor25);
  text-transform: uppercase;
  white-space: nowrap;
}
.vip-table th img {
  width: 70px;
  padding-bottom: 10px;
  max-width: unset;
}
.vip-table .content {
  background: unset !important;
}
.vip-table .first-column {
  color: var(--mainColor1);
  font-size: var(--fontSize3);
  background: var(--mainColor20);
  position: sticky;
  font-weight: bold;
  padding: 10px;
  left: 0px;
  z-index: 9999;
}
.vip-table .first-column table {
  margin-top: 5px;
}
.vip-table .first-column table tr {
  border: 0 !important;
}
.vip-table .first-column table td {
  white-space: nowrap;
}
.vip-table .first-column table td hr {
  width: 110%;
  margin-left: -10px !important;
}
.vip-table .first-row {
  padding-top: 10px;
}
.vip-table th:first-child {
  position: sticky;
  left: 0px;
  z-index: 9999;
  background: var(--mainColor5);
  border-top-left-radius: 10px;
}
.vip-table th:last-child {
  border-top-right-radius: 10px;
  padding-right: 20px;
}
.vip-table tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.t-and-c-container {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.t-and-c {
  color: var(--mainColor1);
  font-size: var(--fontSize2);
}
.t-and-c-row {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  margin-bottom: 5px;
}
.t-and-c-row h1,
.t-and-c-row h2,
.t-and-c-row h3,
.t-and-c-row h4,
.t-and-c-row h5,
.t-and-c-row h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.t-and-c-row p {
  font-size: var(--fontSize4);
  margin-bottom: 5px;
}
.vip-benefits {
  font-size: var(--fontSize5);
  color: var(--mainColor4);
  white-space: pre-line;
  padding-left: 30px;
  line-height: 30px;
}
.vip-benefits-first-row {
  padding: 5px 25px 5px 10px;
  background: var(--mainColor6);
  max-width: 1088px;
  border-radius: 10px 10px 0px 0px;
  margin: 0;
}
.vip-benefits-table {
  border-radius: 0px 0px 10px 10px;
  padding: 5px 25px 5px 10px;
  background: var(--mainColor2);
}
.vip-benefits-table hr {
  border: 1px solid var(--mainColor7);
  margin: 0;
}
.vip-benefits-row {
  color: var(--mainColor4);
  font-size: var(--fontSize3);
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  margin: 0;
}
.vip-benefits-row img {
  width: 70px;
  padding-bottom: 10px;
}
.vip-benefits-row p {
  font-size: var(--fontSize3);
  font-weight: 600;
  margin-bottom: 0px;
}
.vip-benefits-title {
  color: var(--mainColor5);
  padding-left: 30px;
  font-size: var(--fontSize3);
}
.sub-page-slider-vip {
  margin-top: 45px;
  height: 340px;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  background-position: center;
}
.smaller-container {
  max-width: 1088px;
  margin: 0 auto;
}
.current-status-container {
  position: absolute;
  width: 100%;
  max-width: 1320px;
}
.current-status {
  font-size: var(--fontSize5);
  color: var(--mainColor6);
  font-weight: 700;
}
.vip-logo {
  display: flex;
  align-items: center;
  flex-basis: fit-content;
  margin-top: 17px;
}
.vip-logo img {
  max-width: 87px;
  max-height: 89px;
}
.vip-logo p {
  color: var(--mainColor18);
  font-size: var(--fontSize1);
  font-weight: 700;
  margin-bottom: 0px;
}
.current-status-box-2 {
  margin-top: 32px;
}
.current-deposit-box,
.amount-required-box {
  font-size: var(--fontSize8);
}
.current-deposit-box p,
.amount-required-box p {
  margin-bottom: 0px;
  color: var(--mainColor18);
  width: max-content;
}
.current-deposit-box .amount,
.amount-required-box .amount {
  font-weight: 700;
  color: var(--mainColor3);
}
.active.vip-main-group {
  background: var(--mainColor22) !important;
  border: var(--borderRadius2);
}
.active.vip-main-group p {
  color: var(--mainColor17);
}
.inactive.vip-main-group:hover {
  background: var(--mainColor22);
}
.inactive.vip-main-group:hover p {
  color: var(--mainColor17);
}
.promotion-banner {
  background: var(--mainColor8);
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border: #020000;
  height: 182px;
  padding: 0px;
}
.promotion-banner img {
  border-radius: 10px 0px 0px 10px;
  max-width: 100%;
  height: 182px;
}
.promotion-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promotion-title {
  font-weight: 700;
  font-size: var(--fontSize7);
  color: var(--mainColor35);
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-description {
  font-size: var(--fontSize3);
  color: var(--mainColor35);
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 5px;
  line-height: 20px;
  min-height: 40px;
  max-height: 40px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-promotion {
  display: flex;
  justify-content: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
  column-gap: 10px;
}
.read-more-button {
  bottom: 0px;
  max-width: 132px;
}
.apply-now-button {
  bottom: 0px;
  max-width: 132px;
  background: var(--mainColor51);
  color: var(--mainColor52);
}
.apply-now-button-promotion-subpage {
  bottom: 0px;
  max-width: 132px;
  background: var(--mainColor47);
  color: var(--mainColor48);
}
.swal-claim-promotion-promotion-name {
  color: var(--mainColor5);
}
.promotion-time {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 30px;
  margin-top: 30px;
  font-size: var(--fontSize4);
}
.promotion-time p {
  margin-bottom: 0px;
}
.promotion-pending-approval {
  margin-top: auto;
  margin-bottom: 30px;
  font-size: var(--fontSize4);
}
.promotion-pending-approval p {
  margin-bottom: 0px;
}
.promotion-time-label {
  display: flex;
  color: var(--mainColor35);
}
.promotion-time-label img {
  width: 12px;
  height: 14px;
  margin-right: 5px;
  margin-top: 3px;
}
.promotion-time-label span {
  display: flex;
}
.promotion-time-label span svg {
  width: 12px;
  margin-right: 5px;
  fill: var(--mainColor35);
}
.promotion-time-label .modal-remaining-time {
  color: var(--mainColor1);
}
.promotion-remaining-time {
  color: var(--mainColor36);
}
.promotion-pending-approval-label {
  display: flex;
  color: var(--mainColor58);
}
.promotion-pending-approval-label img {
  width: 12px;
  height: 14px;
  margin-right: 5px;
  margin-top: 3px;
}
.promotion-pending-approval-label span {
  display: flex;
}
.promotion-pending-approval-label span svg {
  width: 12px;
  margin-top: 3px;
  margin-right: 5px;
  fill: var(--mainColor58);
}
.promotions-filter {
  margin-top: 35px;
  margin-bottom: 35px;
  background: var(--mainColor44);
  border-radius: var(--borderRadius1);
}
.promotion-filter-button {
  color: var(--mainColor14);
  height: 50px;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.promotion-filter-button p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: var(--fontSize3);
}
.promotion-category-selected {
  background: var(--mainColor16);
  color: var(--mainColor38);
}
.promotion-category-selected p {
  color: var(--mainColor38);
}
.subpage-slider-promotion {
  position: relative;
  height: 340px;
  margin-top: 45px;
  background-size: cover;
  background-position: center;
}
.subpage-title-promotion {
  z-index: 1;
  margin: 0 auto;
  width: 1320px;
}
.subpage-title-promotion p {
  color: var(--mainColor67);
  font-weight: 700;
  font-size: var(--fontSize1);
  margin-bottom: 0;
  margin-left: 70px;
  line-height: 43px;
}
.mat-dialog-container {
  height: auto !important;
  overflow-y: scroll !important;
  scrollbar-width: none !important;
}
.promotion-modal p {
  letter-spacing: normal;
  padding: 15px 3px 10px 3px;
  font-size: var(--fontSize4);
  color: var(--mainColor6);
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 20px !important;
}
.promotion-modal li {
  letter-spacing: normal;
  font-size: var(--fontSize4);
  color: var(--mainColor6);
  font-weight: 400;
  line-height: 20px !important;
}
.promotion-content {
  background: var(--mainColor42);
  border-radius: var(--borderRadius2);
}
.promotionModal-title-container {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  position: relative;
}
.promotionModal-title-container .promotion-time-label {
  position: absolute;
  right: 10px;
}
.promotion-content .promotion-time-label p {
  padding: 0px;
  margin: 0px;
}
.promotion-modal {
  max-width: 950px;
  margin: 0 auto;
}
.promotion-modal .close-title {
  top: 20px;
  right: 20px;
}
.promotion-modal .close-title svg {
  width: 20px;
  fill: var(--mainColor9);
}
.promotion-modal hr {
  border-top: 1px solid var(--mainColor1);
  border-radius: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.promotionModal-title {
  margin-bottom: 0;
  letter-spacing: normal;
  font-size: var(--fontSize5);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: var(--mainColor1);
  max-width: 70%;
}
.promotion-modal img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}
.close-promotion {
  display: flex;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 10px;
  column-gap: 10px;
  padding: 25px 15px;
}
.close-promotion .close-promotion-button {
  width: 280px;
  margin: 0 5px;
  color: var(--mainColor50);
  background: var(--mainColor49);
}
.close-promotion .apply-now-button {
  bottom: 0px;
  max-width: 280px;
}
.img-container {
  position: relative;
}
.mfp-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.promotion-modal p strong,
h4 strong {
  color: var(--mainColor6);
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-modal td p strong {
  color: white;
}
.promotion-modal table {
  margin: 0 auto;
  border-collapse: separate;
  border-style: unset;
  width: 100%;
}
.promotion-modal tbody td {
  border: 0;
  font-size: 14px;
}
.promotion-modal table:not([class]) strong {
  color: unset;
}
.promotion-modal table:not([class]) tr:first-child td {
  background: var(--mainColor6) !important;
  text-align: center;
  color: var(--mainColor12) !important;
  text-transform: uppercase !important;
  font-weight: 700;
}
.promotion-modal table:not([class]) tr:first-child td span {
  color: var(--mainColor12) !important;
}
.promotion-modal table:not([class]) tr:not(:first-child) td {
  background-color: var(--mainColor7);
  text-align: center;
  color: var(--mainColor6);
}
.promotion-modal table:not([class]) tr:first-child td:first-child {
  border-top-left-radius: var(--borderRadius2);
}
.promotion-modal table:not([class]) tr:first-child td:last-child {
  border-top-right-radius: var(--borderRadius2);
}
.promotion-modal table:not([class]) tr:last-child td:first-child {
  border-bottom-left-radius: unset;
  border-bottom-left-radius: var(--borderRadius2);
}
.promotion-modal table:not([class]) tr:last-child td:last-child {
  border-bottom-right-radius: unset;
  border-bottom-right-radius: var(--borderRadius2);
}
.promotion-modal ul,
.promotion-modal ol {
  padding-left: 28px !important;
}
.promotion-modal .promotion-details {
  padding: 0px 20px;
}
.promotion-modal strong {
  color: var(--mainColor6);
}
.promotion-modal tr:first-child td strong {
  color: var(--mainColor12);
}
.sidebar-widgets-wrap .widget {
  padding-top: 0px;
}
.portal-modal hr {
  margin: 0 auto !important;
  width: 100%;
}
.deposit-notice {
  width: 1211px;
  margin-left: auto;
  margin-right: auto;
}
.member-inner-box {
  min-height: 805px;
  width: 100%;
  padding: 20px 50px;
  background: var(--mainColor42) !important;
  border-radius: var(--borderRadius1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
.ma-menu-text {
  font-size: var(--fontSize4);
  font-weight: 600;
  line-height: 17px;
}
.ma-menu-title {
  font-size: var(--fontSize13);
  font-weight: 700;
  color: var(--mainColor6) !important;
  line-height: 24px;
}
.ma-menu {
  justify-content: space-evenly;
  font-size: var(--fontSize3);
  font-weight: 600;
  background: var(--mainColor42);
  border-radius: var(--borderRadius1);
}
.ma-menu li {
  width: 100%;
  list-style: none;
}
.ma-menu li::before {
  content: none !important;
}
.ma-menu a.ma-menulink {
  width: 100%;
  color: var(--mainColor6) !important;
  height: 70px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border: none;
  line-height: 17px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 20px;
}
.ma-menu a.ma-menulink.active {
  background: var(--mainColor2);
  color: var(--mainColor1) !important;
  border-radius: var(--borderRadius1) !important;
}
.ma-profile {
  line-height: 18px;
}
.ma-profile span {
  font-size: var(--fontSize15);
  display: block;
  position: relative;
}
.ma-profile .ma-menu .ma-menulink img {
  min-width: 30px;
  width: 30px;
}
.ma-profile .ma-menu .ma-menulink svg {
  width: 40px;
  fill: var(--mainColor2);
}
.ma-profile .ma-menu .ma-menulink.active svg {
  fill: var(--mainColor12);
}
.ma-profile .ma-menu .ma-menulink.active .ma-menu-text {
  color: var(--mainColor12);
}
.bank-status-box {
  text-align: center;
  font-size: var(--fontSize3);
  letter-spacing: 0px;
  color: var(--mainColor6);
  opacity: 1;
  padding: 5px 10px 5px 10px;
  text-transform: capitalize;
  background: var(--mainColor7);
  height: 35px;
  margin-bottom: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--borderRadius1);
  border: none;
  top: -8px;
  position: relative;
}
.bank-status-box svg {
  width: 12px;
  margin-left: 10px;
  fill: var(--mainColor6);
  top: -1px;
  position: relative;
}
.bank-status-button button[aria-expanded=true] {
  box-shadow: none;
  z-index: 9999;
}
.bank-status {
  animation: bank-status-fadeIn ease 0.5s;
}
@keyframes bank-status-fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
}
.bank-status p {
  color: var(--mainColor6);
  margin-bottom: 0;
  font-size: var(--fontSize4);
}
.bank-status-name {
  font-weight: 700;
  margin-bottom: 3px !important;
  color: var(--mainColor4);
  text-align: left;
}
.dropdown-bankstatus {
  width: 300px;
  overflow-y: scroll;
}
.dark .dropdown-bankstatus {
  background: var(--mainColor7);
  border-radius: var(--borderRadius1);
  visibility: hidden;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
}
.offline-bank-cont {
  top: -18px !important;
  right: -1px !important;
  left: auto !important;
  transform: none !important;
  animation: shrink 0.5s ease;
  display: block !important;
  overflow: hidden;
}
.offline-bank-cont.show {
  display: block;
  animation: enlarge 0.5s ease;
  max-height: 70vh;
  height: auto;
  visibility: visible;
}
@keyframes enlarge {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    max-height: 70vh;
    height: auto;
  }
}
@keyframes shrink {
  0% {
    width: 224px;
    height: 260px;
    opacity: 1;
  }
  100% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}
.portal-deposit .form-msg {
  font-size: var(--fontSize3);
  color: var(--mainColor1) !important;
  line-height: 20px;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
}
.portal-deposit .main-button-1 {
  width: 180px !important;
}
.deposit-amount {
  font-size: var(--fontSize4);
  color: var(--mainColor4);
  text-align: center;
  margin-bottom: 10px;
  border-radius: var(--borderRadius1);
  padding: 13px 5px;
  width: 150px;
  background: var(--mainColor11) !important;
  opacity: 1;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.deposit-amount-row {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.receipt-upload {
  max-width: 468px;
}
.receipt-upload .delete-icon {
  padding: 5px;
  position: absolute;
  top: 80px;
  right: 15px;
}
.receipt-upload .delete-icon svg {
  margin-right: 5px;
  width: 35px;
  background: var(--mainColor6);
  padding: 7px;
  fill: var(--mainColor9);
  border-radius: 5px;
  opacity: 0.8;
}
.file-name {
  font-weight: 400;
  font-size: var(--fontSize4);
  color: var(--mainColor6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.important-notice li {
  font-size: var(--fontSize4);
  line-height: 16px;
  margin-bottom: 5px;
}
.dropdown-loading {
  position: absolute;
  right: 35px;
  top: 33%;
}
.no-data-text {
  padding: 5px 0;
  font-size: 12px;
  color: var(--mainColor6);
}
.img-size {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  top: -1px;
  position: relative;
}
.deposit-row .transaction-selection-bank:nth-child(3n) .bankDetails-input {
  margin-right: 0px;
}
.payment-method-box .transaction-selection-bank:nth-child(3n) .bankDetails-input {
  margin-right: 0px;
}
.deposit-row {
  margin-left: 0;
  margin-right: 0;
}
.deposit-row .bankDetails-input {
  background: var(--mainColor11);
  color: var(--mainColor6);
  font-size: var(--fontSize4);
  height: 40px;
  width: auto;
  margin-right: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--borderRadius1);
  font-weight: 400;
  line-height: normal !important;
  position: relative;
}
.deposit-row .bankDetails-input span {
  text-align: center;
  display: inline-block;
  padding-top: 6px;
  height: 35px;
  font: italic 700 1rem "monserrat";
  line-height: 14px;
}
.deposit-row .bankDetails-input img {
  height: 40px;
}
.deposit-row .bankDetails-input.active-border .cashout-indicator {
  border-radius: 5px 0 2px 0px;
}
.deposit-row .bankDetails-input .cashout-indicator {
  position: absolute;
  width: auto;
  bottom: 0%;
  right: 0%;
  background: #EF5600;
  color: #FFFFFF;
  border-radius: 5px 0 5px 0px;
  font-size: 9px;
  text-align: center;
  font-weight: 700;
  width: 50px;
  height: 15px;
  align-content: center;
}
.upload-receipt-button {
  background: var(--mainColor49);
  color: var(--mainColor50);
  margin-bottom: 10px;
  border-radius: var(--borderRadius1);
  cursor: pointer;
  width: 180px;
  height: 40px;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--fontSize4);
  border: 1px solid var(--mainColor11);
  font-weight: 600;
}
.pdf-btn-trash {
  right: 60px;
  position: absolute;
  margin-top: 10px;
}
.important-notice-box {
  padding: 35px 30px;
  border-radius: var(--borderRadius2);
  color: var(--mainColor6);
  margin-left: 15px;
  background: var(--mainColor7);
}
.important-notice-box h5 {
  font-weight: 700;
  font-size: var(--fontSize8);
  line-height: 18px;
  color: var(--mainColor1);
}
.important-notice-box ol {
  margin-bottom: 0;
  padding-left: 13px !important;
}
.important-notice-box ol li {
  font-weight: 400;
  font-size: var(--fontSize4);
  line-height: 15px;
  margin-bottom: 10px;
}
.idr-notice-box {
  border-radius: var(--borderRadius2);
  color: var(--mainColor18);
  background: var(--mainColor5);
}
.idr-notice-box svg {
  margin-right: 5px;
  width: 12px;
  fill: var(--mainColor18);
}
.idr-notice-box label {
  font-weight: 600;
  color: var(--mainColor18);
}
.portal-modal-container .transaction-container {
  width: 100%;
}
.portal-modal-container .transaction-container .main-button-1,
.portal-modal-container .transaction-container .main-button-2 {
  font-size: var(--fontSize12) !important;
  font-weight: 400;
}
.portal-modal-container .transaction-container .main-button-2 {
  height: 40px !important;
}
.portal-modal-container .transaction-container .start-date {
  margin-right: -6.5px !important;
}
.portal-modal-container .transaction-container .end-date {
  margin-left: -7.5px !important;
}
.portal-modal-container .transaction-container .main-input:focus {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
  background: var(--mainColor12) !important;
}
.portal-modal-container .result-border {
  font-size: var(--fontSize12) !important;
  font-weight: 700 !important;
}
.portal-modal-container input[type=file] {
  display: none;
}
.portal-modal-container .main-button-1 {
  width: 180px;
  font-weight: 600;
}
.portal-modal-container .dropdown-menu img {
  width: 50px;
}
.portal-modal-container .bank-dropdown {
  overflow-x: clip;
}
.portal-modal-container .dropdown-label p {
  white-space: nowrap !important;
}
.portal-modal-container .table.ma-table td {
  font-size: var(--fontSize12) !important;
}
.portal-modal-container .input_container .form-control {
  font-size: var(--fontSize12) !important;
}
.portal-modal-container .btn-row .main-button-1 {
  font-weight: 600 !important;
}
.portal-modal-container .win {
  font-weight: 600 !important;
  color: var(--mainColor57) !important;
}
.portal-modal-container .lose {
  font-weight: 600 !important;
  color: var(--mainColor56) !important;
}
.portal-modal-container .win-lose-amount {
  font-weight: 400 !important;
  word-spacing: normal;
}
.portal-hr {
  width: 100%;
  position: absolute;
  left: 0;
}
.active-bg {
  background: var(--mainColor11) !important;
}
.active-border {
  border: 3px solid var(--mainColor1) !important;
}
.form-msg {
  font-size: var(--fontSize4);
  color: var(--mainColor6) !important;
  line-height: 16px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  max-width: 468px;
}
.second-form-msg {
  font-size: var(--fontSize4);
  color: black !important;
  line-height: 16px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  max-width: 468px;
}
.dark .form-control:disabled {
  background-color: var(--mainColor13);
}
.form-control:disabled,
.form-control[readonly] {
  background: var(--mainColor7);
  padding: 10px 20px 10px 15px;
  border-radius: 5px;
  color: var(--mainColor25);
  font-size: var(--fontSize4);
  height: 40px;
  line-height: 2;
}
.payment-interface iframe {
  border: none;
  width: 100%;
  height: 750px;
}
.dropdown-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--mainColor4);
  border: 1px solid var(--mainColor11);
  border-radius: var(--borderRadius1);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  background: var(--mainColor1);
}
.dropdown-form-control img {
  float: right;
  margin-top: 9px;
}
.dropdown-menu {
  z-index: 1000;
  float: left;
  width: calc(100% - 30px);
  padding: 0.5rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--mainColor4);
  text-align: center;
  list-style: none;
  background: var(--mainColor1);
  background-clip: padding-box;
  border-radius: var(--borderRadius1);
}
.dropdown-menu a:hover {
  color: var(--mainColor8);
}
.deposit-promotion-banner {
  background: var(--mainColor12);
  border-radius: var(--borderRadius1);
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  padding: 0px;
  border: 1px solid var(--mainColor10);
}
.deposit-promotion-banner .promotion-details {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  margin-top: 5px;
  padding: 0 10px;
}
.deposit-promotion-banner .deposit-promotion-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--mainColor1);
  padding-left: 16px;
  padding-right: 16px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deposit-promotion-banner .deposit-promotion-time {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  margin-top: 30px;
  font-size: var(--fontSize4);
}
.deposit-promotion-banner .deposit-promotion-remaining-time {
  font-size: 10px;
  color: var(--mainColor6);
}
.deposit-promotion-banner .deposit-promotion-details-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  right: 0;
}
.deposit-promotion-banner .deposit-promotion-details-container .deposit-promotion-details {
  text-align: right;
  font-size: 10px;
  color: var(--mainColor1);
  text-decoration: underline;
  display: inline-block;
  align-self: flex-end;
}
.deposit-promotion-banner img {
  border-radius: 5px 0px 0px 5px;
  width: 200px;
  height: 90px;
}
.promotion-row .transaction-selection-promotion:nth-child(3n) .promotionDetails-input {
  margin-right: 0px;
}
.promotion-row {
  margin-left: -2px;
  margin-right: -2px;
}
.promotion-row .transaction-selection-promotion {
  padding-left: 2px;
  padding-right: 2px;
}
.promotion-row .transaction-selection-promotion .promotionDetails-input {
  width: 100%;
  height: 60px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--borderRadius1);
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.promo-image-container {
  height: 90px;
  background-size: cover;
  border-right: 1px solid var(--mainColor10);
}
.withdrawal-dialog angular2-multiselect .selected-list .c-btn {
  width: unset !important;
}
.withdrawal-dialog angular2-multiselect .dropdown-list .list-area {
  width: unset !important;
}
.withdrawal-min-note {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: var(--fontSize3);
  line-height: 20px;
  text-align: center;
  color: var(--mainColor5);
}
.bank-modal-content {
  padding: 20px !important;
}
.withdraw-modal .bankDetails-input {
  background: var(--mainColor11);
  margin-right: 4px;
  margin-bottom: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.withdraw-modal .exclamation {
  margin-top: -2px;
  width: 15px;
  height: 15px;
}
.withdraw-modal .withdraw-display-turnover {
  background: var(--mainColor7);
  border-radius: 5px;
  text-align: left;
  table-layout: fixed;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  width: 100%;
}
.withdraw-modal .withdraw-display-turnover tr td:first-child {
  width: 60%;
}
.withdraw-modal .withdraw-display-turnover tr td:last-child {
  text-align: right;
  width: 40%;
}
.withdraw-modal .withdraw-display-turnover tr:not(:last-child) td {
  padding: 3px 15px;
  font-weight: 400;
}
.withdraw-modal .withdraw-display-turnover tr:last-child td {
  padding: 3px 15px;
  font-weight: 700;
}
.withdraw-modal .withdraw-display-turnover tr:last-child td:last-child {
  color: var(--mainColor1);
  font-weight: 700;
  vertical-align: initial;
}
.balance-color {
  color: var(--mainColor4);
  font-weight: 600;
}
.limit-text {
  padding-left: 14px;
  font-size: var(--fontSize4);
  color: var(--mainColor1);
  font-weight: 400;
}
.other-bank-container {
  display: flex;
}
.other-bank-light svg {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  fill: #494E60;
}
.other-bank-dark svg {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  fill: white;
}
.otherbank-text-light {
  font-style: normal !important;
  font-family:
    "Microsoft YaHei",
    "Noto Sans SC",
    "PingFang SC",
    sans-serif;
  width: 60%;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 12px;
  max-height: 24px;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #494E60;
  font-size: 12px;
  font-weight: bold !important;
  margin-left: 5%;
}
.otherbank-text-dark {
  font-style: normal !important;
  font-family:
    "Microsoft YaHei",
    "Noto Sans SC",
    "PingFang SC",
    sans-serif;
  width: 60%;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 12px;
  max-height: 24px;
  text-overflow: ellipsis;
  word-break: break-word;
  color: white;
  font-size: 12px;
  font-weight: bold !important;
  margin-left: 5%;
}
.withdrawLimit span {
  display: inline;
}
.withdrawLimit span svg {
  width: 15px;
  fill: var(--mainColor1);
}
.owl-dt-container {
  background: var(--mainColor7) !important;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: 0.5;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-header {
  color: var(--mainColor6);
}
.owl-dt-container .owl-dt-control-arrow-button[disabled] {
  color: var(--mainColor8);
}
.owl-dt-container .owl-dt-calendar-control {
  color: var(--mainColor6);
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell {
  color: var(--mainColor6);
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  opacity: 0.2 !important;
  color: var(--mainColor6);
}
.owl-dt-container .owl-dt-control-arrow-button .owl-dt-control-button-content {
  color: var(--mainColor3);
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: var(--mainColor12);
  background-color: var(--mainColor1);
  border-color: var(--mainColor1);
  box-shadow: none !important;
}
.owl-dt-container .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  opacity: 0.2 !important;
}
.owl-dt-container .owl-dt-control-button-arrow svg {
  fill: var(--mainColor3) !important;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-content:hover {
  background: none !important;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-container .owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background: none !important;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-selected:hover {
  background-color: var(--mainColor1) !important;
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-content:active {
  background-color: var(--mainColor1);
}
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-out:hover,
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell:hover,
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected),
.owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-disabled:hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-container .owl-dt-container .owl-dt-calendar-table .owl-dt-calendar-cell-disabled:hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  border-color: transparent;
  color: var(--mainColor1);
  font-weight: 700;
  background: none !important;
}
.owl-dt-container table td,
.owl-dt-container table th {
  border: unset !important;
}
.slider-element .owl-carousel .owl-item {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.slider-element .owl-carousel .owl-item img {
  border-radius: 0 !important;
}
.input-group.date {
  position: relative;
}
.input-group.date .hidden,
.input-group.date input[type=hidden] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  min-height: 40px;
}
.input-copy span,
.copy-icon {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.input-copy span img,
.copy-icon img {
  width: 20px;
}
.input-copy span svg,
.copy-icon svg {
  width: 20px;
  fill: var(--mainColor6);
}
.input-group .input-calendar {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.input-calendar:enabled {
  background: var(--mainColor11) !important;
  border: none !important;
}
#msgPage .search-container {
  background: var(--mainColor7);
  border-radius: var(--borderRadius1);
  padding: 0 15px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin-right: 5px;
  position: relative;
}
#msgPage .message-bar {
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 20px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}
#msgPage .message-bar img {
  width: 25px;
  margin-left: 15px;
}
#msgPage .message-bar span img {
  width: 12px;
  margin: 7px 0 0 3px;
}
#msgPage .message-bar i {
  font-size: var(--fontSize8);
}
#msgPage .message-bar svg {
  width: 25px;
  margin-left: 15px;
  fill: var(--mainColor6);
}
#msgPage .message-bar .icon-search {
  color: var(--mainColor6);
  margin: 10px 0 0 auto;
  position: absolute;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#msgPage .message-bar .mat-checkbox-background svg {
  margin-left: 0;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#msgPage .message-head {
  margin: 0 5px;
  color: var(--mainColor18);
  padding: 20px 50px;
  font-weight: 700;
  font-size: var(--fontSize3);
  border-radius: 5px 5px 0 0;
  background: var(--mainColor5);
}
#msgPage .form-input-style {
  border: none;
  background: transparent !important;
  display: inline-block;
  margin: 0;
  box-shadow: none !important;
  width: 85px;
  color: var(--mainColor6) !important;
}
#msgPage .form-input-style:focus {
  background: none !important;
}
#msgPage .search-text {
  width: 100%;
  overflow-x: clip;
  text-align: left;
  margin-left: 20px;
}
#msgPage .search-text form input {
  width: 100%;
  color: #000000;
}
#msgPage .search-text ::placeholder {
  color: var(--mainColor6);
}
#msgPage .message-accordion .card {
  border-bottom: 1px solid var(--mainColor11) !important;
}
#msgPage .message-accordion .card:last-child {
  border-bottom: none !important;
  border-radius: 0 0 5px 5px;
}
#msgPage .btn-link {
  color: var(--mainColor6);
  white-space: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 130px;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: var(--fontSize12);
}
#msgPage .unread-text {
  font-weight: 700 !important;
  cursor: pointer;
  text-transform: uppercase;
}
#msgPage .message-date {
  position: absolute;
  top: 20px;
  right: 15px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
#msgPage .btn-link.unread-text .message-date {
  font-weight: 700 !important;
}
#msgPage .message-list {
  overflow-y: scroll;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 0px 5px 5px;
  margin: 0px 5px;
  background: var(--mainColor7);
  border: none;
  border-top: none;
}
#msgPage .message-title-hr {
  width: 100%;
  position: absolute;
  left: 0;
}
#msgPage .message-bar .mat-checkbox {
  padding-left: 5px !important;
  margin-right: 5px;
  transform: translate(0px, 5px);
}
#msgPage .card {
  background-color: transparent;
  border: none;
  margin: 0px;
  border-radius: 0;
}
#msgPage .card-header {
  padding: 20px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent;
  cursor: pointer;
}
#msgPage .mat-checkbox {
  float: left;
  font-size: var(--fontSize4);
}
.message-modal {
  background: var(--mainColor42);
  color: var(--mainColor4);
  border-radius: var(--borderRadius2);
  max-width: 950px;
  margin: auto;
}
.message-modal .message-header {
  padding: 20px 30px 20px 30px;
  border-bottom: 1px solid var(--mainColor1);
}
.message-modal .message-header h4 {
  font-size: var(--fontSize2);
  color: var(--mainColor6);
  font-weight: 700;
  margin-bottom: 0px;
  margin-right: 15px;
  padding-top: 10px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.message-modal .message-header p {
  line-height: 20px;
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  font-weight: 400;
  margin-bottom: 0px;
}
.message-modal .message-header .close-color {
  width: 17px;
  top: 0;
  right: 0;
}
.message-modal .message-header .close-title svg {
  width: 20px;
  fill: var(--mainColor1);
}
.message-modal .message-content {
  padding: 20px 30px 30px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  line-height: 20px;
}
.message-modal .message-content p {
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  line-height: 20px;
  margin-bottom: 0;
}
.message-modal .message-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.message-modal .message-content table td,
.message-modal .message-content table th {
  border: 1px solid var(--mainColor6) !important;
  color: var(--mainColor6);
}
.btn-row {
  justify-content: center;
}
.to {
  padding-top: 10px;
  text-align: center;
  color: var(--mainColor25);
  font-size: var(--fontSize3);
  font-weight: 400;
}
.date-picket-box {
  background: var(--mainColor12);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none !important;
  padding-left: 25px !important;
  font-weight: 400 !important;
}
.history-table {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: var(--borderRadius1);
}
.expandable-row[aria-expanded=true] {
  background: #142030;
}
.expandable-row[aria-expanded=true] td {
  border-bottom: none;
}
.cursor {
  cursor: pointer;
}
.calendarIcon svg {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  z-index: 10;
  fill: var(--mainColor1);
}
.calendarIcon.smaller-calendar svg {
  right: 25px;
}
.table.ma-table td:nth-of-type(1) {
  border-right: 0;
  border-left: 0;
}
.table.ma-table td:nth-of-type(4) {
  border-right: 0;
}
.table.ma-table td,
.table.ma-table th {
  border: 1px solid var(--mainColor12);
}
.table.ma-table {
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
  table-layout: fixed;
}
.table.ma-table tr:first-child th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  width: 100%;
}
.table.ma-table tr:first-child td {
  border-top: 0;
}
.table.ma-table th,
.table.ma-table td {
  padding: 9px 8px;
  color: var(--mainColor6);
  vertical-align: middle;
  font-size: var(--fontSize3);
  line-height: 18px;
  font-weight: 400;
}
.table.ma-table thead {
  background: var(--mainColor5);
  height: 60px;
}
.table.ma-table thead th {
  font-size: var(--fontSize4);
  color: var(--mainColor18);
  font-weight: normal;
}
.table.ma-table th:first-child {
  border-radius: 5px 0 0 0;
  border-left: 0;
}
.table.ma-table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 0;
}
.table.ma-table tbody {
  background-color: var(--mainColor15);
  border: 1px solid none;
}
.table.ma-table tbody tr td {
  border-bottom: 1px solid var(--mainColor12);
  background: var(--mainColor7);
}
.table.ma-table tbody tr:last-child td {
  border-bottom: 0;
}
.table.ma-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.table.ma-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 5px;
}
.approved-text {
  color: var(--mainColor57);
}
.pending-text {
  color: var(--mainColor58);
}
.rejected-text {
  color: var(--mainColor56);
}
.pending-receipt-text {
  color: rgb(174, 174, 4);
}
.failed-text {
  color: #7e7e7e !important;
}
table {
  border-collapse: collapse;
}
table th {
  font-size: var(--fontSize4);
}
table tr:first-child th {
  border-top: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: none !important;
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.profilePage hr {
  margin: 0 auto !important;
  width: 100%;
  left: 0;
  position: absolute;
}
.profilePage .verify-button {
  height: 40px;
  min-width: unset;
  font-size: var(--fontSize4);
  background: var(--mainColor49);
  color: var(--mainColor50);
}
.profilePage .w-180 {
  width: 180px;
}
.profilePage .exclamation {
  width: 22px;
  margin-left: 7px;
}
.profilePage .status-icon svg {
  border-radius: 10px 10px 0 0;
  width: 17px;
  margin-left: 5px;
  margin-bottom: 3px !important;
  fill: var(--mainColor56);
}
.profilePage .success svg {
  fill: green;
}
.form-group {
  margin-bottom: 1rem;
}
.change-password-portal hr {
  width: 100%;
  margin-top: 10px;
}
.change-password-portal .fancy-title {
  margin-bottom: 10px;
}
.change-password-portal input {
  color: var(--mainColor4);
  font-size: var(--fontSize3);
}
.password-invalid {
  background-position: right calc(2.55em - 0.1875rem) center !important;
}
.change-game-password-portal hr {
  width: 100%;
  margin-top: 10px;
}
.change-game-password-portal .fancy-title {
  margin-bottom: 10px;
}
.change-game-password-portal .portal-password-game-provider-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  min-height: 43px;
}
.game-provider a {
  height: 43px;
  margin-right: 8px;
  border-radius: 5px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  background: var(--mainColor11);
  width: 136px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
.game-provider a.selected {
  background: var(--mainColor11);
  border: 3px solid var(--mainColor1);
}
.game-provider a img {
  max-height: 35px;
}
.change-game-password-portal input {
  color: var(--mainColor4);
  font-size: var(--fontSize3);
}
.change-game-password-portal .form-control[readonly] {
  background: var(--mainColor7) !important;
  text-align: center;
  border: 0;
  padding: 10px 20px 10px 15px;
  border-radius: 5px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  height: 43px;
  line-height: 2;
}
#bank hr {
  width: 100%;
}
.form-control:disabled,
.form-control[readonly] {
  background: var(--mainColor7);
  padding: 10px 20px 10px 15px;
  border-radius: 5px;
  color: var(--mainColor6);
  font-size: var(--fontSize3);
  height: 40px;
  line-height: 2;
  text-align: center;
}
.bankImage {
  border-radius: 5px 0 0 5px;
  background: var(--mainColor11);
  height: 40px;
  display: flex;
  justify-content: center;
  width: 145px;
}
.bankImage.ifsc {
  height: 55px !important;
}
#bankAccounts .otherBanks {
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
}
#bankAccounts .otherBanksText {
  color: var(--mainColor4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  text-align: left;
}
.bank-details-section {
  margin-top: 20px;
  padding-right: 50px;
}
.bankDetails-input {
  background: var(--mainColor7);
  border-radius: 5px;
  font-size: var(--fontSize4);
  height: 40px;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bankDetails-input.ifsc {
  height: 55px !important;
}
.bankDetails-input img {
  height: 40px;
}
.bankDetails-input img.ifsc {
  height: 55px !important;
}
#bankDetails .main-button-1 {
  width: 180px;
}
.bank-details {
  margin: auto;
}
.bankDetails-input p {
  margin-bottom: 0;
  font-size: var(--fontSize4);
  line-height: 16px;
  padding-top: 3px;
  text-align: center;
  color: var(--mainColor6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  height: 40px;
}
.bankDetails-input p.ifsc {
  height: 55px !important;
}
.bankDetails-input p span {
  color: var(--mainColor1);
}
.banking-title {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: var(--fontSize2);
  color: var(--mainColor6);
  font-weight: 700;
  text-transform: uppercase;
}
.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 33px;
  color: var(--mainColor6) !important;
  background: var(--mainColor11) !important;
  border: none;
}
.page-link a {
  color: var(--mainColor3) !important;
}
.page-item.active .page-link,
.page-link:hover {
  color: var(--mainColor12);
  background: var(--mainColor2) !important;
  border: none;
  font-size: var(--fontSize6);
  font-weight: 400;
  box-shadow: none !important;
  border-color: transparent !important;
}
.pagination li {
  width: 33px;
  height: 33px;
}
#modal-verification .modal-title {
  text-align: center;
  margin: 4px 0 13px 0;
}
#modal-verification .main-button-1 {
  font-size: var(--fontSize4);
}
#modal-verification .main-button-1:disabled {
  background: var(--mainColor55);
  color: var(--mainColor12);
}
#modal-verification .verify-button {
  width: 100px;
  min-width: unset;
  font-size: var(--fontSize4) !important;
  float: right;
  background: var(--mainColor49);
  color: var(--mainColor50);
}
#modal-verification .main-input {
  width: 280px;
}
#modal-verification .submit-button {
  margin: 2px 0 8px 0;
}
#modal-verification span:not(.counter-qp20-dark) {
  font-size: var(--fontSize4);
  color: var(--mainColor52) !important;
  font-weight: 0 !important;
}
#modal-verification label,
#modal-verification .main-input {
  font-size: var(--fontSize4);
}
#modal-daily-limit .modal-title {
  text-align: center;
  margin: 4px 0 13px 0;
}
#modal-daily-limit .main-button-1 {
  font-size: var(--fontSize4);
}
#modal-daily-limit .main-button-1:disabled {
  background: var(--mainColor17);
  color: var(--mainColor1);
}
#modal-daily-limit .verify-button {
  width: 100px;
  min-width: unset;
  font-size: var(--fontSize4) !important;
}
#modal-daily-limit .main-input {
  width: 280px;
}
#modal-daily-limit .submit-button {
  margin: 2px 0 8px 0;
}
#modal-daily-limit span {
  font-size: var(--fontSize4);
  color: var(--mainColor1) !important;
  font-weight: 0 !important;
}
#modal-daily-limit .info-icon {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
#modal-daily-limit .info-icon svg {
  width: 80px;
  fill: var(--mainColor5);
}
.page-link:focus {
  box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}
.slot-download-page {
  background: var(--mainColor42);
  margin: 50px 0;
  padding: 20px 10px 50px;
  border-radius: var(--borderRadius1);
  border: none;
}
.slot-download-page h2 {
  font-size: var(--fontSize7);
  color: var(--mainColor6);
  font-weight: 700;
  margin-bottom: 15px;
}
.slot-download-page ol li {
  font-size: var(--fontSize3);
  color: var(--mainColor6);
  line-height: 25px;
}
.slot-download-page .game-password-btn {
  color: var(--mainColor6);
  font-weight: 700;
  font-size: var(--fontSize3);
  text-decoration: underline !important;
  padding-top: 10px;
  text-transform: uppercase;
}
.slot-download-page .game-password-btn:hover {
  color: var(--mainColor1);
}
.slot-download-page h3 {
  width: 100%;
  color: var(--mainColor1);
  font-size: var(--fontSize10);
  font-weight: 700;
  margin-bottom: 0;
}
.slot-download-page .title-row {
  border-bottom: 1px solid var(--mainColor9);
  padding-bottom: 20px;
  margin: 0 15px 20px;
}
.slot-download-page .maintenance-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.slot-download-page .maintenance-section img {
  height: 30px;
}
.slot-download-page .maintenance-section span {
  font-size: var(--fontSize8);
  color: var(--mainColor6);
  padding-right: 10px;
}
.slot-download-page .maintenance-section svg {
  width: 30px;
  fill: var(--mainColor10);
}
.download-button-container {
  margin-bottom: 30px;
}
.download-button-container .download-title-small {
  color: var(--mainColor52);
  font-size: var(--fontSize3);
  font-weight: 400;
  display: block;
  text-align: left;
}
.download-button-container .btn-download {
  background: var(--mainColor51);
  color: var(--mainColor52);
  width: 310px;
  margin-top: 10px;
  border-radius: var(--borderRadius1);
  padding: 8px;
  width: 310px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.download-button-container .btn-download.disabled {
  background: var(--mainColor55);
}
.download-button-container .btn-download.disabled h4 {
  color: var(--mainColor52);
}
.download-button-container .btn-download.disabled h4 span {
  color: var(--mainColor52);
}
.download-button-container .btn-download.disabled svg {
  fill: var(--mainColor52);
}
.download-button-container .download-title {
  display: inline-flex;
  padding-left: 10px;
}
.download-button-container .download-title h4 {
  color: var(--mainColor52);
  font-size: var(--fontSize3);
  margin-bottom: 0;
  font-weight: 700;
}
.download-button-container .download-icon {
  display: inline-block;
  margin: auto 0;
}
.download-button-container .download-icon img {
  width: auto;
  height: 35px;
  margin-right: 10px;
}
.download-button-container .download-icon svg {
  width: 35px;
  fill: var(--mainColor52);
}
.input-icons-copy {
  width: 100%;
  position: relative;
}
.input-icons-copy .btn-copy {
  position: absolute;
  right: 13px;
  top: 8px;
}
.input-icons-copy img {
  width: 20px;
}
.copy-input span {
  position: absolute;
  right: 10px;
  top: 10px;
}
.copy-input span svg {
  width: 20px;
  fill: var(--mainColor6);
}
#no-freeze-spinner > div > i > img {
  vertical-align: unset;
  filter: brightness(0) saturate(100%) invert(83%) sepia(12%) saturate(1331%) hue-rotate(351deg) brightness(108%) contrast(92%);
}
#no-freeze-spinner {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: var(--preloader-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
.no-freeze-spinner {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9999;
}
.no-freeze-spinner #no-freeze-spinner {
  z-index: 9999;
  opacity: 0.75;
  transform: scale(1);
  background-color: black;
}
#no-freeze-spinner > div > div {
  animation-play-state: paused;
  border: 5px solid var(--mainColor16);
  border-radius: 50%;
  animation: rotate-static 1s infinite linear;
  border-left-color: rgba(200, 200, 200, 0.4);
  width: 100%;
  height: 100%;
}
#no-freeze-spinner > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.8);
  width: 60px;
  height: 60px;
  padding: 5px;
}
.no-freeze-spinner #no-freeze-spinner div div {
  animation-play-state: running;
}
@keyframes loadicons {
  0% {
    transform: scale(0) translate3d(0, 0, 0);
  }
  5% {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  10% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  15% {
    transform: scale(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate-static {
  100% {
    transform: rotate(360deg);
  }
}
.no-freeze-spinner #no-freeze-spinner i {
  font-size: var(--fontSize14);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--mainColor1);
  width: 24px;
  height: 24px;
  line-height: 1;
  transform: scale(0) translate3d(0, 0, 0);
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(1) {
  animation: loadicons 5s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(2) {
  animation: loadicons 5s 1s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(3) {
  animation: loadicons 5s 2s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(4) {
  animation: loadicons 5s 3s infinite ease-in-out;
}
.no-freeze-spinner #no-freeze-spinner i:nth-of-type(5) {
  animation: loadicons 5s 4s infinite ease-in-out;
}
.referral-content h2 {
  font-weight: 700;
  color: var(--mainColor1);
  font-size: var(--fontSize5);
}
.referral-content h3 {
  font-weight: 700;
  font-size: var(--fontSize12);
  color: var(--mainColor4);
}
.referral-content p {
  margin-bottom: 0;
  line-height: 20px !important;
  font-size: var(--fontSize3);
  color: var(--mainColor6);
}
.referral-detail span {
  display: block;
  font-size: var(--fontSize12);
  color: var(--mainColor35);
  line-height: 20px;
}
.referral-detail span h3 {
  font-size: var(--fontSize13);
  color: var(--mainColor35);
  margin: unset !important;
}
.referral-detail {
  background: var(--mainColor8);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  min-height: 0px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.referral-detail:hover {
  background: var(--mainColor5);
  transition: 0.3s;
}
.referral-modal-content {
  width: 450px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--mainColor7);
  border: none;
}
.form-control:disabled:focus,
.form-control[readonly]:focus {
  box-shadow: none;
}
.referral-qr-btn {
  background: var(--mainColor49);
  border-radius: var(--borderRadius1);
  color: var(--mainColor50);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  border: none;
  height: 30px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
  min-width: 125px;
}
.rewards-table {
  margin-top: 35px;
}
.rewards-table .main-button-1 {
  max-width: 100px;
  text-transform: uppercase;
  height: 30px;
  box-shadow: none;
}
.rewards-table tr {
  height: 50px;
}
.currency-box {
  height: 40px;
  display: flex;
  align-items: center;
  width: 56px;
  justify-content: center;
  background-color: var(--mainColor1);
  border: 1px solid var(--mainColor11);
  border-radius: 5px 0 0 5px;
}
.currency-input {
  background: var(--mainColor13);
  border-radius: 5px;
}
.dropdown-select {
  height: 40px;
  border-radius: var(--borderRadius1);
  background: var(--mainColor1);
  border: 1px solid var(--mainColor11);
  color: var(--mainColor4);
  font-size: var(--fontSize3);
  text-align: center;
  width: 100%;
  padding: 0 15px;
  cursor: pointer;
}
.dropdown-select:focus {
  box-shadow: none !important;
  border: 1px solid var(--mainColor11);
}
.turnover-text {
  font-size: var(--fontSize3);
  color: var(--mainColor1) !important;
  line-height: 20px;
  display: block;
  font-weight: 400;
}
.active-promotion p {
  margin-bottom: 5px;
  font-weight: 500;
}
#thank-you-section {
  height: 750px;
  background: var(--mainColor42) !important;
}
#thank-you-section .success-thank-you-icon {
  width: 80px !important;
  fill: var(--mainColor57);
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  margin: auto;
}
#thank-you-section .thank-you-message {
  color: var(--mainColor25);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
#thank-you-section .thank-you-message p {
  color: var(--mainColor6);
}
#modal-referral-QR .main-button-1 {
  font-size: var(--fontSize12);
}
.QR-container {
  text-align: center;
}
.QR-container canvas {
  border: 0.5px solid #7B7B7B;
  border-radius: 5px;
}
[id^=svg-gradient-] {
  --color-stop-1: var(--gradient1);
  --color-stop-2: var(--gradient2);
  --color-stop-3: var(--gradient3);
  --color-stop-4: var(--gradient4);
}
.active [id^=svg-gradient-] {
  --color-stop-1: var(--mainColor12);
  --color-stop-2: var(--mainColor12);
  --color-stop-3: var(--mainColor12);
  --color-stop-4: var(--mainColor12);
}
.play-hover-box {
  background: rgba(0, 0, 0, 0.6980392157);
}
.play-hover-box .play-hover {
  width: 100%;
  height: 100%;
  margin-top: 35%;
  text-align: center;
}
.play-hover-box .play-hover p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: var(--mainColor60);
}
.play-hover-box .play-hover svg {
  width: 25%;
}
.play-hover-box .play-hover .play-icon {
  fill: var(--mainColor69);
}
.play-hover-box .play-hover .play-demo-icon {
  fill: var(--mainColor68);
}
.list-filter .c-search svg {
  fill: var(--mainColor6) !important;
}
.rebate-details-title {
  margin: 0 !important;
  color: var(--mainColor6);
  font-size: 17px;
  font-weight: 700;
  padding-left: 30px;
  padding-top: 24px;
}
[id^=svg-gradient-usp-] {
  --color-stop-1: var(--mainColor38);
  --color-stop-2: var(--mainColor38);
  --color-stop-3: var(--mainColor38);
  --color-stop-4: var(--mainColor38);
}
.scroll-box {
  max-height: 70vh;
  min-height: 70vh;
  overflow: scroll;
  scrollbar-width: none;
}
#lotee-floating-button-container {
  bottom: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-height: 150px !important;
  max-width: 150px !important;
}
.freespin-modal {
  max-width: 850px;
  margin: 0 auto;
  border-radius: var(--borderRadius2);
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  color: var(--mainColor3);
}
.freespin-modal .ma-box {
  border: 1px solid var(--mainColor1);
  overflow-x: hidden;
}
.freespin-modal img {
  width: 100%;
  border-radius: 10px;
}
.freespin-modal ul {
  margin-left: 15px;
  margin-bottom: 0px;
  list-style: auto;
  color: var(--mainColor72);
}
.freespin-modal ul li {
  margin-bottom: 10px;
  color: var(--mainColor72);
}
.freespin-modal h6 {
  color: var(--mainColor1);
}
.freespin-modal h4 {
  margin-bottom: 0;
  letter-spacing: normal;
  font-size: var(--fontSize13);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  padding: 25px 48px;
  color: var(--mainColor1);
  text-align: center;
}
.freespin-modal p {
  letter-spacing: normal;
  margin-bottom: 10px;
  padding: 30px 48px 0;
  font-size: var(--fontSize2);
  color: var(--mainColor3);
  font-weight: 400;
  line-height: 20px;
}
.freespin-modal span {
  color: var(--mainColor1);
  display: block;
  font-weight: normal;
}
.freespin-modal .close-promotion {
  text-align: center !important;
  position: sticky;
  bottom: 0px;
  width: 100%;
  padding: 50px 15px 25px 15px;
}
.freespin-modal .close-promotion .button-orange {
  width: 315px;
  margin: 0 5px;
  height: 40px;
}
.freespin-modal .close-promotion .button-cancel {
  width: 315px;
  margin: 0 5px;
  height: 40px;
}
.freespin-modal .close-promotion .button-gold-outline {
  width: 315px;
  margin: 0 5px;
  height: 40px;
}
.freespin-modal .mfp-close {
  top: -5px !important;
  right: -5px !important;
  font-size: 40px !important;
  width: 54px;
  height: 54px;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: none;
}
.freespin-modal .close-color {
  color: var(--mainColor1) !important;
}
.freespin-modal .button-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.freespin-modal .button-row button {
  width: 280px;
  margin: 0 10px;
}
.button-orange {
  background: var(--mainColor3-btn-bg-color);
  border-radius: var(--borderRadius1);
  width: 125px;
  height: 35px;
  font-size: var(--fontSize4);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: var(--homepage-nav-text-color) !important;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-cancel {
  background: var(--mainColor14);
  border-radius: var(--borderRadius1);
  width: 125px;
  height: 35px;
  font-size: var(--fontSize4);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: var(--cancel-button-text-color);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-orange.disabled {
  color: var(--mainColor3);
  background: var(--mainColor10);
}
.button-cancel:disabled {
  color: var(--mainColor3);
  background: var(--mainColor10);
}
.button-gold-outline {
  background: var(--mainColor8);
  border: 1px solid var(--mainColor1);
  width: 125px;
  height: 35px;
  font-size: var(--fontSize4);
  border-radius: var(--borderRadius1);
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: var(--mainColor3) !important;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-gold-outline:hover {
  background: var(--mainColor8);
  transition: 0.3s;
}
.button-gold-outline.darker-color {
  background: var(--close-button-darker-color);
  color: var(--close-button-text-darker-color) !important;
}
.button-gold-outline.golden-color {
  background: var(--mainColor1);
  color: var(--mainColor1) !important;
}
.active-referrers svg {
  fill: var(--mainColor12);
}
#notification-pop {
  transform: none;
  padding: 0;
}
#notification-pop .modal-dialog {
  margin: auto !important;
}
#notification-pop .modal-content {
  background-color: transparent !important;
  border: none !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #notification-pop .modal-dialog {
    width: 100%;
    max-width: 100%;
  }
}
#notification-pop .notification-bottom {
  position: fixed;
  bottom: 6vh;
  right: 0;
  width: 100%;
}
#notification-pop .notification-bottom .gra-box {
  background: var(--mainColor11);
  border: 1px solid var(--mainColor3);
  border-radius: var(--borderRadius2);
  margin: 10px 15px;
  padding: 30px 20px;
}
#notification-pop .notification-bottom h3 {
  font-size: var(--fontSize2);
  text-align: center;
  color: var(--mainColor3);
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
#notification-pop .notification-bottom p {
  font-size: var(--fontSize4);
  text-align: center;
  color: var(--mainColor6);
  margin-bottom: 0px;
}
#notification-pop .notification-bottom button {
  width: 100%;
  background: var(--mainColor5);
  border: none;
  color: var(--mainColor23);
  text-align: center;
  line-height: 3.5;
  margin-bottom: 0;
  font-weight: 600;
  height: 57px;
  outline: none;
}
#notification-pop .notification-bottom .btn-nothanks {
  background: var(--mainColor11) !important;
  border-radius: 10px 0px 0px 10px;
}
#notification-pop .notification-bottom .btn-deposit {
  color: var(--mainColor18) !important;
  border-radius: 0px 10px 10px 0px;
}

/* projects/desktop/src/_skeleton.scss */
.skeleton {
  background: none;
  box-shadow: unset;
  pointer-events: none;
  cursor: unset !important;
  -webkit-user-select: none;
  user-select: none;
  animation: 1s skeleton-loading linear infinite alternate;
}
.skeleton span {
  background: unset !important;
}
.skeleton .mat-expansion-indicator {
  display: none;
}
.skeleton-category-title {
  height: 40px;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.skeleton-title {
  height: 20px;
  width: 50%;
  margin: auto;
}
.skeleton-text {
  height: 20px;
}
.no-background {
  background-color: none;
  background: unset !important;
}
@keyframes skeleton-loading {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: var(--mainColor70);
  }
}
.skeleton-faq-mat-header {
  height: 48px;
}
.skeleton-game-menu-title {
  height: 50px;
  margin: auto;
}
.skeleton-provider-icon {
  border-radius: 5px;
  height: 70px;
  margin-bottom: 35px;
}
.skeleton-game-menu {
  display: inline-block;
  height: 45px !important;
  width: 45px !important;
  border-radius: 5px;
  margin-right: 15px;
}
.skeleton-game-menu svg {
  display: inline;
  padding-bottom: 5px;
  height: 45px;
  width: 45px;
}
.skeleton-game-menu-title {
  color: transparent !important;
  padding: 5px;
}
.skeleton-provider-icon:hover {
  filter: unset !important;
  transition: unset !important;
}
.skeleton-swiper-wrapper {
  justify-content: space-between;
}
.skeleton-swiper-wrapper .skeleton-swiper-slide {
  flex: 0 1 340px !important;
  width: 25% !important;
}
.why-us-box .skeleton {
  background: var(--mainColor7);
}
.skeleton-referral-code {
  height: 40px;
}
.skeleton-vip-title {
  height: 80px;
}
.skeleton-vip-image {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
.skeleton-vip-status-image {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.skeleton-footer-icon {
  display: inline-block;
  height: 40px !important;
  width: 40px !important;
  border-radius: 5px;
}
.skeleton-footer-payment-processor-icon {
  display: inline-block;
  height: 40px !important;
  width: 95px !important;
  border-radius: 5px;
}
.skeleton-promotion-img {
  height: 230px;
  width: 100%;
}
.skeleton-promotion-page-img {
  width: 100%;
}
.skeleton-promotion-title {
  color: transparent !important;
  height: 25px;
}
.skeleton--input {
  border-radius: var(--borderRadius1);
  width: 100%;
  height: 40px;
}
.skeleton--td {
  border-radius: var(--borderRadius1);
  width: 75%;
  height: 20px;
}
.portal-modal .skeleton--icon {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.portal-modal .skeleton--title {
  border-radius: var(--borderRadius1);
  width: 50%;
  height: 17px;
  margin-left: 20px;
}
#msgPage .skeleton--title {
  border-radius: var(--borderRadius1);
  width: 150px;
  height: 17px;
}
#msgPage .skeleton--date {
  border-radius: var(--borderRadius1);
  width: 260px;
  height: 17px;
}
.change-game-password-portal .skeleton--game-provider {
  border-radius: 5px;
  width: 144px;
  height: 43px;
  margin-right: 8px;
}
.skeleton-bank-box {
  border-radius: var(--borderRadius1);
  height: 100%;
}
.skeleton-input {
  height: 40px;
}
.skeleton-notice-box {
  height: 60px;
}
.skeleton--td {
  border-radius: var(--borderRadius1);
  width: 75%;
  height: 20px;
}
.skeleton-bank-details {
  background: none;
  box-shadow: none;
  pointer-events: none;
}
.skeleton-category-image {
  height: 250px;
}
.skeleton-video-height {
  height: 300px;
}
.skeleton-popup-title {
  height: 35px;
  width: 50%;
  margin: auto;
}
.skeleton-popup-text {
  height: 20px;
  margin-top: 20px;
}
.skeleton-popup-button-box {
  border-radius: var(--borderRadius1);
  height: 30px;
}
.skeleton-logo {
  height: 50px;
}
.skeleton-wallet-amount {
  height: 25px;
}
.skeleton-turnover {
  height: 20px;
  width: 160px;
}
.skeleton-banner {
  height: 100%;
  width: 100%;
  position: absolute;
}
.skeleton-banner-box {
  background-color: var(--mainColor7);
}
.skeleton-game-provider-image {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}
.skeleton-game-provider-text {
  margin: 0 auto;
}
.skeleton-game-provider-sub-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.skeleton-game-image {
  width: 100%;
  height: 175px;
  border-radius: 10px 10px 0px 0px;
}
.skeleton-grid-inner {
  height: 225px;
}
.skeleton-grid-inner .portfolio-image {
  height: 100%;
  pointer-events: none;
}
.skeleton-grid-inner .row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.skeleton-game-app-input {
  height: 40px;
}
#modal-claim-reward .skeleton--turnover-text {
  height: 20px;
}
#modal-cancel-member-promotion .skeleton--hint {
  height: 16px;
  width: 100%;
}

/* projects/desktop/src/_responsive.scss */
@media screen and (max-width: 1441px) and (min-width: 1280px) {
  :root #header .max-width-1320 {
    max-width: 1160px;
  }
  :root .subpage-title,
  :root .subpage-title-promotion {
    width: 1140px;
  }
  :root .step-container .step-box {
    min-width: 30%;
  }
  :root .step-container .step-box:first-child {
    margin-left: 5%;
  }
  :root .current-status-container {
    max-width: 1160px !important;
  }
  :root .smaller-container {
    max-width: 1000px;
  }
  :root .promotionModal-title {
    max-width: 60%;
  }
  :root .show-notice-3 .provider-icon svg {
    width: 27px;
  }
  :root #gameProviderSlider .swiper-slide .promotion-text {
    font-size: var(--fontSize11);
  }
  :root .show-notice-2 div {
    font-size: var(--fontSize3) !important;
  }
  :root .show-notice-2 .provider-icon {
    margin-top: 35px;
  }
  :root .show-notice-2 .provider-icon svg {
    width: 50px;
  }
  :root #gameProviderSlider .swiper-slide .maintenance-text {
    font-size: var(--fontSize9);
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  :root .container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  :root .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1680px) {
  :root .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 2000px) {
  :root .container-subpage {
    max-width: 1440px;
  }
}
@media screen and (min-width: 2001px) {
  :root .max-body {
    overflow-x: hidden;
    margin: 0 auto;
  }
}

/* projects/desktop/public/assets/qp2a/css/font-icons.css */
@font-face {
  font-family: "font-icons";
  src: url("./media/font-icons.eot");
  src:
    url("./media/font-icons.eot") format("embedded-opentype"),
    url("./media/font-icons.woff") format("woff"),
    url("./media/font-icons.ttf") format("truetype"),
    url("./media/font-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lined-icons";
  src: url("./media/lined-icons.eot");
  src:
    url("./media/lined-icons.eot") format("embedded-opentype"),
    url("./media/lined-icons.woff") format("woff"),
    url("./media/lined-icons.ttf") format("truetype"),
    url("./media/lined-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simple-Line-Icons";
  src: url("./media/Simple-Line-Icons.eot");
  src:
    url("./media/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"),
    url("./media/Simple-Line-Icons.woff") format("woff"),
    url("./media/Simple-Line-Icons.ttf") format("truetype"),
    url("./media/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"],
[class^=icon-line-],
[class*=" icon-line-"],
[class^=icon-line2-],
[class*=" icon-line2-"],
.side-header .primary-menu ul > li.sub-menu > a:after,
.docs-navigation ul ul li.current a:after {
  display: inline-block;
  font-family: "font-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-line-],
[class*=" icon-line-"] {
  font-family: "lined-icons";
}
[class^=icon-line2-],
[class*=" icon-line2-"] {
  font-family: "Simple-Line-Icons";
}
.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.iconlist {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
.iconlist li {
  position: relative;
}
.iconlist ul {
  list-style-type: none;
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.iconlist > li [class^=icon-]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
  position: relative;
  display: inline-block;
  width: 1.75em;
  text-align: center;
  top: 1px;
  width: 14px;
  margin-right: 0.5rem;
}
.iconlist.iconlist-large {
  font-size: 16px;
}
.iconlist.iconlist-large li {
  margin: 4px 0;
}
.iconlist.iconlist-large > li [class^=icon-],
.iconlist.iconlist-large > li [class*=" icon-"] {
  width: 16px;
  margin-right: 5px;
}
.iconlist-color li i {
  color: #1ABC9C;
  color: var(--themecolor);
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stacked-1x {
  line-height: inherit;
}
.icon-stacked-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
.icon-type:before {
  content: "\e600";
}
.icon-box1:before {
  content: "\e601";
}
.icon-archive1:before {
  content: "\e602";
}
.icon-envelope2:before {
  content: "\e603";
}
.icon-email:before {
  content: "\e604";
}
.icon-files:before {
  content: "\e605";
}
.icon-printer2:before {
  content: "\e606";
}
.icon-folder-add:before {
  content: "\e607";
}
.icon-folder-settings:before {
  content: "\e608";
}
.icon-folder-check:before {
  content: "\e609";
}
.icon-wifi-low:before {
  content: "\e60a";
}
.icon-wifi-mid:before {
  content: "\e60b";
}
.icon-wifi-full:before {
  content: "\e60c";
}
.icon-connection-empty:before {
  content: "\e60d";
}
.icon-battery-full1:before {
  content: "\e60e";
}
.icon-settings:before {
  content: "\e60f";
}
.icon-arrow-left1:before {
  content: "\e610";
}
.icon-arrow-up1:before {
  content: "\e611";
}
.icon-arrow-down1:before {
  content: "\e612";
}
.icon-arrow-right1:before {
  content: "\e613";
}
.icon-reload:before {
  content: "\e614";
}
.icon-download1:before {
  content: "\e615";
}
.icon-tag1:before {
  content: "\e616";
}
.icon-trashcan:before {
  content: "\e617";
}
.icon-search1:before {
  content: "\e618";
}
.icon-zoom-in:before {
  content: "\e619";
}
.icon-zoom-out:before {
  content: "\e61a";
}
.icon-chat:before {
  content: "\e61b";
}
.icon-clock2:before {
  content: "\e61c";
}
.icon-printer:before {
  content: "\e61d";
}
.icon-home1:before {
  content: "\e61e";
}
.icon-flag2:before {
  content: "\e61f";
}
.icon-meter:before {
  content: "\e620";
}
.icon-switch:before {
  content: "\e621";
}
.icon-forbidden:before {
  content: "\e622";
}
.icon-phone-landscape:before {
  content: "\e623";
}
.icon-tablet1:before {
  content: "\e624";
}
.icon-tablet-landscape:before {
  content: "\e625";
}
.icon-laptop1:before {
  content: "\e626";
}
.icon-camera1:before {
  content: "\e627";
}
.icon-microwave-oven:before {
  content: "\e628";
}
.icon-credit-cards:before {
  content: "\e629";
}
.icon-map-marker1:before {
  content: "\e62a";
}
.icon-map2:before {
  content: "\e62b";
}
.icon-support:before {
  content: "\e62c";
}
.icon-newspaper2:before {
  content: "\e62d";
}
.icon-barbell:before {
  content: "\e62e";
}
.icon-stopwatch1:before {
  content: "\e62f";
}
.icon-atom1:before {
  content: "\e630";
}
.icon-image2:before {
  content: "\e631";
}
.icon-cube1:before {
  content: "\e632";
}
.icon-bars1:before {
  content: "\e633";
}
.icon-chart:before {
  content: "\e634";
}
.icon-pencil:before {
  content: "\e635";
}
.icon-measure:before {
  content: "\e636";
}
.icon-eyedropper:before {
  content: "\e637";
}
.icon-file-settings:before {
  content: "\e638";
}
.icon-file-add:before {
  content: "\e639";
}
.icon-file2:before {
  content: "\e63a";
}
.icon-align-left1:before {
  content: "\e63b";
}
.icon-align-right1:before {
  content: "\e63c";
}
.icon-align-center1:before {
  content: "\e63d";
}
.icon-align-justify1:before {
  content: "\e63e";
}
.icon-file-broken:before {
  content: "\e63f";
}
.icon-browser:before {
  content: "\e640";
}
.icon-windows1:before {
  content: "\e641";
}
.icon-window:before {
  content: "\e642";
}
.icon-folder2:before {
  content: "\e643";
}
.icon-connection-25:before {
  content: "\e644";
}
.icon-connection-50:before {
  content: "\e645";
}
.icon-connection-75:before {
  content: "\e646";
}
.icon-connection-full:before {
  content: "\e647";
}
.icon-list1:before {
  content: "\e648";
}
.icon-grid:before {
  content: "\e649";
}
.icon-stack3:before {
  content: "\e64a";
}
.icon-battery-charging:before {
  content: "\e64b";
}
.icon-battery-empty1:before {
  content: "\e64c";
}
.icon-battery-25:before {
  content: "\e64d";
}
.icon-battery-50:before {
  content: "\e64e";
}
.icon-battery-75:before {
  content: "\e64f";
}
.icon-refresh:before {
  content: "\e650";
}
.icon-volume:before {
  content: "\e651";
}
.icon-volume-increase:before {
  content: "\e652";
}
.icon-volume-decrease:before {
  content: "\e653";
}
.icon-mute:before {
  content: "\e654";
}
.icon-microphone1:before {
  content: "\e655";
}
.icon-microphone-off:before {
  content: "\e656";
}
.icon-book1:before {
  content: "\e657";
}
.icon-checkmark:before {
  content: "\e658";
}
.icon-checkbox-checked:before {
  content: "\e659";
}
.icon-checkbox:before {
  content: "\e65a";
}
.icon-paperclip1:before {
  content: "\e65b";
}
.icon-chat-1:before {
  content: "\e65c";
}
.icon-chat-2:before {
  content: "\e65d";
}
.icon-chat-3:before {
  content: "\e65e";
}
.icon-comment2:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e660";
}
.icon-bookmark2:before {
  content: "\e661";
}
.icon-email2:before {
  content: "\e662";
}
.icon-heart2:before {
  content: "\e663";
}
.icon-enter:before {
  content: "\e664";
}
.icon-cloud1:before {
  content: "\e665";
}
.icon-book2:before {
  content: "\e666";
}
.icon-star2:before {
  content: "\e667";
}
.icon-lock1:before {
  content: "\e668";
}
.icon-unlocked:before {
  content: "\e669";
}
.icon-unlocked2:before {
  content: "\e66a";
}
.icon-users1:before {
  content: "\e66b";
}
.icon-user2:before {
  content: "\e66c";
}
.icon-users2:before {
  content: "\e66d";
}
.icon-user21:before {
  content: "\e66e";
}
.icon-bullhorn1:before {
  content: "\e66f";
}
.icon-share1:before {
  content: "\e670";
}
.icon-screen:before {
  content: "\e671";
}
.icon-phone1:before {
  content: "\e672";
}
.icon-phone-portrait:before {
  content: "\e673";
}
.icon-calculator1:before {
  content: "\e674";
}
.icon-bag:before {
  content: "\e675";
}
.icon-diamond:before {
  content: "\e676";
}
.icon-drink:before {
  content: "\e677";
}
.icon-shorts:before {
  content: "\e678";
}
.icon-vcard:before {
  content: "\e679";
}
.icon-sun2:before {
  content: "\e67a";
}
.icon-bill:before {
  content: "\e67b";
}
.icon-coffee1:before {
  content: "\e67c";
}
.icon-tv2:before {
  content: "\e67d";
}
.icon-newspaper3:before {
  content: "\e67e";
}
.icon-stack:before {
  content: "\e67f";
}
.icon-syringe1:before {
  content: "\e680";
}
.icon-health:before {
  content: "\e681";
}
.icon-bolt1:before {
  content: "\e682";
}
.icon-pill:before {
  content: "\e683";
}
.icon-bones:before {
  content: "\e684";
}
.icon-lab:before {
  content: "\e685";
}
.icon-clipboard2:before {
  content: "\e686";
}
.icon-mug:before {
  content: "\e687";
}
.icon-bucket:before {
  content: "\e688";
}
.icon-select:before {
  content: "\e689";
}
.icon-graph:before {
  content: "\e68a";
}
.icon-crop1:before {
  content: "\e68b";
}
.icon-heart21:before {
  content: "\e68c";
}
.icon-cloud2:before {
  content: "\e68d";
}
.icon-star21:before {
  content: "\e68e";
}
.icon-pen1:before {
  content: "\e68f";
}
.icon-diamond2:before {
  content: "\e690";
}
.icon-display:before {
  content: "\e691";
}
.icon-paperplane:before {
  content: "\e692";
}
.icon-params:before {
  content: "\e693";
}
.icon-banknote:before {
  content: "\e694";
}
.icon-vynil:before {
  content: "\e695";
}
.icon-truck1:before {
  content: "\e696";
}
.icon-world:before {
  content: "\e697";
}
.icon-tv1:before {
  content: "\e698";
}
.icon-sound:before {
  content: "\e699";
}
.icon-video1:before {
  content: "\e69a";
}
.icon-trash1:before {
  content: "\e69b";
}
.icon-user3:before {
  content: "\e69c";
}
.icon-key1:before {
  content: "\e69d";
}
.icon-search2:before {
  content: "\e69e";
}
.icon-settings2:before {
  content: "\e69f";
}
.icon-camera2:before {
  content: "\e6a0";
}
.icon-tag2:before {
  content: "\e6a1";
}
.icon-lock2:before {
  content: "\e6a2";
}
.icon-bulb:before {
  content: "\e6a3";
}
.icon-location:before {
  content: "\e6a4";
}
.icon-eye2:before {
  content: "\e6a5";
}
.icon-bubble:before {
  content: "\e6a6";
}
.icon-stack2:before {
  content: "\e6a7";
}
.icon-cup:before {
  content: "\e6a8";
}
.icon-phone2:before {
  content: "\e6a9";
}
.icon-news:before {
  content: "\e6aa";
}
.icon-mail:before {
  content: "\e6ab";
}
.icon-like:before {
  content: "\e6ac";
}
.icon-photo:before {
  content: "\e6ad";
}
.icon-note:before {
  content: "\e6ae";
}
.icon-clock21:before {
  content: "\e6af";
}
.icon-data:before {
  content: "\e6b0";
}
.icon-music1:before {
  content: "\e6b1";
}
.icon-megaphone:before {
  content: "\e6b2";
}
.icon-study:before {
  content: "\e6b3";
}
.icon-lab2:before {
  content: "\e6b4";
}
.icon-food:before {
  content: "\e6b5";
}
.icon-t-shirt:before {
  content: "\e6b6";
}
.icon-fire1:before {
  content: "\e6b7";
}
.icon-clip:before {
  content: "\e6b8";
}
.icon-shop:before {
  content: "\e6b9";
}
.icon-calendar21:before {
  content: "\e6ba";
}
.icon-wallet1:before {
  content: "\e6bb";
}
.icon-glass:before {
  content: "\e6bc";
}
.icon-music2:before {
  content: "\e6bd";
}
.icon-search3:before {
  content: "\e6be";
}
.icon-envelope21:before {
  content: "\e6bf";
}
.icon-heart3:before {
  content: "\e6c0";
}
.icon-star3:before {
  content: "\e6c1";
}
.icon-star-empty:before {
  content: "\e6c2";
}
.icon-user4:before {
  content: "\e6c3";
}
.icon-film1:before {
  content: "\e6c4";
}
.icon-th-large1:before {
  content: "\e6c5";
}
.icon-th1:before {
  content: "\e6c6";
}
.icon-th-list1:before {
  content: "\e6c7";
}
.icon-ok:before {
  content: "\e6c8";
}
.icon-remove:before {
  content: "\e6c9";
}
.icon-zoom-in2:before {
  content: "\e6ca";
}
.icon-zoom-out2:before {
  content: "\e6cb";
}
.icon-off:before {
  content: "\e6cc";
}
.icon-signal1:before {
  content: "\e6cd";
}
.icon-cog1:before {
  content: "\e6ce";
}
.icon-trash2:before {
  content: "\e6cf";
}
.icon-home2:before {
  content: "\e6d0";
}
.icon-file21:before {
  content: "\e6d1";
}
.icon-time:before {
  content: "\e6d2";
}
.icon-road1:before {
  content: "\e6d3";
}
.icon-download-alt:before {
  content: "\e6d4";
}
.icon-download2:before {
  content: "\e6d5";
}
.icon-upload1:before {
  content: "\e6d6";
}
.icon-inbox1:before {
  content: "\e6d7";
}
.icon-play-circle2:before {
  content: "\e6d8";
}
.icon-repeat:before {
  content: "\e6d9";
}
.icon-refresh2:before {
  content: "\e6da";
}
.icon-list-alt2:before {
  content: "\e6db";
}
.icon-lock3:before {
  content: "\e6dc";
}
.icon-flag21:before {
  content: "\e6dd";
}
.icon-headphones1:before {
  content: "\e6de";
}
.icon-volume-off1:before {
  content: "\e6df";
}
.icon-volume-down1:before {
  content: "\e6e0";
}
.icon-volume-up1:before {
  content: "\e6e1";
}
.icon-qrcode1:before {
  content: "\e6e2";
}
.icon-barcode1:before {
  content: "\e6e3";
}
.icon-tag3:before {
  content: "\e6e4";
}
.icon-tags1:before {
  content: "\e6e5";
}
.icon-book3:before {
  content: "\e6e6";
}
.icon-bookmark21:before {
  content: "\e6e7";
}
.icon-print2:before {
  content: "\e6e8";
}
.icon-camera3:before {
  content: "\e6e9";
}
.icon-font1:before {
  content: "\e6ea";
}
.icon-bold1:before {
  content: "\e6eb";
}
.icon-italic1:before {
  content: "\e6ec";
}
.icon-text-height1:before {
  content: "\e6ed";
}
.icon-text-width1:before {
  content: "\e6ee";
}
.icon-align-left2:before {
  content: "\e6ef";
}
.icon-align-center2:before {
  content: "\e6f0";
}
.icon-align-right2:before {
  content: "\e6f1";
}
.icon-align-justify2:before {
  content: "\e6f2";
}
.icon-list2:before {
  content: "\e6f3";
}
.icon-indent-left:before {
  content: "\e6f4";
}
.icon-indent-right:before {
  content: "\e6f5";
}
.icon-facetime-video:before {
  content: "\e6f6";
}
.icon-picture:before {
  content: "\e6f7";
}
.icon-pencil2:before {
  content: "\e6f8";
}
.icon-map-marker2:before {
  content: "\e6f9";
}
.icon-adjust1:before {
  content: "\e6fa";
}
.icon-tint1:before {
  content: "\e6fb";
}
.icon-edit2:before {
  content: "\e6fc";
}
.icon-share2:before {
  content: "\e6fd";
}
.icon-check1:before {
  content: "\e6fe";
}
.icon-move:before {
  content: "\e6ff";
}
.icon-step-backward1:before {
  content: "\e700";
}
.icon-fast-backward1:before {
  content: "\e701";
}
.icon-backward1:before {
  content: "\e702";
}
.icon-play1:before {
  content: "\e703";
}
.icon-pause1:before {
  content: "\e704";
}
.icon-stop1:before {
  content: "\e705";
}
.icon-forward1:before {
  content: "\e706";
}
.icon-fast-forward1:before {
  content: "\e707";
}
.icon-step-forward1:before {
  content: "\e708";
}
.icon-eject1:before {
  content: "\e709";
}
.icon-chevron-left1:before {
  content: "\e70a";
}
.icon-chevron-right1:before {
  content: "\e70b";
}
.icon-plus-sign:before {
  content: "\e70c";
}
.icon-minus-sign:before {
  content: "\e70d";
}
.icon-remove-sign:before {
  content: "\e70e";
}
.icon-ok-sign:before {
  content: "\e70f";
}
.icon-question-sign:before {
  content: "\e710";
}
.icon-info-sign:before {
  content: "\e711";
}
.icon-screenshot:before {
  content: "\e712";
}
.icon-remove-circle:before {
  content: "\e713";
}
.icon-ok-circle:before {
  content: "\e714";
}
.icon-ban-circle:before {
  content: "\e715";
}
.icon-arrow-left2:before {
  content: "\e716";
}
.icon-arrow-right2:before {
  content: "\e717";
}
.icon-arrow-up2:before {
  content: "\e718";
}
.icon-arrow-down2:before {
  content: "\e719";
}
.icon-share-alt1:before {
  content: "\e71a";
}
.icon-resize-full:before {
  content: "\e71b";
}
.icon-resize-small:before {
  content: "\e71c";
}
.icon-plus1:before {
  content: "\e71d";
}
.icon-minus1:before {
  content: "\e71e";
}
.icon-asterisk1:before {
  content: "\e71f";
}
.icon-exclamation-sign:before {
  content: "\e720";
}
.icon-gift1:before {
  content: "\e721";
}
.icon-leaf1:before {
  content: "\e722";
}
.icon-fire2:before {
  content: "\e723";
}
.icon-eye-open:before {
  content: "\e724";
}
.icon-eye-close:before {
  content: "\e725";
}
.icon-warning-sign:before {
  content: "\e726";
}
.icon-plane1:before {
  content: "\e727";
}
.icon-calendar3:before {
  content: "\e728";
}
.icon-random1:before {
  content: "\e729";
}
.icon-comment21:before {
  content: "\e72a";
}
.icon-magnet1:before {
  content: "\e72b";
}
.icon-chevron-up1:before {
  content: "\e72c";
}
.icon-chevron-down1:before {
  content: "\e72d";
}
.icon-retweet1:before {
  content: "\e72e";
}
.icon-shopping-cart:before {
  content: "\e72f";
}
.icon-folder-close:before {
  content: "\e730";
}
.icon-folder-open2:before {
  content: "\e731";
}
.icon-resize-vertical:before {
  content: "\e732";
}
.icon-resize-horizontal:before {
  content: "\e733";
}
.icon-bar-chart:before {
  content: "\e734";
}
.icon-twitter-sign:before {
  content: "\e735";
}
.icon-facebook-sign:before {
  content: "\e736";
}
.icon-camera-retro1:before {
  content: "\e737";
}
.icon-key2:before {
  content: "\e738";
}
.icon-cogs1:before {
  content: "\e739";
}
.icon-comments2:before {
  content: "\e73a";
}
.icon-thumbs-up2:before {
  content: "\e73b";
}
.icon-thumbs-down2:before {
  content: "\e73c";
}
.icon-star-half2:before {
  content: "\e73d";
}
.icon-heart-empty:before {
  content: "\e73e";
}
.icon-signout:before {
  content: "\e73f";
}
.icon-linkedin-sign:before {
  content: "\e740";
}
.icon-pushpin:before {
  content: "\e741";
}
.icon-external-link:before {
  content: "\e742";
}
.icon-signin:before {
  content: "\e743";
}
.icon-trophy1:before {
  content: "\e744";
}
.icon-github-sign:before {
  content: "\e745";
}
.icon-upload-alt:before {
  content: "\e746";
}
.icon-lemon2:before {
  content: "\e747";
}
.icon-phone3:before {
  content: "\e748";
}
.icon-check-empty:before {
  content: "\e749";
}
.icon-bookmark-empty:before {
  content: "\e74a";
}
.icon-phone-sign:before {
  content: "\e74b";
}
.icon-twitter2:before {
  content: "\e74c";
}
.icon-facebook2:before {
  content: "\e74d";
}
.icon-github2:before {
  content: "\e74e";
}
.icon-unlock1:before {
  content: "\e74f";
}
.icon-credit:before {
  content: "\e750";
}
.icon-rss2:before {
  content: "\e751";
}
.icon-hdd2:before {
  content: "\e752";
}
.icon-bullhorn2:before {
  content: "\e753";
}
.icon-bell2:before {
  content: "\e754";
}
.icon-certificate1:before {
  content: "\e755";
}
.icon-hand-right:before {
  content: "\e756";
}
.icon-hand-left:before {
  content: "\e757";
}
.icon-hand-up:before {
  content: "\e758";
}
.icon-hand-down:before {
  content: "\e759";
}
.icon-circle-arrow-left:before {
  content: "\e75a";
}
.icon-circle-arrow-right:before {
  content: "\e75b";
}
.icon-circle-arrow-up:before {
  content: "\e75c";
}
.icon-circle-arrow-down:before {
  content: "\e75d";
}
.icon-globe1:before {
  content: "\e75e";
}
.icon-wrench1:before {
  content: "\e75f";
}
.icon-tasks1:before {
  content: "\e760";
}
.icon-filter1:before {
  content: "\e761";
}
.icon-briefcase1:before {
  content: "\e762";
}
.icon-fullscreen:before {
  content: "\e763";
}
.icon-group:before {
  content: "\e764";
}
.icon-link1:before {
  content: "\e765";
}
.icon-cloud3:before {
  content: "\e766";
}
.icon-beaker:before {
  content: "\e767";
}
.icon-cut1:before {
  content: "\e768";
}
.icon-copy2:before {
  content: "\e769";
}
.icon-paper-clip:before {
  content: "\e76a";
}
.icon-save2:before {
  content: "\e76b";
}
.icon-sign-blank:before {
  content: "\e76c";
}
.icon-reorder:before {
  content: "\e76d";
}
.icon-list-ul1:before {
  content: "\e76e";
}
.icon-list-ol1:before {
  content: "\e76f";
}
.icon-strikethrough1:before {
  content: "\e770";
}
.icon-underline1:before {
  content: "\e771";
}
.icon-table1:before {
  content: "\e772";
}
.icon-magic1:before {
  content: "\e773";
}
.icon-truck2:before {
  content: "\e774";
}
.icon-pinterest2:before {
  content: "\e775";
}
.icon-pinterest-sign:before {
  content: "\e776";
}
.icon-google-plus-sign:before {
  content: "\e777";
}
.icon-google-plus1:before {
  content: "\e778";
}
.icon-money:before {
  content: "\e779";
}
.icon-caret-down1:before {
  content: "\e77a";
}
.icon-caret-up1:before {
  content: "\e77b";
}
.icon-caret-left1:before {
  content: "\e77c";
}
.icon-caret-right1:before {
  content: "\e77d";
}
.icon-columns1:before {
  content: "\e77e";
}
.icon-sort1:before {
  content: "\e77f";
}
.icon-sort-down1:before {
  content: "\e780";
}
.icon-sort-up1:before {
  content: "\e781";
}
.icon-envelope-alt:before {
  content: "\e782";
}
.icon-linkedin2:before {
  content: "\e783";
}
.icon-undo1:before {
  content: "\e784";
}
.icon-legal:before {
  content: "\e785";
}
.icon-dashboard:before {
  content: "\e786";
}
.icon-comment-alt2:before {
  content: "\e787";
}
.icon-comments-alt:before {
  content: "\e788";
}
.icon-bolt2:before {
  content: "\e789";
}
.icon-sitemap1:before {
  content: "\e78a";
}
.icon-umbrella1:before {
  content: "\e78b";
}
.icon-paste1:before {
  content: "\e78c";
}
.icon-lightbulb2:before {
  content: "\e78d";
}
.icon-exchange:before {
  content: "\e78e";
}
.icon-cloud-download:before {
  content: "\e78f";
}
.icon-cloud-upload:before {
  content: "\e790";
}
.icon-user-md1:before {
  content: "\e791";
}
.icon-stethoscope1:before {
  content: "\e792";
}
.icon-suitcase1:before {
  content: "\e793";
}
.icon-bell-alt:before {
  content: "\e794";
}
.icon-coffee2:before {
  content: "\e795";
}
.icon-food2:before {
  content: "\e796";
}
.icon-file-alt2:before {
  content: "\e797";
}
.icon-building2:before {
  content: "\e798";
}
.icon-hospital2:before {
  content: "\e799";
}
.icon-ambulance1:before {
  content: "\e79a";
}
.icon-medkit1:before {
  content: "\e79b";
}
.icon-fighter-jet1:before {
  content: "\e79c";
}
.icon-beer1:before {
  content: "\e79d";
}
.icon-h-sign:before {
  content: "\e79e";
}
.icon-plus-sign2:before {
  content: "\e79f";
}
.icon-double-angle-left:before {
  content: "\e7a0";
}
.icon-double-angle-right:before {
  content: "\e7a1";
}
.icon-double-angle-up:before {
  content: "\e7a2";
}
.icon-double-angle-down:before {
  content: "\e7a3";
}
.icon-angle-left:before {
  content: "\e7a4";
}
.icon-angle-right:before {
  content: "\e7a5";
}
.icon-angle-up:before {
  content: "\e7a6";
}
.icon-angle-down:before {
  content: "\e7a7";
}
.icon-desktop1:before {
  content: "\e7a8";
}
.icon-laptop2:before {
  content: "\e7a9";
}
.icon-tablet2:before {
  content: "\e7aa";
}
.icon-mobile1:before {
  content: "\e7ab";
}
.icon-circle-blank:before {
  content: "\e7ac";
}
.icon-quote-left1:before {
  content: "\e7ad";
}
.icon-quote-right1:before {
  content: "\e7ae";
}
.icon-spinner1:before {
  content: "\e7af";
}
.icon-circle2:before {
  content: "\e7b0";
}
.icon-reply1:before {
  content: "\e7b1";
}
.icon-github-alt1:before {
  content: "\e7b2";
}
.icon-folder-close-alt:before {
  content: "\e7b3";
}
.icon-folder-open-alt:before {
  content: "\e7b4";
}
.icon-expand-alt:before {
  content: "\e7b5";
}
.icon-collapse-alt:before {
  content: "\e7b6";
}
.icon-smile2:before {
  content: "\e7b7";
}
.icon-frown2:before {
  content: "\e7b8";
}
.icon-meh2:before {
  content: "\e7b9";
}
.icon-gamepad1:before {
  content: "\e7ba";
}
.icon-keyboard2:before {
  content: "\e7bb";
}
.icon-flag-alt:before {
  content: "\e7bc";
}
.icon-flag-checkered1:before {
  content: "\e7bd";
}
.icon-terminal1:before {
  content: "\e7be";
}
.icon-code1:before {
  content: "\e7bf";
}
.icon-reply-all1:before {
  content: "\e7c0";
}
.icon-star-half-full:before {
  content: "\e7c1";
}
.icon-location-arrow1:before {
  content: "\e7c2";
}
.icon-crop2:before {
  content: "\e7c3";
}
.icon-code-fork:before {
  content: "\e7c4";
}
.icon-unlink1:before {
  content: "\e7c5";
}
.icon-question1:before {
  content: "\e7c6";
}
.icon-info1:before {
  content: "\e7c7";
}
.icon-exclamation1:before {
  content: "\e7c8";
}
.icon-superscript1:before {
  content: "\e7c9";
}
.icon-subscript1:before {
  content: "\e7ca";
}
.icon-eraser1:before {
  content: "\e7cb";
}
.icon-puzzle:before {
  content: "\e7cc";
}
.icon-microphone2:before {
  content: "\e7cd";
}
.icon-microphone-off2:before {
  content: "\e7ce";
}
.icon-shield:before {
  content: "\e7cf";
}
.icon-calendar-empty:before {
  content: "\e7d0";
}
.icon-fire-extinguisher1:before {
  content: "\e7d1";
}
.icon-rocket1:before {
  content: "\e7d2";
}
.icon-maxcdn1:before {
  content: "\e7d3";
}
.icon-chevron-sign-left:before {
  content: "\e7d4";
}
.icon-chevron-sign-right:before {
  content: "\e7d5";
}
.icon-chevron-sign-up:before {
  content: "\e7d6";
}
.icon-chevron-sign-down:before {
  content: "\e7d7";
}
.icon-html52:before {
  content: "\e7d8";
}
.icon-css31:before {
  content: "\e7d9";
}
.icon-anchor1:before {
  content: "\e7da";
}
.icon-unlock-alt1:before {
  content: "\e7db";
}
.icon-bullseye1:before {
  content: "\e7dc";
}
.icon-ellipsis-horizontal:before {
  content: "\e7dd";
}
.icon-ellipsis-vertical:before {
  content: "\e7de";
}
.icon-rss-sign:before {
  content: "\e7df";
}
.icon-play-sign:before {
  content: "\e7e0";
}
.icon-ticket:before {
  content: "\e7e1";
}
.icon-minus-sign-alt:before {
  content: "\e7e2";
}
.icon-check-minus:before {
  content: "\e7e3";
}
.icon-level-up:before {
  content: "\e7e4";
}
.icon-level-down:before {
  content: "\e7e5";
}
.icon-check-sign:before {
  content: "\e7e6";
}
.icon-edit-sign:before {
  content: "\e7e7";
}
.icon-external-link-sign:before {
  content: "\e7e8";
}
.icon-share-sign:before {
  content: "\e7e9";
}
.icon-compass2:before {
  content: "\e7ea";
}
.icon-collapse:before {
  content: "\e7eb";
}
.icon-collapse-top:before {
  content: "\e7ec";
}
.icon-expand1:before {
  content: "\e7ed";
}
.icon-euro:before {
  content: "\e7ee";
}
.icon-gbp:before {
  content: "\e7ef";
}
.icon-dollar:before {
  content: "\e7f0";
}
.icon-rupee:before {
  content: "\e7f1";
}
.icon-yen:before {
  content: "\e7f2";
}
.icon-renminbi:before {
  content: "\e7f3";
}
.icon-won:before {
  content: "\e7f4";
}
.icon-bitcoin2:before {
  content: "\e7f5";
}
.icon-file3:before {
  content: "\e7f6";
}
.icon-file-text:before {
  content: "\e7f7";
}
.icon-sort-by-alphabet:before {
  content: "\e7f8";
}
.icon-sort-by-alphabet-alt:before {
  content: "\e7f9";
}
.icon-sort-by-attributes:before {
  content: "\e7fa";
}
.icon-sort-by-attributes-alt:before {
  content: "\e7fb";
}
.icon-sort-by-order:before {
  content: "\e7fc";
}
.icon-sort-by-order-alt:before {
  content: "\e7fd";
}
.icon-thumbs-up21:before {
  content: "\e7fe";
}
.icon-thumbs-down21:before {
  content: "\e7ff";
}
.icon-youtube-sign:before {
  content: "\e800";
}
.icon-youtube2:before {
  content: "\e801";
}
.icon-xing2:before {
  content: "\e802";
}
.icon-xing-sign:before {
  content: "\e803";
}
.icon-youtube-play:before {
  content: "\e804";
}
.icon-dropbox2:before {
  content: "\e805";
}
.icon-stackexchange:before {
  content: "\e806";
}
.icon-instagram2:before {
  content: "\e807";
}
.icon-flickr2:before {
  content: "\e808";
}
.icon-adn1:before {
  content: "\e809";
}
.icon-bitbucket2:before {
  content: "\e80a";
}
.icon-bitbucket-sign:before {
  content: "\e80b";
}
.icon-tumblr2:before {
  content: "\e80c";
}
.icon-tumblr-sign:before {
  content: "\e80d";
}
.icon-long-arrow-down:before {
  content: "\e80e";
}
.icon-long-arrow-up:before {
  content: "\e80f";
}
.icon-long-arrow-left:before {
  content: "\e810";
}
.icon-long-arrow-right:before {
  content: "\e811";
}
.icon-apple1:before {
  content: "\e812";
}
.icon-windows3:before {
  content: "\e813";
}
.icon-android2:before {
  content: "\e814";
}
.icon-linux1:before {
  content: "\e815";
}
.icon-dribbble2:before {
  content: "\e816";
}
.icon-skype2:before {
  content: "\e817";
}
.icon-foursquare2:before {
  content: "\e818";
}
.icon-trello1:before {
  content: "\e819";
}
.icon-female1:before {
  content: "\e81a";
}
.icon-male1:before {
  content: "\e81b";
}
.icon-gittip:before {
  content: "\e81c";
}
.icon-sun21:before {
  content: "\e81d";
}
.icon-moon2:before {
  content: "\e81e";
}
.icon-archive2:before {
  content: "\e81f";
}
.icon-bug1:before {
  content: "\e820";
}
.icon-renren1:before {
  content: "\e821";
}
.icon-weibo2:before {
  content: "\e822";
}
.icon-vk2:before {
  content: "\e823";
}
.icon-duckduckgo:before {
  content: "\e830";
}
.icon-aim:before {
  content: "\e831";
}
.icon-delicious1:before {
  content: "\e832";
}
.icon-paypal1:before {
  content: "\e833";
}
.icon-flattr:before {
  content: "\e834";
}
.icon-android1:before {
  content: "\e835";
}
.icon-eventful:before {
  content: "\e836";
}
.icon-smashmag:before {
  content: "\e837";
}
.icon-gplus:before {
  content: "\e838";
}
.icon-wikipedia:before {
  content: "\e839";
}
.icon-lanyrd:before {
  content: "\e83a";
}
.icon-calendar-1:before {
  content: "\e83b";
}
.icon-stumbleupon1:before {
  content: "\e83c";
}
.icon-fivehundredpx:before {
  content: "\e83d";
}
.icon-pinterest1:before {
  content: "\e83e";
}
.icon-bitcoin1:before {
  content: "\e83f";
}
.icon-w3c:before {
  content: "\e840";
}
.icon-foursquare1:before {
  content: "\e841";
}
.icon-html51:before {
  content: "\e842";
}
.icon-ie:before {
  content: "\e843";
}
.icon-call:before {
  content: "\e844";
}
.icon-grooveshark:before {
  content: "\e845";
}
.icon-ninetyninedesigns:before {
  content: "\e846";
}
.icon-forrst:before {
  content: "\e847";
}
.icon-digg1:before {
  content: "\e848";
}
.icon-spotify1:before {
  content: "\e849";
}
.icon-reddit1:before {
  content: "\e84a";
}
.icon-guest:before {
  content: "\e84b";
}
.icon-gowalla:before {
  content: "\e84c";
}
.icon-appstore:before {
  content: "\e84d";
}
.icon-blogger1:before {
  content: "\e84e";
}
.icon-cc:before {
  content: "\e84f";
}
.icon-dribbble1:before {
  content: "\e850";
}
.icon-evernote:before {
  content: "\e851";
}
.icon-flickr1:before {
  content: "\e852";
}
.icon-google1:before {
  content: "\e853";
}
.icon-viadeo1:before {
  content: "\e854";
}
.icon-instapaper:before {
  content: "\e855";
}
.icon-weibo1:before {
  content: "\e856";
}
.icon-klout:before {
  content: "\e857";
}
.icon-linkedin1:before {
  content: "\e858";
}
.icon-meetup1:before {
  content: "\e859";
}
.icon-vk1:before {
  content: "\e85a";
}
.icon-plancast:before {
  content: "\e85b";
}
.icon-disqus:before {
  content: "\e85c";
}
.icon-rss1:before {
  content: "\e85d";
}
.icon-skype1:before {
  content: "\e85e";
}
.icon-twitter1:before {
  content: "\e85f";
}
.icon-youtube1:before {
  content: "\e860";
}
.icon-vimeo1:before {
  content: "\e861";
}
.icon-windows2:before {
  content: "\e862";
}
.icon-xing1:before {
  content: "\e863";
}
.icon-yahoo1:before {
  content: "\e864";
}
.icon-chrome1:before {
  content: "\e865";
}
.icon-email3:before {
  content: "\e866";
}
.icon-macstore:before {
  content: "\e867";
}
.icon-myspace:before {
  content: "\e868";
}
.icon-podcast1:before {
  content: "\e869";
}
.icon-amazon1:before {
  content: "\e86a";
}
.icon-steam1:before {
  content: "\e86b";
}
.icon-cloudapp:before {
  content: "\e86c";
}
.icon-dropbox1:before {
  content: "\e86d";
}
.icon-ebay1:before {
  content: "\e86e";
}
.icon-facebook:before {
  content: "\e86f";
}
.icon-github1:before {
  content: "\e870";
}
.icon-github-circled:before {
  content: "\e871";
}
.icon-googleplay:before {
  content: "\e872";
}
.icon-itunes1:before {
  content: "\e873";
}
.icon-plurk:before {
  content: "\e874";
}
.icon-songkick:before {
  content: "\e875";
}
.icon-lastfm1:before {
  content: "\e876";
}
.icon-gmail:before {
  content: "\e877";
}
.icon-pinboard:before {
  content: "\e878";
}
.icon-openid1:before {
  content: "\e879";
}
.icon-quora1:before {
  content: "\e87a";
}
.icon-soundcloud1:before {
  content: "\e87b";
}
.icon-tumblr1:before {
  content: "\e87c";
}
.icon-eventasaurus:before {
  content: "\e87d";
}
.icon-wordpress1:before {
  content: "\e87e";
}
.icon-yelp1:before {
  content: "\e87f";
}
.icon-intensedebate:before {
  content: "\e880";
}
.icon-eventbrite:before {
  content: "\e881";
}
.icon-scribd1:before {
  content: "\e882";
}
.icon-posterous:before {
  content: "\e883";
}
.icon-stripe1:before {
  content: "\e884";
}
.icon-opentable:before {
  content: "\e885";
}
.icon-cart:before {
  content: "\e886";
}
.icon-print1:before {
  content: "\e887";
}
.icon-angellist1:before {
  content: "\e888";
}
.icon-instagram1:before {
  content: "\e889";
}
.icon-dwolla:before {
  content: "\e88a";
}
.icon-appnet:before {
  content: "\e88b";
}
.icon-statusnet:before {
  content: "\e88c";
}
.icon-acrobat:before {
  content: "\e88d";
}
.icon-drupal1:before {
  content: "\e88e";
}
.icon-buffer:before {
  content: "\e88f";
}
.icon-pocket:before {
  content: "\e890";
}
.icon-bitbucket1:before {
  content: "\e891";
}
.icon-lego:before {
  content: "\e892";
}
.icon-login:before {
  content: "\e893";
}
.icon-stackoverflow:before {
  content: "\e894";
}
.icon-hackernews:before {
  content: "\e895";
}
.icon-lkdto:before {
  content: "\e896";
}
.icon-ad:before {
  content: "\e900";
}
.icon-address-book:before {
  content: "\e901";
}
.icon-address-card:before {
  content: "\e902";
}
.icon-adjust:before {
  content: "\e903";
}
.icon-air-freshener: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-allergies:before {
  content: "\e909";
}
.icon-ambulance:before {
  content: "\e90a";
}
.icon-american-sign-language-interpreting:before {
  content: "\e90b";
}
.icon-anchor:before {
  content: "\e90c";
}
.icon-angle-double-down:before {
  content: "\e90d";
}
.icon-angle-double-left:before {
  content: "\e90e";
}
.icon-angle-double-right:before {
  content: "\e90f";
}
.icon-angle-double-up:before {
  content: "\e910";
}
.icon-angle-down1:before {
  content: "\e911";
}
.icon-angle-left1:before {
  content: "\e912";
}
.icon-angle-right1:before {
  content: "\e913";
}
.icon-angle-up1:before {
  content: "\e914";
}
.icon-angry:before {
  content: "\e915";
}
.icon-ankh:before {
  content: "\e916";
}
.icon-apple-alt:before {
  content: "\e917";
}
.icon-archive:before {
  content: "\e918";
}
.icon-archway:before {
  content: "\e919";
}
.icon-arrow-alt-circle-down:before {
  content: "\e91a";
}
.icon-arrow-alt-circle-left:before {
  content: "\e91b";
}
.icon-arrow-alt-circle-right:before {
  content: "\e91c";
}
.icon-arrow-alt-circle-up:before {
  content: "\e91d";
}
.icon-arrow-circle-down:before {
  content: "\e91e";
}
.icon-arrow-circle-left:before {
  content: "\e91f";
}
.icon-arrow-circle-right:before {
  content: "\e920";
}
.icon-arrow-circle-up:before {
  content: "\e921";
}
.icon-arrow-down:before {
  content: "\e922";
}
.icon-arrow-left:before {
  content: "\e923";
}
.icon-arrow-right:before {
  content: "\e924";
}
.icon-arrow-up:before {
  content: "\e925";
}
.icon-arrows-alt-h:before {
  content: "\e926";
}
.icon-arrows-alt-v:before {
  content: "\e927";
}
.icon-arrows-alt:before {
  content: "\e928";
}
.icon-assistive-listening-systems:before {
  content: "\e929";
}
.icon-asterisk:before {
  content: "\e92a";
}
.icon-at:before {
  content: "\e92b";
}
.icon-atlas:before {
  content: "\e92c";
}
.icon-atom:before {
  content: "\e92d";
}
.icon-audio-description:before {
  content: "\e92e";
}
.icon-award:before {
  content: "\e92f";
}
.icon-backspace:before {
  content: "\e930";
}
.icon-backward:before {
  content: "\e931";
}
.icon-balance-scale:before {
  content: "\e932";
}
.icon-ban:before {
  content: "\e933";
}
.icon-band-aid:before {
  content: "\e934";
}
.icon-barcode:before {
  content: "\e935";
}
.icon-bars:before {
  content: "\e936";
}
.icon-baseball-ball:before {
  content: "\e937";
}
.icon-basketball-ball:before {
  content: "\e938";
}
.icon-bath:before {
  content: "\e939";
}
.icon-battery-empty:before {
  content: "\e93a";
}
.icon-battery-full:before {
  content: "\e93b";
}
.icon-battery-half:before {
  content: "\e93c";
}
.icon-battery-quarter:before {
  content: "\e93d";
}
.icon-battery-three-quarters:before {
  content: "\e93e";
}
.icon-bed:before {
  content: "\e93f";
}
.icon-beer:before {
  content: "\e940";
}
.icon-bell-slash:before {
  content: "\e941";
}
.icon-bell:before {
  content: "\e942";
}
.icon-bezier-curve:before {
  content: "\e943";
}
.icon-bible:before {
  content: "\e944";
}
.icon-bicycle:before {
  content: "\e945";
}
.icon-binoculars:before {
  content: "\e946";
}
.icon-birthday-cake:before {
  content: "\e947";
}
.icon-blender:before {
  content: "\e948";
}
.icon-blind:before {
  content: "\e949";
}
.icon-bold:before {
  content: "\e94a";
}
.icon-bolt:before {
  content: "\e94b";
}
.icon-bomb:before {
  content: "\e94c";
}
.icon-bone:before {
  content: "\e94d";
}
.icon-bong:before {
  content: "\e94e";
}
.icon-book-open:before {
  content: "\e94f";
}
.icon-book-reader:before {
  content: "\e950";
}
.icon-book:before {
  content: "\e951";
}
.icon-bookmark:before {
  content: "\e952";
}
.icon-bowling-ball:before {
  content: "\e953";
}
.icon-box-open:before {
  content: "\e954";
}
.icon-box:before {
  content: "\e955";
}
.icon-boxes:before {
  content: "\e956";
}
.icon-braille:before {
  content: "\e957";
}
.icon-brain:before {
  content: "\e958";
}
.icon-briefcase-medical:before {
  content: "\e959";
}
.icon-briefcase:before {
  content: "\e95a";
}
.icon-broadcast-tower:before {
  content: "\e95b";
}
.icon-broom:before {
  content: "\e95c";
}
.icon-brush:before {
  content: "\e95d";
}
.icon-bug:before {
  content: "\e95e";
}
.icon-building:before {
  content: "\e95f";
}
.icon-bullhorn:before {
  content: "\e960";
}
.icon-bullseye:before {
  content: "\e961";
}
.icon-burn:before {
  content: "\e962";
}
.icon-bus-alt:before {
  content: "\e963";
}
.icon-bus:before {
  content: "\e964";
}
.icon-business-time:before {
  content: "\e965";
}
.icon-calculator:before {
  content: "\e966";
}
.icon-calendar-alt:before {
  content: "\e967";
}
.icon-calendar-check:before {
  content: "\e968";
}
.icon-calendar-minus:before {
  content: "\e969";
}
.icon-calendar-plus:before {
  content: "\e96a";
}
.icon-calendar-times:before {
  content: "\e96b";
}
.icon-calendar:before {
  content: "\e96c";
}
.icon-camera-retro:before {
  content: "\e96d";
}
.icon-camera:before {
  content: "\e96e";
}
.icon-cannabis:before {
  content: "\e96f";
}
.icon-capsules:before {
  content: "\e970";
}
.icon-car-alt:before {
  content: "\e971";
}
.icon-car-battery:before {
  content: "\e972";
}
.icon-car-crash:before {
  content: "\e973";
}
.icon-car-side:before {
  content: "\e974";
}
.icon-car:before {
  content: "\e975";
}
.icon-caret-down:before {
  content: "\e976";
}
.icon-caret-left:before {
  content: "\e977";
}
.icon-caret-right:before {
  content: "\e978";
}
.icon-caret-square-down:before {
  content: "\e979";
}
.icon-caret-square-left:before {
  content: "\e97a";
}
.icon-caret-square-right:before {
  content: "\e97b";
}
.icon-caret-square-up:before {
  content: "\e97c";
}
.icon-caret-up:before {
  content: "\e97d";
}
.icon-cart-arrow-down:before {
  content: "\e97e";
}
.icon-cart-plus:before {
  content: "\e97f";
}
.icon-certificate:before {
  content: "\e980";
}
.icon-chalkboard-teacher:before {
  content: "\e981";
}
.icon-chalkboard:before {
  content: "\e982";
}
.icon-charging-station:before {
  content: "\e983";
}
.icon-chart-area:before {
  content: "\e984";
}
.icon-chart-bar:before {
  content: "\e985";
}
.icon-chart-line:before {
  content: "\e986";
}
.icon-chart-pie:before {
  content: "\e987";
}
.icon-check-circle:before {
  content: "\e988";
}
.icon-check-double:before {
  content: "\e989";
}
.icon-check-square:before {
  content: "\e98a";
}
.icon-check:before {
  content: "\e98b";
}
.icon-chess-bishop:before {
  content: "\e98c";
}
.icon-chess-board:before {
  content: "\e98d";
}
.icon-chess-king:before {
  content: "\e98e";
}
.icon-chess-knight:before {
  content: "\e98f";
}
.icon-chess-pawn:before {
  content: "\e990";
}
.icon-chess-queen:before {
  content: "\e991";
}
.icon-chess-rook:before {
  content: "\e992";
}
.icon-chess:before {
  content: "\e993";
}
.icon-chevron-circle-down:before {
  content: "\e994";
}
.icon-chevron-circle-left:before {
  content: "\e995";
}
.icon-chevron-circle-right:before {
  content: "\e996";
}
.icon-chevron-circle-up:before {
  content: "\e997";
}
.icon-chevron-down:before {
  content: "\e998";
}
.icon-chevron-left:before {
  content: "\e999";
}
.icon-chevron-right:before {
  content: "\e99a";
}
.icon-chevron-up:before {
  content: "\e99b";
}
.icon-child:before {
  content: "\e99c";
}
.icon-church:before {
  content: "\e99d";
}
.icon-circle-notch:before {
  content: "\e99e";
}
.icon-circle:before {
  content: "\e99f";
}
.icon-city:before {
  content: "\e9a0";
}
.icon-clipboard-check:before {
  content: "\e9a1";
}
.icon-clipboard-list:before {
  content: "\e9a2";
}
.icon-clipboard:before {
  content: "\e9a3";
}
.icon-clock:before {
  content: "\e9a4";
}
.icon-clone:before {
  content: "\e9a5";
}
.icon-closed-captioning:before {
  content: "\e9a6";
}
.icon-cloud-download-alt:before {
  content: "\e9a7";
}
.icon-cloud-upload-alt:before {
  content: "\e9a8";
}
.icon-cloud:before {
  content: "\e9a9";
}
.icon-cocktail:before {
  content: "\e9aa";
}
.icon-code-branch:before {
  content: "\e9ab";
}
.icon-code:before {
  content: "\e9ac";
}
.icon-coffee:before {
  content: "\e9ad";
}
.icon-cog:before {
  content: "\e9ae";
}
.icon-cogs:before {
  content: "\e9af";
}
.icon-coins:before {
  content: "\e9b0";
}
.icon-columns:before {
  content: "\e9b1";
}
.icon-comment-alt:before {
  content: "\e9b2";
}
.icon-comment-dollar:before {
  content: "\e9b3";
}
.icon-comment-dots:before {
  content: "\e9b4";
}
.icon-comment-slash:before {
  content: "\e9b5";
}
.icon-comment:before {
  content: "\e9b6";
}
.icon-comments-dollar:before {
  content: "\e9b7";
}
.icon-comments:before {
  content: "\e9b8";
}
.icon-compact-disc:before {
  content: "\e9b9";
}
.icon-compass:before {
  content: "\e9ba";
}
.icon-compress:before {
  content: "\e9bb";
}
.icon-concierge-bell:before {
  content: "\e9bc";
}
.icon-cookie-bite:before {
  content: "\e9bd";
}
.icon-cookie:before {
  content: "\e9be";
}
.icon-copy:before {
  content: "\e9bf";
}
.icon-copyright:before {
  content: "\e9c0";
}
.icon-couch:before {
  content: "\e9c1";
}
.icon-credit-card:before {
  content: "\e9c2";
}
.icon-crop-alt:before {
  content: "\e9c3";
}
.icon-crop:before {
  content: "\e9c4";
}
.icon-cross:before {
  content: "\e9c5";
}
.icon-crosshairs:before {
  content: "\e9c6";
}
.icon-crow:before {
  content: "\e9c7";
}
.icon-crown:before {
  content: "\e9c8";
}
.icon-cube:before {
  content: "\e9c9";
}
.icon-cubes:before {
  content: "\e9ca";
}
.icon-cut:before {
  content: "\e9cb";
}
.icon-database:before {
  content: "\e9cc";
}
.icon-deaf:before {
  content: "\e9cd";
}
.icon-desktop:before {
  content: "\e9ce";
}
.icon-dharmachakra:before {
  content: "\e9cf";
}
.icon-diagnoses:before {
  content: "\e9d0";
}
.icon-dice-five:before {
  content: "\e9d1";
}
.icon-dice-four:before {
  content: "\e9d2";
}
.icon-dice-one:before {
  content: "\e9d3";
}
.icon-dice-six:before {
  content: "\e9d4";
}
.icon-dice-three:before {
  content: "\e9d5";
}
.icon-dice-two:before {
  content: "\e9d6";
}
.icon-dice:before {
  content: "\e9d7";
}
.icon-digital-tachograph:before {
  content: "\e9d8";
}
.icon-directions:before {
  content: "\e9d9";
}
.icon-divide:before {
  content: "\e9da";
}
.icon-dizzy:before {
  content: "\e9db";
}
.icon-dna:before {
  content: "\e9dc";
}
.icon-dollar-sign:before {
  content: "\e9dd";
}
.icon-dolly-flatbed:before {
  content: "\e9de";
}
.icon-dolly:before {
  content: "\e9df";
}
.icon-donate:before {
  content: "\e9e0";
}
.icon-door-closed:before {
  content: "\e9e1";
}
.icon-door-open:before {
  content: "\e9e2";
}
.icon-dot-circle:before {
  content: "\e9e3";
}
.icon-dove:before {
  content: "\e9e4";
}
.icon-download:before {
  content: "\e9e5";
}
.icon-drafting-compass:before {
  content: "\e9e6";
}
.icon-draw-polygon:before {
  content: "\e9e7";
}
.icon-drum-steelpan:before {
  content: "\e9e8";
}
.icon-drum:before {
  content: "\e9e9";
}
.icon-dumbbell:before {
  content: "\e9ea";
}
.icon-edit:before {
  content: "\e9eb";
}
.icon-eject:before {
  content: "\e9ec";
}
.icon-ellipsis-h:before {
  content: "\e9ed";
}
.icon-ellipsis-v:before {
  content: "\e9ee";
}
.icon-envelope-open-text:before {
  content: "\e9ef";
}
.icon-envelope-open:before {
  content: "\e9f0";
}
.icon-envelope-square:before {
  content: "\e9f1";
}
.icon-envelope:before {
  content: "\e9f2";
}
.icon-equals:before {
  content: "\e9f3";
}
.icon-eraser:before {
  content: "\e9f4";
}
.icon-euro-sign:before {
  content: "\e9f5";
}
.icon-exchange-alt:before {
  content: "\e9f6";
}
.icon-exclamation-circle:before {
  content: "\e9f7";
}
.icon-exclamation-triangle:before {
  content: "\e9f8";
}
.icon-exclamation:before {
  content: "\e9f9";
}
.icon-expand-arrows-alt:before {
  content: "\e9fa";
}
.icon-expand:before {
  content: "\e9fb";
}
.icon-external-link-alt:before {
  content: "\e9fc";
}
.icon-external-link-square-alt:before {
  content: "\e9fd";
}
.icon-eye-dropper:before {
  content: "\e9fe";
}
.icon-eye-slash:before {
  content: "\e9ff";
}
.icon-eye:before {
  content: "\ea00";
}
.icon-fast-backward:before {
  content: "\ea01";
}
.icon-fast-forward:before {
  content: "\ea02";
}
.icon-fax:before {
  content: "\ea03";
}
.icon-feather-alt:before {
  content: "\ea04";
}
.icon-feather:before {
  content: "\ea05";
}
.icon-female:before {
  content: "\ea06";
}
.icon-fighter-jet:before {
  content: "\ea07";
}
.icon-file-alt:before {
  content: "\ea08";
}
.icon-file-archive:before {
  content: "\ea09";
}
.icon-file-audio:before {
  content: "\ea0a";
}
.icon-file-code:before {
  content: "\ea0b";
}
.icon-file-contract:before {
  content: "\ea0c";
}
.icon-file-download:before {
  content: "\ea0d";
}
.icon-file-excel:before {
  content: "\ea0e";
}
.icon-file-export:before {
  content: "\ea0f";
}
.icon-file-image:before {
  content: "\ea10";
}
.icon-file-import:before {
  content: "\ea11";
}
.icon-file-invoice-dollar:before {
  content: "\ea12";
}
.icon-file-invoice:before {
  content: "\ea13";
}
.icon-file-medical-alt:before {
  content: "\ea14";
}
.icon-file-medical:before {
  content: "\ea15";
}
.icon-file-pdf:before {
  content: "\ea16";
}
.icon-file-powerpoint:before {
  content: "\ea17";
}
.icon-file-prescription:before {
  content: "\ea18";
}
.icon-file-signature:before {
  content: "\ea19";
}
.icon-file-upload:before {
  content: "\ea1a";
}
.icon-file-video:before {
  content: "\ea1b";
}
.icon-file-word:before {
  content: "\ea1c";
}
.icon-file:before {
  content: "\ea1d";
}
.icon-fill-drip:before {
  content: "\ea1e";
}
.icon-fill:before {
  content: "\ea1f";
}
.icon-film:before {
  content: "\ea20";
}
.icon-filter:before {
  content: "\ea21";
}
.icon-fingerprint:before {
  content: "\ea22";
}
.icon-fire-extinguisher:before {
  content: "\ea23";
}
.icon-fire:before {
  content: "\ea24";
}
.icon-first-aid:before {
  content: "\ea25";
}
.icon-fish:before {
  content: "\ea26";
}
.icon-flag-checkered:before {
  content: "\ea27";
}
.icon-flag:before {
  content: "\ea28";
}
.icon-flask:before {
  content: "\ea29";
}
.icon-flushed:before {
  content: "\ea2a";
}
.icon-folder-minus:before {
  content: "\ea2b";
}
.icon-folder-open:before {
  content: "\ea2c";
}
.icon-folder-plus:before {
  content: "\ea2d";
}
.icon-folder:before {
  content: "\ea2e";
}
.icon-font-awesome-logo-full:before {
  content: "\ea2f";
}
.icon-font:before {
  content: "\ea30";
}
.icon-football-ball:before {
  content: "\ea31";
}
.icon-forward:before {
  content: "\ea32";
}
.icon-frog:before {
  content: "\ea33";
}
.icon-frown-open:before {
  content: "\ea34";
}
.icon-frown:before {
  content: "\ea35";
}
.icon-funnel-dollar:before {
  content: "\ea36";
}
.icon-futbol:before {
  content: "\ea37";
}
.icon-gamepad:before {
  content: "\ea38";
}
.icon-gas-pump:before {
  content: "\ea39";
}
.icon-gavel:before {
  content: "\ea3a";
}
.icon-gem:before {
  content: "\ea3b";
}
.icon-genderless:before {
  content: "\ea3c";
}
.icon-gift:before {
  content: "\ea3d";
}
.icon-glass-martini-alt:before {
  content: "\ea3e";
}
.icon-glass-martini:before {
  content: "\ea3f";
}
.icon-glasses:before {
  content: "\ea40";
}
.icon-globe-africa:before {
  content: "\ea41";
}
.icon-globe-americas:before {
  content: "\ea42";
}
.icon-globe-asia:before {
  content: "\ea43";
}
.icon-globe:before {
  content: "\ea44";
}
.icon-golf-ball:before {
  content: "\ea45";
}
.icon-gopuram:before {
  content: "\ea46";
}
.icon-graduation-cap:before {
  content: "\ea47";
}
.icon-greater-than-equal:before {
  content: "\ea48";
}
.icon-greater-than:before {
  content: "\ea49";
}
.icon-grimace:before {
  content: "\ea4a";
}
.icon-grin-alt:before {
  content: "\ea4b";
}
.icon-grin-beam-sweat:before {
  content: "\ea4c";
}
.icon-grin-beam:before {
  content: "\ea4d";
}
.icon-grin-hearts:before {
  content: "\ea4e";
}
.icon-grin-squint-tears:before {
  content: "\ea4f";
}
.icon-grin-squint:before {
  content: "\ea50";
}
.icon-grin-stars:before {
  content: "\ea51";
}
.icon-grin-tears:before {
  content: "\ea52";
}
.icon-grin-tongue-squint:before {
  content: "\ea53";
}
.icon-grin-tongue-wink:before {
  content: "\ea54";
}
.icon-grin-tongue:before {
  content: "\ea55";
}
.icon-grin-wink:before {
  content: "\ea56";
}
.icon-grin:before {
  content: "\ea57";
}
.icon-grip-horizontal:before {
  content: "\ea58";
}
.icon-grip-vertical:before {
  content: "\ea59";
}
.icon-h-square:before {
  content: "\ea5a";
}
.icon-hamsa:before {
  content: "\ea5b";
}
.icon-hand-holding-heart:before {
  content: "\ea5c";
}
.icon-hand-holding-usd:before {
  content: "\ea5d";
}
.icon-hand-holding:before {
  content: "\ea5e";
}
.icon-hand-lizard:before {
  content: "\ea5f";
}
.icon-hand-paper:before {
  content: "\ea60";
}
.icon-hand-peace:before {
  content: "\ea61";
}
.icon-hand-point-down:before {
  content: "\ea62";
}
.icon-hand-point-left:before {
  content: "\ea63";
}
.icon-hand-point-right:before {
  content: "\ea64";
}
.icon-hand-point-up:before {
  content: "\ea65";
}
.icon-hand-pointer:before {
  content: "\ea66";
}
.icon-hand-rock:before {
  content: "\ea67";
}
.icon-hand-scissors:before {
  content: "\ea68";
}
.icon-hand-spock:before {
  content: "\ea69";
}
.icon-hands-helping:before {
  content: "\ea6a";
}
.icon-hands:before {
  content: "\ea6b";
}
.icon-handshake:before {
  content: "\ea6c";
}
.icon-hashtag:before {
  content: "\ea6d";
}
.icon-haykal:before {
  content: "\ea6e";
}
.icon-hdd:before {
  content: "\ea6f";
}
.icon-heading:before {
  content: "\ea70";
}
.icon-headphones-alt:before {
  content: "\ea71";
}
.icon-headphones:before {
  content: "\ea72";
}
.icon-headset:before {
  content: "\ea73";
}
.icon-heart:before {
  content: "\ea74";
}
.icon-heartbeat:before {
  content: "\ea75";
}
.icon-helicopter:before {
  content: "\ea76";
}
.icon-highlighter:before {
  content: "\ea77";
}
.icon-history:before {
  content: "\ea78";
}
.icon-hockey-puck:before {
  content: "\ea79";
}
.icon-home:before {
  content: "\ea7a";
}
.icon-hospital-alt:before {
  content: "\ea7b";
}
.icon-hospital-symbol:before {
  content: "\ea7c";
}
.icon-hospital:before {
  content: "\ea7d";
}
.icon-hot-tub:before {
  content: "\ea7e";
}
.icon-hotel:before {
  content: "\ea7f";
}
.icon-hourglass-end:before {
  content: "\ea80";
}
.icon-hourglass-half:before {
  content: "\ea81";
}
.icon-hourglass-start:before {
  content: "\ea82";
}
.icon-hourglass:before {
  content: "\ea83";
}
.icon-i-cursor:before {
  content: "\ea84";
}
.icon-id-badge:before {
  content: "\ea85";
}
.icon-id-card-alt:before {
  content: "\ea86";
}
.icon-id-card:before {
  content: "\ea87";
}
.icon-image:before {
  content: "\ea88";
}
.icon-images:before {
  content: "\ea89";
}
.icon-inbox:before {
  content: "\ea8a";
}
.icon-indent:before {
  content: "\ea8b";
}
.icon-industry:before {
  content: "\ea8c";
}
.icon-infinity:before {
  content: "\ea8d";
}
.icon-info-circle:before {
  content: "\ea8e";
}
.icon-info:before {
  content: "\ea8f";
}
.icon-italic:before {
  content: "\ea90";
}
.icon-jedi:before {
  content: "\ea91";
}
.icon-joint:before {
  content: "\ea92";
}
.icon-journal-whills:before {
  content: "\ea93";
}
.icon-kaaba:before {
  content: "\ea94";
}
.icon-key:before {
  content: "\ea95";
}
.icon-keyboard:before {
  content: "\ea96";
}
.icon-khanda:before {
  content: "\ea97";
}
.icon-kiss-beam:before {
  content: "\ea98";
}
.icon-kiss-wink-heart:before {
  content: "\ea99";
}
.icon-kiss:before {
  content: "\ea9a";
}
.icon-kiwi-bird:before {
  content: "\ea9b";
}
.icon-landmark:before {
  content: "\ea9c";
}
.icon-language:before {
  content: "\ea9d";
}
.icon-laptop-code:before {
  content: "\ea9e";
}
.icon-laptop:before {
  content: "\ea9f";
}
.icon-laugh-beam:before {
  content: "\eaa0";
}
.icon-laugh-squint:before {
  content: "\eaa1";
}
.icon-laugh-wink:before {
  content: "\eaa2";
}
.icon-laugh:before {
  content: "\eaa3";
}
.icon-layer-group:before {
  content: "\eaa4";
}
.icon-leaf:before {
  content: "\eaa5";
}
.icon-lemon:before {
  content: "\eaa6";
}
.icon-less-than-equal:before {
  content: "\eaa7";
}
.icon-less-than:before {
  content: "\eaa8";
}
.icon-level-down-alt:before {
  content: "\eaa9";
}
.icon-level-up-alt:before {
  content: "\eaaa";
}
.icon-life-ring:before {
  content: "\eaab";
}
.icon-lightbulb:before {
  content: "\eaac";
}
.icon-link:before {
  content: "\eaad";
}
.icon-lira-sign:before {
  content: "\eaae";
}
.icon-list-alt:before {
  content: "\eaaf";
}
.icon-list-ol:before {
  content: "\eab0";
}
.icon-list-ul:before {
  content: "\eab1";
}
.icon-list:before {
  content: "\eab2";
}
.icon-location-arrow:before {
  content: "\eab3";
}
.icon-lock-open:before {
  content: "\eab4";
}
.icon-lock:before {
  content: "\eab5";
}
.icon-long-arrow-alt-down:before {
  content: "\eab6";
}
.icon-long-arrow-alt-left:before {
  content: "\eab7";
}
.icon-long-arrow-alt-right:before {
  content: "\eab8";
}
.icon-long-arrow-alt-up:before {
  content: "\eab9";
}
.icon-low-vision:before {
  content: "\eaba";
}
.icon-luggage-cart:before {
  content: "\eabb";
}
.icon-magic:before {
  content: "\eabc";
}
.icon-magnet:before {
  content: "\eabd";
}
.icon-mail-bulk:before {
  content: "\eabe";
}
.icon-male:before {
  content: "\eabf";
}
.icon-map-marked-alt:before {
  content: "\eac0";
}
.icon-map-marked:before {
  content: "\eac1";
}
.icon-map-marker-alt:before {
  content: "\eac2";
}
.icon-map-marker:before {
  content: "\eac3";
}
.icon-map-pin:before {
  content: "\eac4";
}
.icon-map-signs:before {
  content: "\eac5";
}
.icon-map:before {
  content: "\eac6";
}
.icon-marker:before {
  content: "\eac7";
}
.icon-mars-double:before {
  content: "\eac8";
}
.icon-mars-stroke-h:before {
  content: "\eac9";
}
.icon-mars-stroke-v:before {
  content: "\eaca";
}
.icon-mars-stroke:before {
  content: "\eacb";
}
.icon-mars:before {
  content: "\eacc";
}
.icon-medal:before {
  content: "\eacd";
}
.icon-medkit:before {
  content: "\eace";
}
.icon-meh-blank:before {
  content: "\eacf";
}
.icon-meh-rolling-eyes:before {
  content: "\ead0";
}
.icon-meh:before {
  content: "\ead1";
}
.icon-memory:before {
  content: "\ead2";
}
.icon-menorah:before {
  content: "\ead3";
}
.icon-mercury:before {
  content: "\ead4";
}
.icon-microchip:before {
  content: "\ead5";
}
.icon-microphone-alt-slash:before {
  content: "\ead6";
}
.icon-microphone-alt:before {
  content: "\ead7";
}
.icon-microphone-slash:before {
  content: "\ead8";
}
.icon-microphone:before {
  content: "\ead9";
}
.icon-microscope:before {
  content: "\eada";
}
.icon-minus-circle:before {
  content: "\eadb";
}
.icon-minus-square:before {
  content: "\eadc";
}
.icon-minus:before {
  content: "\eadd";
}
.icon-mobile-alt:before {
  content: "\eade";
}
.icon-mobile:before {
  content: "\eadf";
}
.icon-money-bill-alt:before {
  content: "\eae0";
}
.icon-money-bill-wave-alt:before {
  content: "\eae1";
}
.icon-money-bill-wave:before {
  content: "\eae2";
}
.icon-money-bill:before {
  content: "\eae3";
}
.icon-money-check-alt:before {
  content: "\eae4";
}
.icon-money-check:before {
  content: "\eae5";
}
.icon-monument:before {
  content: "\eae6";
}
.icon-moon:before {
  content: "\eae7";
}
.icon-mortar-pestle:before {
  content: "\eae8";
}
.icon-mosque:before {
  content: "\eae9";
}
.icon-motorcycle:before {
  content: "\eaea";
}
.icon-mouse-pointer:before {
  content: "\eaeb";
}
.icon-music:before {
  content: "\eaec";
}
.icon-neuter:before {
  content: "\eaed";
}
.icon-newspaper:before {
  content: "\eaee";
}
.icon-not-equal:before {
  content: "\eaef";
}
.icon-notes-medical:before {
  content: "\eaf0";
}
.icon-object-group:before {
  content: "\eaf1";
}
.icon-object-ungroup:before {
  content: "\eaf2";
}
.icon-oil-can:before {
  content: "\eaf3";
}
.icon-om:before {
  content: "\eaf4";
}
.icon-outdent:before {
  content: "\eaf5";
}
.icon-paint-brush:before {
  content: "\eaf6";
}
.icon-paint-roller:before {
  content: "\eaf7";
}
.icon-palette:before {
  content: "\eaf8";
}
.icon-pallet:before {
  content: "\eaf9";
}
.icon-paper-plane:before {
  content: "\eafa";
}
.icon-paperclip:before {
  content: "\eafb";
}
.icon-parachute-box:before {
  content: "\eafc";
}
.icon-paragraph:before {
  content: "\eafd";
}
.icon-parking:before {
  content: "\eafe";
}
.icon-passport:before {
  content: "\eaff";
}
.icon-pastafarianism:before {
  content: "\eb00";
}
.icon-paste:before {
  content: "\eb01";
}
.icon-pause-circle:before {
  content: "\eb02";
}
.icon-pause:before {
  content: "\eb03";
}
.icon-paw:before {
  content: "\eb04";
}
.icon-peace:before {
  content: "\eb05";
}
.icon-pen-alt:before {
  content: "\eb06";
}
.icon-pen-fancy:before {
  content: "\eb07";
}
.icon-pen-nib:before {
  content: "\eb08";
}
.icon-pen-square:before {
  content: "\eb09";
}
.icon-pen:before {
  content: "\eb0a";
}
.icon-pencil-alt:before {
  content: "\eb0b";
}
.icon-pencil-ruler:before {
  content: "\eb0c";
}
.icon-people-carry:before {
  content: "\eb0d";
}
.icon-percent:before {
  content: "\eb0e";
}
.icon-percentage:before {
  content: "\eb0f";
}
.icon-phone-slash:before {
  content: "\eb10";
}
.icon-phone-square:before {
  content: "\eb11";
}
.icon-phone-volume:before {
  content: "\eb12";
}
.icon-phone:before {
  content: "\eb13";
}
.icon-piggy-bank:before {
  content: "\eb14";
}
.icon-pills:before {
  content: "\eb15";
}
.icon-place-of-worship:before {
  content: "\eb16";
}
.icon-plane-arrival:before {
  content: "\eb17";
}
.icon-plane-departure:before {
  content: "\eb18";
}
.icon-plane:before {
  content: "\eb19";
}
.icon-play-circle:before {
  content: "\eb1a";
}
.icon-play:before {
  content: "\eb1b";
}
.icon-plug:before {
  content: "\eb1c";
}
.icon-plus-circle:before {
  content: "\eb1d";
}
.icon-plus-square:before {
  content: "\eb1e";
}
.icon-plus:before {
  content: "\eb1f";
}
.icon-podcast:before {
  content: "\eb20";
}
.icon-poll-h:before {
  content: "\eb21";
}
.icon-poll:before {
  content: "\eb22";
}
.icon-poo:before {
  content: "\eb23";
}
.icon-poop:before {
  content: "\eb24";
}
.icon-portrait:before {
  content: "\eb25";
}
.icon-pound-sign:before {
  content: "\eb26";
}
.icon-power-off:before {
  content: "\eb27";
}
.icon-pray:before {
  content: "\eb28";
}
.icon-praying-hands:before {
  content: "\eb29";
}
.icon-prescription-bottle-alt:before {
  content: "\eb2a";
}
.icon-prescription-bottle:before {
  content: "\eb2b";
}
.icon-prescription:before {
  content: "\eb2c";
}
.icon-print:before {
  content: "\eb2d";
}
.icon-procedures:before {
  content: "\eb2e";
}
.icon-project-diagram:before {
  content: "\eb2f";
}
.icon-puzzle-piece:before {
  content: "\eb30";
}
.icon-qrcode:before {
  content: "\eb31";
}
.icon-question-circle:before {
  content: "\eb32";
}
.icon-question:before {
  content: "\eb33";
}
.icon-quidditch:before {
  content: "\eb34";
}
.icon-quote-left:before {
  content: "\eb35";
}
.icon-quote-right:before {
  content: "\eb36";
}
.icon-quran:before {
  content: "\eb37";
}
.icon-random:before {
  content: "\eb38";
}
.icon-receipt:before {
  content: "\eb39";
}
.icon-recycle:before {
  content: "\eb3a";
}
.icon-redo-alt:before {
  content: "\eb3b";
}
.icon-redo:before {
  content: "\eb3c";
}
.icon-registered:before {
  content: "\eb3d";
}
.icon-reply-all:before {
  content: "\eb3e";
}
.icon-reply:before {
  content: "\eb3f";
}
.icon-retweet:before {
  content: "\eb40";
}
.icon-ribbon:before {
  content: "\eb41";
}
.icon-road:before {
  content: "\eb42";
}
.icon-robot:before {
  content: "\eb43";
}
.icon-rocket:before {
  content: "\eb44";
}
.icon-route:before {
  content: "\eb45";
}
.icon-rss-square:before {
  content: "\eb46";
}
.icon-rss:before {
  content: "\eb47";
}
.icon-ruble-sign:before {
  content: "\eb48";
}
.icon-ruler-combined:before {
  content: "\eb49";
}
.icon-ruler-horizontal:before {
  content: "\eb4a";
}
.icon-ruler-vertical:before {
  content: "\eb4b";
}
.icon-ruler:before {
  content: "\eb4c";
}
.icon-rupee-sign:before {
  content: "\eb4d";
}
.icon-sad-cry:before {
  content: "\eb4e";
}
.icon-sad-tear:before {
  content: "\eb4f";
}
.icon-save:before {
  content: "\eb50";
}
.icon-school:before {
  content: "\eb51";
}
.icon-screwdriver:before {
  content: "\eb52";
}
.icon-search-dollar:before {
  content: "\eb53";
}
.icon-search-location:before {
  content: "\eb54";
}
.icon-search-minus:before {
  content: "\eb55";
}
.icon-search-plus:before {
  content: "\eb56";
}
.icon-search:before {
  content: "\eb57";
}
.icon-seedling:before {
  content: "\eb58";
}
.icon-server:before {
  content: "\eb59";
}
.icon-shapes:before {
  content: "\eb5a";
}
.icon-share-alt-square:before {
  content: "\eb5b";
}
.icon-share-alt:before {
  content: "\eb5c";
}
.icon-share-square:before {
  content: "\eb5d";
}
.icon-share:before {
  content: "\eb5e";
}
.icon-shekel-sign:before {
  content: "\eb5f";
}
.icon-shield-alt:before {
  content: "\eb60";
}
.icon-ship:before {
  content: "\eb61";
}
.icon-shipping-fast:before {
  content: "\eb62";
}
.icon-shoe-prints:before {
  content: "\eb63";
}
.icon-shopping-bag:before {
  content: "\eb64";
}
.icon-shopping-basket:before {
  content: "\eb65";
}
.icon-shopping-cart1:before {
  content: "\eb66";
}
.icon-shower:before {
  content: "\eb67";
}
.icon-shuttle-van:before {
  content: "\eb68";
}
.icon-sign-in-alt:before {
  content: "\eb69";
}
.icon-sign-language:before {
  content: "\eb6a";
}
.icon-sign-out-alt:before {
  content: "\eb6b";
}
.icon-sign:before {
  content: "\eb6c";
}
.icon-signal:before {
  content: "\eb6d";
}
.icon-signature:before {
  content: "\eb6e";
}
.icon-sitemap:before {
  content: "\eb6f";
}
.icon-skull:before {
  content: "\eb70";
}
.icon-sliders-h:before {
  content: "\eb71";
}
.icon-smile-beam:before {
  content: "\eb72";
}
.icon-smile-wink:before {
  content: "\eb73";
}
.icon-smile:before {
  content: "\eb74";
}
.icon-smoking-ban:before {
  content: "\eb75";
}
.icon-smoking:before {
  content: "\eb76";
}
.icon-snowflake:before {
  content: "\eb77";
}
.icon-socks:before {
  content: "\eb78";
}
.icon-solar-panel:before {
  content: "\eb79";
}
.icon-sort-alpha-down:before {
  content: "\eb7a";
}
.icon-sort-alpha-up:before {
  content: "\eb7b";
}
.icon-sort-amount-down:before {
  content: "\eb7c";
}
.icon-sort-amount-up:before {
  content: "\eb7d";
}
.icon-sort-down:before {
  content: "\eb7e";
}
.icon-sort-numeric-down:before {
  content: "\eb7f";
}
.icon-sort-numeric-up:before {
  content: "\eb80";
}
.icon-sort-up:before {
  content: "\eb81";
}
.icon-sort:before {
  content: "\eb82";
}
.icon-spa:before {
  content: "\eb83";
}
.icon-space-shuttle:before {
  content: "\eb84";
}
.icon-spinner:before {
  content: "\eb85";
}
.icon-splotch:before {
  content: "\eb86";
}
.icon-spray-can:before {
  content: "\eb87";
}
.icon-square-full:before {
  content: "\eb88";
}
.icon-square-root-alt:before {
  content: "\eb89";
}
.icon-square:before {
  content: "\eb8a";
}
.icon-stamp:before {
  content: "\eb8b";
}
.icon-star-and-crescent:before {
  content: "\eb8c";
}
.icon-star-half-alt:before {
  content: "\eb8d";
}
.icon-star-half:before {
  content: "\eb8e";
}
.icon-star-of-david:before {
  content: "\eb8f";
}
.icon-star-of-life:before {
  content: "\eb90";
}
.icon-star:before {
  content: "\eb91";
}
.icon-step-backward:before {
  content: "\eb92";
}
.icon-step-forward:before {
  content: "\eb93";
}
.icon-stethoscope:before {
  content: "\eb94";
}
.icon-sticky-note:before {
  content: "\eb95";
}
.icon-stop-circle:before {
  content: "\eb96";
}
.icon-stop:before {
  content: "\eb97";
}
.icon-stopwatch:before {
  content: "\eb98";
}
.icon-store-alt:before {
  content: "\eb99";
}
.icon-store:before {
  content: "\eb9a";
}
.icon-stream:before {
  content: "\eb9b";
}
.icon-street-view:before {
  content: "\eb9c";
}
.icon-strikethrough:before {
  content: "\eb9d";
}
.icon-stroopwafel:before {
  content: "\eb9e";
}
.icon-subscript:before {
  content: "\eb9f";
}
.icon-subway:before {
  content: "\eba0";
}
.icon-suitcase-rolling:before {
  content: "\eba1";
}
.icon-suitcase:before {
  content: "\eba2";
}
.icon-sun:before {
  content: "\eba3";
}
.icon-superscript:before {
  content: "\eba4";
}
.icon-surprise:before {
  content: "\eba5";
}
.icon-swatchbook:before {
  content: "\eba6";
}
.icon-swimmer:before {
  content: "\eba7";
}
.icon-swimming-pool:before {
  content: "\eba8";
}
.icon-synagogue:before {
  content: "\eba9";
}
.icon-sync-alt:before {
  content: "\ebaa";
}
.icon-sync:before {
  content: "\ebab";
}
.icon-syringe:before {
  content: "\ebac";
}
.icon-table-tennis:before {
  content: "\ebad";
}
.icon-table:before {
  content: "\ebae";
}
.icon-tablet-alt:before {
  content: "\ebaf";
}
.icon-tablet:before {
  content: "\ebb0";
}
.icon-tablets:before {
  content: "\ebb1";
}
.icon-tachometer-alt:before {
  content: "\ebb2";
}
.icon-tag:before {
  content: "\ebb3";
}
.icon-tags:before {
  content: "\ebb4";
}
.icon-tape:before {
  content: "\ebb5";
}
.icon-tasks:before {
  content: "\ebb6";
}
.icon-taxi:before {
  content: "\ebb7";
}
.icon-teeth-open:before {
  content: "\ebb8";
}
.icon-teeth:before {
  content: "\ebb9";
}
.icon-terminal:before {
  content: "\ebba";
}
.icon-text-height:before {
  content: "\ebbb";
}
.icon-text-width:before {
  content: "\ebbc";
}
.icon-th-large:before {
  content: "\ebbd";
}
.icon-th-list:before {
  content: "\ebbe";
}
.icon-th:before {
  content: "\ebbf";
}
.icon-theater-masks:before {
  content: "\ebc0";
}
.icon-thermometer-empty:before {
  content: "\ebc1";
}
.icon-thermometer-full:before {
  content: "\ebc2";
}
.icon-thermometer-half:before {
  content: "\ebc3";
}
.icon-thermometer-quarter:before {
  content: "\ebc4";
}
.icon-thermometer-three-quarters:before {
  content: "\ebc5";
}
.icon-thermometer:before {
  content: "\ebc6";
}
.icon-thumbs-down:before {
  content: "\ebc7";
}
.icon-thumbs-up:before {
  content: "\ebc8";
}
.icon-thumbtack:before {
  content: "\ebc9";
}
.icon-ticket-alt:before {
  content: "\ebca";
}
.icon-times-circle:before {
  content: "\ebcb";
}
.icon-times:before {
  content: "\ebcc";
}
.icon-tint-slash:before {
  content: "\ebcd";
}
.icon-tint:before {
  content: "\ebce";
}
.icon-tired:before {
  content: "\ebcf";
}
.icon-toggle-off:before {
  content: "\ebd0";
}
.icon-toggle-on:before {
  content: "\ebd1";
}
.icon-toolbox:before {
  content: "\ebd2";
}
.icon-tooth:before {
  content: "\ebd3";
}
.icon-torah:before {
  content: "\ebd4";
}
.icon-torii-gate:before {
  content: "\ebd5";
}
.icon-trademark:before {
  content: "\ebd6";
}
.icon-traffic-light:before {
  content: "\ebd7";
}
.icon-train:before {
  content: "\ebd8";
}
.icon-transgender-alt:before {
  content: "\ebd9";
}
.icon-transgender:before {
  content: "\ebda";
}
.icon-trash-alt:before {
  content: "\ebdb";
}
.icon-trash:before {
  content: "\ebdc";
}
.icon-tree:before {
  content: "\ebdd";
}
.icon-trophy:before {
  content: "\ebde";
}
.icon-truck-loading:before {
  content: "\ebdf";
}
.icon-truck-monster:before {
  content: "\ebe0";
}
.icon-truck-moving:before {
  content: "\ebe1";
}
.icon-truck-pickup:before {
  content: "\ebe2";
}
.icon-truck:before {
  content: "\ebe3";
}
.icon-tshirt:before {
  content: "\ebe4";
}
.icon-tty:before {
  content: "\ebe5";
}
.icon-tv:before {
  content: "\ebe6";
}
.icon-umbrella-beach:before {
  content: "\ebe7";
}
.icon-umbrella:before {
  content: "\ebe8";
}
.icon-underline:before {
  content: "\ebe9";
}
.icon-undo-alt:before {
  content: "\ebea";
}
.icon-undo:before {
  content: "\ebeb";
}
.icon-universal-access:before {
  content: "\ebec";
}
.icon-university:before {
  content: "\ebed";
}
.icon-unlink:before {
  content: "\ebee";
}
.icon-unlock-alt:before {
  content: "\ebef";
}
.icon-unlock:before {
  content: "\ebf0";
}
.icon-upload:before {
  content: "\ebf1";
}
.icon-user-alt-slash:before {
  content: "\ebf2";
}
.icon-user-alt:before {
  content: "\ebf3";
}
.icon-user-astronaut:before {
  content: "\ebf4";
}
.icon-user-check:before {
  content: "\ebf5";
}
.icon-user-circle:before {
  content: "\ebf6";
}
.icon-user-clock:before {
  content: "\ebf7";
}
.icon-user-cog:before {
  content: "\ebf8";
}
.icon-user-edit:before {
  content: "\ebf9";
}
.icon-user-friends:before {
  content: "\ebfa";
}
.icon-user-graduate:before {
  content: "\ebfb";
}
.icon-user-lock:before {
  content: "\ebfc";
}
.icon-user-md:before {
  content: "\ebfd";
}
.icon-user-minus:before {
  content: "\ebfe";
}
.icon-user-ninja:before {
  content: "\ebff";
}
.icon-user-plus:before {
  content: "\ec00";
}
.icon-user-secret:before {
  content: "\ec01";
}
.icon-user-shield:before {
  content: "\ec02";
}
.icon-user-slash:before {
  content: "\ec03";
}
.icon-user-tag:before {
  content: "\ec04";
}
.icon-user-tie:before {
  content: "\ec05";
}
.icon-user-times:before {
  content: "\ec06";
}
.icon-user:before {
  content: "\ec07";
}
.icon-users-cog:before {
  content: "\ec08";
}
.icon-users:before {
  content: "\ec09";
}
.icon-utensil-spoon:before {
  content: "\ec0a";
}
.icon-utensils:before {
  content: "\ec0b";
}
.icon-vector-square:before {
  content: "\ec0c";
}
.icon-venus-double:before {
  content: "\ec0d";
}
.icon-venus-mars:before {
  content: "\ec0e";
}
.icon-venus:before {
  content: "\ec0f";
}
.icon-vial:before {
  content: "\ec10";
}
.icon-vials:before {
  content: "\ec11";
}
.icon-video-slash:before {
  content: "\ec12";
}
.icon-video:before {
  content: "\ec13";
}
.icon-vihara:before {
  content: "\ec14";
}
.icon-volleyball-ball:before {
  content: "\ec15";
}
.icon-volume-down:before {
  content: "\ec16";
}
.icon-volume-off:before {
  content: "\ec17";
}
.icon-volume-up:before {
  content: "\ec18";
}
.icon-walking:before {
  content: "\ec19";
}
.icon-wallet:before {
  content: "\ec1a";
}
.icon-warehouse:before {
  content: "\ec1b";
}
.icon-weight-hanging:before {
  content: "\ec1c";
}
.icon-weight:before {
  content: "\ec1d";
}
.icon-wheelchair:before {
  content: "\ec1e";
}
.icon-wifi:before {
  content: "\ec1f";
}
.icon-window-close:before {
  content: "\ec20";
}
.icon-window-maximize:before {
  content: "\ec21";
}
.icon-window-minimize:before {
  content: "\ec22";
}
.icon-window-restore:before {
  content: "\ec23";
}
.icon-wine-glass-alt:before {
  content: "\ec24";
}
.icon-wine-glass:before {
  content: "\ec25";
}
.icon-won-sign:before {
  content: "\ec26";
}
.icon-wrench:before {
  content: "\ec27";
}
.icon-x-ray:before {
  content: "\ec28";
}
.icon-yen-sign:before {
  content: "\ec29";
}
.icon-yin-yang:before {
  content: "\ec2a";
}
.icon-address-book1:before {
  content: "\ec2b";
}
.icon-address-card1:before {
  content: "\ec2c";
}
.icon-angry1:before {
  content: "\ec2d";
}
.icon-arrow-alt-circle-down1:before {
  content: "\ec2e";
}
.icon-arrow-alt-circle-left1:before {
  content: "\ec2f";
}
.icon-arrow-alt-circle-right1:before {
  content: "\ec30";
}
.icon-arrow-alt-circle-up1:before {
  content: "\ec31";
}
.icon-bell-slash1:before {
  content: "\ec32";
}
.icon-bell1:before {
  content: "\ec33";
}
.icon-bookmark1:before {
  content: "\ec34";
}
.icon-building1:before {
  content: "\ec35";
}
.icon-calendar-alt1:before {
  content: "\ec36";
}
.icon-calendar-check1:before {
  content: "\ec37";
}
.icon-calendar-minus1:before {
  content: "\ec38";
}
.icon-calendar-plus1:before {
  content: "\ec39";
}
.icon-calendar-times1:before {
  content: "\ec3a";
}
.icon-calendar1:before {
  content: "\ec3b";
}
.icon-caret-square-down1:before {
  content: "\ec3c";
}
.icon-caret-square-left1:before {
  content: "\ec3d";
}
.icon-caret-square-right1:before {
  content: "\ec3e";
}
.icon-caret-square-up1:before {
  content: "\ec3f";
}
.icon-chart-bar1:before {
  content: "\ec40";
}
.icon-check-circle1:before {
  content: "\ec41";
}
.icon-check-square1:before {
  content: "\ec42";
}
.icon-circle1:before {
  content: "\ec43";
}
.icon-clipboard1:before {
  content: "\ec44";
}
.icon-clock1:before {
  content: "\ec45";
}
.icon-clone1:before {
  content: "\ec46";
}
.icon-closed-captioning1:before {
  content: "\ec47";
}
.icon-comment-alt1:before {
  content: "\ec48";
}
.icon-comment-dots1:before {
  content: "\ec49";
}
.icon-comment1:before {
  content: "\ec4a";
}
.icon-comments1:before {
  content: "\ec4b";
}
.icon-compass1:before {
  content: "\ec4c";
}
.icon-copy1:before {
  content: "\ec4d";
}
.icon-copyright1:before {
  content: "\ec4e";
}
.icon-credit-card1:before {
  content: "\ec4f";
}
.icon-dizzy1:before {
  content: "\ec50";
}
.icon-dot-circle1:before {
  content: "\ec51";
}
.icon-edit1:before {
  content: "\ec52";
}
.icon-envelope-open1:before {
  content: "\ec53";
}
.icon-envelope1:before {
  content: "\ec54";
}
.icon-eye-slash1:before {
  content: "\ec55";
}
.icon-eye1:before {
  content: "\ec56";
}
.icon-file-alt1:before {
  content: "\ec57";
}
.icon-file-archive1:before {
  content: "\ec58";
}
.icon-file-audio1:before {
  content: "\ec59";
}
.icon-file-code1:before {
  content: "\ec5a";
}
.icon-file-excel1:before {
  content: "\ec5b";
}
.icon-file-image1:before {
  content: "\ec5c";
}
.icon-file-pdf1:before {
  content: "\ec5d";
}
.icon-file-powerpoint1:before {
  content: "\ec5e";
}
.icon-file-video1:before {
  content: "\ec5f";
}
.icon-file-word1:before {
  content: "\ec60";
}
.icon-file1:before {
  content: "\ec61";
}
.icon-flag1:before {
  content: "\ec62";
}
.icon-flushed1:before {
  content: "\ec63";
}
.icon-folder-open1:before {
  content: "\ec64";
}
.icon-folder1:before {
  content: "\ec65";
}
.icon-font-awesome-logo-full1:before {
  content: "\ec66";
}
.icon-frown-open1:before {
  content: "\ec67";
}
.icon-frown1:before {
  content: "\ec68";
}
.icon-futbol1:before {
  content: "\ec69";
}
.icon-gem1:before {
  content: "\ec6a";
}
.icon-grimace1:before {
  content: "\ec6b";
}
.icon-grin-alt1:before {
  content: "\ec6c";
}
.icon-grin-beam-sweat1:before {
  content: "\ec6d";
}
.icon-grin-beam1:before {
  content: "\ec6e";
}
.icon-grin-hearts1:before {
  content: "\ec6f";
}
.icon-grin-squint-tears1:before {
  content: "\ec70";
}
.icon-grin-squint1:before {
  content: "\ec71";
}
.icon-grin-stars1:before {
  content: "\ec72";
}
.icon-grin-tears1:before {
  content: "\ec73";
}
.icon-grin-tongue-squint1:before {
  content: "\ec74";
}
.icon-grin-tongue-wink1:before {
  content: "\ec75";
}
.icon-grin-tongue1:before {
  content: "\ec76";
}
.icon-grin-wink1:before {
  content: "\ec77";
}
.icon-grin1:before {
  content: "\ec78";
}
.icon-hand-lizard1:before {
  content: "\ec79";
}
.icon-hand-paper1:before {
  content: "\ec7a";
}
.icon-hand-peace1:before {
  content: "\ec7b";
}
.icon-hand-point-down1:before {
  content: "\ec7c";
}
.icon-hand-point-left1:before {
  content: "\ec7d";
}
.icon-hand-point-right1:before {
  content: "\ec7e";
}
.icon-hand-point-up1:before {
  content: "\ec7f";
}
.icon-hand-pointer1:before {
  content: "\ec80";
}
.icon-hand-rock1:before {
  content: "\ec81";
}
.icon-hand-scissors1:before {
  content: "\ec82";
}
.icon-hand-spock1:before {
  content: "\ec83";
}
.icon-handshake1:before {
  content: "\ec84";
}
.icon-hdd1:before {
  content: "\ec85";
}
.icon-heart1:before {
  content: "\ec86";
}
.icon-hospital1:before {
  content: "\ec87";
}
.icon-hourglass1:before {
  content: "\ec88";
}
.icon-id-badge1:before {
  content: "\ec89";
}
.icon-id-card1:before {
  content: "\ec8a";
}
.icon-image1:before {
  content: "\ec8b";
}
.icon-images1:before {
  content: "\ec8c";
}
.icon-keyboard1:before {
  content: "\ec8d";
}
.icon-kiss-beam1:before {
  content: "\ec8e";
}
.icon-kiss-wink-heart1:before {
  content: "\ec8f";
}
.icon-kiss1:before {
  content: "\ec90";
}
.icon-laugh-beam1:before {
  content: "\ec91";
}
.icon-laugh-squint1:before {
  content: "\ec92";
}
.icon-laugh-wink1:before {
  content: "\ec93";
}
.icon-laugh1:before {
  content: "\ec94";
}
.icon-lemon1:before {
  content: "\ec95";
}
.icon-life-ring1:before {
  content: "\ec96";
}
.icon-lightbulb1:before {
  content: "\ec97";
}
.icon-list-alt1:before {
  content: "\ec98";
}
.icon-map1:before {
  content: "\ec99";
}
.icon-meh-blank1:before {
  content: "\ec9a";
}
.icon-meh-rolling-eyes1:before {
  content: "\ec9b";
}
.icon-meh1:before {
  content: "\ec9c";
}
.icon-minus-square1:before {
  content: "\ec9d";
}
.icon-money-bill-alt1:before {
  content: "\ec9e";
}
.icon-moon1:before {
  content: "\ec9f";
}
.icon-newspaper1:before {
  content: "\eca0";
}
.icon-object-group1:before {
  content: "\eca1";
}
.icon-object-ungroup1:before {
  content: "\eca2";
}
.icon-paper-plane1:before {
  content: "\eca3";
}
.icon-pause-circle1:before {
  content: "\eca4";
}
.icon-play-circle1:before {
  content: "\eca5";
}
.icon-plus-square1:before {
  content: "\eca6";
}
.icon-question-circle1:before {
  content: "\eca7";
}
.icon-registered1:before {
  content: "\eca8";
}
.icon-sad-cry1:before {
  content: "\eca9";
}
.icon-sad-tear1:before {
  content: "\ecaa";
}
.icon-save1:before {
  content: "\ecab";
}
.icon-share-square1:before {
  content: "\ecac";
}
.icon-smile-beam1:before {
  content: "\ecad";
}
.icon-smile-wink1:before {
  content: "\ecae";
}
.icon-smile1:before {
  content: "\ecaf";
}
.icon-snowflake1:before {
  content: "\ecb0";
}
.icon-square1:before {
  content: "\ecb1";
}
.icon-star-half1:before {
  content: "\ecb2";
}
.icon-star1:before {
  content: "\ecb3";
}
.icon-sticky-note1:before {
  content: "\ecb4";
}
.icon-stop-circle1:before {
  content: "\ecb5";
}
.icon-sun1:before {
  content: "\ecb6";
}
.icon-surprise1:before {
  content: "\ecb7";
}
.icon-thumbs-down1:before {
  content: "\ecb8";
}
.icon-thumbs-up1:before {
  content: "\ecb9";
}
.icon-times-circle1:before {
  content: "\ecba";
}
.icon-tired1:before {
  content: "\ecbb";
}
.icon-trash-alt1:before {
  content: "\ecbc";
}
.icon-user-circle1:before {
  content: "\ecbd";
}
.icon-user1:before {
  content: "\ecbe";
}
.icon-window-close1:before {
  content: "\ecbf";
}
.icon-window-maximize1:before {
  content: "\ecc0";
}
.icon-window-minimize1:before {
  content: "\ecc1";
}
.icon-window-restore1:before {
  content: "\ecc2";
}
.icon-px:before {
  content: "\ecc3";
}
.icon-accessible-icon:before {
  content: "\ecc4";
}
.icon-accusoft:before {
  content: "\ecc5";
}
.icon-adn:before {
  content: "\ecc6";
}
.icon-adversal:before {
  content: "\ecc7";
}
.icon-affiliatetheme:before {
  content: "\ecc8";
}
.icon-algolia:before {
  content: "\ecc9";
}
.icon-alipay:before {
  content: "\ecca";
}
.icon-amazon-pay:before {
  content: "\eccb";
}
.icon-amazon:before {
  content: "\eccc";
}
.icon-amilia:before {
  content: "\eccd";
}
.icon-android:before {
  content: "\ecce";
}
.icon-angellist:before {
  content: "\eccf";
}
.icon-angrycreative:before {
  content: "\ecd0";
}
.icon-angular:before {
  content: "\ecd1";
}
.icon-app-store-ios:before {
  content: "\ecd2";
}
.icon-app-store:before {
  content: "\ecd3";
}
.icon-apper:before {
  content: "\ecd4";
}
.icon-apple-pay:before {
  content: "\ecd5";
}
.icon-apple:before {
  content: "\ecd6";
}
.icon-asymmetrik:before {
  content: "\ecd7";
}
.icon-audible:before {
  content: "\ecd8";
}
.icon-autoprefixer:before {
  content: "\ecd9";
}
.icon-avianex:before {
  content: "\ecda";
}
.icon-aviato:before {
  content: "\ecdb";
}
.icon-aws:before {
  content: "\ecdc";
}
.icon-bandcamp:before {
  content: "\ecdd";
}
.icon-behance-square:before {
  content: "\ecde";
}
.icon-behance:before {
  content: "\ecdf";
}
.icon-bimobject:before {
  content: "\ece0";
}
.icon-bitbucket:before {
  content: "\ece1";
}
.icon-bitcoin:before {
  content: "\ece2";
}
.icon-bity:before {
  content: "\ece3";
}
.icon-black-tie:before {
  content: "\ece4";
}
.icon-blackberry:before {
  content: "\ece5";
}
.icon-blogger-b:before {
  content: "\ece6";
}
.icon-blogger:before {
  content: "\ece7";
}
.icon-bluetooth-b:before {
  content: "\ece8";
}
.icon-bluetooth:before {
  content: "\ece9";
}
.icon-btc:before {
  content: "\ecea";
}
.icon-buromobelexperte:before {
  content: "\eceb";
}
.icon-buysellads:before {
  content: "\ecec";
}
.icon-cc-amazon-pay:before {
  content: "\eced";
}
.icon-cc-amex:before {
  content: "\ecee";
}
.icon-cc-apple-pay:before {
  content: "\ecef";
}
.icon-cc-diners-club:before {
  content: "\ecf0";
}
.icon-cc-discover:before {
  content: "\ecf1";
}
.icon-cc-jcb:before {
  content: "\ecf2";
}
.icon-cc-mastercard:before {
  content: "\ecf3";
}
.icon-cc-paypal:before {
  content: "\ecf4";
}
.icon-cc-stripe:before {
  content: "\ecf5";
}
.icon-cc-visa:before {
  content: "\ecf6";
}
.icon-centercode:before {
  content: "\ecf7";
}
.icon-chrome:before {
  content: "\ecf8";
}
.icon-cloudscale:before {
  content: "\ecf9";
}
.icon-cloudsmith:before {
  content: "\ecfa";
}
.icon-cloudversify:before {
  content: "\ecfb";
}
.icon-codepen:before {
  content: "\ecfc";
}
.icon-codiepie:before {
  content: "\ecfd";
}
.icon-connectdevelop:before {
  content: "\ecfe";
}
.icon-contao:before {
  content: "\ecff";
}
.icon-cpanel:before {
  content: "\ed00";
}
.icon-creative-commons-by:before {
  content: "\ed01";
}
.icon-creative-commons-nc-eu:before {
  content: "\ed02";
}
.icon-creative-commons-nc-jp:before {
  content: "\ed03";
}
.icon-creative-commons-nc:before {
  content: "\ed04";
}
.icon-creative-commons-nd:before {
  content: "\ed05";
}
.icon-creative-commons-pd-alt:before {
  content: "\ed06";
}
.icon-creative-commons-pd:before {
  content: "\ed07";
}
.icon-creative-commons-remix:before {
  content: "\ed08";
}
.icon-creative-commons-sa:before {
  content: "\ed09";
}
.icon-creative-commons-sampling-plus:before {
  content: "\ed0a";
}
.icon-creative-commons-sampling:before {
  content: "\ed0b";
}
.icon-creative-commons-share:before {
  content: "\ed0c";
}
.icon-creative-commons:before {
  content: "\ed0d";
}
.icon-css3-alt:before {
  content: "\ed0e";
}
.icon-css3:before {
  content: "\ed0f";
}
.icon-cuttlefish:before {
  content: "\ed10";
}
.icon-d-and-d:before {
  content: "\ed11";
}
.icon-dashcube:before {
  content: "\ed12";
}
.icon-delicious:before {
  content: "\ed13";
}
.icon-deploydog:before {
  content: "\ed14";
}
.icon-deskpro:before {
  content: "\ed15";
}
.icon-deviantart:before {
  content: "\ed16";
}
.icon-digg:before {
  content: "\ed17";
}
.icon-digital-ocean:before {
  content: "\ed18";
}
.icon-discord:before {
  content: "\ed19";
}
.icon-discourse:before {
  content: "\ed1a";
}
.icon-dochub:before {
  content: "\ed1b";
}
.icon-docker:before {
  content: "\ed1c";
}
.icon-draft2digital:before {
  content: "\ed1d";
}
.icon-dribbble-square:before {
  content: "\ed1e";
}
.icon-dribbble:before {
  content: "\ed1f";
}
.icon-dropbox:before {
  content: "\ed20";
}
.icon-drupal:before {
  content: "\ed21";
}
.icon-dyalog:before {
  content: "\ed22";
}
.icon-earlybirds:before {
  content: "\ed23";
}
.icon-ebay:before {
  content: "\ed24";
}
.icon-edge:before {
  content: "\ed25";
}
.icon-elementor:before {
  content: "\ed26";
}
.icon-ello:before {
  content: "\ed27";
}
.icon-ember:before {
  content: "\ed28";
}
.icon-empire:before {
  content: "\ed29";
}
.icon-envira:before {
  content: "\ed2a";
}
.icon-erlang:before {
  content: "\ed2b";
}
.icon-ethereum:before {
  content: "\ed2c";
}
.icon-etsy:before {
  content: "\ed2d";
}
.icon-expeditedssl:before {
  content: "\ed2e";
}
.icon-facebook-f:before {
  content: "\ed2f";
}
.icon-facebook-messenger:before {
  content: "\ed30";
}
.icon-facebook-square:before {
  content: "\ed31";
}
.icon-facebook1:before {
  content: "\ed32";
}
.icon-firefox:before {
  content: "\ed33";
}
.icon-first-order-alt:before {
  content: "\ed34";
}
.icon-first-order:before {
  content: "\ed35";
}
.icon-firstdraft:before {
  content: "\ed36";
}
.icon-flickr:before {
  content: "\ed37";
}
.icon-flipboard:before {
  content: "\ed38";
}
.icon-fly:before {
  content: "\ed39";
}
.icon-font-awesome-alt:before {
  content: "\ed3a";
}
.icon-font-awesome-flag:before {
  content: "\ed3b";
}
.icon-font-awesome-logo-full2:before {
  content: "\ed3c";
}
.icon-font-awesome:before {
  content: "\ed3d";
}
.icon-fonticons-fi:before {
  content: "\ed3e";
}
.icon-fonticons:before {
  content: "\ed3f";
}
.icon-fort-awesome-alt:before {
  content: "\ed40";
}
.icon-fort-awesome:before {
  content: "\ed41";
}
.icon-forumbee:before {
  content: "\ed42";
}
.icon-foursquare:before {
  content: "\ed43";
}
.icon-free-code-camp:before {
  content: "\ed44";
}
.icon-freebsd:before {
  content: "\ed45";
}
.icon-fulcrum:before {
  content: "\ed46";
}
.icon-galactic-republic:before {
  content: "\ed47";
}
.icon-galactic-senate:before {
  content: "\ed48";
}
.icon-get-pocket:before {
  content: "\ed49";
}
.icon-gg-circle:before {
  content: "\ed4a";
}
.icon-gg:before {
  content: "\ed4b";
}
.icon-git-square:before {
  content: "\ed4c";
}
.icon-git:before {
  content: "\ed4d";
}
.icon-github-alt:before {
  content: "\ed4e";
}
.icon-github-square:before {
  content: "\ed4f";
}
.icon-github:before {
  content: "\ed50";
}
.icon-gitkraken:before {
  content: "\ed51";
}
.icon-gitlab:before {
  content: "\ed52";
}
.icon-gitter:before {
  content: "\ed53";
}
.icon-glide-g:before {
  content: "\ed54";
}
.icon-glide:before {
  content: "\ed55";
}
.icon-gofore:before {
  content: "\ed56";
}
.icon-goodreads-g:before {
  content: "\ed57";
}
.icon-goodreads:before {
  content: "\ed58";
}
.icon-google-drive:before {
  content: "\ed59";
}
.icon-google-play:before {
  content: "\ed5a";
}
.icon-google-plus-g:before {
  content: "\ed5b";
}
.icon-google-plus-square:before {
  content: "\ed5c";
}
.icon-google-plus:before {
  content: "\ed5d";
}
.icon-google-wallet:before {
  content: "\ed5e";
}
.icon-google:before {
  content: "\ed5f";
}
.icon-gratipay:before {
  content: "\ed60";
}
.icon-grav:before {
  content: "\ed61";
}
.icon-gripfire:before {
  content: "\ed62";
}
.icon-grunt:before {
  content: "\ed63";
}
.icon-gulp:before {
  content: "\ed64";
}
.icon-hacker-news-square:before {
  content: "\ed65";
}
.icon-hacker-news:before {
  content: "\ed66";
}
.icon-hackerrank:before {
  content: "\ed67";
}
.icon-hips:before {
  content: "\ed68";
}
.icon-hire-a-helper:before {
  content: "\ed69";
}
.icon-hooli:before {
  content: "\ed6a";
}
.icon-hornbill:before {
  content: "\ed6b";
}
.icon-hotjar:before {
  content: "\ed6c";
}
.icon-houzz:before {
  content: "\ed6d";
}
.icon-html5:before {
  content: "\ed6e";
}
.icon-hubspot:before {
  content: "\ed6f";
}
.icon-imdb:before {
  content: "\ed70";
}
.icon-instagram:before {
  content: "\ed71";
}
.icon-internet-explorer:before {
  content: "\ed72";
}
.icon-ioxhost:before {
  content: "\ed73";
}
.icon-itunes-note:before {
  content: "\ed74";
}
.icon-itunes:before {
  content: "\ed75";
}
.icon-java:before {
  content: "\ed76";
}
.icon-jedi-order:before {
  content: "\ed77";
}
.icon-jenkins:before {
  content: "\ed78";
}
.icon-joget:before {
  content: "\ed79";
}
.icon-joomla:before {
  content: "\ed7a";
}
.icon-js-square:before {
  content: "\ed7b";
}
.icon-js:before {
  content: "\ed7c";
}
.icon-jsfiddle:before {
  content: "\ed7d";
}
.icon-kaggle:before {
  content: "\ed7e";
}
.icon-keybase:before {
  content: "\ed7f";
}
.icon-keycdn:before {
  content: "\ed80";
}
.icon-kickstarter-k:before {
  content: "\ed81";
}
.icon-kickstarter:before {
  content: "\ed82";
}
.icon-korvue:before {
  content: "\ed83";
}
.icon-laravel:before {
  content: "\ed84";
}
.icon-lastfm-square:before {
  content: "\ed85";
}
.icon-lastfm:before {
  content: "\ed86";
}
.icon-leanpub:before {
  content: "\ed87";
}
.icon-less:before {
  content: "\ed88";
}
.icon-line:before {
  content: "\ed89";
}
.icon-linkedin-in:before {
  content: "\ed8a";
}
.icon-linkedin:before {
  content: "\ed8b";
}
.icon-linode:before {
  content: "\ed8c";
}
.icon-linux:before {
  content: "\ed8d";
}
.icon-lyft:before {
  content: "\ed8e";
}
.icon-magento:before {
  content: "\ed8f";
}
.icon-mailchimp:before {
  content: "\ed90";
}
.icon-mandalorian:before {
  content: "\ed91";
}
.icon-markdown:before {
  content: "\ed92";
}
.icon-mastodon:before {
  content: "\ed93";
}
.icon-maxcdn:before {
  content: "\ed94";
}
.icon-medapps:before {
  content: "\ed95";
}
.icon-medium-m:before {
  content: "\ed96";
}
.icon-medium:before {
  content: "\ed97";
}
.icon-medrt:before {
  content: "\ed98";
}
.icon-meetup:before {
  content: "\ed99";
}
.icon-megaport:before {
  content: "\ed9a";
}
.icon-microsoft:before {
  content: "\ed9b";
}
.icon-mix:before {
  content: "\ed9c";
}
.icon-mixcloud:before {
  content: "\ed9d";
}
.icon-mizuni:before {
  content: "\ed9e";
}
.icon-modx:before {
  content: "\ed9f";
}
.icon-monero:before {
  content: "\eda0";
}
.icon-napster:before {
  content: "\eda1";
}
.icon-neos:before {
  content: "\eda2";
}
.icon-nimblr:before {
  content: "\eda3";
}
.icon-nintendo-switch:before {
  content: "\eda4";
}
.icon-node-js:before {
  content: "\eda5";
}
.icon-node:before {
  content: "\eda6";
}
.icon-npm:before {
  content: "\eda7";
}
.icon-ns8:before {
  content: "\eda8";
}
.icon-nutritionix:before {
  content: "\eda9";
}
.icon-odnoklassniki-square:before {
  content: "\edaa";
}
.icon-odnoklassniki:before {
  content: "\edab";
}
.icon-old-republic:before {
  content: "\edac";
}
.icon-opencart:before {
  content: "\edad";
}
.icon-openid:before {
  content: "\edae";
}
.icon-opera:before {
  content: "\edaf";
}
.icon-optin-monster:before {
  content: "\edb0";
}
.icon-osi:before {
  content: "\edb1";
}
.icon-page4:before {
  content: "\edb2";
}
.icon-pagelines:before {
  content: "\edb3";
}
.icon-palfed:before {
  content: "\edb4";
}
.icon-patreon:before {
  content: "\edb5";
}
.icon-paypal:before {
  content: "\edb6";
}
.icon-periscope:before {
  content: "\edb7";
}
.icon-phabricator:before {
  content: "\edb8";
}
.icon-phoenix-framework:before {
  content: "\edb9";
}
.icon-phoenix-squadron:before {
  content: "\edba";
}
.icon-php:before {
  content: "\edbb";
}
.icon-pied-piper-alt:before {
  content: "\edbc";
}
.icon-pied-piper-hat:before {
  content: "\edbd";
}
.icon-pied-piper-pp:before {
  content: "\edbe";
}
.icon-pied-piper:before {
  content: "\edbf";
}
.icon-pinterest-p:before {
  content: "\edc0";
}
.icon-pinterest-square:before {
  content: "\edc1";
}
.icon-pinterest:before {
  content: "\edc2";
}
.icon-playstation:before {
  content: "\edc3";
}
.icon-product-hunt:before {
  content: "\edc4";
}
.icon-pushed:before {
  content: "\edc5";
}
.icon-python:before {
  content: "\edc6";
}
.icon-qq:before {
  content: "\edc7";
}
.icon-quinscape:before {
  content: "\edc8";
}
.icon-quora:before {
  content: "\edc9";
}
.icon-r-project:before {
  content: "\edca";
}
.icon-ravelry:before {
  content: "\edcb";
}
.icon-react:before {
  content: "\edcc";
}
.icon-readme:before {
  content: "\edcd";
}
.icon-rebel:before {
  content: "\edce";
}
.icon-red-river:before {
  content: "\edcf";
}
.icon-reddit-alien:before {
  content: "\edd0";
}
.icon-reddit-square:before {
  content: "\edd1";
}
.icon-reddit:before {
  content: "\edd2";
}
.icon-rendact:before {
  content: "\edd3";
}
.icon-renren:before {
  content: "\edd4";
}
.icon-replyd:before {
  content: "\edd5";
}
.icon-researchgate:before {
  content: "\edd6";
}
.icon-resolving:before {
  content: "\edd7";
}
.icon-rev:before {
  content: "\edd8";
}
.icon-rocketchat:before {
  content: "\edd9";
}
.icon-rockrms:before {
  content: "\edda";
}
.icon-safari:before {
  content: "\eddb";
}
.icon-sass:before {
  content: "\eddc";
}
.icon-schlix:before {
  content: "\eddd";
}
.icon-scribd:before {
  content: "\edde";
}
.icon-searchengin:before {
  content: "\eddf";
}
.icon-sellcast:before {
  content: "\ede0";
}
.icon-sellsy:before {
  content: "\ede1";
}
.icon-servicestack:before {
  content: "\ede2";
}
.icon-shirtsinbulk:before {
  content: "\ede3";
}
.icon-shopware:before {
  content: "\ede4";
}
.icon-simplybuilt:before {
  content: "\ede5";
}
.icon-sistrix:before {
  content: "\ede6";
}
.icon-sith:before {
  content: "\ede7";
}
.icon-skyatlas:before {
  content: "\ede8";
}
.icon-skype:before {
  content: "\ede9";
}
.icon-slack-hash:before {
  content: "\edea";
}
.icon-slack:before {
  content: "\edeb";
}
.icon-slideshare:before {
  content: "\edec";
}
.icon-snapchat-ghost:before {
  content: "\eded";
}
.icon-snapchat-square:before {
  content: "\edee";
}
.icon-snapchat:before {
  content: "\edef";
}
.icon-soundcloud:before {
  content: "\edf0";
}
.icon-speakap:before {
  content: "\edf1";
}
.icon-spotify:before {
  content: "\edf2";
}
.icon-squarespace:before {
  content: "\edf3";
}
.icon-stack-exchange:before {
  content: "\edf4";
}
.icon-stack-overflow:before {
  content: "\edf5";
}
.icon-staylinked:before {
  content: "\edf6";
}
.icon-steam-square:before {
  content: "\edf7";
}
.icon-steam-symbol:before {
  content: "\edf8";
}
.icon-steam:before {
  content: "\edf9";
}
.icon-sticker-mule:before {
  content: "\edfa";
}
.icon-strava:before {
  content: "\edfb";
}
.icon-stripe-s:before {
  content: "\edfc";
}
.icon-stripe:before {
  content: "\edfd";
}
.icon-studiovinari:before {
  content: "\edfe";
}
.icon-stumbleupon-circle:before {
  content: "\edff";
}
.icon-stumbleupon:before {
  content: "\ee00";
}
.icon-superpowers:before {
  content: "\ee01";
}
.icon-supple:before {
  content: "\ee02";
}
.icon-teamspeak:before {
  content: "\ee03";
}
.icon-telegram-plane:before {
  content: "\ee04";
}
.icon-telegram:before {
  content: "\ee05";
}
.icon-tencent-weibo:before {
  content: "\ee06";
}
.icon-the-red-yeti:before {
  content: "\ee07";
}
.icon-themeco:before {
  content: "\ee08";
}
.icon-themeisle:before {
  content: "\ee09";
}
.icon-trade-federation:before {
  content: "\ee0a";
}
.icon-trello:before {
  content: "\ee0b";
}
.icon-tripadvisor:before {
  content: "\ee0c";
}
.icon-tumblr-square:before {
  content: "\ee0d";
}
.icon-tumblr:before {
  content: "\ee0e";
}
.icon-twitch:before {
  content: "\ee0f";
}
.icon-twitter-square:before {
  content: "\ee10";
}
.icon-twitter:before {
  content: "\ee11";
}
.icon-typo3:before {
  content: "\ee12";
}
.icon-uber:before {
  content: "\ee13";
}
.icon-uikit:before {
  content: "\ee14";
}
.icon-uniregistry:before {
  content: "\ee15";
}
.icon-untappd:before {
  content: "\ee16";
}
.icon-usb:before {
  content: "\ee17";
}
.icon-ussunnah:before {
  content: "\ee18";
}
.icon-vaadin:before {
  content: "\ee19";
}
.icon-viacoin:before {
  content: "\ee1a";
}
.icon-viadeo-square:before {
  content: "\ee1b";
}
.icon-viadeo:before {
  content: "\ee1c";
}
.icon-viber:before {
  content: "\ee1d";
}
.icon-vimeo-square:before {
  content: "\ee1e";
}
.icon-vimeo-v:before {
  content: "\ee1f";
}
.icon-vimeo:before {
  content: "\ee20";
}
.icon-vine:before {
  content: "\ee21";
}
.icon-vk:before {
  content: "\ee22";
}
.icon-vnv:before {
  content: "\ee23";
}
.icon-vuejs:before {
  content: "\ee24";
}
.icon-weebly:before {
  content: "\ee25";
}
.icon-weibo:before {
  content: "\ee26";
}
.icon-weixin:before {
  content: "\ee27";
}
.icon-whatsapp-square:before {
  content: "\ee28";
}
.icon-whatsapp:before {
  content: "\ee29";
}
.icon-whmcs:before {
  content: "\ee2a";
}
.icon-wikipedia-w:before {
  content: "\ee2b";
}
.icon-windows:before {
  content: "\ee2c";
}
.icon-wix:before {
  content: "\ee2d";
}
.icon-wolf-pack-battalion:before {
  content: "\ee2e";
}
.icon-wordpress-simple:before {
  content: "\ee2f";
}
.icon-wordpress:before {
  content: "\ee30";
}
.icon-wpbeginner:before {
  content: "\ee31";
}
.icon-wpexplorer:before {
  content: "\ee32";
}
.icon-wpforms:before {
  content: "\ee33";
}
.icon-xbox:before {
  content: "\ee34";
}
.icon-xing-square:before {
  content: "\ee35";
}
.icon-xing:before {
  content: "\ee36";
}
.icon-y-combinator:before {
  content: "\ee37";
}
.icon-yahoo:before {
  content: "\ee38";
}
.icon-yandex-international:before {
  content: "\ee39";
}
.icon-yandex:before {
  content: "\ee3a";
}
.icon-yelp:before {
  content: "\ee3b";
}
.icon-yoast:before {
  content: "\ee3c";
}
.icon-youtube-square:before {
  content: "\ee3d";
}
.icon-youtube:before {
  content: "\ee3e";
}
.icon-zhihu:before {
  content: "\ee3f";
}
.icon-line-eye:before {
  content: "\e000";
}
.icon-line-paper-clip:before {
  content: "\e001";
}
.icon-line-mail:before {
  content: "\e002";
}
.icon-line-toggle:before {
  content: "\e003";
}
.icon-line-layout:before {
  content: "\e004";
}
.icon-line-link:before {
  content: "\e005";
}
.icon-line-bell:before {
  content: "\e006";
}
.icon-line-lock:before {
  content: "\e007";
}
.icon-line-unlock:before {
  content: "\e008";
}
.icon-line-ribbon:before {
  content: "\e009";
}
.icon-line-image:before {
  content: "\e010";
}
.icon-line-signal:before {
  content: "\e011";
}
.icon-line-target:before {
  content: "\e012";
}
.icon-line-clipboard:before {
  content: "\e013";
}
.icon-line-clock:before {
  content: "\e014";
}
.icon-line-watch:before {
  content: "\e015";
}
.icon-line-air-play:before {
  content: "\e016";
}
.icon-line-camera:before {
  content: "\e017";
}
.icon-line-video:before {
  content: "\e018";
}
.icon-line-disc:before {
  content: "\e019";
}
.icon-line-printer:before {
  content: "\e020";
}
.icon-line-monitor:before {
  content: "\e021";
}
.icon-line-server:before {
  content: "\e022";
}
.icon-line-cog:before {
  content: "\e023";
}
.icon-line-heart:before {
  content: "\e024";
}
.icon-line-paragraph:before {
  content: "\e025";
}
.icon-line-align-justify:before {
  content: "\e026";
}
.icon-line-align-left:before {
  content: "\e027";
}
.icon-line-align-center:before {
  content: "\e028";
}
.icon-line-align-right:before {
  content: "\e029";
}
.icon-line-book:before {
  content: "\e030";
}
.icon-line-layers:before {
  content: "\e031";
}
.icon-line-stack:before {
  content: "\e032";
}
.icon-line-stack-2:before {
  content: "\e033";
}
.icon-line-paper:before {
  content: "\e034";
}
.icon-line-paper-stack:before {
  content: "\e035";
}
.icon-line-search:before {
  content: "\e036";
}
.icon-line-zoom-in:before {
  content: "\e037";
}
.icon-line-zoom-out:before {
  content: "\e038";
}
.icon-line-reply:before {
  content: "\e039";
}
.icon-line-circle-plus:before {
  content: "\e040";
}
.icon-line-circle-minus:before {
  content: "\e041";
}
.icon-line-circle-check:before {
  content: "\e042";
}
.icon-line-circle-cross:before {
  content: "\e043";
}
.icon-line-square-plus:before {
  content: "\e044";
}
.icon-line-square-minus:before {
  content: "\e045";
}
.icon-line-square-check:before {
  content: "\e046";
}
.icon-line-square-cross:before {
  content: "\e047";
}
.icon-line-microphone:before {
  content: "\e048";
}
.icon-line-record:before {
  content: "\e049";
}
.icon-line-skip-back:before {
  content: "\e050";
}
.icon-line-rewind:before {
  content: "\e051";
}
.icon-line-play:before {
  content: "\e052";
}
.icon-line-pause:before {
  content: "\e053";
}
.icon-line-stop:before {
  content: "\e054";
}
.icon-line-fast-forward:before {
  content: "\e055";
}
.icon-line-skip-forward:before {
  content: "\e056";
}
.icon-line-shuffle:before {
  content: "\e057";
}
.icon-line-repeat:before {
  content: "\e058";
}
.icon-line-folder:before {
  content: "\e059";
}
.icon-line-umbrella:before {
  content: "\e060";
}
.icon-line-moon:before {
  content: "\e061";
}
.icon-line-thermometer:before {
  content: "\e062";
}
.icon-line-drop:before {
  content: "\e063";
}
.icon-line-sun:before {
  content: "\e064";
}
.icon-line-cloud:before {
  content: "\e065";
}
.icon-line-cloud-upload:before {
  content: "\e066";
}
.icon-line-cloud-download:before {
  content: "\e067";
}
.icon-line-upload:before {
  content: "\e068";
}
.icon-line-download:before {
  content: "\e069";
}
.icon-line-location:before {
  content: "\e070";
}
.icon-line-location-2:before {
  content: "\e071";
}
.icon-line-map:before {
  content: "\e072";
}
.icon-line-battery:before {
  content: "\e073";
}
.icon-line-head:before {
  content: "\e074";
}
.icon-line-briefcase:before {
  content: "\e075";
}
.icon-line-speech-bubble:before {
  content: "\e076";
}
.icon-line-anchor:before {
  content: "\e077";
}
.icon-line-globe:before {
  content: "\e078";
}
.icon-line-box:before {
  content: "\e079";
}
.icon-line-reload:before {
  content: "\e080";
}
.icon-line-share:before {
  content: "\e081";
}
.icon-line-marquee:before {
  content: "\e082";
}
.icon-line-marquee-plus:before {
  content: "\e083";
}
.icon-line-marquee-minus:before {
  content: "\e084";
}
.icon-line-tag:before {
  content: "\e085";
}
.icon-line-power:before {
  content: "\e086";
}
.icon-line-command:before {
  content: "\e087";
}
.icon-line-alt:before {
  content: "\e088";
}
.icon-line-esc:before {
  content: "\e089";
}
.icon-line-bar-graph:before {
  content: "\e090";
}
.icon-line-bar-graph-2:before {
  content: "\e091";
}
.icon-line-pie-graph:before {
  content: "\e092";
}
.icon-line-star:before {
  content: "\e093";
}
.icon-line-arrow-left:before {
  content: "\e094";
}
.icon-line-arrow-right:before {
  content: "\e095";
}
.icon-line-arrow-up:before {
  content: "\e096";
}
.icon-line-arrow-down:before {
  content: "\e097";
}
.icon-line-volume:before {
  content: "\e098";
}
.icon-line-mute:before {
  content: "\e099";
}
.icon-line-content-right:before {
  content: "\e100";
}
.icon-line-content-left:before {
  content: "\e101";
}
.icon-line-grid:before {
  content: "\e102";
}
.icon-line-grid-2:before {
  content: "\e103";
}
.icon-line-columns:before {
  content: "\e104";
}
.icon-line-loader:before {
  content: "\e105";
}
.icon-line-bag:before {
  content: "\e106";
}
.icon-line-ban:before {
  content: "\e107";
}
.icon-line-flag:before {
  content: "\e108";
}
.icon-line-trash:before {
  content: "\e109";
}
.icon-line-expand:before {
  content: "\e110";
}
.icon-line-contract:before {
  content: "\e111";
}
.icon-line-maximize:before {
  content: "\e112";
}
.icon-line-minimize:before {
  content: "\e113";
}
.icon-line-plus:before {
  content: "\e114";
}
.icon-line-minus:before {
  content: "\e115";
}
.icon-line-check:before {
  content: "\e116";
}
.icon-line-cross:before {
  content: "\e117";
}
.icon-line-move:before {
  content: "\e118";
}
.icon-line-delete:before {
  content: "\e119";
}
.icon-line-menu:before {
  content: "\e120";
}
.icon-line-archive:before {
  content: "\e121";
}
.icon-line-inbox:before {
  content: "\e122";
}
.icon-line-outbox:before {
  content: "\e123";
}
.icon-line-file:before {
  content: "\e124";
}
.icon-line-file-add:before {
  content: "\e125";
}
.icon-line-file-subtract:before {
  content: "\e126";
}
.icon-line-help:before {
  content: "\e127";
}
.icon-line-open:before {
  content: "\e128";
}
.icon-line-ellipsis:before {
  content: "\e129";
}
.icon-line2-user-female:before {
  content: "\e000";
}
.icon-line2-user-follow:before {
  content: "\e002";
}
.icon-line2-user-following:before {
  content: "\e003";
}
.icon-line2-user-unfollow:before {
  content: "\e004";
}
.icon-line2-trophy:before {
  content: "\e006";
}
.icon-line2-screen-smartphone:before {
  content: "\e010";
}
.icon-line2-screen-desktop:before {
  content: "\e011";
}
.icon-line2-plane:before {
  content: "\e012";
}
.icon-line2-notebook:before {
  content: "\e013";
}
.icon-line2-moustache:before {
  content: "\e014";
}
.icon-line2-mouse:before {
  content: "\e015";
}
.icon-line2-magnet:before {
  content: "\e016";
}
.icon-line2-energy:before {
  content: "\e020";
}
.icon-line2-emoticon-smile:before {
  content: "\e021";
}
.icon-line2-disc:before {
  content: "\e022";
}
.icon-line2-cursor-move:before {
  content: "\e023";
}
.icon-line2-crop:before {
  content: "\e024";
}
.icon-line2-credit-card:before {
  content: "\e025";
}
.icon-line2-chemistry:before {
  content: "\e026";
}
.icon-line2-user:before {
  content: "\e005";
}
.icon-line2-speedometer:before {
  content: "\e007";
}
.icon-line2-social-youtube:before {
  content: "\e008";
}
.icon-line2-social-twitter:before {
  content: "\e009";
}
.icon-line2-social-tumblr:before {
  content: "\e00a";
}
.icon-line2-social-facebook:before {
  content: "\e00b";
}
.icon-line2-social-dropbox:before {
  content: "\e00c";
}
.icon-line2-social-dribbble:before {
  content: "\e00d";
}
.icon-line2-shield:before {
  content: "\e00e";
}
.icon-line2-screen-tablet:before {
  content: "\e00f";
}
.icon-line2-magic-wand:before {
  content: "\e017";
}
.icon-line2-hourglass:before {
  content: "\e018";
}
.icon-line2-graduation:before {
  content: "\e019";
}
.icon-line2-ghost:before {
  content: "\e01a";
}
.icon-line2-game-controller:before {
  content: "\e01b";
}
.icon-line2-fire:before {
  content: "\e01c";
}
.icon-line2-eyeglasses:before {
  content: "\e01d";
}
.icon-line2-envelope-open:before {
  content: "\e01e";
}
.icon-line2-envelope-letter:before {
  content: "\e01f";
}
.icon-line2-bell:before {
  content: "\e027";
}
.icon-line2-badge:before {
  content: "\e028";
}
.icon-line2-anchor:before {
  content: "\e029";
}
.icon-line2-wallet:before {
  content: "\e02a";
}
.icon-line2-vector:before {
  content: "\e02b";
}
.icon-line2-speech:before {
  content: "\e02c";
}
.icon-line2-puzzle:before {
  content: "\e02d";
}
.icon-line2-printer:before {
  content: "\e02e";
}
.icon-line2-present:before {
  content: "\e02f";
}
.icon-line2-playlist:before {
  content: "\e030";
}
.icon-line2-pin:before {
  content: "\e031";
}
.icon-line2-picture:before {
  content: "\e032";
}
.icon-line2-map:before {
  content: "\e033";
}
.icon-line2-layers:before {
  content: "\e034";
}
.icon-line2-handbag:before {
  content: "\e035";
}
.icon-line2-globe-alt:before {
  content: "\e036";
}
.icon-line2-globe:before {
  content: "\e037";
}
.icon-line2-frame:before {
  content: "\e038";
}
.icon-line2-folder-alt:before {
  content: "\e039";
}
.icon-line2-film:before {
  content: "\e03a";
}
.icon-line2-feed:before {
  content: "\e03b";
}
.icon-line2-earphones-alt:before {
  content: "\e03c";
}
.icon-line2-earphones:before {
  content: "\e03d";
}
.icon-line2-drop:before {
  content: "\e03e";
}
.icon-line2-drawer:before {
  content: "\e03f";
}
.icon-line2-docs:before {
  content: "\e040";
}
.icon-line2-directions:before {
  content: "\e041";
}
.icon-line2-direction:before {
  content: "\e042";
}
.icon-line2-diamond:before {
  content: "\e043";
}
.icon-line2-cup:before {
  content: "\e044";
}
.icon-line2-compass:before {
  content: "\e045";
}
.icon-line2-call-out:before {
  content: "\e046";
}
.icon-line2-call-in:before {
  content: "\e047";
}
.icon-line2-call-end:before {
  content: "\e048";
}
.icon-line2-calculator:before {
  content: "\e049";
}
.icon-line2-bubbles:before {
  content: "\e04a";
}
.icon-line2-briefcase:before {
  content: "\e04b";
}
.icon-line2-book-open:before {
  content: "\e04c";
}
.icon-line2-basket-loaded:before {
  content: "\e04d";
}
.icon-line2-basket:before {
  content: "\e04e";
}
.icon-line2-bag:before {
  content: "\e04f";
}
.icon-line2-action-undo:before {
  content: "\e050";
}
.icon-line2-action-redo:before {
  content: "\e051";
}
.icon-line2-wrench:before {
  content: "\e052";
}
.icon-line2-umbrella:before {
  content: "\e053";
}
.icon-line2-trash:before {
  content: "\e054";
}
.icon-line2-tag:before {
  content: "\e055";
}
.icon-line2-support:before {
  content: "\e056";
}
.icon-line2-size-fullscreen:before {
  content: "\e057";
}
.icon-line2-size-actual:before {
  content: "\e058";
}
.icon-line2-shuffle:before {
  content: "\e059";
}
.icon-line2-share-alt:before {
  content: "\e05a";
}
.icon-line2-share:before {
  content: "\e05b";
}
.icon-line2-rocket:before {
  content: "\e05c";
}
.icon-line2-question:before {
  content: "\e05d";
}
.icon-line2-pie-chart:before {
  content: "\e05e";
}
.icon-line2-pencil:before {
  content: "\e05f";
}
.icon-line2-note:before {
  content: "\e060";
}
.icon-line2-music-tone-alt:before {
  content: "\e061";
}
.icon-line2-music-tone:before {
  content: "\e062";
}
.icon-line2-microphone:before {
  content: "\e063";
}
.icon-line2-loop:before {
  content: "\e064";
}
.icon-line2-logout:before {
  content: "\e065";
}
.icon-line2-login:before {
  content: "\e066";
}
.icon-line2-list:before {
  content: "\e067";
}
.icon-line2-like:before {
  content: "\e068";
}
.icon-line2-home:before {
  content: "\e069";
}
.icon-line2-grid:before {
  content: "\e06a";
}
.icon-line2-graph:before {
  content: "\e06b";
}
.icon-line2-equalizer:before {
  content: "\e06c";
}
.icon-line2-dislike:before {
  content: "\e06d";
}
.icon-line2-cursor:before {
  content: "\e06e";
}
.icon-line2-control-start:before {
  content: "\e06f";
}
.icon-line2-control-rewind:before {
  content: "\e070";
}
.icon-line2-control-play:before {
  content: "\e071";
}
.icon-line2-control-pause:before {
  content: "\e072";
}
.icon-line2-control-forward:before {
  content: "\e073";
}
.icon-line2-control-end:before {
  content: "\e074";
}
.icon-line2-calendar:before {
  content: "\e075";
}
.icon-line2-bulb:before {
  content: "\e076";
}
.icon-line2-bar-chart:before {
  content: "\e077";
}
.icon-line2-arrow-up:before {
  content: "\e078";
}
.icon-line2-arrow-right:before {
  content: "\e079";
}
.icon-line2-arrow-left:before {
  content: "\e07a";
}
.icon-line2-arrow-down:before {
  content: "\e07b";
}
.icon-line2-ban:before {
  content: "\e07c";
}
.icon-line2-bubble:before {
  content: "\e07d";
}
.icon-line2-camcorder:before {
  content: "\e07e";
}
.icon-line2-camera:before {
  content: "\e07f";
}
.icon-line2-check:before {
  content: "\e080";
}
.icon-line2-clock:before {
  content: "\e081";
}
.icon-line2-close:before {
  content: "\e082";
}
.icon-line2-cloud-download:before {
  content: "\e083";
}
.icon-line2-cloud-upload:before {
  content: "\e084";
}
.icon-line2-doc:before {
  content: "\e085";
}
.icon-line2-envelope:before {
  content: "\e086";
}
.icon-line2-eye:before {
  content: "\e087";
}
.icon-line2-flag:before {
  content: "\e088";
}
.icon-line2-folder:before {
  content: "\e089";
}
.icon-line2-heart:before {
  content: "\e08a";
}
.icon-line2-info:before {
  content: "\e08b";
}
.icon-line2-key:before {
  content: "\e08c";
}
.icon-line2-link:before {
  content: "\e08d";
}
.icon-line2-lock:before {
  content: "\e08e";
}
.icon-line2-lock-open:before {
  content: "\e08f";
}
.icon-line2-magnifier:before {
  content: "\e090";
}
.icon-line2-magnifier-add:before {
  content: "\e091";
}
.icon-line2-magnifier-remove:before {
  content: "\e092";
}
.icon-line2-paper-clip:before {
  content: "\e093";
}
.icon-line2-paper-plane:before {
  content: "\e094";
}
.icon-line2-plus:before {
  content: "\e095";
}
.icon-line2-pointer:before {
  content: "\e096";
}
.icon-line2-power:before {
  content: "\e097";
}
.icon-line2-refresh:before {
  content: "\e098";
}
.icon-line2-reload:before {
  content: "\e099";
}
.icon-line2-settings:before {
  content: "\e09a";
}
.icon-line2-star:before {
  content: "\e09b";
}
.icon-line2-symbol-female:before {
  content: "\e09c";
}
.icon-line2-symbol-male:before {
  content: "\e09d";
}
.icon-line2-target:before {
  content: "\e09e";
}
.icon-line2-volume-1:before {
  content: "\e09f";
}
.icon-line2-volume-2:before {
  content: "\e0a0";
}
.icon-line2-volume-off:before {
  content: "\e0a1";
}
.icon-line2-users:before {
  content: "\e001";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
