/*Google Fonts*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");

@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI-BoldItalic.eot);
  src: url(../fonts/SegoeUI-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SegoeUI-BoldItalic.woff2) format("woff2"),
    url(../fonts/SegoeUI-BoldItalic.woff) format("woff"),
    url(../fonts/SegoeUI-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI-Italic.eot);
  src: url(../fonts/SegoeUI-Italic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SegoeUI-Italic.woff2) format("woff2"),
    url(../fonts/SegoeUI-Italic.woff) format("woff"),
    url(../fonts/SegoeUI-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI-Bold.eot);
  src: url(../fonts/SegoeUI-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SegoeUI-Bold.woff2) format("woff2"),
    url(../fonts/SegoeUI-Bold.woff) format("woff"),
    url(../fonts/SegoeUI-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Segoe UI";
  src: url(../fonts/SegoeUI.eot);
  src: url(../fonts/SegoeUI.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SegoeUI.woff2) format("woff2"),
    url(../fonts/SegoeUI.woff) format("woff"),
    url(../fonts/SegoeUI.ttf) format("truetype");
}

.custom-calendar-icon {
  background-image: url("/path/to/custom-icon.svg");
  width: 20px;
  height: 20px;
}

.ant-picker-suffix {
  display: none;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
    var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}

.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  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 {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }

  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }

  30% {
    -webkit-transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "\30";
}

.fa-1:before {
  content: "\31";
}

.fa-2:before {
  content: "\32";
}

.fa-3:before {
  content: "\33";
}

.fa-4:before {
  content: "\34";
}

.fa-5:before {
  content: "\35";
}

.fa-6:before {
  content: "\36";
}

.fa-7:before {
  content: "\37";
}

.fa-8:before {
  content: "\38";
}

.fa-9:before {
  content: "\39";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-arrows-to-circle:before {
  content: "\e4bd";
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}

.fa-at:before {
  content: "\40";
}

.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}

.fa-info:before {
  content: "\f129";
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}

.fa-explosion:before {
  content: "\e4e9";
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-building-un:before {
  content: "\e4d9";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}

.fa-anchor-circle-check:before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}

.fa-arrows-up-to-line:before {
  content: "\e4c2";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}

.fa-bridge-circle-check:before {
  content: "\e4c9";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}

.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}

.fa-school-circle-exclamation:before {
  content: "\e56c";
}

.fa-crop:before {
  content: "\f125";
}

.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}

.fa-users-rectangle:before {
  content: "\e594";
}

.fa-people-roof:before {
  content: "\e537";
}

.fa-people-line:before {
  content: "\e534";
}

.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}

.fa-diagram-predecessor:before {
  content: "\e477";
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}

.fa-male:before,
.fa-person:before {
  content: "\f183";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-truck-plane:before {
  content: "\e58f";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}

.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-jar-wheat:before {
  content: "\e517";
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}

.fa-file-circle-exclamation:before {
  content: "\e4eb";
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-pager:before {
  content: "\f815";
}

.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-k:before {
  content: "\4b";
}

.fa-landmark-flag:before {
  content: "\e51c";
}

.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-comments:before {
  content: "\f086";
}

.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-code-pull-request:before {
  content: "\e13c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-vial-virus:before {
  content: "\e597";
}

.fa-sheet-plastic:before {
  content: "\e571";
}

.fa-blog:before {
  content: "\f781";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-person-arrow-up-from-line:before {
  content: "\e539";
}

.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}

.fa-person-drowning:before {
  content: "\e545";
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-w:before {
  content: "\57";
}

.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-trowel-bricks:before {
  content: "\e58a";
}

.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-tent-arrow-left-right:before {
  content: "\e57f";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}

.fa-mars-and-venus-burst:before {
  content: "\e523";
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-sun-plant-wilt:before {
  content: "\e57a";
}

.fa-toilets-portable:before {
  content: "\e584";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-clover:before {
  content: "\e139";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-house-fire:before {
  content: "\e50c";
}

.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}

.fa-file-circle-question:before {
  content: "\e4ef";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}

.fa-people-group:before {
  content: "\e533";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}

.fa-film:before {
  content: "\f008";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-people-robbery:before {
  content: "\e536";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-school-circle-xmark:before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}

.fa-memory:before {
  content: "\f538";
}

.fa-road-spikes:before {
  content: "\e568";
}

.fa-fire-burner:before {
  content: "\e4f1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-compress:before {
  content: "\f066";
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-hands-holding-child:before {
  content: "\e4fa";
}

.fa-asterisk:before {
  content: "\2a";
}

.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}

.fa-peseta-sign:before {
  content: "\e221";
}

.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}

.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark:before {
  content: "\e513";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}

.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}

.fa-lock:before {
  content: "\f023";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}

.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}

.fa-house-flood-water:before {
  content: "\e50e";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-bridge-lock:before {
  content: "\e4cc";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}

.fa-heart-circle-minus:before {
  content: "\e4ff";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-person-rays:before {
  content: "\e54d";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-flask-vial:before {
  content: "\e4f3";
}

.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}

.fa-om:before {
  content: "\f679";
}

.fa-worm:before {
  content: "\e599";
}

.fa-house-circle-xmark:before {
  content: "\e50b";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}

.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-road-circle-check:before {
  content: "\e564";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}

.fa-land-mine-on:before {
  content: "\e51b";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-stairs:before {
  content: "\e289";
}

.fa-i:before {
  content: "\49";
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-pills:before {
  content: "\f484";
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-v:before {
  content: "\56";
}

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-road-barrier:before {
  content: "\e562";
}

.fa-school:before {
  content: "\f549";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-joint:before {
  content: "\f595";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-q:before {
  content: "\51";
}

.fa-g:before {
  content: "\47";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-dong-sign:before {
  content: "\e169";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}

.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-helmet-un:before {
  content: "\e503";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}

.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-chart-simple:before {
  content: "\e473";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-vial:before {
  content: "\f492";
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

.fa-e:before {
  content: "\45";
}

.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}

.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}

.fa-user:before {
  content: "\f007";
}

.fa-school-circle-check:before {
  content: "\e56b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}

.fa-building-user:before {
  content: "\e4da";
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-key:before {
  content: "\f084";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-person-half-dress:before {
  content: "\e548";
}

.fa-road-bridge:before {
  content: "\e563";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-c:before {
  content: "\43";
}

.fa-tablet-button:before {
  content: "\f10a";
}

.fa-building-lock:before {
  content: "\e4d6";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}

.fa-house-flag:before {
  content: "\e50d";
}

.fa-person-circle-minus:before {
  content: "\e540";
}

.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}

.fa-camera-rotate:before {
  content: "\e0d8";
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}

.fa-star:before {
  content: "\f005";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-cross:before {
  content: "\f654";
}

.fa-box:before {
  content: "\f466";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}

.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}

.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}

.fa-mobile-retro:before {
  content: "\e527";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-spider:before {
  content: "\f717";
}

.fa-hands-bound:before {
  content: "\e4f9";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-plane-circle-exclamation:before {
  content: "\e556";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-slash:before {
  content: "\f715";
}

.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-server:before {
  content: "\f233";
}

.fa-virus-covid-slash:before {
  content: "\e4a9";
}

.fa-shop-lock:before {
  content: "\e4a5";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-building-wheat:before {
  content: "\e4db";
}

.fa-person-breastfeeding:before {
  content: "\e53a";
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-venus:before {
  content: "\f221";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}

.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-crown:before {
  content: "\f521";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-xmarks-lines:before {
  content: "\e59a";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}

.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}

.fa-l:before {
  content: "\4c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}

.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-heart-circle-plus:before {
  content: "\e500";
}

.fa-code-fork:before {
  content: "\e13b";
}

.fa-city:before {
  content: "\f64f";
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-colon-sign:before {
  content: "\e140";
}

.fa-headset:before {
  content: "\f590";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-road-circle-xmark:before {
  content: "\e566";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-house-circle-exclamation:before {
  content: "\e50a";
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}

.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-bold:before {
  content: "\f032";
}

.fa-anchor-lock:before {
  content: "\e4ad";
}

.fa-building-ngo:before {
  content: "\e4d7";
}

.fa-manat-sign:before {
  content: "\e1d5";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-building-circle-check:before {
  content: "\e4d2";
}

.fa-person-chalkboard:before {
  content: "\e53d";
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}

.fa-cloud-showers-water:before {
  content: "\e4e4";
}

.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-train:before {
  content: "\f238";
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}

.fa-crow:before {
  content: "\f520";
}

.fa-sailboat:before {
  content: "\e445";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-bucket:before {
  content: "\e4cf";
}

.fa-image:before {
  content: "\f03e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-folder-closed:before {
  content: "\e185";
}

.fa-house-tsunami:before {
  content: "\e515";
}

.fa-square-nfi:before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}

.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}

.fa-plate-wheat:before {
  content: "\e55a";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-person-shelter:before {
  content: "\e54f";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-helicopter-symbol:before {
  content: "\e502";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}

.fa-lari-sign:before {
  content: "\e1c8";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-square-person-confined:before {
  content: "\e577";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-location-pin-lock:before {
  content: "\e51f";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-hill-avalanche:before {
  content: "\e507";
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}

.fa-burst:before {
  content: "\e4dc";
}

.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}

.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}

.fa-money-bills:before {
  content: "\e1f3";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-arrows-turn-right:before {
  content: "\e4c0";
}

.fa-vest:before {
  content: "\e085";
}

.fa-ferry:before {
  content: "\e4ea";
}

.fa-arrows-down-to-people:before {
  content: "\e4b9";
}

.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}

.fa-boxes-packing:before {
  content: "\e4c7";
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}

.fa-group-arrows-rotate:before {
  content: "\e4f6";
}

.fa-bowl-food:before {
  content: "\e4c6";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}

.fa-house-lock:before {
  content: "\e510";
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-children:before {
  content: "\e4e1";
}

.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}

.fa-mattress-pillow:before {
  content: "\e525";
}

.fa-guarani-sign:before {
  content: "\e19a";
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-cruzeiro-sign:before {
  content: "\e152";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}

.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}

.fa-virus:before {
  content: "\e074";
}

.fa-envelope-circle-check:before {
  content: "\e4e8";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-arrows-to-dot:before {
  content: "\e4be";
}

.fa-archway:before {
  content: "\f557";
}

.fa-heart-circle-check:before {
  content: "\e4fd";
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}

.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cedi-sign:before {
  content: "\e0df";
}

.fa-italic:before {
  content: "\f033";
}

.fa-church:before {
  content: "\f51d";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-z:before {
  content: "\5a";
}

.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}

.fa-road-lock:before {
  content: "\e567";
}

.fa-a:before {
  content: "\41";
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}

.fa-p:before {
  content: "\50";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}

.fa-filter-circle-xmark:before {
  content: "\e17b";
}

.fa-locust:before {
  content: "\e520";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}

.fa-person-dress-burst:before {
  content: "\e544";
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-question:before {
  content: "\3f";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}

.fa-house-chimney-user:before {
  content: "\e065";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}

.fa-code:before {
  content: "\f121";
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}

.fa-building-circle-exclamation:before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart:before {
  content: "\e522";
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}

.fa-cubes-stacked:before {
  content: "\e4e6";
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}

.fa-virus-covid:before {
  content: "\e4a8";
}

.fa-austral-sign:before {
  content: "\e0a9";
}

.fa-f:before {
  content: "\46";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-road:before {
  content: "\f018";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-person-circle-plus:before {
  content: "\e541";
}

.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}

.fa-bolt-lightning:before {
  content: "\e0b7";
}

.fa-sack-xmark:before {
  content: "\e56a";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-fish-fins:before {
  content: "\e4f2";
}

.fa-building-flag:before {
  content: "\e4d5";
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-poop:before {
  content: "\f619";
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}

.fa-eject:before {
  content: "\f052";
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}

.fa-plane-circle-check:before {
  content: "\e555";
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}

.fa-mask-ventilator:before {
  content: "\e524";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-person-circle-question:before {
  content: "\e542";
}

.fa-h:before {
  content: "\48";
}

.fa-tarp:before {
  content: "\e57b";
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}

.fa-arrows-to-eye:before {
  content: "\e4bf";
}

.fa-plug-circle-bolt:before {
  content: "\e55b";
}

.fa-heart:before {
  content: "\f004";
}

.fa-mars-and-venus:before {
  content: "\f224";
}

.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-house-crack:before {
  content: "\e3b1";
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}

.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}

.fa-bottle-water:before {
  content: "\e4c5";
}

.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}

.fa-kitchen-set:before {
  content: "\e51a";
}

.fa-r:before {
  content: "\52";
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-bitcoin-sign:before {
  content: "\e0b4";
}

.fa-shield-dog:before {
  content: "\e573";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-elevator:before {
  content: "\e16d";
}

.fa-money-bill-transfer:before {
  content: "\e528";
}

.fa-money-bill-trend-up:before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}

.fa-circle:before {
  content: "\f111";
}

.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}

.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}

.fa-users-rays:before {
  content: "\e593";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-bugs:before {
  content: "\e4d0";
}

.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-book-bookmark:before {
  content: "\e0bb";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-bridge:before {
  content: "\e4c8";
}

.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}

.fa-truck-front:before {
  content: "\e2b7";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}

.fa-truck-field:before {
  content: "\e58d";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-clipboard-question:before {
  content: "\e4e3";
}

.fa-panorama:before {
  content: "\e209";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-file-circle-minus:before {
  content: "\e4ed";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-mobile-button:before {
  content: "\f10b";
}

.fa-house-medical-flag:before {
  content: "\e514";
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-person-military-to-person:before {
  content: "\e54c";
}

.fa-file-shield:before {
  content: "\e4f0";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-pen:before {
  content: "\f304";
}

.fa-tower-observation:before {
  content: "\e586";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}

.fa-bus:before {
  content: "\f207";
}

.fa-heart-circle-xmark:before {
  content: "\e501";
}

.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}

.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}

.fa-plant-wilt:before {
  content: "\e5aa";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-child-dress:before {
  content: "\e59c";
}

.fa-users-between-lines:before {
  content: "\e591";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}

.fa-phone:before {
  content: "\f095";
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}

.fa-child-reaching:before {
  content: "\e59d";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-mosquito-net:before {
  content: "\e52c";
}

.fa-bridge-water:before {
  content: "\e4ce";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-divide:before {
  content: "\f529";
}

.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-hands-holding:before {
  content: "\f4c2";
}

.fa-hands-clapping:before {
  content: "\e1a8";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-person-circle-xmark:before {
  content: "\e543";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-j:before {
  content: "\4a";
}

.fa-users-viewfinder:before {
  content: "\e595";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}

.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}

.fa-o:before {
  content: "\4f";
}

.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-otter:before {
  content: "\f700";
}

.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}

.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}

.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-plane-lock:before {
  content: "\e558";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-comment:before {
  content: "\f075";
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-arrow-right-to-city:before {
  content: "\e4b3";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-litecoin-sign:before {
  content: "\e1d3";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-circle-nodes:before {
  content: "\e4e2";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-truck-field-un:before {
  content: "\e58e";
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}

.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}

.fa-square-virus:before {
  content: "\e578";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-car-on:before {
  content: "\e4dd";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-water:before {
  content: "\f773";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-person-cane:before {
  content: "\e53c";
}

.fa-tent:before {
  content: "\e57d";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-money-bill-wheat:before {
  content: "\e52a";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}

.fa-tarp-droplet:before {
  content: "\e57c";
}

.fa-house-medical-circle-check:before {
  content: "\e511";
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}

.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}

.fa-chart-gantt:before {
  content: "\e0e4";
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}

.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-dna:before {
  content: "\f471";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}

.fa-chess:before {
  content: "\f439";
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-plug-circle-check:before {
  content: "\e55c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-franc-sign:before {
  content: "\e18f";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-mosquito:before {
  content: "\e52b";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-person-military-rifle:before {
  content: "\e54b";
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-vials:before {
  content: "\f493";
}

.fa-plug-circle-plus:before {
  content: "\e55f";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}

.fa-u:before {
  content: "\55";
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}

.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}

.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-baseball-bat-ball:before {
  content: "\f432";
}

.fa-s:before {
  content: "\53";
}

.fa-timeline:before {
  content: "\e29c";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}

.fa-plane-up:before {
  content: "\e22d";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-mountain-city:before {
  content: "\e52e";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-cent-sign:before {
  content: "\e3f5";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-person-pregnant:before {
  content: "\e31e";
}

.fa-wand-sparkles:before {
  content: "\f72b";
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-laptop-file:before {
  content: "\e51d";
}

.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}

.fa-diagram-next:before {
  content: "\e476";
}

.fa-person-rifle:before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-images:before {
  content: "\f302";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-people-pulling:before {
  content: "\e535";
}

.fa-n:before {
  content: "\4e";
}

.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-building-circle-xmark:before {
  content: "\e4d4";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-arrows-down-to-line:before {
  content: "\e4b8";
}

.fa-download:before {
  content: "\f019";
}

.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}

.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-file-circle-check:before {
  content: "\e5a0";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}

.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-b:before {
  content: "\42";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}

.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-mill-sign:before {
  content: "\e1ed";
}

.fa-bowl-rice:before {
  content: "\e2eb";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-upload:before {
  content: "\f093";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-mound:before {
  content: "\e52d";
}

.fa-toilet-portable:before {
  content: "\e583";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-shield-cat:before {
  content: "\e572";
}

.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}

.fa-glass-water:before {
  content: "\e4f4";
}

.fa-oil-well:before {
  content: "\e532";
}

.fa-vault:before {
  content: "\e2c5";
}

.fa-mars:before {
  content: "\f222";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-plane-circle-xmark:before {
  content: "\e557";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-sun:before {
  content: "\f185";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-bore-hole:before {
  content: "\e4c3";
}

.fa-industry:before {
  content: "\f275";
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}

.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}

.fa-florin-sign:before {
  content: "\e184";
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-less-than:before {
  content: "\3c";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-car-tunnel:before {
  content: "\e4de";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}

.fa-person-through-window:before {
  content: "\e5a9";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-hands-holding-circle:before {
  content: "\e4fb";
}

.fa-bug:before {
  content: "\f188";
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-hand-holding-hand:before {
  content: "\e4f7";
}

.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}

.fa-mountain-sun:before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-truck-droplet:before {
  content: "\e58c";
}

.fa-file-circle-xmark:before {
  content: "\e5a1";
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-bed:before {
  content: "\f236";
}

.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-plug-circle-xmark:before {
  content: "\e560";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-file:before {
  content: "\f15b";
}

.fa-greater-than:before {
  content: "\3e";
}

.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}

.fa-person-burst:before {
  content: "\e53b";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-socks:before {
  content: "\f696";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-section:before {
  content: "\e447";
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}

.fa-drum:before {
  content: "\f569";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-heart-circle-bolt:before {
  content: "\e4fc";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}

.fa-tree-city:before {
  content: "\e587";
}

.fa-play:before {
  content: "\f04b";
}

.fa-font:before {
  content: "\f031";
}

.fa-rupiah-sign:before {
  content: "\e23d";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-naira-sign:before {
  content: "\e1f6";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-person-circle-exclamation:before {
  content: "\e53f";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-code-compare:before {
  content: "\e13a";
}

.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}

.fa-school-lock:before {
  content: "\e56f";
}

.fa-tower-cell:before {
  content: "\e585";
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-ranking-star:before {
  content: "\e561";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-person-harassing:before {
  content: "\e549";
}

.fa-brazilian-real-sign:before {
  content: "\e46c";
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-shrimp:before {
  content: "\e448";
}

.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}

.fa-jug-detergent:before {
  content: "\e519";
}

.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}

.fa-y:before {
  content: "\59";
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}

.fa-fish:before {
  content: "\f578";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}

.fa-clapperboard:before {
  content: "\e131";
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}

.fa-jet-fighter-up:before {
  content: "\e518";
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}

.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}

.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}

.fa-gun:before {
  content: "\e19b";
}

.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}

.fa-add:before,
.fa-plus:before {
  content: "\2b";
}

.fa-expand:before {
  content: "\f065";
}

.fa-computer:before {
  content: "\e4e5";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}

.fa-peso-sign:before {
  content: "\e222";
}

.fa-building-shield:before {
  content: "\e4d8";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-users-line:before {
  content: "\e592";
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}

.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}

.fa-lines-leaning:before {
  content: "\e51e";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-equals:before {
  content: "\3d";
}

.fa-blender:before {
  content: "\f517";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-map:before {
  content: "\f279";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-store:before {
  content: "\f54e";
}

.fa-arrow-trend-up:before {
  content: "\e098";
}

.fa-plug-circle-minus:before {
  content: "\e55e";
}

.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}

.fa-school-flag:before {
  content: "\e56e";
}

.fa-fill:before {
  content: "\f575";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-notdef:before {
  content: "\e1fe";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-percent:before,
.fa-percentage:before {
  content: "\25";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-glass-water-droplet:before {
  content: "\e4f5";
}

.fa-display:before {
  content: "\e163";
}

.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-robot:before {
  content: "\f544";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}

.fa-person-falling-burst:before {
  content: "\e547";
}

.fa-award:before {
  content: "\f559";
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}

.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-house-medical:before {
  content: "\e3b2";
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}

.fa-house-chimney-window:before {
  content: "\e00d";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left:before {
  content: "\e580";
}

.fa-tents:before {
  content: "\e582";
}

.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-moon:before {
  content: "\f186";
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-music:before {
  content: "\f001";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-shield-heart:before {
  content: "\e574";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}

.fa-hashtag:before {
  content: "\23";
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-t:before {
  content: "\54";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-chart-column:before {
  content: "\e0e3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-vial-circle-check:before {
  content: "\e596";
}

.fa-person-arrow-down-to-line:before {
  content: "\e538";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-fan:before {
  content: "\f863";
}

.fa-person-walking-luggage:before {
  content: "\e554";
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation:before {
  content: "\e55d";
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-file-circle-plus:before {
  content: "\e494";
}

.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-arrow-trend-down:before {
  content: "\e097";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}

.fa-m:before {
  content: "\4d";
}

.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}

.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}

.fa-book:before {
  content: "\f02d";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-check:before {
  content: "\f00c";
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-house-circle-check:before {
  content: "\e509";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-diagram-successor:before {
  content: "\e47a";
}

.fa-truck-arrow-right:before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}

.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-person-falling:before {
  content: "\e546";
}

.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-rug:before {
  content: "\e569";
}

.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}

.fa-baht-sign:before {
  content: "\e0ac";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}

.fa-handcuffs:before {
  content: "\e4f8";
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-bottle-droplet:before {
  content: "\e4c4";
}

.fa-mask-face:before {
  content: "\e1d7";
}

.fa-hill-rockslide:before {
  content: "\e508";
}

.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-road-circle-exclamation:before {
  content: "\e565";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}

.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}

.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}

.fa-person-walking-arrow-right:before {
  content: "\e552";
}

.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}

.fa-dice:before {
  content: "\f522";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}

.fa-train-tram:before {
  content: "\e5b4";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-jar:before {
  content: "\e516";
}

.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}

.fa-bug-slash:before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-plane:before {
  content: "\f072";
}

.fa-tent-arrows-down:before {
  content: "\e581";
}

.fa-exclamation:before {
  content: "\21";
}

.fa-arrows-spin:before {
  content: "\e4bb";
}

.fa-print:before {
  content: "\f02f";
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "\24";
}

.fa-x:before {
  content: "\58";
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}

.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}

.fa-person-military-pointing:before {
  content: "\e54a";
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-trowel:before {
  content: "\e589";
}

.fa-d:before {
  content: "\44";
}

.fa-stapler:before {
  content: "\e5af";
}

.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}

.fa-kip-sign:before {
  content: "\e1c4";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-plus-minus:before {
  content: "\e43c";
}

.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-person-circle-check:before {
  content: "\e53e";
}

.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

: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(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
}

.fa-brands,
.fab {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-js-square:before,
.fa-square-js:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-rendact:before,
.fa-wpressr:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before,
.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-github-square:before,
.fa-square-github:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before,
.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-behance-square:before,
.fa-square-behance:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-git-square:before,
.fa-square-git:before {
  content: "\f1d2";
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\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(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/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(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/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(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/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(../fonts/fa-v4compatibility.woff2) format("woff2"),
    url(../fonts/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;
}

@font-face {
  font-family: "themify";
  src: url(../fonts/themify.eot);
  src: url(../fonts/themify.eot?#iefix) format("embedded-opentype"),
    url(../fonts/themify.woff) format("woff"),
    url(../fonts/themify.ttf) format("truetype"),
    url(../fonts/themify.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  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);
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  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);
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}

.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: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}

.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);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.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);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    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 {
  0% {
    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);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
  }
}

.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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .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;
  }
}

@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/boxicons.eot);
  src: url(../fonts/boxicons.eot) format("embedded-opentype"),
    url(../fonts/boxicons.woff2) format("woff2"),
    url(../fonts/boxicons.woff) format("woff"),
    url(../fonts/boxicons.ttf) format("truetype"),
    url(../fonts/boxicons.svg?#boxicons) format("svg");
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }

  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.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
}

.bx-rotate-180 {
  transform: rotate(180deg);
}

.bx-rotate-270 {
  transform: rotate(270deg);
}

.bx-flip-horizontal {
  transform: scaleX(-1);
}

.bx-flip-vertical {
  transform: scaleY(-1);
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxl-500px:before {
  content: "\e900";
}

.bxl-adobe:before {
  content: "\e901";
}

.bxl-airbnb:before {
  content: "\e902";
}

.bxl-algolia:before {
  content: "\e903";
}

.bxl-amazon:before {
  content: "\e904";
}

.bxl-android:before {
  content: "\e905";
}

.bxl-angular:before {
  content: "\e906";
}

.bxl-apple:before {
  content: "\e907";
}

.bxl-audible:before {
  content: "\e908";
}

.bxl-aws:before {
  content: "\e909";
}

.bxl-baidu:before {
  content: "\e90a";
}

.bxl-behance:before {
  content: "\e90b";
}

.bxl-bing:before {
  content: "\e90c";
}

.bxl-bitcoin:before {
  content: "\e90d";
}

.bxl-blender:before {
  content: "\e90e";
}

.bxl-blogger:before {
  content: "\e90f";
}

.bxl-bootstrap:before {
  content: "\e910";
}

.bxl-chrome:before {
  content: "\e911";
}

.bxl-codepen:before {
  content: "\e912";
}

.bxl-c-plus-plus:before {
  content: "\e913";
}

.bxl-creative-commons:before {
  content: "\e914";
}

.bxl-css3:before {
  content: "\e915";
}

.bxl-dailymotion:before {
  content: "\e916";
}

.bxl-deviantart:before {
  content: "\e917";
}

.bxl-dev-to:before {
  content: "\e918";
}

.bxl-digg:before {
  content: "\e919";
}

.bxl-digitalocean:before {
  content: "\e91a";
}

.bxl-discord:before {
  content: "\e91b";
}

.bxl-discord-alt:before {
  content: "\e91c";
}

.bxl-discourse:before {
  content: "\e91d";
}

.bxl-django:before {
  content: "\e91e";
}

.bxl-docker:before {
  content: "\e91f";
}

.bxl-dribbble:before {
  content: "\e920";
}

.bxl-dropbox:before {
  content: "\e921";
}

.bxl-drupal:before {
  content: "\e922";
}

.bxl-ebay:before {
  content: "\e923";
}

.bxl-edge:before {
  content: "\e924";
}

.bxl-etsy:before {
  content: "\e925";
}

.bxl-facebook:before {
  content: "\e926";
}

.bxl-facebook-circle:before {
  content: "\e927";
}

.bxl-facebook-square:before {
  content: "\e928";
}

.bxl-figma:before {
  content: "\e929";
}

.bxl-firebase:before {
  content: "\e92a";
}

.bxl-firefox:before {
  content: "\e92b";
}

.bxl-flickr:before {
  content: "\e92c";
}

.bxl-flickr-square:before {
  content: "\e92d";
}

.bxl-flutter:before {
  content: "\e92e";
}

.bxl-foursquare:before {
  content: "\e92f";
}

.bxl-git:before {
  content: "\e930";
}

.bxl-github:before {
  content: "\e931";
}

.bxl-gitlab:before {
  content: "\e932";
}

.bxl-google:before {
  content: "\e933";
}

.bxl-google-cloud:before {
  content: "\e934";
}

.bxl-google-plus:before {
  content: "\e935";
}

.bxl-google-plus-circle:before {
  content: "\e936";
}

.bxl-html5:before {
  content: "\e937";
}

.bxl-imdb:before {
  content: "\e938";
}

.bxl-instagram:before {
  content: "\e939";
}

.bxl-instagram-alt:before {
  content: "\e93a";
}

.bxl-internet-explorer:before {
  content: "\e93b";
}

.bxl-invision:before {
  content: "\e93c";
}

.bxl-javascript:before {
  content: "\e93d";
}

.bxl-joomla:before {
  content: "\e93e";
}

.bxl-jquery:before {
  content: "\e93f";
}

.bxl-jsfiddle:before {
  content: "\e940";
}

.bxl-kickstarter:before {
  content: "\e941";
}

.bxl-kubernetes:before {
  content: "\e942";
}

.bxl-less:before {
  content: "\e943";
}

.bxl-linkedin:before {
  content: "\e944";
}

.bxl-linkedin-square:before {
  content: "\e945";
}

.bxl-magento:before {
  content: "\e946";
}

.bxl-mailchimp:before {
  content: "\e947";
}

.bxl-markdown:before {
  content: "\e948";
}

.bxl-mastercard:before {
  content: "\e949";
}

.bxl-mastodon:before {
  content: "\e94a";
}

.bxl-medium:before {
  content: "\e94b";
}

.bxl-medium-old:before {
  content: "\e94c";
}

.bxl-medium-square:before {
  content: "\e94d";
}

.bxl-messenger:before {
  content: "\e94e";
}

.bxl-microsoft:before {
  content: "\e94f";
}

.bxl-microsoft-teams:before {
  content: "\e950";
}

.bxl-nodejs:before {
  content: "\e951";
}

.bxl-ok-ru:before {
  content: "\e952";
}

.bxl-opera:before {
  content: "\e953";
}

.bxl-patreon:before {
  content: "\e954";
}

.bxl-paypal:before {
  content: "\e955";
}

.bxl-periscope:before {
  content: "\e956";
}

.bxl-php:before {
  content: "\e957";
}

.bxl-pinterest:before {
  content: "\e958";
}

.bxl-pinterest-alt:before {
  content: "\e959";
}

.bxl-play-store:before {
  content: "\e95a";
}

.bxl-pocket:before {
  content: "\e95b";
}

.bxl-product-hunt:before {
  content: "\e95c";
}

.bxl-python:before {
  content: "\e95d";
}

.bxl-quora:before {
  content: "\e95e";
}

.bxl-react:before {
  content: "\e95f";
}

.bxl-redbubble:before {
  content: "\e960";
}

.bxl-reddit:before {
  content: "\e961";
}

.bxl-redux:before {
  content: "\e962";
}

.bxl-sass:before {
  content: "\e963";
}

.bxl-shopify:before {
  content: "\e964";
}

.bxl-sketch:before {
  content: "\e965";
}

.bxl-skype:before {
  content: "\e966";
}

.bxl-slack:before {
  content: "\e967";
}

.bxl-slack-old:before {
  content: "\e968";
}

.bxl-snapchat:before {
  content: "\e969";
}

.bxl-soundcloud:before {
  content: "\e96a";
}

.bxl-spotify:before {
  content: "\e96b";
}

.bxl-spring-boot:before {
  content: "\e96c";
}

.bxl-squarespace:before {
  content: "\e96d";
}

.bxl-stack-overflow:before {
  content: "\e96e";
}

.bxl-steam:before {
  content: "\e96f";
}

.bxl-stripe:before {
  content: "\e970";
}

.bxl-tailwind-css:before {
  content: "\e971";
}

.bxl-telegram:before {
  content: "\e972";
}

.bxl-tiktok:before {
  content: "\e973";
}

.bxl-trello:before {
  content: "\e974";
}

.bxl-trip-advisor:before {
  content: "\e975";
}

.bxl-tumblr:before {
  content: "\e976";
}

.bxl-tux:before {
  content: "\e977";
}

.bxl-twitch:before {
  content: "\e978";
}

.bxl-twitter:before {
  content: "\e979";
}

.bxl-unity:before {
  content: "\e97a";
}

.bxl-unsplash:before {
  content: "\e97b";
}

.bxl-vimeo:before {
  content: "\e97c";
}

.bxl-visa:before {
  content: "\e97d";
}

.bxl-visual-studio:before {
  content: "\e97e";
}

.bxl-vk:before {
  content: "\e97f";
}

.bxl-vuejs:before {
  content: "\e980";
}

.bxl-whatsapp:before {
  content: "\e981";
}

.bxl-whatsapp-square:before {
  content: "\e982";
}

.bxl-wikipedia:before {
  content: "\e983";
}

.bxl-windows:before {
  content: "\e984";
}

.bxl-wix:before {
  content: "\e985";
}

.bxl-wordpress:before {
  content: "\e986";
}

.bxl-yahoo:before {
  content: "\e987";
}

.bxl-yelp:before {
  content: "\e988";
}

.bxl-youtube:before {
  content: "\e989";
}

.bxl-zoom:before {
  content: "\e98a";
}

.bxs-add-to-queue:before {
  content: "\e98b";
}

.bxs-adjust:before {
  content: "\e98c";
}

.bxs-adjust-alt:before {
  content: "\e98d";
}

.bxs-alarm:before {
  content: "\e98e";
}

.bxs-alarm-add:before {
  content: "\e98f";
}

.bxs-alarm-exclamation:before {
  content: "\e990";
}

.bxs-alarm-off:before {
  content: "\e991";
}

.bxs-alarm-snooze:before {
  content: "\e992";
}

.bxs-album:before {
  content: "\e993";
}

.bxs-ambulance:before {
  content: "\e994";
}

.bxs-analyse:before {
  content: "\e995";
}

.bxs-angry:before {
  content: "\e996";
}

.bxs-arch:before {
  content: "\e997";
}

.bxs-archive:before {
  content: "\e998";
}

.bxs-archive-in:before {
  content: "\e999";
}

.bxs-archive-out:before {
  content: "\e99a";
}

.bxs-area:before {
  content: "\e99b";
}

.bxs-arrow-from-bottom:before {
  content: "\e99c";
}

.bxs-arrow-from-left:before {
  content: "\e99d";
}

.bxs-arrow-from-right:before {
  content: "\e99e";
}

.bxs-arrow-from-top:before {
  content: "\e99f";
}

.bxs-arrow-to-bottom:before {
  content: "\e9a0";
}

.bxs-arrow-to-left:before {
  content: "\e9a1";
}

.bxs-arrow-to-right:before {
  content: "\e9a2";
}

.bxs-arrow-to-top:before {
  content: "\e9a3";
}

.bxs-award:before {
  content: "\e9a4";
}

.bxs-baby-carriage:before {
  content: "\e9a5";
}

.bxs-backpack:before {
  content: "\e9a6";
}

.bxs-badge:before {
  content: "\e9a7";
}

.bxs-badge-check:before {
  content: "\e9a8";
}

.bxs-badge-dollar:before {
  content: "\e9a9";
}

.bxs-ball:before {
  content: "\e9aa";
}

.bxs-band-aid:before {
  content: "\e9ab";
}

.bxs-bank:before {
  content: "\e9ac";
}

.bxs-bar-chart-alt-2:before {
  content: "\e9ad";
}

.bxs-bar-chart-square:before {
  content: "\e9ae";
}

.bxs-barcode:before {
  content: "\e9af";
}

.bxs-baseball:before {
  content: "\e9b0";
}

.bxs-basket:before {
  content: "\e9b1";
}

.bxs-basketball:before {
  content: "\e9b2";
}

.bxs-bath:before {
  content: "\e9b3";
}

.bxs-battery:before {
  content: "\e9b4";
}

.bxs-battery-charging:before {
  content: "\e9b5";
}

.bxs-battery-full:before {
  content: "\e9b6";
}

.bxs-battery-low:before {
  content: "\e9b7";
}

.bxs-bed:before {
  content: "\e9b8";
}

.bxs-been-here:before {
  content: "\e9b9";
}

.bxs-beer:before {
  content: "\e9ba";
}

.bxs-bell:before {
  content: "\e9bb";
}

.bxs-bell-minus:before {
  content: "\e9bc";
}

.bxs-bell-off:before {
  content: "\e9bd";
}

.bxs-bell-plus:before {
  content: "\e9be";
}

.bxs-bell-ring:before {
  content: "\e9bf";
}

.bxs-bible:before {
  content: "\e9c0";
}

.bxs-binoculars:before {
  content: "\e9c1";
}

.bxs-blanket:before {
  content: "\e9c2";
}

.bxs-bolt:before {
  content: "\e9c3";
}

.bxs-bolt-circle:before {
  content: "\e9c4";
}

.bxs-bomb:before {
  content: "\e9c5";
}

.bxs-bone:before {
  content: "\e9c6";
}

.bxs-bong:before {
  content: "\e9c7";
}

.bxs-book:before {
  content: "\e9c8";
}

.bxs-book-add:before {
  content: "\e9c9";
}

.bxs-book-alt:before {
  content: "\e9ca";
}

.bxs-book-bookmark:before {
  content: "\e9cb";
}

.bxs-book-content:before {
  content: "\e9cc";
}

.bxs-book-heart:before {
  content: "\e9cd";
}

.bxs-bookmark:before {
  content: "\e9ce";
}

.bxs-bookmark-alt:before {
  content: "\e9cf";
}

.bxs-bookmark-alt-minus:before {
  content: "\e9d0";
}

.bxs-bookmark-alt-plus:before {
  content: "\e9d1";
}

.bxs-bookmark-heart:before {
  content: "\e9d2";
}

.bxs-bookmark-minus:before {
  content: "\e9d3";
}

.bxs-bookmark-plus:before {
  content: "\e9d4";
}

.bxs-bookmarks:before {
  content: "\e9d5";
}

.bxs-bookmark-star:before {
  content: "\e9d6";
}

.bxs-book-open:before {
  content: "\e9d7";
}

.bxs-book-reader:before {
  content: "\e9d8";
}

.bxs-bot:before {
  content: "\e9d9";
}

.bxs-bowling-ball:before {
  content: "\e9da";
}

.bxs-box:before {
  content: "\e9db";
}

.bxs-brain:before {
  content: "\e9dc";
}

.bxs-briefcase:before {
  content: "\e9dd";
}

.bxs-briefcase-alt:before {
  content: "\e9de";
}

.bxs-briefcase-alt-2:before {
  content: "\e9df";
}

.bxs-brightness:before {
  content: "\e9e0";
}

.bxs-brightness-half:before {
  content: "\e9e1";
}

.bxs-brush:before {
  content: "\e9e2";
}

.bxs-brush-alt:before {
  content: "\e9e3";
}

.bxs-bug:before {
  content: "\e9e4";
}

.bxs-bug-alt:before {
  content: "\e9e5";
}

.bxs-building:before {
  content: "\e9e6";
}

.bxs-building-house:before {
  content: "\e9e7";
}

.bxs-buildings:before {
  content: "\e9e8";
}

.bxs-bulb:before {
  content: "\e9e9";
}

.bxs-bullseye:before {
  content: "\e9ea";
}

.bxs-buoy:before {
  content: "\e9eb";
}

.bxs-bus:before {
  content: "\e9ec";
}

.bxs-business:before {
  content: "\e9ed";
}

.bxs-bus-school:before {
  content: "\e9ee";
}

.bxs-cabinet:before {
  content: "\e9ef";
}

.bxs-cake:before {
  content: "\e9f0";
}

.bxs-calculator:before {
  content: "\e9f1";
}

.bxs-calendar:before {
  content: "\e9f2";
}

.bxs-calendar-alt:before {
  content: "\e9f3";
}

.bxs-calendar-check:before {
  content: "\e9f4";
}

.bxs-calendar-edit:before {
  content: "\e9f5";
}

.bxs-calendar-event:before {
  content: "\e9f6";
}

.bxs-calendar-exclamation:before {
  content: "\e9f7";
}

.bxs-calendar-heart:before {
  content: "\e9f8";
}

.bxs-calendar-minus:before {
  content: "\e9f9";
}

.bxs-calendar-plus:before {
  content: "\e9fa";
}

.bxs-calendar-star:before {
  content: "\e9fb";
}

.bxs-calendar-week:before {
  content: "\e9fc";
}

.bxs-calendar-x:before {
  content: "\e9fd";
}

.bxs-camera:before {
  content: "\e9fe";
}

.bxs-camera-home:before {
  content: "\e9ff";
}

.bxs-camera-movie:before {
  content: "\ea00";
}

.bxs-camera-off:before {
  content: "\ea01";
}

.bxs-camera-plus:before {
  content: "\ea02";
}

.bxs-capsule:before {
  content: "\ea03";
}

.bxs-captions:before {
  content: "\ea04";
}

.bxs-car:before {
  content: "\ea05";
}

.bxs-car-battery:before {
  content: "\ea06";
}

.bxs-car-crash:before {
  content: "\ea07";
}

.bxs-card:before {
  content: "\ea08";
}

.bxs-caret-down-circle:before {
  content: "\ea09";
}

.bxs-caret-down-square:before {
  content: "\ea0a";
}

.bxs-caret-left-circle:before {
  content: "\ea0b";
}

.bxs-caret-left-square:before {
  content: "\ea0c";
}

.bxs-caret-right-circle:before {
  content: "\ea0d";
}

.bxs-caret-right-square:before {
  content: "\ea0e";
}

.bxs-caret-up-circle:before {
  content: "\ea0f";
}

.bxs-caret-up-square:before {
  content: "\ea10";
}

.bxs-car-garage:before {
  content: "\ea11";
}

.bxs-car-mechanic:before {
  content: "\ea12";
}

.bxs-carousel:before {
  content: "\ea13";
}

.bxs-cart:before {
  content: "\ea14";
}

.bxs-cart-add:before {
  content: "\ea15";
}

.bxs-cart-alt:before {
  content: "\ea16";
}

.bxs-cart-download:before {
  content: "\ea17";
}

.bxs-car-wash:before {
  content: "\ea18";
}

.bxs-category:before {
  content: "\ea19";
}

.bxs-category-alt:before {
  content: "\ea1a";
}

.bxs-cctv:before {
  content: "\ea1b";
}

.bxs-certification:before {
  content: "\ea1c";
}

.bxs-chalkboard:before {
  content: "\ea1d";
}

.bxs-chart:before {
  content: "\ea1e";
}

.bxs-chat:before {
  content: "\ea1f";
}

.bxs-checkbox:before {
  content: "\ea20";
}

.bxs-checkbox-checked:before {
  content: "\ea21";
}

.bxs-checkbox-minus:before {
  content: "\ea22";
}

.bxs-check-circle:before {
  content: "\ea23";
}

.bxs-check-shield:before {
  content: "\ea24";
}

.bxs-check-square:before {
  content: "\ea25";
}

.bxs-chess:before {
  content: "\ea26";
}

.bxs-chevron-down:before {
  content: "\ea27";
}

.bxs-chevron-down-circle:before {
  content: "\ea28";
}

.bxs-chevron-down-square:before {
  content: "\ea29";
}

.bxs-chevron-left:before {
  content: "\ea2a";
}

.bxs-chevron-left-circle:before {
  content: "\ea2b";
}

.bxs-chevron-left-square:before {
  content: "\ea2c";
}

.bxs-chevron-right:before {
  content: "\ea2d";
}

.bxs-chevron-right-circle:before {
  content: "\ea2e";
}

.bxs-chevron-right-square:before {
  content: "\ea2f";
}

.bxs-chevrons-down:before {
  content: "\ea30";
}

.bxs-chevrons-left:before {
  content: "\ea31";
}

.bxs-chevrons-right:before {
  content: "\ea32";
}

.bxs-chevrons-up:before {
  content: "\ea33";
}

.bxs-chevron-up:before {
  content: "\ea34";
}

.bxs-chevron-up-circle:before {
  content: "\ea35";
}

.bxs-chevron-up-square:before {
  content: "\ea36";
}

.bxs-chip:before {
  content: "\ea37";
}

.bxs-church:before {
  content: "\ea38";
}

.bxs-circle:before {
  content: "\ea39";
}

.bxs-city:before {
  content: "\ea3a";
}

.bxs-clinic:before {
  content: "\ea3b";
}

.bxs-cloud:before {
  content: "\ea3c";
}

.bxs-cloud-download:before {
  content: "\ea3d";
}

.bxs-cloud-lightning:before {
  content: "\ea3e";
}

.bxs-cloud-rain:before {
  content: "\ea3f";
}

.bxs-cloud-upload:before {
  content: "\ea40";
}

.bxs-coffee:before {
  content: "\ea41";
}

.bxs-coffee-alt:before {
  content: "\ea42";
}

.bxs-coffee-togo:before {
  content: "\ea43";
}

.bxs-cog:before {
  content: "\ea44";
}

.bxs-coin:before {
  content: "\ea45";
}

.bxs-coin-stack:before {
  content: "\ea46";
}

.bxs-collection:before {
  content: "\ea47";
}

.bxs-color-fill:before {
  content: "\ea48";
}

.bxs-comment:before {
  content: "\ea49";
}

.bxs-comment-add:before {
  content: "\ea4a";
}

.bxs-comment-check:before {
  content: "\ea4b";
}

.bxs-comment-detail:before {
  content: "\ea4c";
}

.bxs-comment-dots:before {
  content: "\ea4d";
}

.bxs-comment-edit:before {
  content: "\ea4e";
}

.bxs-comment-error:before {
  content: "\ea4f";
}

.bxs-comment-minus:before {
  content: "\ea50";
}

.bxs-comment-x:before {
  content: "\ea51";
}

.bxs-compass:before {
  content: "\ea52";
}

.bxs-component:before {
  content: "\ea53";
}

.bxs-confused:before {
  content: "\ea54";
}

.bxs-contact:before {
  content: "\ea55";
}

.bxs-conversation:before {
  content: "\ea56";
}

.bxs-cookie:before {
  content: "\ea57";
}

.bxs-cool:before {
  content: "\ea58";
}

.bxs-copy:before {
  content: "\ea59";
}

.bxs-copy-alt:before {
  content: "\ea5a";
}

.bxs-copyright:before {
  content: "\ea5b";
}

.bxs-coupon:before {
  content: "\ea5c";
}

.bxs-credit-card:before {
  content: "\ea5d";
}

.bxs-credit-card-alt:before {
  content: "\ea5e";
}

.bxs-credit-card-front:before {
  content: "\ea5f";
}

.bxs-crop:before {
  content: "\ea60";
}

.bxs-crown:before {
  content: "\ea61";
}

.bxs-cube:before {
  content: "\ea62";
}

.bxs-cube-alt:before {
  content: "\ea63";
}

.bxs-cuboid:before {
  content: "\ea64";
}

.bxs-customize:before {
  content: "\ea65";
}

.bxs-cylinder:before {
  content: "\ea66";
}

.bxs-dashboard:before {
  content: "\ea67";
}

.bxs-data:before {
  content: "\ea68";
}

.bxs-detail:before {
  content: "\ea69";
}

.bxs-devices:before {
  content: "\ea6a";
}

.bxs-diamond:before {
  content: "\ea6b";
}

.bxs-dice-1:before {
  content: "\ea6c";
}

.bxs-dice-2:before {
  content: "\ea6d";
}

.bxs-dice-3:before {
  content: "\ea6e";
}

.bxs-dice-4:before {
  content: "\ea6f";
}

.bxs-dice-5:before {
  content: "\ea70";
}

.bxs-dice-6:before {
  content: "\ea71";
}

.bxs-direction-left:before {
  content: "\ea72";
}

.bxs-direction-right:before {
  content: "\ea73";
}

.bxs-directions:before {
  content: "\ea74";
}

.bxs-disc:before {
  content: "\ea75";
}

.bxs-discount:before {
  content: "\ea76";
}

.bxs-dish:before {
  content: "\ea77";
}

.bxs-dislike:before {
  content: "\ea78";
}

.bxs-dizzy:before {
  content: "\ea79";
}

.bxs-dock-bottom:before {
  content: "\ea7a";
}

.bxs-dock-left:before {
  content: "\ea7b";
}

.bxs-dock-right:before {
  content: "\ea7c";
}

.bxs-dock-top:before {
  content: "\ea7d";
}

.bxs-dollar-circle:before {
  content: "\ea7e";
}

.bxs-donate-blood:before {
  content: "\ea7f";
}

.bxs-donate-heart:before {
  content: "\ea80";
}

.bxs-door-open:before {
  content: "\ea81";
}

.bxs-doughnut-chart:before {
  content: "\ea82";
}

.bxs-down-arrow:before {
  content: "\ea83";
}

.bxs-down-arrow-alt:before {
  content: "\ea84";
}

.bxs-down-arrow-circle:before {
  content: "\ea85";
}

.bxs-down-arrow-square:before {
  content: "\ea86";
}

.bxs-download:before {
  content: "\ea87";
}

.bxs-downvote:before {
  content: "\ea88";
}

.bxs-drink:before {
  content: "\ea89";
}

.bxs-droplet:before {
  content: "\ea8a";
}

.bxs-droplet-half:before {
  content: "\ea8b";
}

.bxs-dryer:before {
  content: "\ea8c";
}

.bxs-duplicate:before {
  content: "\ea8d";
}

.bxs-edit:before {
  content: "\ea8e";
}

.bxs-edit-alt:before {
  content: "\ea8f";
}

.bxs-edit-location:before {
  content: "\ea90";
}

.bxs-eject:before {
  content: "\ea91";
}

.bxs-envelope:before {
  content: "\ea92";
}

.bxs-envelope-open:before {
  content: "\ea93";
}

.bxs-eraser:before {
  content: "\ea94";
}

.bxs-error:before {
  content: "\ea95";
}

.bxs-error-alt:before {
  content: "\ea96";
}

.bxs-error-circle:before {
  content: "\ea97";
}

.bxs-ev-station:before {
  content: "\ea98";
}

.bxs-exit:before {
  content: "\ea99";
}

.bxs-extension:before {
  content: "\ea9a";
}

.bxs-eyedropper:before {
  content: "\ea9b";
}

.bxs-face:before {
  content: "\ea9c";
}

.bxs-face-mask:before {
  content: "\ea9d";
}

.bxs-factory:before {
  content: "\ea9e";
}

.bxs-fast-forward-circle:before {
  content: "\ea9f";
}

.bxs-file:before {
  content: "\eaa0";
}

.bxs-file-archive:before {
  content: "\eaa1";
}

.bxs-file-blank:before {
  content: "\eaa2";
}

.bxs-file-css:before {
  content: "\eaa3";
}

.bxs-file-doc:before {
  content: "\eaa4";
}

.bxs-file-export:before {
  content: "\eaa5";
}

.bxs-file-find:before {
  content: "\eaa6";
}

.bxs-file-gif:before {
  content: "\eaa7";
}

.bxs-file-html:before {
  content: "\eaa8";
}

.bxs-file-image:before {
  content: "\eaa9";
}

.bxs-file-import:before {
  content: "\eaaa";
}

.bxs-file-jpg:before {
  content: "\eaab";
}

.bxs-file-js:before {
  content: "\eaac";
}

.bxs-file-json:before {
  content: "\eaad";
}

.bxs-file-md:before {
  content: "\eaae";
}

.bxs-file-pdf:before {
  content: "\eaaf";
}

.bxs-file-plus:before {
  content: "\eab0";
}

.bxs-file-png:before {
  content: "\eab1";
}

.bxs-file-txt:before {
  content: "\eab2";
}

.bxs-film:before {
  content: "\eab3";
}

.bxs-filter-alt:before {
  content: "\eab4";
}

.bxs-first-aid:before {
  content: "\eab5";
}

.bxs-flag:before {
  content: "\eab6";
}

.bxs-flag-alt:before {
  content: "\eab7";
}

.bxs-flag-checkered:before {
  content: "\eab8";
}

.bxs-flame:before {
  content: "\eab9";
}

.bxs-flask:before {
  content: "\eaba";
}

.bxs-florist:before {
  content: "\eabb";
}

.bxs-folder:before {
  content: "\eabc";
}

.bxs-folder-minus:before {
  content: "\eabd";
}

.bxs-folder-open:before {
  content: "\eabe";
}

.bxs-folder-plus:before {
  content: "\eabf";
}

.bxs-food-menu:before {
  content: "\eac0";
}

.bxs-fridge:before {
  content: "\eac1";
}

.bxs-game:before {
  content: "\eac2";
}

.bxs-gas-pump:before {
  content: "\eac3";
}

.bxs-ghost:before {
  content: "\eac4";
}

.bxs-gift:before {
  content: "\eac5";
}

.bxs-graduation:before {
  content: "\eac6";
}

.bxs-grid:before {
  content: "\eac7";
}

.bxs-grid-alt:before {
  content: "\eac8";
}

.bxs-group:before {
  content: "\eac9";
}

.bxs-guitar-amp:before {
  content: "\eaca";
}

.bxs-hand:before {
  content: "\eacb";
}

.bxs-hand-down:before {
  content: "\eacc";
}

.bxs-hand-left:before {
  content: "\eacd";
}

.bxs-hand-right:before {
  content: "\eace";
}

.bxs-hand-up:before {
  content: "\eacf";
}

.bxs-happy:before {
  content: "\ead0";
}

.bxs-happy-alt:before {
  content: "\ead1";
}

.bxs-happy-beaming:before {
  content: "\ead2";
}

.bxs-happy-heart-eyes:before {
  content: "\ead3";
}

.bxs-hdd:before {
  content: "\ead4";
}

.bxs-heart:before {
  content: "\ead5";
}

.bxs-heart-circle:before {
  content: "\ead6";
}

.bxs-heart-square:before {
  content: "\ead7";
}

.bxs-help-circle:before {
  content: "\ead8";
}

.bxs-hide:before {
  content: "\ead9";
}

.bxs-home:before {
  content: "\eada";
}

.bxs-home-circle:before {
  content: "\eadb";
}

.bxs-home-heart:before {
  content: "\eadc";
}

.bxs-home-smile:before {
  content: "\eadd";
}

.bxs-hot:before {
  content: "\eade";
}

.bxs-hotel:before {
  content: "\eadf";
}

.bxs-hourglass:before {
  content: "\eae0";
}

.bxs-hourglass-bottom:before {
  content: "\eae1";
}

.bxs-hourglass-top:before {
  content: "\eae2";
}

.bxs-id-card:before {
  content: "\eae3";
}

.bxs-image:before {
  content: "\eae4";
}

.bxs-image-add:before {
  content: "\eae5";
}

.bxs-image-alt:before {
  content: "\eae6";
}

.bxs-inbox:before {
  content: "\eae7";
}

.bxs-info-circle:before {
  content: "\eae8";
}

.bxs-info-square:before {
  content: "\eae9";
}

.bxs-institution:before {
  content: "\eaea";
}

.bxs-joystick:before {
  content: "\eaeb";
}

.bxs-joystick-alt:before {
  content: "\eaec";
}

.bxs-joystick-button:before {
  content: "\eaed";
}

.bxs-key:before {
  content: "\eaee";
}

.bxs-keyboard:before {
  content: "\eaef";
}

.bxs-label:before {
  content: "\eaf0";
}

.bxs-landmark:before {
  content: "\eaf1";
}

.bxs-landscape:before {
  content: "\eaf2";
}

.bxs-laugh:before {
  content: "\eaf3";
}

.bxs-layer:before {
  content: "\eaf4";
}

.bxs-layer-minus:before {
  content: "\eaf5";
}

.bxs-layer-plus:before {
  content: "\eaf6";
}

.bxs-layout:before {
  content: "\eaf7";
}

.bxs-left-arrow:before {
  content: "\eaf8";
}

.bxs-left-arrow-alt:before {
  content: "\eaf9";
}

.bxs-left-arrow-circle:before {
  content: "\eafa";
}

.bxs-left-arrow-square:before {
  content: "\eafb";
}

.bxs-left-down-arrow-circle:before {
  content: "\eafc";
}

.bxs-left-top-arrow-circle:before {
  content: "\eafd";
}

.bxs-like:before {
  content: "\eafe";
}

.bxs-location-plus:before {
  content: "\eaff";
}

.bxs-lock:before {
  content: "\eb00";
}

.bxs-lock-alt:before {
  content: "\eb01";
}

.bxs-lock-open:before {
  content: "\eb02";
}

.bxs-lock-open-alt:before {
  content: "\eb03";
}

.bxs-log-in:before {
  content: "\eb04";
}

.bxs-log-in-circle:before {
  content: "\eb05";
}

.bxs-log-out:before {
  content: "\eb06";
}

.bxs-log-out-circle:before {
  content: "\eb07";
}

.bxs-low-vision:before {
  content: "\eb08";
}

.bxs-magic-wand:before {
  content: "\eb09";
}

.bxs-magnet:before {
  content: "\eb0a";
}

.bxs-map:before {
  content: "\eb0b";
}

.bxs-map-alt:before {
  content: "\eb0c";
}

.bxs-map-pin:before {
  content: "\eb0d";
}

.bxs-mask:before {
  content: "\eb0e";
}

.bxs-medal:before {
  content: "\eb0f";
}

.bxs-megaphone:before {
  content: "\eb10";
}

.bxs-meh:before {
  content: "\eb11";
}

.bxs-meh-alt:before {
  content: "\eb12";
}

.bxs-meh-blank:before {
  content: "\eb13";
}

.bxs-memory-card:before {
  content: "\eb14";
}

.bxs-message:before {
  content: "\eb15";
}

.bxs-message-add:before {
  content: "\eb16";
}

.bxs-message-alt:before {
  content: "\eb17";
}

.bxs-message-alt-add:before {
  content: "\eb18";
}

.bxs-message-alt-check:before {
  content: "\eb19";
}

.bxs-message-alt-detail:before {
  content: "\eb1a";
}

.bxs-message-alt-dots:before {
  content: "\eb1b";
}

.bxs-message-alt-edit:before {
  content: "\eb1c";
}

.bxs-message-alt-error:before {
  content: "\eb1d";
}

.bxs-message-alt-minus:before {
  content: "\eb1e";
}

.bxs-message-alt-x:before {
  content: "\eb1f";
}

.bxs-message-check:before {
  content: "\eb20";
}

.bxs-message-detail:before {
  content: "\eb21";
}

.bxs-message-dots:before {
  content: "\eb22";
}

.bxs-message-edit:before {
  content: "\eb23";
}

.bxs-message-error:before {
  content: "\eb24";
}

.bxs-message-minus:before {
  content: "\eb25";
}

.bxs-message-rounded:before {
  content: "\eb26";
}

.bxs-message-rounded-add:before {
  content: "\eb27";
}

.bxs-message-rounded-check:before {
  content: "\eb28";
}

.bxs-message-rounded-detail:before {
  content: "\eb29";
}

.bxs-message-rounded-dots:before {
  content: "\eb2a";
}

.bxs-message-rounded-edit:before {
  content: "\eb2b";
}

.bxs-message-rounded-error:before {
  content: "\eb2c";
}

.bxs-message-rounded-minus:before {
  content: "\eb2d";
}

.bxs-message-rounded-x:before {
  content: "\eb2e";
}

.bxs-message-square:before {
  content: "\eb2f";
}

.bxs-message-square-add:before {
  content: "\eb30";
}

.bxs-message-square-check:before {
  content: "\eb31";
}

.bxs-message-square-detail:before {
  content: "\eb32";
}

.bxs-message-square-dots:before {
  content: "\eb33";
}

.bxs-message-square-edit:before {
  content: "\eb34";
}

.bxs-message-square-error:before {
  content: "\eb35";
}

.bxs-message-square-minus:before {
  content: "\eb36";
}

.bxs-message-square-x:before {
  content: "\eb37";
}

.bxs-message-x:before {
  content: "\eb38";
}

.bxs-meteor:before {
  content: "\eb39";
}

.bxs-microchip:before {
  content: "\eb3a";
}

.bxs-microphone:before {
  content: "\eb3b";
}

.bxs-microphone-alt:before {
  content: "\eb3c";
}

.bxs-microphone-off:before {
  content: "\eb3d";
}

.bxs-minus-circle:before {
  content: "\eb3e";
}

.bxs-minus-square:before {
  content: "\eb3f";
}

.bxs-mobile:before {
  content: "\eb40";
}

.bxs-mobile-vibration:before {
  content: "\eb41";
}

.bxs-moon:before {
  content: "\eb42";
}

.bxs-mouse:before {
  content: "\eb43";
}

.bxs-mouse-alt:before {
  content: "\eb44";
}

.bxs-movie:before {
  content: "\eb45";
}

.bxs-movie-play:before {
  content: "\eb46";
}

.bxs-music:before {
  content: "\eb47";
}

.bxs-navigation:before {
  content: "\eb48";
}

.bxs-network-chart:before {
  content: "\eb49";
}

.bxs-news:before {
  content: "\eb4a";
}

.bxs-no-entry:before {
  content: "\eb4b";
}

.bxs-note:before {
  content: "\eb4c";
}

.bxs-notepad:before {
  content: "\eb4d";
}

.bxs-notification:before {
  content: "\eb4e";
}

.bxs-notification-off:before {
  content: "\eb4f";
}

.bxs-offer:before {
  content: "\eb50";
}

.bxs-package:before {
  content: "\eb51";
}

.bxs-paint:before {
  content: "\eb52";
}

.bxs-paint-roll:before {
  content: "\eb53";
}

.bxs-palette:before {
  content: "\eb54";
}

.bxs-paper-plane:before {
  content: "\eb55";
}

.bxs-parking:before {
  content: "\eb56";
}

.bxs-paste:before {
  content: "\eb57";
}

.bxs-pen:before {
  content: "\eb58";
}

.bxs-pencil:before {
  content: "\eb59";
}

.bxs-phone:before {
  content: "\eb5a";
}

.bxs-phone-call:before {
  content: "\eb5b";
}

.bxs-phone-incoming:before {
  content: "\eb5c";
}

.bxs-phone-off:before {
  content: "\eb5d";
}

.bxs-phone-outgoing:before {
  content: "\eb5e";
}

.bxs-photo-album:before {
  content: "\eb5f";
}

.bxs-piano:before {
  content: "\eb60";
}

.bxs-pie-chart:before {
  content: "\eb61";
}

.bxs-pie-chart-alt:before {
  content: "\eb62";
}

.bxs-pie-chart-alt-2:before {
  content: "\eb63";
}

.bxs-pin:before {
  content: "\eb64";
}

.bxs-pizza:before {
  content: "\eb65";
}

.bxs-plane:before {
  content: "\eb66";
}

.bxs-plane-alt:before {
  content: "\eb67";
}

.bxs-plane-land:before {
  content: "\eb68";
}

.bxs-planet:before {
  content: "\eb69";
}

.bxs-plane-take-off:before {
  content: "\eb6a";
}

.bxs-playlist:before {
  content: "\eb6b";
}

.bxs-plug:before {
  content: "\eb6c";
}

.bxs-plus-circle:before {
  content: "\eb6d";
}

.bxs-plus-square:before {
  content: "\eb6e";
}

.bxs-pointer:before {
  content: "\eb6f";
}

.bxs-polygon:before {
  content: "\eb70";
}

.bxs-printer:before {
  content: "\eb71";
}

.bxs-purchase-tag:before {
  content: "\eb72";
}

.bxs-purchase-tag-alt:before {
  content: "\eb73";
}

.bxs-pyramid:before {
  content: "\eb74";
}

.bxs-quote-alt-left:before {
  content: "\eb75";
}

.bxs-quote-alt-right:before {
  content: "\eb76";
}

.bxs-quote-left:before {
  content: "\eb77";
}

.bxs-quote-right:before {
  content: "\eb78";
}

.bxs-quote-single-left:before {
  content: "\eb79";
}

.bxs-quote-single-right:before {
  content: "\eb7a";
}

.bxs-radiation:before {
  content: "\eb7b";
}

.bxs-radio:before {
  content: "\eb7c";
}

.bxs-receipt:before {
  content: "\eb7d";
}

.bxs-rectangle:before {
  content: "\eb7e";
}

.bxs-registered:before {
  content: "\eb7f";
}

.bxs-rename:before {
  content: "\eb80";
}

.bxs-report:before {
  content: "\eb81";
}

.bxs-rewind-circle:before {
  content: "\eb82";
}

.bxs-right-arrow:before {
  content: "\eb83";
}

.bxs-right-arrow-alt:before {
  content: "\eb84";
}

.bxs-right-arrow-circle:before {
  content: "\eb85";
}

.bxs-right-arrow-square:before {
  content: "\eb86";
}

.bxs-right-down-arrow-circle:before {
  content: "\eb87";
}

.bxs-right-top-arrow-circle:before {
  content: "\eb88";
}

.bxs-rocket:before {
  content: "\eb89";
}

.bxs-ruler:before {
  content: "\eb8a";
}

.bxs-sad:before {
  content: "\eb8b";
}

.bxs-save:before {
  content: "\eb8c";
}

.bxs-school:before {
  content: "\eb8d";
}

.bxs-search:before {
  content: "\eb8e";
}

.bxs-search-alt-2:before {
  content: "\eb8f";
}

.bxs-select-multiple:before {
  content: "\eb90";
}

.bxs-send:before {
  content: "\eb91";
}

.bxs-server:before {
  content: "\eb92";
}

.bxs-shapes:before {
  content: "\eb93";
}

.bxs-share:before {
  content: "\eb94";
}

.bxs-share-alt:before {
  content: "\eb95";
}

.bxs-shield:before {
  content: "\eb96";
}

.bxs-shield-alt-2:before {
  content: "\eb97";
}

.bxs-shield-x:before {
  content: "\eb98";
}

.bxs-ship:before {
  content: "\eb99";
}

.bxs-shocked:before {
  content: "\eb9a";
}

.bxs-shopping-bag:before {
  content: "\eb9b";
}

.bxs-shopping-bag-alt:before {
  content: "\eb9c";
}

.bxs-shopping-bags:before {
  content: "\eb9d";
}

.bxs-show:before {
  content: "\eb9e";
}

.bxs-skip-next-circle:before {
  content: "\eb9f";
}

.bxs-skip-previous-circle:before {
  content: "\eba0";
}

.bxs-skull:before {
  content: "\eba1";
}

.bxs-sleepy:before {
  content: "\eba2";
}

.bxs-slideshow:before {
  content: "\eba3";
}

.bxs-smile:before {
  content: "\eba4";
}

.bxs-sort-alt:before {
  content: "\eba5";
}

.bxs-spa:before {
  content: "\eba6";
}

.bxs-speaker:before {
  content: "\eba7";
}

.bxs-spray-can:before {
  content: "\eba8";
}

.bxs-spreadsheet:before {
  content: "\eba9";
}

.bxs-square:before {
  content: "\ebaa";
}

.bxs-square-rounded:before {
  content: "\ebab";
}

.bxs-star:before {
  content: "\ebac";
}

.bxs-star-half:before {
  content: "\ebad";
}

.bxs-sticker:before {
  content: "\ebae";
}

.bxs-stopwatch:before {
  content: "\ebaf";
}

.bxs-store:before {
  content: "\ebb0";
}

.bxs-store-alt:before {
  content: "\ebb1";
}

.bxs-sun:before {
  content: "\ebb2";
}

.bxs-tachometer:before {
  content: "\ebb3";
}

.bxs-tag:before {
  content: "\ebb4";
}

.bxs-tag-alt:before {
  content: "\ebb5";
}

.bxs-tag-x:before {
  content: "\ebb6";
}

.bxs-taxi:before {
  content: "\ebb7";
}

.bxs-tennis-ball:before {
  content: "\ebb8";
}

.bxs-terminal:before {
  content: "\ebb9";
}

.bxs-thermometer:before {
  content: "\ebba";
}

.bxs-time:before {
  content: "\ebbb";
}

.bxs-time-five:before {
  content: "\ebbc";
}

.bxs-timer:before {
  content: "\ebbd";
}

.bxs-tired:before {
  content: "\ebbe";
}

.bxs-toggle-left:before {
  content: "\ebbf";
}

.bxs-toggle-right:before {
  content: "\ebc0";
}

.bxs-tone:before {
  content: "\ebc1";
}

.bxs-torch:before {
  content: "\ebc2";
}

.bxs-to-top:before {
  content: "\ebc3";
}

.bxs-traffic:before {
  content: "\ebc4";
}

.bxs-traffic-barrier:before {
  content: "\ebc5";
}

.bxs-traffic-cone:before {
  content: "\ebc6";
}

.bxs-train:before {
  content: "\ebc7";
}

.bxs-trash:before {
  content: "\ebc8";
}

.bxs-trash-alt:before {
  content: "\ebc9";
}

.bxs-tree:before {
  content: "\ebca";
}

.bxs-trophy:before {
  content: "\ebcb";
}

.bxs-truck:before {
  content: "\ebcc";
}

.bxs-t-shirt:before {
  content: "\ebcd";
}

.bxs-tv:before {
  content: "\ebce";
}

.bxs-up-arrow:before {
  content: "\ebcf";
}

.bxs-up-arrow-alt:before {
  content: "\ebd0";
}

.bxs-up-arrow-circle:before {
  content: "\ebd1";
}

.bxs-up-arrow-square:before {
  content: "\ebd2";
}

.bxs-upside-down:before {
  content: "\ebd3";
}

.bxs-upvote:before {
  content: "\ebd4";
}

.bxs-user:before {
  content: "\ebd5";
}

.bxs-user-account:before {
  content: "\ebd6";
}

.bxs-user-badge:before {
  content: "\ebd7";
}

.bxs-user-check:before {
  content: "\ebd8";
}

.bxs-user-circle:before {
  content: "\ebd9";
}

.bxs-user-detail:before {
  content: "\ebda";
}

.bxs-user-minus:before {
  content: "\ebdb";
}

.bxs-user-pin:before {
  content: "\ebdc";
}

.bxs-user-plus:before {
  content: "\ebdd";
}

.bxs-user-rectangle:before {
  content: "\ebde";
}

.bxs-user-voice:before {
  content: "\ebdf";
}

.bxs-user-x:before {
  content: "\ebe0";
}

.bxs-vector:before {
  content: "\ebe1";
}

.bxs-vial:before {
  content: "\ebe2";
}

.bxs-video:before {
  content: "\ebe3";
}

.bxs-video-off:before {
  content: "\ebe4";
}

.bxs-video-plus:before {
  content: "\ebe5";
}

.bxs-video-recording:before {
  content: "\ebe6";
}

.bxs-videos:before {
  content: "\ebe7";
}

.bxs-virus:before {
  content: "\ebe8";
}

.bxs-virus-block:before {
  content: "\ebe9";
}

.bxs-volume:before {
  content: "\ebea";
}

.bxs-volume-full:before {
  content: "\ebeb";
}

.bxs-volume-low:before {
  content: "\ebec";
}

.bxs-volume-mute:before {
  content: "\ebed";
}

.bxs-wallet:before {
  content: "\ebee";
}

.bxs-wallet-alt:before {
  content: "\ebef";
}

.bxs-washer:before {
  content: "\ebf0";
}

.bxs-watch:before {
  content: "\ebf1";
}

.bxs-watch-alt:before {
  content: "\ebf2";
}

.bxs-webcam:before {
  content: "\ebf3";
}

.bxs-widget:before {
  content: "\ebf4";
}

.bxs-window-alt:before {
  content: "\ebf5";
}

.bxs-wine:before {
  content: "\ebf6";
}

.bxs-wink-smile:before {
  content: "\ebf7";
}

.bxs-wink-tongue:before {
  content: "\ebf8";
}

.bxs-wrench:before {
  content: "\ebf9";
}

.bxs-x-circle:before {
  content: "\ebfa";
}

.bxs-x-square:before {
  content: "\ebfb";
}

.bxs-yin-yang:before {
  content: "\ebfc";
}

.bxs-zap:before {
  content: "\ebfd";
}

.bxs-zoom-in:before {
  content: "\ebfe";
}

.bxs-zoom-out:before {
  content: "\ebff";
}

.bx-abacus:before {
  content: "\ec00";
}

.bx-accessibility:before {
  content: "\ec01";
}

.bx-add-to-queue:before {
  content: "\ec02";
}

.bx-adjust:before {
  content: "\ec03";
}

.bx-alarm:before {
  content: "\ec04";
}

.bx-alarm-add:before {
  content: "\ec05";
}

.bx-alarm-exclamation:before {
  content: "\ec06";
}

.bx-alarm-off:before {
  content: "\ec07";
}

.bx-alarm-snooze:before {
  content: "\ec08";
}

.bx-album:before {
  content: "\ec09";
}

.bx-align-justify:before {
  content: "\ec0a";
}

.bx-align-left:before {
  content: "\ec0b";
}

.bx-align-middle:before {
  content: "\ec0c";
}

.bx-align-right:before {
  content: "\ec0d";
}

.bx-analyse:before {
  content: "\ec0e";
}

.bx-anchor:before {
  content: "\ec0f";
}

.bx-angry:before {
  content: "\ec10";
}

.bx-aperture:before {
  content: "\ec11";
}

.bx-arch:before {
  content: "\ec12";
}

.bx-archive:before {
  content: "\ec13";
}

.bx-archive-in:before {
  content: "\ec14";
}

.bx-archive-out:before {
  content: "\ec15";
}

.bx-area:before {
  content: "\ec16";
}

.bx-arrow-back:before {
  content: "\ec17";
}

.bx-arrow-from-bottom:before {
  content: "\ec18";
}

.bx-arrow-from-left:before {
  content: "\ec19";
}

.bx-arrow-from-right:before {
  content: "\ec1a";
}

.bx-arrow-from-top:before {
  content: "\ec1b";
}

.bx-arrow-to-bottom:before {
  content: "\ec1c";
}

.bx-arrow-to-left:before {
  content: "\ec1d";
}

.bx-arrow-to-right:before {
  content: "\ec1e";
}

.bx-arrow-to-top:before {
  content: "\ec1f";
}

.bx-at:before {
  content: "\ec20";
}

.bx-atom:before {
  content: "\ec21";
}

.bx-award:before {
  content: "\ec22";
}

.bx-badge:before {
  content: "\ec23";
}

.bx-badge-check:before {
  content: "\ec24";
}

.bx-ball:before {
  content: "\ec25";
}

.bx-band-aid:before {
  content: "\ec26";
}

.bx-bar-chart:before {
  content: "\ec27";
}

.bx-bar-chart-alt:before {
  content: "\ec28";
}

.bx-bar-chart-alt-2:before {
  content: "\ec29";
}

.bx-bar-chart-square:before {
  content: "\ec2a";
}

.bx-barcode:before {
  content: "\ec2b";
}

.bx-barcode-reader:before {
  content: "\ec2c";
}

.bx-baseball:before {
  content: "\ec2d";
}

.bx-basket:before {
  content: "\ec2e";
}

.bx-basketball:before {
  content: "\ec2f";
}

.bx-bath:before {
  content: "\ec30";
}

.bx-battery:before {
  content: "\ec31";
}

.bx-bed:before {
  content: "\ec32";
}

.bx-been-here:before {
  content: "\ec33";
}

.bx-beer:before {
  content: "\ec34";
}

.bx-bell:before {
  content: "\ec35";
}

.bx-bell-minus:before {
  content: "\ec36";
}

.bx-bell-off:before {
  content: "\ec37";
}

.bx-bell-plus:before {
  content: "\ec38";
}

.bx-bible:before {
  content: "\ec39";
}

.bx-bitcoin:before {
  content: "\ec3a";
}

.bx-blanket:before {
  content: "\ec3b";
}

.bx-block:before {
  content: "\ec3c";
}

.bx-bluetooth:before {
  content: "\ec3d";
}

.bx-body:before {
  content: "\ec3e";
}

.bx-bold:before {
  content: "\ec3f";
}

.bx-bolt-circle:before {
  content: "\ec40";
}

.bx-bomb:before {
  content: "\ec41";
}

.bx-bone:before {
  content: "\ec42";
}

.bx-bong:before {
  content: "\ec43";
}

.bx-book:before {
  content: "\ec44";
}

.bx-book-add:before {
  content: "\ec45";
}

.bx-book-alt:before {
  content: "\ec46";
}

.bx-book-bookmark:before {
  content: "\ec47";
}

.bx-book-content:before {
  content: "\ec48";
}

.bx-book-heart:before {
  content: "\ec49";
}

.bx-bookmark:before {
  content: "\ec4a";
}

.bx-bookmark-alt:before {
  content: "\ec4b";
}

.bx-bookmark-alt-minus:before {
  content: "\ec4c";
}

.bx-bookmark-alt-plus:before {
  content: "\ec4d";
}

.bx-bookmark-heart:before {
  content: "\ec4e";
}

.bx-bookmark-minus:before {
  content: "\ec4f";
}

.bx-bookmark-plus:before {
  content: "\ec50";
}

.bx-bookmarks:before {
  content: "\ec51";
}

.bx-book-open:before {
  content: "\ec52";
}

.bx-book-reader:before {
  content: "\ec53";
}

.bx-border-all:before {
  content: "\ec54";
}

.bx-border-bottom:before {
  content: "\ec55";
}

.bx-border-inner:before {
  content: "\ec56";
}

.bx-border-left:before {
  content: "\ec57";
}

.bx-border-none:before {
  content: "\ec58";
}

.bx-border-outer:before {
  content: "\ec59";
}

.bx-border-radius:before {
  content: "\ec5a";
}

.bx-border-right:before {
  content: "\ec5b";
}

.bx-border-top:before {
  content: "\ec5c";
}

.bx-bot:before {
  content: "\ec5d";
}

.bx-bowling-ball:before {
  content: "\ec5e";
}

.bx-box:before {
  content: "\ec5f";
}

.bx-bracket:before {
  content: "\ec60";
}

.bx-braille:before {
  content: "\ec61";
}

.bx-brain:before {
  content: "\ec62";
}

.bx-briefcase:before {
  content: "\ec63";
}

.bx-briefcase-alt:before {
  content: "\ec64";
}

.bx-briefcase-alt-2:before {
  content: "\ec65";
}

.bx-brightness:before {
  content: "\ec66";
}

.bx-brightness-half:before {
  content: "\ec67";
}

.bx-broadcast:before {
  content: "\ec68";
}

.bx-brush:before {
  content: "\ec69";
}

.bx-brush-alt:before {
  content: "\ec6a";
}

.bx-bug:before {
  content: "\ec6b";
}

.bx-bug-alt:before {
  content: "\ec6c";
}

.bx-building:before {
  content: "\ec6d";
}

.bx-building-house:before {
  content: "\ec6e";
}

.bx-buildings:before {
  content: "\ec6f";
}

.bx-bulb:before {
  content: "\ec70";
}

.bx-bullseye:before {
  content: "\ec71";
}

.bx-buoy:before {
  content: "\ec72";
}

.bx-bus:before {
  content: "\ec73";
}

.bx-bus-school:before {
  content: "\ec74";
}

.bx-cabinet:before {
  content: "\ec75";
}

.bx-cake:before {
  content: "\ec76";
}

.bx-calculator:before {
  content: "\ec77";
}

.bx-calendar:before {
  content: "\ec78";
}

.bx-calendar-alt:before {
  content: "\ec79";
}

.bx-calendar-check:before {
  content: "\ec7a";
}

.bx-calendar-edit:before {
  content: "\ec7b";
}

.bx-calendar-event:before {
  content: "\ec7c";
}

.bx-calendar-exclamation:before {
  content: "\ec7d";
}

.bx-calendar-heart:before {
  content: "\ec7e";
}

.bx-calendar-minus:before {
  content: "\ec7f";
}

.bx-calendar-plus:before {
  content: "\ec80";
}

.bx-calendar-star:before {
  content: "\ec81";
}

.bx-calendar-week:before {
  content: "\ec82";
}

.bx-calendar-x:before {
  content: "\ec83";
}

.bx-camera:before {
  content: "\ec84";
}

.bx-camera-home:before {
  content: "\ec85";
}

.bx-camera-movie:before {
  content: "\ec86";
}

.bx-camera-off:before {
  content: "\ec87";
}

.bx-capsule:before {
  content: "\ec88";
}

.bx-captions:before {
  content: "\ec89";
}

.bx-car:before {
  content: "\ec8a";
}

.bx-card:before {
  content: "\ec8b";
}

.bx-caret-down:before {
  content: "\ec8c";
}

.bx-caret-down-circle:before {
  content: "\ec8d";
}

.bx-caret-down-square:before {
  content: "\ec8e";
}

.bx-caret-left:before {
  content: "\ec8f";
}

.bx-caret-left-circle:before {
  content: "\ec90";
}

.bx-caret-left-square:before {
  content: "\ec91";
}

.bx-caret-right:before {
  content: "\ec92";
}

.bx-caret-right-circle:before {
  content: "\ec93";
}

.bx-caret-right-square:before {
  content: "\ec94";
}

.bx-caret-up:before {
  content: "\ec95";
}

.bx-caret-up-circle:before {
  content: "\ec96";
}

.bx-caret-up-square:before {
  content: "\ec97";
}

.bx-carousel:before {
  content: "\ec98";
}

.bx-cart:before {
  content: "\ec99";
}

.bx-cart-alt:before {
  content: "\ec9a";
}

.bx-cast:before {
  content: "\ec9b";
}

.bx-category:before {
  content: "\ec9c";
}

.bx-category-alt:before {
  content: "\ec9d";
}

.bx-cctv:before {
  content: "\ec9e";
}

.bx-certification:before {
  content: "\ec9f";
}

.bx-chair:before {
  content: "\eca0";
}

.bx-chalkboard:before {
  content: "\eca1";
}

.bx-chart:before {
  content: "\eca2";
}

.bx-chat:before {
  content: "\eca3";
}

.bx-check:before {
  content: "\eca4";
}

.bx-checkbox:before {
  content: "\eca5";
}

.bx-checkbox-checked:before {
  content: "\eca6";
}

.bx-checkbox-minus:before {
  content: "\eca7";
}

.bx-checkbox-square:before {
  content: "\eca8";
}

.bx-check-circle:before {
  content: "\eca9";
}

.bx-check-double:before {
  content: "\ecaa";
}

.bx-check-shield:before {
  content: "\ecab";
}

.bx-check-square:before {
  content: "\ecac";
}

.bx-chevron-down:before {
  content: "\ecad";
}

.bx-chevron-down-circle:before {
  content: "\ecae";
}

.bx-chevron-down-square:before {
  content: "\ecaf";
}

.bx-chevron-left:before {
  content: "\ecb0";
}

.bx-chevron-left-circle:before {
  content: "\ecb1";
}

.bx-chevron-left-square:before {
  content: "\ecb2";
}

.bx-chevron-right:before {
  content: "\ecb3";
}

.bx-chevron-right-circle:before {
  content: "\ecb4";
}

.bx-chevron-right-square:before {
  content: "\ecb5";
}

.bx-chevrons-down:before {
  content: "\ecb6";
}

.bx-chevrons-left:before {
  content: "\ecb7";
}

.bx-chevrons-right:before {
  content: "\ecb8";
}

.bx-chevrons-up:before {
  content: "\ecb9";
}

.bx-chevron-up:before {
  content: "\ecba";
}

.bx-chevron-up-circle:before {
  content: "\ecbb";
}

.bx-chevron-up-square:before {
  content: "\ecbc";
}

.bx-chip:before {
  content: "\ecbd";
}

.bx-church:before {
  content: "\ecbe";
}

.bx-circle:before {
  content: "\ecbf";
}

.bx-clinic:before {
  content: "\ecc0";
}

.bx-clipboard:before {
  content: "\ecc1";
}

.bx-closet:before {
  content: "\ecc2";
}

.bx-cloud:before {
  content: "\ecc3";
}

.bx-cloud-download:before {
  content: "\ecc4";
}

.bx-cloud-drizzle:before {
  content: "\ecc5";
}

.bx-cloud-lightning:before {
  content: "\ecc6";
}

.bx-cloud-light-rain:before {
  content: "\ecc7";
}

.bx-cloud-rain:before {
  content: "\ecc8";
}

.bx-cloud-snow:before {
  content: "\ecc9";
}

.bx-cloud-upload:before {
  content: "\ecca";
}

.bx-code:before {
  content: "\eccb";
}

.bx-code-alt:before {
  content: "\eccc";
}

.bx-code-block:before {
  content: "\eccd";
}

.bx-code-curly:before {
  content: "\ecce";
}

.bx-coffee:before {
  content: "\eccf";
}

.bx-coffee-togo:before {
  content: "\ecd0";
}

.bx-cog:before {
  content: "\ecd1";
}

.bx-coin:before {
  content: "\ecd2";
}

.bx-coin-stack:before {
  content: "\ecd3";
}

.bx-collapse:before {
  content: "\ecd4";
}

.bx-collection:before {
  content: "\ecd5";
}

.bx-color-fill:before {
  content: "\ecd6";
}

.bx-columns:before {
  content: "\ecd7";
}

.bx-command:before {
  content: "\ecd8";
}

.bx-comment:before {
  content: "\ecd9";
}

.bx-comment-add:before {
  content: "\ecda";
}

.bx-comment-check:before {
  content: "\ecdb";
}

.bx-comment-detail:before {
  content: "\ecdc";
}

.bx-comment-dots:before {
  content: "\ecdd";
}

.bx-comment-edit:before {
  content: "\ecde";
}

.bx-comment-error:before {
  content: "\ecdf";
}

.bx-comment-minus:before {
  content: "\ece0";
}

.bx-comment-x:before {
  content: "\ece1";
}

.bx-compass:before {
  content: "\ece2";
}

.bx-confused:before {
  content: "\ece3";
}

.bx-conversation:before {
  content: "\ece4";
}

.bx-cookie:before {
  content: "\ece5";
}

.bx-cool:before {
  content: "\ece6";
}

.bx-copy:before {
  content: "\ece7";
}

.bx-copy-alt:before {
  content: "\ece8";
}

.bx-copyright:before {
  content: "\ece9";
}

.bx-credit-card:before {
  content: "\ecea";
}

.bx-credit-card-alt:before {
  content: "\eceb";
}

.bx-credit-card-front:before {
  content: "\ecec";
}

.bx-crop:before {
  content: "\eced";
}

.bx-crosshair:before {
  content: "\ecee";
}

.bx-crown:before {
  content: "\ecef";
}

.bx-cube:before {
  content: "\ecf0";
}

.bx-cube-alt:before {
  content: "\ecf1";
}

.bx-cuboid:before {
  content: "\ecf2";
}

.bx-current-location:before {
  content: "\ecf3";
}

.bx-customize:before {
  content: "\ecf4";
}

.bx-cut:before {
  content: "\ecf5";
}

.bx-cycling:before {
  content: "\ecf6";
}

.bx-cylinder:before {
  content: "\ecf7";
}

.bx-data:before {
  content: "\ecf8";
}

.bx-desktop:before {
  content: "\ecf9";
}

.bx-detail:before {
  content: "\ecfa";
}

.bx-devices:before {
  content: "\ecfb";
}

.bx-dialpad:before {
  content: "\ecfc";
}

.bx-dialpad-alt:before {
  content: "\ecfd";
}

.bx-diamond:before {
  content: "\ecfe";
}

.bx-dice-1:before {
  content: "\ecff";
}

.bx-dice-2:before {
  content: "\ed00";
}

.bx-dice-3:before {
  content: "\ed01";
}

.bx-dice-4:before {
  content: "\ed02";
}

.bx-dice-5:before {
  content: "\ed03";
}

.bx-dice-6:before {
  content: "\ed04";
}

.bx-directions:before {
  content: "\ed05";
}

.bx-disc:before {
  content: "\ed06";
}

.bx-dish:before {
  content: "\ed07";
}

.bx-dislike:before {
  content: "\ed08";
}

.bx-dizzy:before {
  content: "\ed09";
}

.bx-dna:before {
  content: "\ed0a";
}

.bx-dock-bottom:before {
  content: "\ed0b";
}

.bx-dock-left:before {
  content: "\ed0c";
}

.bx-dock-right:before {
  content: "\ed0d";
}

.bx-dock-top:before {
  content: "\ed0e";
}

.bx-dollar:before {
  content: "\ed0f";
}

.bx-dollar-circle:before {
  content: "\ed10";
}

.bx-donate-blood:before {
  content: "\ed11";
}

.bx-donate-heart:before {
  content: "\ed12";
}

.bx-door-open:before {
  content: "\ed13";
}

.bx-dots-horizontal:before {
  content: "\ed14";
}

.bx-dots-horizontal-rounded:before {
  content: "\ed15";
}

.bx-dots-vertical:before {
  content: "\ed16";
}

.bx-dots-vertical-rounded:before {
  content: "\ed17";
}

.bx-doughnut-chart:before {
  content: "\ed18";
}

.bx-down-arrow:before {
  content: "\ed19";
}

.bx-down-arrow-alt:before {
  content: "\ed1a";
}

.bx-down-arrow-circle:before {
  content: "\ed1b";
}

.bx-download:before {
  content: "\ed1c";
}

.bx-downvote:before {
  content: "\ed1d";
}

.bx-drink:before {
  content: "\ed1e";
}

.bx-droplet:before {
  content: "\ed1f";
}

.bx-dumbbell:before {
  content: "\ed20";
}

.bx-duplicate:before {
  content: "\ed21";
}

.bx-edit:before {
  content: "\ed22";
}

.bx-edit-alt:before {
  content: "\ed23";
}

.bx-envelope:before {
  content: "\ed24";
}

.bx-envelope-open:before {
  content: "\ed25";
}

.bx-equalizer:before {
  content: "\ed26";
}

.bx-eraser:before {
  content: "\ed27";
}

.bx-error:before {
  content: "\ed28";
}

.bx-error-alt:before {
  content: "\ed29";
}

.bx-error-circle:before {
  content: "\ed2a";
}

.bx-euro:before {
  content: "\ed2b";
}

.bx-exclude:before {
  content: "\ed2c";
}

.bx-exit:before {
  content: "\ed2d";
}

.bx-exit-fullscreen:before {
  content: "\ed2e";
}

.bx-expand:before {
  content: "\ed2f";
}

.bx-expand-alt:before {
  content: "\ed30";
}

.bx-export:before {
  content: "\ed31";
}

.bx-extension:before {
  content: "\ed32";
}

.bx-face:before {
  content: "\ed33";
}

.bx-fast-forward:before {
  content: "\ed34";
}

.bx-fast-forward-circle:before {
  content: "\ed35";
}

.bx-female:before {
  content: "\ed36";
}

.bx-female-sign:before {
  content: "\ed37";
}

.bx-file:before {
  content: "\ed38";
}

.bx-file-blank:before {
  content: "\ed39";
}

.bx-file-find:before {
  content: "\ed3a";
}

.bx-film:before {
  content: "\ed3b";
}

.bx-filter:before {
  content: "\ed3c";
}

.bx-filter-alt:before {
  content: "\ed3d";
}

.bx-fingerprint:before {
  content: "\ed3e";
}

.bx-first-aid:before {
  content: "\ed3f";
}

.bx-first-page:before {
  content: "\ed40";
}

.bx-flag:before {
  content: "\ed41";
}

.bx-folder:before {
  content: "\ed42";
}

.bx-folder-minus:before {
  content: "\ed43";
}

.bx-folder-open:before {
  content: "\ed44";
}

.bx-folder-plus:before {
  content: "\ed45";
}

.bx-font:before {
  content: "\ed46";
}

.bx-font-color:before {
  content: "\ed47";
}

.bx-font-family:before {
  content: "\ed48";
}

.bx-font-size:before {
  content: "\ed49";
}

.bx-food-menu:before {
  content: "\ed4a";
}

.bx-food-tag:before {
  content: "\ed4b";
}

.bx-football:before {
  content: "\ed4c";
}

.bx-fridge:before {
  content: "\ed4d";
}

.bx-fullscreen:before {
  content: "\ed4e";
}

.bx-game:before {
  content: "\ed4f";
}

.bx-gas-pump:before {
  content: "\ed50";
}

.bx-ghost:before {
  content: "\ed51";
}

.bx-gift:before {
  content: "\ed52";
}

.bx-git-branch:before {
  content: "\ed53";
}

.bx-git-commit:before {
  content: "\ed54";
}

.bx-git-compare:before {
  content: "\ed55";
}

.bx-git-merge:before {
  content: "\ed56";
}

.bx-git-pull-request:before {
  content: "\ed57";
}

.bx-git-repo-forked:before {
  content: "\ed58";
}

.bx-glasses:before {
  content: "\ed59";
}

.bx-glasses-alt:before {
  content: "\ed5a";
}

.bx-globe:before {
  content: "\ed5b";
}

.bx-globe-alt:before {
  content: "\ed5c";
}

.bx-grid:before {
  content: "\ed5d";
}

.bx-grid-alt:before {
  content: "\ed5e";
}

.bx-grid-horizontal:before {
  content: "\ed5f";
}

.bx-grid-small:before {
  content: "\ed60";
}

.bx-grid-vertical:before {
  content: "\ed61";
}

.bx-group:before {
  content: "\ed62";
}

.bx-handicap:before {
  content: "\ed63";
}

.bx-happy:before {
  content: "\ed64";
}

.bx-happy-alt:before {
  content: "\ed65";
}

.bx-happy-beaming:before {
  content: "\ed66";
}

.bx-happy-heart-eyes:before {
  content: "\ed67";
}

.bx-hash:before {
  content: "\ed68";
}

.bx-hdd:before {
  content: "\ed69";
}

.bx-heading:before {
  content: "\ed6a";
}

.bx-headphone:before {
  content: "\ed6b";
}

.bx-health:before {
  content: "\ed6c";
}

.bx-heart:before {
  content: "\ed6d";
}

.bx-heart-circle:before {
  content: "\ed6e";
}

.bx-heart-square:before {
  content: "\ed6f";
}

.bx-help-circle:before {
  content: "\ed70";
}

.bx-hide:before {
  content: "\ed71";
}

.bx-highlight:before {
  content: "\ed72";
}

.bx-history:before {
  content: "\ed73";
}

.bx-hive:before {
  content: "\ed74";
}

.bx-home:before {
  content: "\ed75";
}

.bx-home-alt:before {
  content: "\ed76";
}

.bx-home-circle:before {
  content: "\ed77";
}

.bx-home-heart:before {
  content: "\ed78";
}

.bx-home-smile:before {
  content: "\ed79";
}

.bx-horizontal-center:before {
  content: "\ed7a";
}

.bx-hotel:before {
  content: "\ed7b";
}

.bx-hourglass:before {
  content: "\ed7c";
}

.bx-id-card:before {
  content: "\ed7d";
}

.bx-image:before {
  content: "\ed7e";
}

.bx-image-add:before {
  content: "\ed7f";
}

.bx-image-alt:before {
  content: "\ed80";
}

.bx-images:before {
  content: "\ed81";
}

.bx-import:before {
  content: "\ed82";
}

.bx-infinite:before {
  content: "\ed83";
}

.bx-info-circle:before {
  content: "\ed84";
}

.bx-info-square:before {
  content: "\ed85";
}

.bx-intersect:before {
  content: "\ed86";
}

.bx-italic:before {
  content: "\ed87";
}

.bx-joystick:before {
  content: "\ed88";
}

.bx-joystick-alt:before {
  content: "\ed89";
}

.bx-joystick-button:before {
  content: "\ed8a";
}

.bx-key:before {
  content: "\ed8b";
}

.bx-label:before {
  content: "\ed8c";
}

.bx-landscape:before {
  content: "\ed8d";
}

.bx-laptop:before {
  content: "\ed8e";
}

.bx-last-page:before {
  content: "\ed8f";
}

.bx-laugh:before {
  content: "\ed90";
}

.bx-layer:before {
  content: "\ed91";
}

.bx-layer-minus:before {
  content: "\ed92";
}

.bx-layer-plus:before {
  content: "\ed93";
}

.bx-layout:before {
  content: "\ed94";
}

.bx-left-arrow:before {
  content: "\ed95";
}

.bx-left-arrow-alt:before {
  content: "\ed96";
}

.bx-left-arrow-circle:before {
  content: "\ed97";
}

.bx-left-down-arrow-circle:before {
  content: "\ed98";
}

.bx-left-indent:before {
  content: "\ed99";
}

.bx-left-top-arrow-circle:before {
  content: "\ed9a";
}

.bx-library:before {
  content: "\ed9b";
}

.bx-like:before {
  content: "\ed9c";
}

.bx-line-chart:before {
  content: "\ed9d";
}

.bx-line-chart-down:before {
  content: "\ed9e";
}

.bx-link:before {
  content: "\ed9f";
}

.bx-link-alt:before {
  content: "\eda0";
}

.bx-link-external:before {
  content: "\eda1";
}

.bx-lira:before {
  content: "\eda2";
}

.bx-list-check:before {
  content: "\eda3";
}

.bx-list-minus:before {
  content: "\eda4";
}

.bx-list-ol:before {
  content: "\eda5";
}

.bx-list-plus:before {
  content: "\eda6";
}

.bx-list-ul:before {
  content: "\eda7";
}

.bx-loader:before {
  content: "\eda8";
}

.bx-loader-alt:before {
  content: "\eda9";
}

.bx-loader-circle:before {
  content: "\edaa";
}

.bx-location-plus:before {
  content: "\edab";
}

.bx-lock:before {
  content: "\edac";
}

.bx-lock-alt:before {
  content: "\edad";
}

.bx-lock-open:before {
  content: "\edae";
}

.bx-lock-open-alt:before {
  content: "\edaf";
}

.bx-log-in:before {
  content: "\edb0";
}

.bx-log-in-circle:before {
  content: "\edb1";
}

.bx-log-out:before {
  content: "\edb2";
}

.bx-log-out-circle:before {
  content: "\edb3";
}

.bx-low-vision:before {
  content: "\edb4";
}

.bx-magnet:before {
  content: "\edb5";
}

.bx-mail-send:before {
  content: "\edb6";
}

.bx-male:before {
  content: "\edb7";
}

.bx-male-sign:before {
  content: "\edb8";
}

.bx-map:before {
  content: "\edb9";
}

.bx-map-alt:before {
  content: "\edba";
}

.bx-map-pin:before {
  content: "\edbb";
}

.bx-mask:before {
  content: "\edbc";
}

.bx-medal:before {
  content: "\edbd";
}

.bx-meh:before {
  content: "\edbe";
}

.bx-meh-alt:before {
  content: "\edbf";
}

.bx-meh-blank:before {
  content: "\edc0";
}

.bx-memory-card:before {
  content: "\edc1";
}

.bx-menu:before {
  content: "\edc2";
}

.bx-menu-alt-left:before {
  content: "\edc3";
}

.bx-menu-alt-right:before {
  content: "\edc4";
}

.bx-merge:before {
  content: "\edc5";
}

.bx-message:before {
  content: "\edc6";
}

.bx-message-add:before {
  content: "\edc7";
}

.bx-message-alt:before {
  content: "\edc8";
}

.bx-message-alt-add:before {
  content: "\edc9";
}

.bx-message-alt-check:before {
  content: "\edca";
}

.bx-message-alt-detail:before {
  content: "\edcb";
}

.bx-message-alt-dots:before {
  content: "\edcc";
}

.bx-message-alt-edit:before {
  content: "\edcd";
}

.bx-message-alt-error:before {
  content: "\edce";
}

.bx-message-alt-minus:before {
  content: "\edcf";
}

.bx-message-alt-x:before {
  content: "\edd0";
}

.bx-message-check:before {
  content: "\edd1";
}

.bx-message-detail:before {
  content: "\edd2";
}

.bx-message-dots:before {
  content: "\edd3";
}

.bx-message-edit:before {
  content: "\edd4";
}

.bx-message-error:before {
  content: "\edd5";
}

.bx-message-minus:before {
  content: "\edd6";
}

.bx-message-rounded:before {
  content: "\edd7";
}

.bx-message-rounded-add:before {
  content: "\edd8";
}

.bx-message-rounded-check:before {
  content: "\edd9";
}

.bx-message-rounded-detail:before {
  content: "\edda";
}

.bx-message-rounded-dots:before {
  content: "\eddb";
}

.bx-message-rounded-edit:before {
  content: "\eddc";
}

.bx-message-rounded-error:before {
  content: "\eddd";
}

.bx-message-rounded-minus:before {
  content: "\edde";
}

.bx-message-rounded-x:before {
  content: "\eddf";
}

.bx-message-square:before {
  content: "\ede0";
}

.bx-message-square-add:before {
  content: "\ede1";
}

.bx-message-square-check:before {
  content: "\ede2";
}

.bx-message-square-detail:before {
  content: "\ede3";
}

.bx-message-square-dots:before {
  content: "\ede4";
}

.bx-message-square-edit:before {
  content: "\ede5";
}

.bx-message-square-error:before {
  content: "\ede6";
}

.bx-message-square-minus:before {
  content: "\ede7";
}

.bx-message-square-x:before {
  content: "\ede8";
}

.bx-message-x:before {
  content: "\ede9";
}

.bx-meteor:before {
  content: "\edea";
}

.bx-microchip:before {
  content: "\edeb";
}

.bx-microphone:before {
  content: "\edec";
}

.bx-microphone-off:before {
  content: "\eded";
}

.bx-minus:before {
  content: "\edee";
}

.bx-minus-back:before {
  content: "\edef";
}

.bx-minus-circle:before {
  content: "\edf0";
}

.bx-minus-front:before {
  content: "\edf1";
}

.bx-mobile:before {
  content: "\edf2";
}

.bx-mobile-alt:before {
  content: "\edf3";
}

.bx-mobile-landscape:before {
  content: "\edf4";
}

.bx-mobile-vibration:before {
  content: "\edf5";
}

.bx-money:before {
  content: "\edf6";
}

.bx-moon:before {
  content: "\edf7";
}

.bx-mouse:before {
  content: "\edf8";
}

.bx-mouse-alt:before {
  content: "\edf9";
}

.bx-move:before {
  content: "\edfa";
}

.bx-move-horizontal:before {
  content: "\edfb";
}

.bx-move-vertical:before {
  content: "\edfc";
}

.bx-movie:before {
  content: "\edfd";
}

.bx-movie-play:before {
  content: "\edfe";
}

.bx-music:before {
  content: "\edff";
}

.bx-navigation:before {
  content: "\ee00";
}

.bx-network-chart:before {
  content: "\ee01";
}

.bx-news:before {
  content: "\ee02";
}

.bx-no-entry:before {
  content: "\ee03";
}

.bx-note:before {
  content: "\ee04";
}

.bx-notepad:before {
  content: "\ee05";
}

.bx-notification:before {
  content: "\ee06";
}

.bx-notification-off:before {
  content: "\ee07";
}

.bx-outline:before {
  content: "\ee08";
}

.bx-package:before {
  content: "\ee09";
}

.bx-paint:before {
  content: "\ee0a";
}

.bx-paint-roll:before {
  content: "\ee0b";
}

.bx-palette:before {
  content: "\ee0c";
}

.bx-paperclip:before {
  content: "\ee0d";
}

.bx-paper-plane:before {
  content: "\ee0e";
}

.bx-paragraph:before {
  content: "\ee0f";
}

.bx-paste:before {
  content: "\ee10";
}

.bx-pause:before {
  content: "\ee11";
}

.bx-pause-circle:before {
  content: "\ee12";
}

.bx-pen:before {
  content: "\ee13";
}

.bx-pencil:before {
  content: "\ee14";
}

.bx-phone:before {
  content: "\ee15";
}

.bx-phone-call:before {
  content: "\ee16";
}

.bx-phone-incoming:before {
  content: "\ee17";
}

.bx-phone-off:before {
  content: "\ee18";
}

.bx-phone-outgoing:before {
  content: "\ee19";
}

.bx-photo-album:before {
  content: "\ee1a";
}

.bx-pie-chart:before {
  content: "\ee1b";
}

.bx-pie-chart-alt:before {
  content: "\ee1c";
}

.bx-pie-chart-alt-2:before {
  content: "\ee1d";
}

.bx-pin:before {
  content: "\ee1e";
}

.bx-planet:before {
  content: "\ee1f";
}

.bx-play:before {
  content: "\ee20";
}

.bx-play-circle:before {
  content: "\ee21";
}

.bx-plug:before {
  content: "\ee22";
}

.bx-plus:before {
  content: "\ee23";
}

.bx-plus-circle:before {
  content: "\ee24";
}

.bx-plus-medical:before {
  content: "\ee25";
}

.bx-podcast:before {
  content: "\ee26";
}

.bx-pointer:before {
  content: "\ee27";
}

.bx-poll:before {
  content: "\ee28";
}

.bx-polygon:before {
  content: "\ee29";
}

.bx-pound:before {
  content: "\ee2a";
}

.bx-power-off:before {
  content: "\ee2b";
}

.bx-printer:before {
  content: "\ee2c";
}

.bx-pulse:before {
  content: "\ee2d";
}

.bx-purchase-tag:before {
  content: "\ee2e";
}

.bx-purchase-tag-alt:before {
  content: "\ee2f";
}

.bx-pyramid:before {
  content: "\ee30";
}

.bx-qr:before {
  content: "\ee31";
}

.bx-qr-scan:before {
  content: "\ee32";
}

.bx-question-mark:before {
  content: "\ee33";
}

.bx-radar:before {
  content: "\ee34";
}

.bx-radio:before {
  content: "\ee35";
}

.bx-radio-circle:before {
  content: "\ee36";
}

.bx-radio-circle-marked:before {
  content: "\ee37";
}

.bx-receipt:before {
  content: "\ee38";
}

.bx-rectangle:before {
  content: "\ee39";
}

.bx-recycle:before {
  content: "\ee3a";
}

.bx-redo:before {
  content: "\ee3b";
}

.bx-refresh:before {
  content: "\ee3c";
}

.bx-registered:before {
  content: "\ee3d";
}

.bx-rename:before {
  content: "\ee3e";
}

.bx-repeat:before {
  content: "\ee3f";
}

.bx-reply:before {
  content: "\ee40";
}

.bx-reply-all:before {
  content: "\ee41";
}

.bx-repost:before {
  content: "\ee42";
}

.bx-reset:before {
  content: "\ee43";
}

.bx-restaurant:before {
  content: "\ee44";
}

.bx-revision:before {
  content: "\ee45";
}

.bx-rewind:before {
  content: "\ee46";
}

.bx-rewind-circle:before {
  content: "\ee47";
}

.bx-right-arrow:before {
  content: "\ee48";
}

.bx-right-arrow-alt:before {
  content: "\ee49";
}

.bx-right-arrow-circle:before {
  content: "\ee4a";
}

.bx-right-down-arrow-circle:before {
  content: "\ee4b";
}

.bx-right-indent:before {
  content: "\ee4c";
}

.bx-right-top-arrow-circle:before {
  content: "\ee4d";
}

.bx-rocket:before {
  content: "\ee4e";
}

.bx-rotate-left:before {
  content: "\ee4f";
}

.bx-rotate-right:before {
  content: "\ee50";
}

.bx-rss:before {
  content: "\ee51";
}

.bx-ruble:before {
  content: "\ee52";
}

.bx-ruler:before {
  content: "\ee53";
}

.bx-run:before {
  content: "\ee54";
}

.bx-rupee:before {
  content: "\ee55";
}

.bx-sad:before {
  content: "\ee56";
}

.bx-save:before {
  content: "\ee57";
}

.bx-scan:before {
  content: "\ee58";
}

.bx-screenshot:before {
  content: "\ee59";
}

.bx-search:before {
  content: "\ee5a";
}

.bx-search-alt:before {
  content: "\ee5b";
}

.bx-search-alt-2:before {
  content: "\ee5c";
}

.bx-selection:before {
  content: "\ee5d";
}

.bx-select-multiple:before {
  content: "\ee5e";
}

.bx-send:before {
  content: "\ee5f";
}

.bx-server:before {
  content: "\ee60";
}

.bx-shape-circle:before {
  content: "\ee61";
}

.bx-shape-polygon:before {
  content: "\ee62";
}

.bx-shape-square:before {
  content: "\ee63";
}

.bx-shape-triangle:before {
  content: "\ee64";
}

.bx-share:before {
  content: "\ee65";
}

.bx-share-alt:before {
  content: "\ee66";
}

.bx-shekel:before {
  content: "\ee67";
}

.bx-shield:before {
  content: "\ee68";
}

.bx-shield-alt:before {
  content: "\ee69";
}

.bx-shield-alt-2:before {
  content: "\ee6a";
}

.bx-shield-quarter:before {
  content: "\ee6b";
}

.bx-shield-x:before {
  content: "\ee6c";
}

.bx-shocked:before {
  content: "\ee6d";
}

.bx-shopping-bag:before {
  content: "\ee6e";
}

.bx-show:before {
  content: "\ee6f";
}

.bx-show-alt:before {
  content: "\ee70";
}

.bx-shuffle:before {
  content: "\ee71";
}

.bx-sidebar:before {
  content: "\ee72";
}

.bx-sitemap:before {
  content: "\ee73";
}

.bx-skip-next:before {
  content: "\ee74";
}

.bx-skip-next-circle:before {
  content: "\ee75";
}

.bx-skip-previous:before {
  content: "\ee76";
}

.bx-skip-previous-circle:before {
  content: "\ee77";
}

.bx-sleepy:before {
  content: "\ee78";
}

.bx-slider:before {
  content: "\ee79";
}

.bx-slider-alt:before {
  content: "\ee7a";
}

.bx-slideshow:before {
  content: "\ee7b";
}

.bx-smile:before {
  content: "\ee7c";
}

.bx-sort:before {
  content: "\ee7d";
}

.bx-sort-alt-2:before {
  content: "\ee7e";
}

.bx-sort-a-z:before {
  content: "\ee7f";
}

.bx-sort-down:before {
  content: "\ee80";
}

.bx-sort-up:before {
  content: "\ee81";
}

.bx-sort-z-a:before {
  content: "\ee82";
}

.bx-spa:before {
  content: "\ee83";
}

.bx-space-bar:before {
  content: "\ee84";
}

.bx-speaker:before {
  content: "\ee85";
}

.bx-spray-can:before {
  content: "\ee86";
}

.bx-spreadsheet:before {
  content: "\ee87";
}

.bx-square:before {
  content: "\ee88";
}

.bx-square-rounded:before {
  content: "\ee89";
}

.bx-star:before {
  content: "\ee8a";
}

.bx-station:before {
  content: "\ee8b";
}

.bx-stats:before {
  content: "\ee8c";
}

.bx-sticker:before {
  content: "\ee8d";
}

.bx-stop:before {
  content: "\ee8e";
}

.bx-stop-circle:before {
  content: "\ee8f";
}

.bx-stopwatch:before {
  content: "\ee90";
}

.bx-store:before {
  content: "\ee91";
}

.bx-store-alt:before {
  content: "\ee92";
}

.bx-street-view:before {
  content: "\ee93";
}

.bx-strikethrough:before {
  content: "\ee94";
}

.bx-subdirectory-left:before {
  content: "\ee95";
}

.bx-subdirectory-right:before {
  content: "\ee96";
}

.bx-sun:before {
  content: "\ee97";
}

.bx-support:before {
  content: "\ee98";
}

.bx-swim:before {
  content: "\ee99";
}

.bx-sync:before {
  content: "\ee9a";
}

.bx-tab:before {
  content: "\ee9b";
}

.bx-table:before {
  content: "\ee9c";
}

.bx-tachometer:before {
  content: "\ee9d";
}

.bx-tag:before {
  content: "\ee9e";
}

.bx-tag-alt:before {
  content: "\ee9f";
}

.bx-target-lock:before {
  content: "\eea0";
}

.bx-task:before {
  content: "\eea1";
}

.bx-task-x:before {
  content: "\eea2";
}

.bx-taxi:before {
  content: "\eea3";
}

.bx-tennis-ball:before {
  content: "\eea4";
}

.bx-terminal:before {
  content: "\eea5";
}

.bx-test-tube:before {
  content: "\eea6";
}

.bx-text:before {
  content: "\eea7";
}

.bx-time:before {
  content: "\eea8";
}

.bx-time-five:before {
  content: "\eea9";
}

.bx-timer:before {
  content: "\eeaa";
}

.bx-tired:before {
  content: "\eeab";
}

.bx-toggle-left:before {
  content: "\eeac";
}

.bx-toggle-right:before {
  content: "\eead";
}

.bx-tone:before {
  content: "\eeae";
}

.bx-traffic-cone:before {
  content: "\eeaf";
}

.bx-train:before {
  content: "\eeb0";
}

.bx-transfer:before {
  content: "\eeb1";
}

.bx-transfer-alt:before {
  content: "\eeb2";
}

.bx-trash:before {
  content: "\eeb3";
}

.bx-trash-alt:before {
  content: "\eeb4";
}

.bx-trending-down:before {
  content: "\eeb5";
}

.bx-trending-up:before {
  content: "\eeb6";
}

.bx-trim:before {
  content: "\eeb7";
}

.bx-trip:before {
  content: "\eeb8";
}

.bx-trophy:before {
  content: "\eeb9";
}

.bx-tv:before {
  content: "\eeba";
}

.bx-underline:before {
  content: "\eebb";
}

.bx-undo:before {
  content: "\eebc";
}

.bx-unite:before {
  content: "\eebd";
}

.bx-unlink:before {
  content: "\eebe";
}

.bx-up-arrow:before {
  content: "\eebf";
}

.bx-up-arrow-alt:before {
  content: "\eec0";
}

.bx-up-arrow-circle:before {
  content: "\eec1";
}

.bx-upload:before {
  content: "\eec2";
}

.bx-upside-down:before {
  content: "\eec3";
}

.bx-upvote:before {
  content: "\eec4";
}

.bx-usb:before {
  content: "\eec5";
}

.bx-user:before {
  content: "\eec6";
}

.bx-user-check:before {
  content: "\eec7";
}

.bx-user-circle:before {
  content: "\eec8";
}

.bx-user-minus:before {
  content: "\eec9";
}

.bx-user-pin:before {
  content: "\eeca";
}

.bx-user-plus:before {
  content: "\eecb";
}

.bx-user-voice:before {
  content: "\eecc";
}

.bx-user-x:before {
  content: "\eecd";
}

.bx-vector:before {
  content: "\eece";
}

.bx-vertical-center:before {
  content: "\eecf";
}

.bx-vial:before {
  content: "\eed0";
}

.bx-video:before {
  content: "\eed1";
}

.bx-video-off:before {
  content: "\eed2";
}

.bx-video-plus:before {
  content: "\eed3";
}

.bx-video-recording:before {
  content: "\eed4";
}

.bx-voicemail:before {
  content: "\eed5";
}

.bx-volume:before {
  content: "\eed6";
}

.bx-volume-full:before {
  content: "\eed7";
}

.bx-volume-low:before {
  content: "\eed8";
}

.bx-volume-mute:before {
  content: "\eed9";
}

.bx-walk:before {
  content: "\eeda";
}

.bx-wallet:before {
  content: "\eedb";
}

.bx-wallet-alt:before {
  content: "\eedc";
}

.bx-water:before {
  content: "\eedd";
}

.bx-webcam:before {
  content: "\eede";
}

.bx-wifi:before {
  content: "\eedf";
}

.bx-wifi-0:before {
  content: "\eee0";
}

.bx-wifi-1:before {
  content: "\eee1";
}

.bx-wifi-2:before {
  content: "\eee2";
}

.bx-wifi-off:before {
  content: "\eee3";
}

.bx-wind:before {
  content: "\eee4";
}

.bx-window:before {
  content: "\eee5";
}

.bx-window-alt:before {
  content: "\eee6";
}

.bx-window-close:before {
  content: "\eee7";
}

.bx-window-open:before {
  content: "\eee8";
}

.bx-windows:before {
  content: "\eee9";
}

.bx-wine:before {
  content: "\eeea";
}

.bx-wink-smile:before {
  content: "\eeeb";
}

.bx-wink-tongue:before {
  content: "\eeec";
}

.bx-won:before {
  content: "\eeed";
}

.bx-world:before {
  content: "\eeee";
}

.bx-wrench:before {
  content: "\eeef";
}

.bx-x:before {
  content: "\eef0";
}

.bx-x-circle:before {
  content: "\eef1";
}

.bx-yen:before {
  content: "\eef2";
}

.bx-zoom-in:before {
  content: "\eef3";
}

.bx-zoom-out:before {
  content: "\eef4";
}

/*SWIPER CSS*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.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-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.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 {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper.home-promo-slider {
  padding: 0 5px;
}

/*Price Range Slider*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f3f3f3;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*CSS Variable*/
:root {
  /*color Variable*/
  --body-color: #000000;
  --green-color: #006d67;
  --orange-color: #e84d0e;
  --yellow-color: #fdc300;
  --c-primary: #ff4838;
  --link-color: #e84d0e;

  --f-primary: "Segoe UI", sans-serif;
  --f-custom-font: "Segoe UI Content", sans-serif;
  --f-heading: "Dancing Script", cursive;
  --f-size: 15px;
  /*shadow Variable*/
  --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1);
}

body {
  margin: 0;
  padding: 0;
  font-size: calc(0.5 * (1.5vh + 1.1vw));
  font-family: var(--f-primary);
  color: var(--body-color);
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: 800;
  color: #0a0a0a;
}

p,
span,
li {
  font-family: var(--f-primary) !important;
  font-size: calc(0.5 * (1.5vh + 1.1vw));
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ins,
a {
  text-decoration: none;
}

.alert {
  color: #ff0000;
}

.subheading {
  font-family: var(--f-heading);
  font-optical-sizing: auto;
  font-weight: 400;
  color: #fa6741;
  font-size: 2em;
  display: block;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }

  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }

  65% {
    width: 150px;
    height: 150px;
  }
}

@-webkit-keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  55% {
    background-color: #006d67;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  55% {
    background-color: #006d67;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  55% {
    background-color: #006d67;
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  55% {
    background-color: #006d67;
  }

  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}

.preloader .loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #006d67;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}

.preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

.button-fill-primary {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: #fdc300;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #fdc300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
}

.button-fill-primary:hover,
.button-fill-primary:active,
.button-fill-primary:focus {
  background: transparent;
  color: #fdc300;
}

.button-primary {
  color: #000;
  background: #fdc300;
  border: 2px solid #fdc300;
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  font-size: 80%;
}

.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  color: #fff;
  border: 2px solid #fff;
}

.button-secondary {
  color: #fff;
  background: #ff4838;
  /* border: 2px solid #ff4838; */
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  font-size: 90%;
  text-transform: uppercase;
}

.button-secondary:hover,
.button-secondary:active,
.button-secondary:focus {
  color: #fff;
  background: #ff4838;
  border: 2px solid #ff4838;
}

.button-outlined-primary {
  color: #b38a00;
  background: #fdc3001f;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid #fdc300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
}

.button-outlined-primary:hover,
.button-outlined-primary:active,
.button-outlined-primary:focus {
  color: #b38a00;
  background: #fdc3001f;
  border: 2px solid #fdc300;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #cfe3e2;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #006d67;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border: none;
}

.daterangepicker button.cancelBtn.btn.btn-sm.btn-default:hover,
.daterangepicker button.cancelBtn.btn.btn-sm.btn-default:focus {
  border: none;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #006d67;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

.daterangepicker .calendar-table thead tr:first-child,
.daterangepicker .calendar-table thead tr:first-child th {
  background: #006d67;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
}

.daterangepicker .calendar-table thead tr:last-child th {
  color: #4c9994;
  text-transform: uppercase;
  padding: 5px 0 0;
}

.daterangepicker .calendar-table tr th {
  border-radius: 0;
}

.daterangepicker .calendar-table tr td {
  padding: 5px 10px;
}

.daterangepicker button.applyBtn.btn.btn-sm.btn-primary {
  background: #ff4838;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  text-transform: uppercase;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 14px;
  font-family: var(--f-primary);
  text-align: left;
  float: left;
  padding: 10px 5px;
  font-weight: 600;
}

.section {
  padding: 0 0 3em 0;
}

.daterangepicker {
  width: auto;
}

.daterangepicker .ranges ul {
  width: 140px;
}

.daterangepicker.single .ranges ul {
  width: 100%;
}

.daterangepicker.single .drp-calendar.left {
  clear: none;
}

.daterangepicker.single .ranges,
.daterangepicker.single .drp-calendar {
  float: left;
}

.daterangepicker {
  direction: ltr;
  text-align: left;
}

.daterangepicker .drp-calendar.left {
  clear: left;
  margin-right: 0;
}

.daterangepicker .drp-calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker .drp-calendar.right {
  margin-left: 0;
}

.daterangepicker .drp-calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 8px;
}

.daterangepicker .ranges,
.daterangepicker .drp-calendar {
  float: left;
}

.daterangepicker .ranges {
  width: auto;
  float: left;
}

.daterangepicker.rtl .ranges {
  float: right;
}

.daterangepicker .drp-calendar.left {
  clear: none !important;
}

.daterangepicker {
  transform: translateX(-10%);
}

.content-detail {
  margin-top: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.viewmore a {
  display: block;
  color: #e84d0e;
  font-size: 85%;
}

.viewmore.arrow:after {
  content: "\f138";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  color: #e84d0e;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-self: center;
}

.viewmore {
  display: flex;
  gap: 7px;
  vertical-align: middle;
  margin: 0 auto;
}

.viewmore.more-center {
  justify-content: center;
}

.viewmore.arrow {
  text-transform: uppercase;
}

.topbar-info {
  background: #2d373c;
  position: relative;
  z-index: 1;
  padding: 0.5rem;
}

.topbar-info .topbar-contact .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  float: right;
  width: 27vw;
  justify-content: end;
}

.topbar-info .topbar-contact .contact-list li {
  margin-right: 20px;
  font-weight: 400;
  font-size: 100%;
  color: #fff;
}

.topbar-info .topbar-contact .contact-list li i {
  margin-right: 5px;
}

.topbar-info .topbar-contact .contact-list li a {
  color: inherit;
}

.topbar-info .topbar-contact .contact-list li:last-child {
  margin-right: 0;
}

div#ui-datepicker-div {
  display: none !important;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header .header.sticky {
  position: fixed;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 99;
}

header .header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 999;
  padding-left: 2%;
  padding-right: 2%;
  background: rgb(255 255 255 / 84%);
  width: 100%;
  z-index: 99;
}

header .header .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  min-width: 215px;
  list-style: none;
  background: rgb(255 255 255 / 100%);
  opacity: 0;
  z-index: 9999;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--c-primary);
}

header .header .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header .main-nav ul > li a:hover {
  background: transparent;
  color: var(--orange-color) !important;
}

header .header .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header .main-nav > ul > li:hover > .sub-menu {
  transform: scaleY(1);
  opacity: 1;
}

header .header .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
}

header .header .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

header .header .main-nav ul li:last-child {
  padding-right: 0;
}

header .header .main-nav ul li:hover > a {
  color: var(--orange-color);
}

header .header .main-nav ul li:hover > a::before {
  opacity: 1;
  background: var(--orange-color);
}

header .header .main-nav ul li a {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}

header .header .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}

header .header .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #000;
  text-align: left;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header .main-nav ul li ul.sub-menu > li a.active {
  color: var(--orange-color);
  font-weight: 600;
}

header .header .main-nav ul li ul.sub-menu > li a:hover {
  background: var(--orange-color);
  color: white !important;
}

header .header .main-nav ul li ul.sub-menu > li a:hover span {
  color: white !important;
}

header .header .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 9px;
  color: #ff4838;
  content: "";
  font-family: bootstrap-icons !important;
  content: "\f64d";
  font-size: 12px;
  font-weight: 600;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 36px;
  transition: all 0.5s ease-in-out;
}

header .header .main-nav ul li:hover.has-child-menu:after {
  content: "\f2ea";
}

header .header .main-nav > ul > li > a.active {
  color: var(--orange-color);
  font-weight: 600;
  font-size: 16px;
}

header .header .nav-right-icons {
  display: flex;
}

header .header .nav-right-icons .user-dropdown {
  position: relative;
}

header .header .nav-right-icons .user-dropdown .user-drop-list {
  background: #000;
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 25px 20px;
  color: white;
  right: 0;
  top: 57px;
  opacity: 0;
  transform: scale(0);
  transform-origin: 100% 0%;
  visibility: hidden;
  transition: all 0.3s;
}

header
  .header
  .nav-right-icons
  .user-dropdown
  .user-drop-list.account-drop-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 6;
}

header .header .nav-right-icons .user-dropdown .user-drop-list li {
  margin-top: 10px;
}

header .header .nav-right-icons .user-dropdown .user-drop-list li:first-child {
  margin-top: 0;
}

header .header .nav-right-icons .user-dropdown .user-drop-list li a {
  color: hsl(0deg, 0%, 65%);
  font-size: 14px;
  font-weight: 500;
}

header .header .nav-right-icons .user-dropdown .user-drop-list li a:hover {
  color: var(--c-primary);
}

header .header .nav-right-icons div {
  margin-right: 10px;
}

header .header .nav-right-icons div i {
  height: 30px;
  width: 30px;
  background: var(--orange-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid var(--orange-color);
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
}

header .header .nav-right-icons div i:hover {
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  background: transparent;
}

header .header .nav-right {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}

header .header .nav-right .nav-actions {
  display: flex;
}

header .header .nav-right .nav-actions li {
  margin-right: 30px;
}

header .header .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header .nav-right .nav-actions li a {
  font-size: 20px;
  color: var(--c-primary-one);
}

header .header .nav-right .nav-right-hotline {
  padding-left: 44px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  color: #fff;
}

header .header .nav-right .nav-right-hotline .hotline-icon i {
  color: #fff;
  font-size: 30px;
  color: #ff4838;
}

header .header .nav-right .nav-right-hotline .hotline-info {
  margin-left: 10px;
}

header .header .nav-right .nav-right-hotline .hotline-info span {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  margin-top: -3px;
  display: block;
}

header .header .nav-right .nav-right-hotline .hotline-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  color: #fff;
}

header .header .nav-right .nav-right-hotline .hotline-info h6 a {
  color: inherit;
}

header .top-menu {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

header .btn.button-secondary {
  text-transform: uppercase;
}

header .button-secondary:hover,
header .button-secondary:active,
header .button-secondary:focus {
  color: #000;
  background: #fdc300;
  border: 2px solid #fdc300;
  box-shadow: none;
  outline: none;
}

.top-menu {
  text-align: right;
}

.home-banner,
.hero-main-wrapper,
.swiper.home-slider-banner {
  height: 90vh;
  width: 100%;
}

.hero-main-wrapper {
  overflow: hidden;
}

.home-banner .banner-animation {
  position: absolute;
  top: 25%;
  left: 5%;
  z-index: 2;
  animation: fly 12s linear infinite;
  opacity: 1;
  width: 125px;
}

.home-banner-animation {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  left: 0;
  opacity: 1;
  z-index: 3;
  padding-top: 10%;
}

.home-banner-animation img.balloon {
  width: 80px;
}

/* .header.sticky {position: fixed !important; top: 0px; left: 0; z-index: 99; background: rgb(255 255 255 / 100%); box-shadow: 5px 3px 20px rgb(91 91 91 / 23%); animation: smooth-header 0.65s linear;width: 100%;} */
.e-rte-content {
  overflow-x: auto;
}

@media (max-width: 576px) {
  .home-banner .banner-plane {
    display: none;
    visibility: hidden;
  }
}

@keyframes fly {
  0% {
    transform: translateX(0) scale(0.5);
    opacity: 0;
  }

  50% {
    transform: translateX(50%) scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: translateX(100%) scale(0.5);
    opacity: 0;
  }
}

.balloon {
  -webkit-animation-name: balloon-movement;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;

  -moz-animation-name: balloon-movement;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 25s;

  animation-name: balloon-movement;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-duration: 25s;
}

@keyframes balloon-movement {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
  }

  40% {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translateX(200px);
    -moz-transform: rotate(-10deg) translateX(200px);
    transform: rotate(-10deg) translateX(200px);
  }

  75% {
    opacity: 0.7;
    -webkit-transform: translate(350px, -70%);
    -moz-transform: translate(350px, -70%);
    transform: translate(350px, -70%);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: translate(500px, -100%);
    -moz-transform: translate(500px, -100%);
    transform: translate(500px, -100%);
  }
}

.home-banner .slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  z-index: 2;
  padding: 5px;
}

.home-banner .slider-arrows .banner-prev {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s ease-out 0s;
}

.home-banner .slider-arrows .banner-prev:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.home-banner .slider-arrows .banner-next {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.5s ease-out 0s;
}

.home-banner .slider-arrows .banner-next:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.home-banner .hero-social {
  position: absolute;
  top: 50%;
  left: -90px;
  z-index: 2;
  transform: rotate(-90deg);
}

.home-banner .hero-social .social-list li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.home-banner .hero-social .social-list li::before {
  content: url("../images/icons/list-style.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 1;
}

.home-banner .hero-social .social-list a {
  color: #fff;
}

.home-banner .slider-bg {
  padding: 300px 0px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.home-banner .slider-bg-2 {
  padding: 300px 0px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45)),
    url("../images/banner/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-banner .banner-content {
  text-align: center;
}

.home-banner .banner-content .title-top-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  display: block;
  animation: unset;
}

.home-banner .banner-content .title-top {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

.home-banner .banner-content h1 {
  font-size: calc(2.5em + 1vw);
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.home-banner .banner-content p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}

.home-banner .swiper-slide-active h1 {
  animation: fadeInDown 1.5s;
}

.home-banner .swiper-slide-active p {
  animation: fadeInUp 1.5s;
}

.home-banner .swiper-slide-active .banner3-btn {
  animation: zoomIn 2s;
}

.home-promo-img {
  padding: 0 10px;
}

.home-promo-slider img,
.other-promo-slider img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  object-fit: cover !important;
}

.main-searchbar-wrapper {
  position: relative;
  width: 100%;
  bottom: 9em;
}

.multi-main-searchbar {
  background: #fff;
  -webkit-box-shadow: 3px 4px 10px rgb(86 68 169 / 5%);
  box-shadow: 3px 4px 10px rgb(86 68 169 / 5%);
  border-radius: 10px;
  padding: 1em;
  position: relative;
  z-index: 1;
  border: 1px solid whitesmoke;
  width: 60vw;
  margin: 0 auto;
}

.multi-main-searchbar .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}

.multi-main-searchbar .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff4838;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.multi-main-searchbar .search-box-single {
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0.5em;
}

.multi-main-searchbar .search-box-single .searchbox-icon {
  font-size: 100%;
  color: #ff4838;
  padding-right: 0;
  float: left;
  margin-right: 10px;
}

.multi-main-searchbar .search-box-single.destination-box {
  z-index: 2;
  position: relative;
}

.multi-main-searchbar .search-box-single.date-box {
  z-index: 1;
  position: relative;
}

.multi-main-searchbar .search-box-single .searchbox-input {
  width: 100%;
  height: 4em;
  position: relative;
  padding: 5px 0;
  display: grid;
}

.multi-main-searchbar .search-box-single .searchbox-input.month-picker-input {
  z-index: 21;
}

.multi-main-searchbar
  .search-box-single
  .searchbox-input.month-picker-input::before {
  position: absolute;
  content: "\f1f3";
  font-family: bootstrap-icons !important;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}

.multi-main-searchbar .search-box-single .searchbox-input label {
  font-weight: 600;
  color: #2d373c;
  line-height: 1;
}

.multi-main-searchbar .search-box-single .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  display: block;
}

.multi-main-searchbar .search-box-single .searchbox-input input,
.multi-main-searchbar .search-box-single .searchbox-input select {
  border: none;
  width: 100%;
  cursor: pointer;
}

.multi-main-searchbar
  .search-box-single
  .searchbox-input
  input::-webkit-input-placeholder,
.multi-main-searchbar
  .search-box-single
  .searchbox-input
  select::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.multi-main-searchbar
  .search-box-single
  .searchbox-input
  input:-ms-input-placeholder,
.multi-main-searchbar
  .search-box-single
  .searchbox-input
  select:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.multi-main-searchbar
  .search-box-single
  .searchbox-input
  input::-ms-input-placeholder,
.multi-main-searchbar
  .search-box-single
  .searchbox-input
  select::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.multi-main-searchbar .search-box-single .searchbox-input input::placeholder,
.multi-main-searchbar .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.multi-main-searchbar .main-form-submit {
  height: 100%;
  background: #ff4838;
}

.multi-main-searchbar .main-form-submit button {
  font-weight: 400;
  color: #fff;
  border: none;
  background: transparent;
  display: inline-grid;
  width: 100%;
  padding: 12px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  margin-top: 10px;
  transform: translateY(0);
}

.multi-main-searchbar .main-form-submit button i {
  vertical-align: middle;
  margin-bottom: 0.3em;
}

.monthpicker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  color: inherit;
  height: 40px;
}

.monthpicker_selector *::selection {
  background: transparent;
}

.monthpicker_input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  line-height: 1em;
}

.monthpicker_input .placeholder {
  background: transparent;
  cursor: pointer;
}

.monthpicker_input.active {
  background-color: #d4d4d4;
  color: #000;
}

.monthpicker_selector {
  position: absolute;
  top: 100%;
  background-color: #fff;
  min-width: 250px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 100;
  color: #444;
  padding: 0.5em 1em 1em;
}

.monthpicker_selector > table {
  color: #444;
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: var(--f-primary);
  font-size: 0.9em;
  border-radius: 5px;
}

.monthpicker_selector > table tr:first-child td,
.monthpicker_selector > table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.monthpicker_selector > table tr:first-child > td:nth-child(1) {
  text-align: left;
}

.monthpicker_selector > table tr:first-child > td:nth-child(2) {
  position: relative;
}

.monthpicker_selector > table tr:first-child > td:nth-child(3) {
  text-align: right;
}

.monthpicker_selector > table tr:nth-child(2) td {
  width: 33%;
}

.yearSwitch {
  padding: 7px 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2rem;
}

.yearSwitch.off {
  visibility: hidden;
}

.yearValue {
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: none;
  color: #444;
  outline: none;
  font-size: 1.8em;
  font-family: var(--f-primary);
}

.monthpicker_selector .month {
  background-color: #fff;
  cursor: pointer;
  font-family: var(--f-primary);
  text-transform: uppercase;
}

.monthpicker_selector .month:hover {
  background-color: #007bff;
  opacity: 0.7;
  color: #fff;
}

.month.selected {
  background: #007bff;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}

.monthpicker_selector .month.off {
  color: #fff;
  background: red;
  opacity: 0.65;
  cursor: not-allowed;
}

.monthpicker_selector .month.off:hover {
  background: red;
  opacity: 0.65;
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.z-depth-5,
.modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

button,
input,
optgroup,
select,
textarea {
  font-size: initial;
}

::placeholder {
  font-size: 0.8em !important;
}

input::placeholder {
  font-size: 0.8em !important;
}

::-webkit-input-placeholder {
  color: #6b7280;
}

:-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6b7280;
}

::-ms-input-placeholder {
  color: #6b7280;
}

::placeholder {
  color: #6b7280;
}

.search-date .react-datepicker__input-container {
  padding-top: 0.3em;
}

.tour-continent-destination {
  height: auto;
  border-radius: 10px;
  position: relative;
}

.tour-continent-info img {
  width: 100%;
}

.tour-continent-destination .tour-card-overlay {
  border-radius: 10px;
}

.tour-continent-destination {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.tour-continent-info {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bg-one {
  background-image: url(../images/tour/continent-europe.jpg);
}

.tour-continent-destination:hover .tour-continent-info,
.tour-continent-destination:focus .tour-continent-info {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.tour-continent-destination:hover .tour-continent-info:before,
.tour-continent-destination:focus .tour-continent-info:before {
  display: block;
}

.tour-continent-destination:hover a,
.tour-continent-destination:focus a {
  display: block;
}

.tour-continent-info:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}

.tour-card-content {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(#afafaf00, #282828);
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 0 1em 1em;
}

.tour-card-content h4.tour-continent-nm {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.8em;
}

/* .tour-price-info{font-size:80%}
.tour-price-info span{font-size:1.4em;padding-right:5px} */
.tour-card-content h4.tour-continent-nm::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  background: #ffc841;
  bottom: 1.4em;
  opacity: 1;
  transition: all 0.3s;
}

.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.section-cust-review {
  width: 100%;
  margin-top: 1em;
  padding-right: 2em;
}

div#carouselCustFeedback {
  width: 100%;
  position: relative;
}

div#carouselCustFeedback.carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fa6741;
  background: transparent;
}

div#carouselCustFeedback.carousel .carousel-indicators button.active {
  background: #fa6741;
  transform: scale(1.25);
}

div#carouselCustFeedback .feedback-card {
  padding: 2em;
  display: flex;
  gap: 30px;
  margin-top: 5em;
  background: #f7f7f7;
}

div#carouselCustFeedback .feedback-traveler {
  margin-top: -6em;
}

div#carouselCustFeedback .feedback-traveler img {
  margin-bottom: 1em;
  width: 100px;
  height: 100px;
  object-fit: cover;
  clear: both;
  display: block;
}

div#carouselCustFeedback .feedback-detail h5 {
  font-style: italic;
}

div#carouselCustFeedback .feedback-detail h5::before {
  content: "\eb75";
  font-family: boxicons;
  font-size: 80%;
  color: grey;
  margin-right: 5px;
}

div#carouselCustFeedback .feedback-detail h5::after {
  content: "\eb76";
  font-family: boxicons;
  font-size: 80%;
  color: grey;
  margin-left: 5px;
}

div#carouselCustFeedback .carousel-indicators {
  position: relative;
  z-index: 2;
  display: inline-block;
  list-style: none;
  margin-top: 1em;
  margin-left: 0;
}

div#carouselCustFeedback .feedback-traveler .traveler-info {
  display: inline-grid;
}

div#carouselCustFeedback .feedback-traveler span.traveler-date {
  font-size: 80%;
  color: grey;
}

.review-img {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  height: 400px;
}

.review-img .quote-shape {
  height: 289px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffc841;
  left: -20px;
  bottom: -110px;
  padding: 15px;
  border-radius: 181px;
}

.review-img .quote-shape img {
  width: unset;
  height: auto;
}

.quote-ornament {
  width: 25px;
  height: 316px;
  background-color: #ffc841;
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  right: 0;
  top: -10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-wrap {
  position: relative;
}

.subscribe-wrap::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.subscribe-wrap.cs_before_none::before {
  background-color: transparent;
}

.subscribe-wrap > * {
  position: relative;
  z-index: 2;
}

.subs-newsletter.subs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 48px 30px;
  gap: 15px;
  border-radius: 5px;
  background: var(--green-color);
}

.subs-newsletter.subs-wrapper .subscribe-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
}

.subs-newsletter.subs-wrapper .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 650px;
  width: 100%;
  gap: 20px;
}

.subs-newsletter.subs-wrapper .subscribe-form-field {
  background-color: #fff;
  border: none;
  height: 46px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: none;
  padding: 5px 20px;
  border-radius: 5px;
}

.subs-newsletter.subs-wrapper .cs_btn.cs_style_1 {
  background-color: var(--primary);
}

.subs-newsletter.subs-wrapper .cs_btn.cs_style_1:hover {
  color: var(--primary);
  background-color: var(--white);
}

.subs-newsletter.subs-wrapper .subscribe-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 55px;
  margin-right: 10px;
}

.subs-newsletter.subs-wrapper .subscribe-icon img {
  transform: rotate(-45deg);
  width: 100%;
}

i.ti-arrow-right {
  margin-left: 5px;
}

.bg-grey {
  background-color: #f5f5f5;
  padding: 3em 0;
  margin-bottom: 3em;
}

footer p {
  margin: 0;
}

.content-wrapper {
  margin-top: 2em;
}

.footer-overlay {
  position: absolute;
  width: 100%;
  height: 65vh;
  background: rgb(0 0 0 / 90%);
}

.footer-logo img {
  width: 100%;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-contact label {
  text-transform: uppercase;
  font-size: 80%;
}

.footer-sosmed {
  padding-top: 6px;
  gap: 10px;
  font-size: 14px;
}

.footer-sosmed a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fdc300;
  color: #fff;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 -7px;
  display: block;
}

.footer-menu li {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 0.5em;
}

/* .footer-menu {list-style: none; padding: 0; margin: 0 -7px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 15px 10%;}
.footer-menu li {width: 40%; padding: 0 7px;} */
.footer-menu li a {
  color: #fff;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
}

.copyright {
  font-size: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1em 0;
}

.section.app-link {
  min-height: 400px;
  height: 100%;
  padding: 5em 0;
  position: relative;
  background: #cbcdcf url(../images/bg-apps.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-app {
  background-image: url(../images/shape-plane.png);
  background-position: right;
  background-repeat: no-repeat;
}

.footer-subs-news input {
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  outline: none;
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
}

.footer-subs-news button {
  width: 100%;
  padding: 5px 20px;
  text-transform: uppercase;
}

.footer-logo {
  width: 25%;
}

.footer-left,
.footer-center,
.footer-right {
  align-self: flex-start;
}

.footer-subs-news .subscribe-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-subs-news span {
  color: #fff;
  font-size: 75% !important;
  font-style: italic;
}

.continent-tour-destination .tour-card {
  margin-bottom: 10px;
}

.destination-name-wrapper {
  z-index: 1;
  position: relative;
  margin-top: 3em;
}

.continent-group-tab {
  background: #f7f7f7;
}

.continent-group-tab ul {
  margin: 0;
  z-index: 1;
}

.continent-group-tab li {
  z-index: 1;
}

.continent-group-tab ul.tabs-continent-group .nav-link span {
  display: flex;
  text-transform: initial;
  font-weight: 400;
  color: #262626;
}

.continent-group-tab .tour-type {
  display: flex;
  gap: 10px;
}

.continent-group-tab .tour-type img {
  width: auto;
  height: 35px;
  /* height: fit-content; */
}

.continent-group-tab .tourtypenm {
  text-align: left;
  font-size: 1.5em;
  cursor: pointer;
}

.continent-group-tab .tour-shortinfo span {
  font-size: 85% !important;
}

ul.tour-content-info li {
  color: #5e6d77;
  padding-bottom: 4px;
  font-size: 90%;
}

.tour-card ul.tour-content-info li {
  display: flex;
}

ul.tour-content-info li svg {
  width: 20px;
  margin-right: 10px;
  align-self: center;
  display: inline-flex;
  color: #a1a1a1;
}

.tour-rate-info span {
  font-size: 85% !important;
}

ul.date-departs {
  margin-left: 2em;
  height: auto;
  margin-bottom: 10px;
}

.tour-card ul.tour-content-info li ul.date-departs li {
  list-style: disc;
  font-size: 100%;
  display: list-item;
  padding-bottom: 0;
}

h6.ori-rate {
  color: inherit;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 90%;
}

h6.promo-rate {
  color: #e84d0e;
  padding-bottom: 0;
  font-size: 1.1em;
}

label input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
}

.custom-checkbox .glyphicon {
  color: gold;
  position: absolute;
  top: 0.4em;
  left: -1.25em;
  font-size: 0.75em;
}

.custom-checkbox .glyphicon-star-empty {
  color: gray;
}

.custom-checkbox .glyphicon-star {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-checkbox:hover .glyphicon-star {
  opacity: 0.5;
}

.custom-checkbox input[type="checkbox"]:checked ~ .glyphicon-star {
  opacity: 1;
}

.tab-tour-type {
  padding: 0;
  overflow: hidden;
}

.detail-tab-wrapper {
  box-shadow: 0 -21px 18px -29px #cfcfcf;
  z-index: 1;
  padding-top: 40px;
}

.content-tour-type-list .categorydesc p {
  margin-bottom: 0;
}

.nav-pills.tabs-continent-group button.nav-link {
  text-transform: uppercase;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  border-radius: 0;
  color: #fff;
  min-height: 85px;
  height: 100%;
  color: #505050;
  padding: 0 2em;
}

.nav-pills.tabs-continent-group button.nav-link span {
  color: #505050;
}

.nav-pills .nav-link {
  text-transform: uppercase;
}

.nav-pills.tabs-continent-group .nav-link.active {
  background: #fff;
  color: #006d67;
  font-weight: 700;
  border-bottom: 4px solid #006d67;
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 100px;
}

.nav-pills.tabs-continent-group .nav-link.active span {
  color: #262626;
}

ul.tour-per-category,
ul.my-tour-wishlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

li.pkg-tour-list,
li.pkg-tour-wishlist {
  width: 100%;
  display: inline-grid;
  padding: 6px;
}

.tour-region-filter {
  margin-bottom: 1em;
}

.tour-region-filter li.nav-item {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 500ms ease;
  border: 1px solid #e6e6e6;
}

.tour-region-filter li.nav-item button {
  color: #000;
  height: 100%;
}

.tour-region-filter button.nav-link.active {
  background: #fdc300;
  border: none;
  height: 100%;
}

.tour-filter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.dropdown-toggle {
  padding-right: 1em;
  padding-left: 1em;
}

.filter-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "\e6a2";
  font-family: "themify";
  border: none;
  vertical-align: 0;
}

.filter-dropdown .dropdown-menu {
  padding: 0;
  width: 350px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.2);
  border: none;
}

.filter-wrapper {
  width: 100%;
  padding: 1.5em;
}

.filter-dropdown .filter-option {
  margin: 1.4em 0 2em;
  display: grid;
}

.filter-dropdown .filter-option:first-child {
  margin-top: 0;
}

.filter-dropdown .filter-option li {
  margin-top: 0.5em;
  align-items: center;
  display: flex;
}

.filter-dropdown .filter-option li:first-child {
  margin-top: 0;
}

.filter-dropdown .filter-option li input {
  margin: 0;
  padding: 0;
  display: inline-block;
  transform: scale(1.2);
  border: 1px solid grey;
  margin-right: 10px;
}

.filter-option .option-dtl.filter-date input {
  transform: unset;
  width: 100%;
  height: 35px;
  padding: 5px 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-right: 0;
  background: #fff;
}

.filter-option .option-dtl.filter-date i {
  position: absolute;
  right: 1.5em;
}

.filter-option .option-dtl.filter-date .datepicker-from,
.filter-option .option-dtl.filter-date .datepicker-to {
  padding: unset;
}

.filter-option .option-dtl.filter-date .datepicker-from {
  margin-bottom: 0.5em;
}

.filter-option .option-dtl.filter-date .datepicker-from,
.filter-option .option-dtl.filter-date .datepicker-to {
  padding-left: 10px;
}

.filter-dropdown .filter-option li input#radio-custom {
  transform: scale(1.5);
  margin-left: 3px;
}

.filter-dropdown .filter-option li input:checked {
  background-color: #006d67;
  border-color: #006d67;
}

.filter-dropdown ul.filter-list label {
  color: inherit;
  text-transform: inherit;
}

.filter-dropdown .filter-option label {
  text-transform: uppercase;
  color: grey;
  margin-bottom: 0.5em;
  width: 100%;
}

.filter-dropdown ul.filter-list li .filter-opt {
  display: flex;
  align-items: center;
}

.filter-dropdown .filter-opt .option-dtl {
  width: -webkit-fill-available;
}

.filter-dropdown ul.filter-list li .filter-opt input[type="radio"] {
  margin-top: 5px;
  width: 1.2em;
  height: 1.2em;
  transform: scale(1.2);
}

.filter-option .option-dtl {
  width: 100%;
  margin-left: 2.5vh;
  padding-right: 1em;
  margin-top: 0.3em;
}

.filter-option label input[type="radio"]#radio-custom {
  accent-color: #006d67;
}

.filter-dropdown .filter-option .input-icon {
  position: relative;
}

.filter-dropdown .filter-option input.daterange {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px;
  width: -webkit-fill-available;
  transform: unset;
}

.filter-dropdown .filter-option .input-icon .icon-addon {
  position: absolute;
  right: 15px;
  top: 12px;
}

.filter-dropdown .price-range {
  margin-top: 0.5em;
}

.filter-dropdown span.irs-line {
  background: #e9ecef;
  height: 8px;
}

.filter-dropdown span.irs-bar {
  background: #006d67;
  height: 8px;
}

.filter-dropdown span.irs-handle {
  border: 5px solid #006d67;
}

.filter-dropdown span.irs-from,
.filter-dropdown span.irs-to,
.filter-dropdown span.irs-single {
  background: #e9ecef;
  color: #000;
  text-align: center;
}

.filter-dropdown .irs-from:before,
.filter-dropdown .irs-to:before,
.filter-dropdown .irs-single:before {
  border-top-color: #e9ecef;
}

.filter-btn-action {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 3em;
}

.filter-btn-action button {
  width: 100%;
  text-transform: uppercase;
}

.filter-btn-action button.button-secondary:hover,
.filter-btn-action button.button-secondary:active,
.filter-btn-action button.button-secondary:focus {
  color: #fff;
  background: #ff4838;
  border: 1px solid #ff4838;
}

.filter-dropdown .filter-btn-action button.btn-reset {
  background: #fff;
  border-color: #ff4838;
  color: #ff4838;
}

.filter-dropdown .button-secondary:hover,
.filter-dropdown .button-secondary:active,
.filter-dropdown .button-secondary:focus,
.filter-dropdown .btn.button-secondary.dropdown-toggle.show {
  color: #fff;
  background: #ff4838;
}

.filter-dropdown ul.filter-list,
.filter-dropdown .filter-option ul {
  margin-left: 0.5em;
}

/* div#mainPage {padding-top: 3em;} */
.section.promotions-page,
.section.about-page,
.section.destination-list,
.section.continent-destination-name,
.section.contact-page,
.section.tncpolicy-page,
.section.tour-booking-page,
.section.tips-list,
.section.bookinginfo-page,
.section.tour-booking-list,
.section.tour-participant-page,
.section.tour-wishlist,
.section.extract-id,
.section.passvisa,
.section.visa-requirement,
.section.visa-passport-detail-info {
  padding-top: 3em;
}

.promotions-page .promo-list img {
  width: 100%;
  height: 100% !important;
  -webkit-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
}

.promo-page .promo-info img.promo-banner {
  width: 100%;
}

/* .breadcrumb{height:auto;position:relative;width:100%;padding:200px 0 150px;vertical-align:middle;margin-bottom:unset} */
/* .breadcrumb:before{content:'';background-color:#000;display:block;position:absolute;mix-blend-mode:initial;opacity:.3;width:100%;height:100%;top:0;left:0} */
.breadcrumb-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

.breadcrumb-content ul.breadcrumb-items {
  justify-content: center;
}

li.breadcrumb-item a {
  color: inherit;
}

.breadcrumb .breadcrumb-title {
  font-weight: 700;
  position: relative;
  padding: 5px;
}

.breadcrumb .breadcrumb-items .breadcrumb-item {
  font-size: 70%;
  color: #818090;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-items .breadcrumb-item {
  position: relative;
  color: #818090;
}

.breadcrumb .breadcrumb-items .breadcrumb-item::after {
  content: "/";
  color: #818090;
  margin-right: 6px;
  margin-left: 6px;
}

.breadcrumb .breadcrumb-items .breadcrumb-item.active::after {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::after {
  content: "/";
  color: #818090;
  margin-right: 6px;
  margin-left: 6px;
}

.breadcrumb .breadcrumb-items .breadcrumb-item a {
  color: inherit;
}

.breadcrumb li,
.breadcrumb li.breadcrumb-item.active {
  font-size: 70% !important;
}

/* .breadcrumb .container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:.6} */
.breadcrumb.no-bg {
  padding: 125px 0 0;
}

/* .breadcrumb.no-bg:after{content:'';background-color:#818090;display:block;position:absolute;mix-blend-mode:initial;opacity:.3;width:100%;height:100%;top:0;left:0} */
.breadcrumb.no-bg .breadcrumb-content .breadcrumb-title,
.breadcrumb.no-bg .breadcrumb-content .breadcrumb-items .breadcrumb-item {
  color: inherit;
}

.breadcrumb.no-bg .container:before {
  display: none;
}

.breadcrumb .breadcrumb-items .breadcrumb-item.active::after,
.breadcrumb.no-bg .breadcrumb-items .breadcrumb-item.active::after {
  color: inherit;
}

.breadcrumb-item + .breadcrumb-item::after,
.breadcrumb.no-bg .breadcrumb-item + .breadcrumb-item::after {
  color: inherit;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.tour-card:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.tour-card {
  -webkit-box-shadow: 3px 5px 12px #e7e7e785;
  box-shadow: 3px 5px 12px #e7e7e785;
  border-radius: 10px;
  height: auto;
  min-height: 280px;
  position: relative;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s;
}
/* .tour-card-wrapper {height: 510px; display: flex; box-shadow: 3px 5px 12px #e7e7e785; border-radius: 10px; align-content: space-between;}
.tour-card {height: 100%; position: relative; display: inline-grid; align-content: space-around;} */
.tour-page-title .breadcrumb-content {
  padding-bottom: 2em;
}

.tour-package-card-body {
  padding: 1em 1.2em 1.2em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tour-card .tour-package-card-body .tour-card-title-info {
  position: relative;
  height: 195px;
}

.tour-filter-sidebar
  .filter-sidebar.filter-tours
  .input-daterange.filter-date
  input#datepicker {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #eee;
}

.tour-filter-sidebar
  .filter-sidebar.filter-tours
  .input-daterange.filter-date
  input#datepicker::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

.tour-filter-sidebar
  .filter-sidebar.filter-tours
  .input-daterange.filter-date
  input#datepicker:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "themify";
  content: "\e6b6";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}

.tour-card .tour-package-thumb {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 200px;
}

.tour-card .tour-package-thumb:hover img {
  transform: scale(1.05);
}

.tour-card .tour-package-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.3s ease-in;
  object-fit: cover;
}

h3.p-card-title a {
  color: #262626;
  font-weight: 600;
}

h3.p-card-title a:hover,
h3.p-card-title a:focus,
h3.p-card-title a:active {
  color: #e84d0e;
}

.tour-card .tour-package-card-body .tour-card-title-info {
  position: relative;
  height: auto;
}

.tour-card .tour-package-card-body .p-card-title {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 25px;
  color: #454545;
}

.tour-card .tour-package-card-body .p-card-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tour-card .tour-package-card-body .tour-card-bottom-info {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgb(250 103 65 / 28%);
  padding: 1em 0 0;
  margin-top: auto;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .book-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #262626;
  background: #fff;
  border: 1px solid #fdc300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .book-btn a {
  color: #262626;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .book-btn:hover {
  color: #fff;
  background: #fdc300;
}

.tour-card .tour-package-card-body .tour-card-bottom-info a .book-btn:hover {
  color: #fff;
}

.tour-card .tour-package-card-body .tour-card-bottom-info a .book-btn i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fdc300;
}

.tour-card .tour-package-card-body .tour-card-bottom-info a .book-btn:hover i {
  color: #fff;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .p-card-info {
  width: max-content;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .p-card-info span {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #2d373c;
  line-height: 1.8;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .p-card-info h6 {
  color: #ff4838;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  padding: 0;
}

.tour-card .tour-package-card-body .tour-card-bottom-info .p-card-info h6 span {
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  padding-left: 5px;
  color: #2d373c;
}

.tour-card .tour-package-thumb .card-label-info {
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  background: #f26f49;
  border-radius: 5px;
  position: absolute;
  padding: 9px 32px;
  bottom: 0;
  left: 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 50px;
}

.tour-card span.full {
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}

.tour-card ul.tour-content-info li span.more-date a {
  color: #e84d0e;
  font-style: italic;
  font-size: 85%;
  margin-left: 10px;
}

.tours-filter-search {
  margin-bottom: 1em;
}

.tours-filter-search .tour-filter {
  justify-content: end;
}

.other-promo-slider img {
  width: 100%;
}

.slider-control .slider-arrows {
  margin-top: 0;
}

.slider-control i {
  color: #e84d0e;
  font-size: 1.8em;
}

#loadMorePromo {
  width: auto;
  margin: 2em auto;
}

#loadMorePromo.button-secondary:hover {
  background-color: #fdc300;
  color: #262626;
  border: 1px solid #fdc300;
}

.all-promotions div {
  display: none;
  padding: 10px;
  margin-bottom: 5px;
}

.all-promotions div.display {
  display: inline-block;
}

.all-promotions img:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.all-promotions img {
  transition: transform 0.5s;
}

.related-tour-list {
  display: flex;
  justify-content: center;
}

.section.error-page {
  height: 100vh;
}

.error-page::after {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  mix-blend-mode: initial;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.error-page .container {
  height: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-content {
  display: flex;
  flex-direction: column;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  width: 100%;
  height: 100%;
}

.error-content h1 {
  font-size: 10em;
  color: #fff;
}

.error-content p {
  font-size: 3em;
}

.error-content .btn-not-found a {
  font-size: 1em;
  text-transform: uppercase;
}

.about-page .cmpinfo ul,
.about-page .cmpinfo p {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
}

.about-page .cmpinfo ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.about-page .cmpinfo ul li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

/* Style for tables inside  */
.cmptable table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-left: 0;
  margin-right: auto;
}

.cmptable table th,
.cmptable table td {
  border: 1px solid #ddd;
  padding: 8px;
  /* text-align: left;  */
}

.cmptable table th {
  background-color: #f4f4f4;
}

.breadcrumb.big-banner {
  height: 700px;
  display: inline-flex;
  align-items: center;
  padding: unset;
}

.tips-wrapper {
  display: flex;
  height: 100%;
}

.home-tips .tips-content.latest-tips .tips-wrapper {
  display: block;
  width: 100%;
}

.tips-content.latest-tips .tips-thumbnail {
  width: 100%;
  height: 55%;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
}

.tips-content.latest-tips .tips-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
}

.tips-content.latest-tips .tips-detail {
  margin-top: 1em;
}

.tips-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}

.tips-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.tips-thumbnail:hover img {
  transform: scale(1.05);
}

.tips-thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in;
}

.prev-tips-list .tips-thumbnail {
  width: 150px;
  height: 100%;
  margin-right: 20px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.tips-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.tips-date {
  color: #969ba1;
  font-size: 85%;
  display: flex;
  gap: 10px;
}

.tips-title {
  margin: 0.5em 0;
  padding-bottom: 0;
}

.tips-wrapper-prev {
  position: relative;
}

.home-tips-content {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 40% 1fr;
}

.home-tips-content .tips-content {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.home-tips-content .tips-content.latest-tips {
  border-right: 1px dashed #cfd3da;
  min-height: 480px;
}

.home-tips-content .tips-content:nth-child(4n + 1) {
  grid-row: span 4;
  grid-column: 1;
  padding-top: 30px;
}

.home-tips-content .tips-content:first-child {
  padding-top: 0;
}

.home-tips-content .tips-content:not(:nth-child(4n + 1)) .tips-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cfd3da;
  display: flex;
  align-items: center;
}

.home-tips-content .tips-content:last-child .tips-wrapper {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.prev-tips-list .tips-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.tips-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
}

.tips-title a:hover {
  color: #ff4838;
}

.tips-content .viewmore a {
  text-transform: inherit;
}

.tips-page .container,
.destination-page .container {
  margin-top: -8em;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 3em;
  background-color: #fff;
  box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.03);
  position: relative;
}

.tips-info-date {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #969ba1;
}

.breadcrumb.big-banner.breadcrumb-tips {
  padding: 200px 0;
  align-items: end;
}

.tip-info-header {
  padding-bottom: 20px;
}

.tip-info-detail img {
  width: 40%;
  margin-right: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
}

.tip-info-detail li {
  list-style: inside;
}

.tip-info-detail ul {
  margin-bottom: 10px;
}

.prevnav-tips {
  display: flex;
  border-style: dashed;
  border-width: 1px 0;
  border-color: #cfd3da;
  margin: 1em 0;
}

.prevnav-tips .tips-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.prevnav-tips .tips-previous,
.prevnav-tips .tips-next {
  width: calc(50% - 15px);
}

.prevnav-tips .tips-previous a,
.prevnav-tips .tips-next a {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.prevnav-tips .tips-previous img {
  margin-right: 20px;
  object-fit: cover;
}

.prevnav-tips .tips-previous .nav-content .reader-text,
.prevnav-tips .tips-next .nav-content .reader-text {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #969ba1;
  margin-bottom: 2px;
  font-weight: 500;
}

.prevnav-tips .tips-previous .nav-content .title,
.prevnav-tips .tips-next .nav-content .title {
  display: block;
  font-feature-settings: liga off;
}

.prevnav-tips .tips-next {
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
}

.prevnav-tips .tips-next a {
  justify-content: flex-end;
}

.prevnav-tips .tips-next img {
  margin-left: 20px;
  object-fit: cover;
}

.traveltips-list-inner {
  position: relative;
}

.traveltips-list-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
}

.long-list .traveltips-list-thumbnail {
  position: relative;
  margin-bottom: 0;
  padding-top: 52%;
  width: 100%;
}

.traveltips-list-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35.94%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.traveltips-list-thumbnail img {
  width: 100%;
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.long-list .traveltips-list-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.long-list .traveltips-list-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 1.5em;
}

.traveltips-list-content-wrapper a {
  color: #fff;
}

.traveltips-list-inner:hover img {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-list .traveltips-list-thumbnail {
  position: relative;
  margin-bottom: 0;
  padding-top: 108%;
  width: 100%;
}

.single-list .traveltips-list-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.single-list .traveltips-list-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.single-list .traveltips-list-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding: 1.5em;
}

.travel-tips-list {
  margin: 0.8em 0;
}

.traveltips-list-inner a {
  color: #fff;
}

.traveltips-list-meta {
  font-size: 85%;
}

.traveltips-list-title {
  color: #fff;
  max-width: 480px;
  margin-bottom: 0;
}

.more-link-wrap {
  font-size: 85%;
}

.homevideo .destination-highlights-info .viewmore a {
  text-transform: inherit;
}

.destinations .control {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  cursor: pointer;
}

.destinations .control[data-sort*=":desc"]:after {
  transform: translateY(-4px) rotate(-135deg);
}

.destination-highlights h4 {
  color: inherit;
}

.destination-highlights {
  vertical-align: middle;
  align-items: center;
  display: inline-grid;
}

.destination-highlights p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: inherit !important;
}

.destination-description p {
  font-size: inherit !important;
}

.destination-additional-info p {
  font-size: inherit !important;
}

.embed-responsive {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive {
  position: relative;
  padding-top: 56.25%;
}

.youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dest-other-img img {
  width: 100%;
  border-radius: 10px;
}

.destination-video {
  display: flex;
  justify-content: end;
}

.section.user-picgallery {
  padding-bottom: 0;
}

.section.user-picgallery .swiper-slide {
  height: auto;
}

.home-user-photo {
  margin-top: 35px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}

.home-user-photo:hover .home-user-photo-overlay {
  opacity: 1;
}

.home-user-photo:hover .home-user-photo-overlay i {
  transform: scale(1);
}

.home-user-photo .home-user-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s;
}

.home-user-photo .home-user-photo-overlay i {
  font-size: 50px;
  color: #fff;
  transform: scale(0);
  transition: all 0.35s;
}

.user-photo-slider label {
  font-size: 80%;
  font-style: italic;
  color: #9b9b9b;
}

.user-picgallery .section-title-info-full h2 {
  float: left;
}

.user-picgallery .section-title-info-full .viewmore {
  float: right;
  padding-top: 20px;
}

.section.user-picgallery .swiper-slide {
  height: auto;
}

.client-photo {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  height: 100%;
}

.client-photo label {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #9b9b9b;
  cursor: pointer;
  padding-left: 15px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
}

.fancybox-caption__body span.photo-travel {
  font-size: 12px;
}

.fancybox-caption__body h3 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 0;
}

.fancybox-caption__body span.photo-by {
  font-style: italic;
  font-size: 12px;
}

footer {
  background: var(--green-color);
  margin-top: 5rem;
}

footer .footer-area .footer-main-wrapper {
  position: relative;
  z-index: 1;
  padding: 2em 0 1em;
}

footer.footer-area .chat-wa {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  width: 20%;
}

footer.footer-area .chat-wa img {
  width: 100%;
  float: right;
}

footer .footer-area .footer-main-wrapper .footer-about {
  color: #fff;
}

footer
  .footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer
  .footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a {
  display: block;
  width: 37.5px;
  height: 37.5px;
  color: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

footer
  .footer-area
  .footer-main-wrapper
  .footer-about
  .footer-social-wrap
  .footer-social-links
  li
  a
  i {
  font-size: 25px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

footer .footer-area .footer-main-wrapper .footer-widget {
  color: #fff;
}

footer .footer-area .footer-main-wrapper .footer-widget .footer-links {
  text-align: center;
}

footer .footer-area .footer-main-wrapper .footer-widget .footer-links li {
  padding: 12px;
  display: inline-block;
}

footer .footer-area .footer-main-wrapper .footer-widget .footer-links li a {
  display: inline-block;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

footer .footer-area .footer-bottom {
  color: #fff;
  padding: 13px 0;
}

footer .footer-area .footer-bottom .copyright-link {
  padding: 10px 0;
}

footer .footer-area .footer-bottom .copyright-link p {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.footer-menu {
  margin: auto;
}

.mixitup-control-active {
  background: #fdc300;
  color: #fff;
}

.mixitup-control-active[data-filter]:after {
  background: transparent;
}

.section.alltours,
.section.destination-list,
.page-search-tour {
  background-image: url(../images/bg-earth-vector.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
}

.destinations-wrapper {
  padding: 1rem 0;
  text-align: justify;
  font-size: 0.1px;
}

.destinations-wrapper:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

.mix {
  background: #fff;
  position: relative;
}

.mix:before {
  content: "";
  display: inline-block;
}

.more-slider .tours-prev,
.more-slider .tours-next {
  margin-bottom: 0;
}

.slider-arrows {
  margin-top: 1.2em;
}

.slider-promo .slider-arrows i {
  color: #e84d0e;
  font-size: 1.8em;
}

.destination-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  font-size: 70%;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.destination-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  position: relative;
  color: #fff;
}

.destination-page .breadcrumb .breadcrumb-items .breadcrumb-item::after {
  content: "/";
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
}

.breadcrumb .breadcrumb-items .breadcrumb-item:last-child::after {
  display: none;
}

.destination-page .breadcrumb-item + .breadcrumb-item::after {
  content: "/";
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
}

.destination-info-header {
  margin-bottom: 1.5em;
}

.dest-highlight {
  background-image: url(../images/bg-earth-vector.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
  padding-top: 3em;
}

.destinations .controls ul {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 10px;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.highlight-list {
  flex: 0 0 50%;
  max-width: 50%;
}

.highlight-content {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.highlight-content .highlight-img {
  height: 280px;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.highlight-content .highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.highlight-content .highlight-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 4;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.highlight-content .highlight-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  background-color: #000;
}

.highlight-content .highlight-desc .title {
  color: #fff;
}

.highlight-content .highlight-desc p {
  visibility: visible;
  z-index: 4;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.highlight-content:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.highlight-content {
  transition: transform 0.5s;
}

.highlight-content:hover img {
  transform: scale(1.05);
}

.destination-info-detail img {
  height: 300px;
  margin-right: 10px;
  border-radius: 10px;
}

.destination-info-detail img:last-child {
  margin-right: 10px;
}

.tips-content.latest-tips .tips-info div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.tips-content .tips-card-title-info div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tips-content.prev-tips .tips-info div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.destination-video {
  display: block;
  position: relative;
  height: 450px;
  margin: 2em 0;
}

.destination-description img,
.destination-info img {
  height: 300px;
  margin: 1em 0.5em 1.5em;
  border-radius: 10px;
}

.destination-description img:last-of-type,
.destination-info img:last-of-type {
  margin-right: 0;
}

.destination-description img:last-of-type,
.destination-info img:first-of-type {
  margin-left: 0;
}

.destination-additional-info img {
  border-radius: 15px;
  width: 25%;
  margin-right: 1em;
  margin-top: 1em;
}

.destination-tips {
  margin-bottom: 1.5em;
}

.destination-tips:last-child,
.destination-tips:nth-last-child(-n + 2) {
  margin-bottom: unset;
}

.destination-tips-content {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 3px 5px 15px rgba(86, 68, 169, 0.1);
}

.destination-tips-content .tips-thumbnail {
  width: 30%;
}

.destination-tips-content .tips-wrapper {
  display: flex;
  height: 100%;
  gap: 20px;
}

.destination-tips-content .tips-detail {
  padding: 1em 0;
}

.swiper-wrapper.swiper-center {
  justify-content: center;
}

.destination-related-tips .destination-tips-content {
  background: transparent;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  display: inline-grid;
  height: 100%;
}

.destination-related-tips .destination-tips-content .tips-detail .tips-info {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.destination-related-tips .tips-info p:not(:first-child),
.destination-related-tips .tips-info br {
  display: none;
}

.destination-tips-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}

.destination-tips-header .other-tips {
  align-content: center;
  align-self: center;
}

.other-tips.viewmore {
  margin-right: 0;
}

.section.destination-page {
  padding: 0;
  top: unset !important;
}

.destination-related-tips {
  background: #f7f7f7;
  padding: 3em 0;
}

.section.destination-related-tips.bg-grey {
  margin-bottom: 0;
}

.tips-content ul {
  margin: 0 auto;
  text-align: center;
}

li.control.tips-country {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  width: auto;
  height: 100%;
  vertical-align: text-top;
  text-align: center;
  margin: 0 0.5em;
}

li.control.tips-country:first-child {
  margin-left: 0;
}

li.control.tips-country .filter-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto 0.5em;
  cursor: pointer;
}

li.control.tips-country.mixitup-control-active .filter-image {
  color: #006d67;
  font-weight: bold;
  outline: 2px solid #006d67;
  text-align: center;
  outline-offset: 5px;
}

li.control.tips-country .filter-label {
  cursor: pointer;
  font-size: 80%;
  text-transform: capitalize;
}

.tips-country.mixitup-control-active {
  background: transparent;
  color: #006d67;
  font-weight: 600;
}

.travel-tips-wrapper {
  margin-top: 1.5em;
}

.tips-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  font-size: 70%;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.tips-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  position: relative;
  color: #fff;
}

.tips-page .breadcrumb .breadcrumb-items .breadcrumb-item::after {
  content: "/";
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
}

.tips-page .breadcrumb .breadcrumb-items .breadcrumb-item.active::after {
  display: none;
}

.tips-page .breadcrumb-item + .breadcrumb-item::after {
  content: "/";
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
}

.tips-content .controls {
  margin: 1.5em 0 2em;
}

.travel-tips-card {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.travel-tips-card:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.travel-tips-thumb {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 200px;
}

.travel-tips-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.3s ease-in;
  object-fit: cover;
}

.travel-tips-card .travel-tips-thumb:hover img {
  transform: scale(1.05);
}

.travel-tips-card .travel-tips-thumb:hover .date {
  background: #006d67;
}

.travel-tips-thumb .date {
  position: absolute;
  top: 13px;
  left: 13px;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(16, 12, 8, 0.4);
  -webkit-backdrop-filter: blur(1.7px);
  backdrop-filter: blur(1.7px);
  transition: 0.5s;
  z-index: 9;
}

.travel-tips-thumb .date span {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.travel-tips-thumb .date span strong {
  font-size: 1.3em;
  font-weight: 600;
}

.travel-tips-card-body {
  padding: 1em 1.2em;
  text-align: left;
  display: inline-grid;
  align-content: space-between;
  width: 100%;
  min-height: 170px;
}

.tips-card-title-info a {
  color: #262626;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tips-card-title-info .p-card-title a:hover,
.tips-card-title-info .p-card-title a:focus,
.tips-card-title-info .p-card-title a:active {
  color: #e84d0e;
}

li.tips-blog {
  width: 33%;
  display: inline-grid;
  padding: 6px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.btn-box {
  align-self: center;
}

.short-desc {
  padding: 0 3em;
}

.promo-page {
  margin-top: 6em;
}

.promo-page .promo-information {
  margin-top: 3em;
}

.promo-page .promo-information span {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  line-height: 1.5 !important;
}

.promo-page .promo-img-other {
  justify-content: center;
  margin: 2em 0;
}

.promo-page .promo-img-other div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 1em auto;
}

.promo-page .promo-img-other img {
  width: 100%;
}

nav.paginate-pagination {
  position: relative;
  clear: both;
  text-align: right;
  margin: 0 auto;
  width: 100%;
}

.paginate-pagination ul {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.paginate-pagination ul:after {
  content: " ";
  display: table;
  clear: both;
}

.paginate-pagination ul > li {
  float: left;
  margin-right: 3px;
}

.paginate-pagination ul > li > a.page {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #7e7e7e;
}

.paginate-pagination ul > li > a.page:hover {
  opacity: 0.7;
}

.paginate-pagination ul > li > a.page.active {
  opacity: 0.7;
  cursor: default;
  border: 1px solid #ff4838;
  background: #ff4838;
  color: #fff;
}

.paginate-pagination ul > li > a i {
  color: #f26f49;
}

.paginate-pagination ul > li > a i:before {
  font-weight: 600 !important;
}

.paginate-pagination ul > li > a.page-next.deactive i,
.paginate-pagination ul > li > a.page-prev.deactive i {
  cursor: default;
  color: #ddd;
}

.short-desc-info {
  padding: 0 5em;
}

.short-desc-info p {
  margin: 0;
}

.content-wrapper-detail {
  margin-top: 1em;
}

.dest-places-to-visit .section-title-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}

.places-visit-info::after,
.tour-places-list::after {
  background: linear-gradient(
    to bottom,
    rgba(20, 20, 20, 0),
    rgba(20, 20, 20, 1)
  );
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.7;
  content: "";
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.places-visit .section-title-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}

.places-visit .places-visit-info {
  height: 250px;
}

.places-visit .slider-control {
  align-self: center;
}

.places-visit-slider .places-visit-info img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.section.places-visit {
  padding: 3em 0;
}

.places-visit-slider .places-info,
.tour-places-list .places-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 15px 15px 5px 15px;
  display: flex;
  align-items: end;
  overflow: hidden;
  z-index: 10;
}

.places-visit-slider .places-name .title,
.tour-places-list .places-name .title {
  color: #fff;
  font-weight: normal;
}

.popular-tour .section-title-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}

.popular-tour-slider .tour-card:hover {
  -webkit-box-shadow: 3px 3px 5px #e7e7e785;
  -moz-box-shadow: 3px 3px 5px #bfbfbf85;
  box-shadow: 3px 3px 5px #bfbfbf85;
}

.destination-tips-header {
  display: block;
  margin-bottom: 1.5em;
}

.places-visit .section-title-info {
  display: block;
}

.popular-tour-list {
  position: relative;
  padding: 0 10px 1em 0;
}

.popular-tour-list .tour-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: row;
  height: 370px;
}

.popular-tour-list .tour-card:hover {
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.popular-tour-list .tour-card .tour-package-thumb {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  width: 40%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  position: relative;
}
.popular-tour-list .tour-package-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.like-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}

.like-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255 255 255 / 56%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
}

.like-button .like-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff0000;
  transform: scale(0);
  transition: all 0.4s;
  z-index: 0;
}

.like-button i.not-liked {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.like-button i.is-liked {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

.like-button.is-active .like-overlay {
  transform: scale(1);
}

.like-button.is-active i.not-liked {
  display: none;
}

.like-button.is-active i.is-liked {
  display: block;
}

@-webkit-keyframes bouncy {
  from,
  to {
    -webkit-transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
  }
}

@keyframes bouncy {
  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.bouncy {
  -webkit-animation: bouncy 0.6s;
  animation: bouncy 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.link-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6dacff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.link-button img {
  width: 32px;
  height: 32px;
  display: block;
}

.link-button img:hover {
  transform: scale(1.1) rotate(180deg);
  background: #ff4f8f;
}

.page-banner {
  position: relative;
  overflow: hidden;
  height: calc(70vh - 20px);
}

.fixed-banner-blur {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: transform 5ms linear;
  -webkit-background-size: cover;
}

.breadcrumb.full-page {
  padding: 0;
  position: absolute;
  margin-top: -5em;
  width: auto;
}

.filter-country-tips {
  display: inline-grid;
  grid-gap: 5px;
}

.filter-img-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
}

.tips-content-group {
  margin: 0 auto;
  text-align: center;
}

li.control.tips-country ..filter-country-tips .filter-image {
  transition: transform 0.5s;
}

li.control.tips-country .filter-country-tips:hover .filter-image {
  transform: scale(1.05);
}

/* ul::-webkit-scrollbar {
 background-color: #fff;
} */
.tips-content-group ul {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 5px;
  flex-wrap: nowrap;
  padding: 1em;
  justify-content: flex-start;
}

.text-gray {
  color: #6b7280;
}

.text-warning {
  color: #ff0000;
}

.contact-page .accordion .accordion-item h2.accordion-header button {
  font-size: 1.25rem;
  font-weight: 600;
  border: none;
  outline: none;
}

.contact-page .accordion-header {
  padding: 0;
}

.contact-page
  .accordion
  .accordion-item
  h2.accordion-header
  button.accordion-button:not(.collapsed) {
  color: #006d67;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #006d67;
  border: none;
  outline: none;
}

.contact-page .accordion .accordion-item {
  border-right: none;
  border-left: none;
}

button:focus,
input[type="button"]:focus,
.accordion-button:focus {
  border: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.contact-page .accordion-collapse.collapse.show {
  border-top: 1px solid #006d67;
}

.contact-page .accordion button.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.contact-page .accordion button.accordion-button:not(.collapsed) h5 {
  color: #006d67;
  padding: 0;
}

.contact-page .accordion button.accordion-button h5 {
  padding: 0;
}

/* .contact-page .branch-office-address {display: grid; grid-template-columns: 1fr 1fr; gap: 2em 4em;} */
.tncpolicy-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  list-style: none;
}

.tncpolicy-page ul {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.tncpolicy-page ul li {
  list-style: disc;
}

.sub-info {
  margin-top: 1.5em;
}

.sub-info:first-child {
  margin-top: 0;
}

.sub-info p {
  margin-bottom: 0;
}

.banner-page {
  position: relative;
  width: 100%;
  height: calc(50vh - 20px);
  padding: 70px 0 0;
  vertical-align: middle;
  align-content: center;
}

.banner-page.small-banner {
  height: 30vh;
}

.section.detail-tour-page {
  padding-top: 2em;
  padding-bottom: 0;
}

.detail-tour-wrapper {
  position: relative;
}

.tour-page-title {
  position: relative;
}

.tour-page-title.page-banner {
  padding: 85px 0 0;
  align-content: end;
  vertical-align: middle;
  height: calc(70vh - 20px);
}

.tour-banner-overlay {
  background: linear-gradient(
    to bottom,
    rgba(20, 20, 20, 0),
    rgba(20, 20, 20, 1)
  );
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  opacity: 0.7;
}

.tour-page-title.page-banner .breadcrumb-title {
  color: #fff;
}

.tour-page-title.page-banner
  .breadcrumb-content
  ul.breadcrumb-items
  li.breadcrumb-item {
  font-size: 70% !important;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.tour-page-title.page-banner
  .breadcrumb-content
  ul.breadcrumb-items
  li.breadcrumb-item.active::after {
  display: none;
}

.tour-page-title.page-banner
  .breadcrumb-content
  ul.breadcrumb-items
  li.breadcrumb-item::after {
  content: "/";
  color: #fff;
  margin-right: 6px;
  margin-left: 6px;
}

.tour-page-title.page-banner .breadcrumb-content .breadcrumb-item a {
  color: #fff;
}

.detail-tour-page .breadcrumb {
  padding: 0;
  align-self: center;
  margin-bottom: 0;
}

.detail-tour-page .breadcrumb .breadcrumb-items .breadcrumb-item {
  font-size: 70%;
  color: inherit;
  position: relative;
  text-transform: uppercase;
}

.detail-tour-page .breadcrumb-share {
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 2em;
}

.share-btn-wrap i {
  opacity: 0;
  font-size: 28px;
  color: #006d67;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.share-btn-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 120px;
  height: 100%;
  background-color: transparent;
  border: 1px solid #006d67;
  border-radius: 80px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.share-btn-wrap span {
  position: absolute;
  z-index: 99;
  width: 120px;
  height: 100%;
  border-radius: 80px;
  text-align: center;
  font-size: inherit;
  color: #006d67;
  background-color: transparent;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  align-content: center;
  font-size: 90%;
  text-transform: uppercase;
}

.share-btn-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 100%;
  border-radius: 80px;
}

.share-btn-wrap .container i:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.share-btn-wrap .container i:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.share-btn-wrap .container i:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.share-btn-wrap .container i:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.share-btn-wrap:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.share-btn-wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.like-this-tour .like-button {
  background: rgb(191 191 191 / 56%);
}

.share-fav {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  margin-bottom: 1em;
}

.detail-tour-page i {
  color: #006d67;
}

.citylist {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 1em;
  font-size: 90%;
  vertical-align: middle;
  align-items: center;
}

.countrylist {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 1em;
  font-size: 90%;
  vertical-align: middle;
  align-items: center;
}

.city-list-content .country-list-content {
  width: calc(100% - 40px);
}

.section-tour-side {
  position: absolute;
  top: -55vh;
  right: 0;
  padding-top: 100px;
}

.widget-tour-booking {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.item-tour-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.tooltip-icon i {
  color: #868e96;
  font-size: 80%;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  transition: all 1.3s ease-in-out;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 12px;
  width: 250px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: gray;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 90%;
  text-align: center;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #ffffff;
  border-top: 5px solid #868e96;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  transition: all 0.5s ease-in-out;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.label-tooltips {
  display: flex;
  gap: 5px;
}

.tour-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.tooltip-icon {
  margin-top: -0.5em;
}

.tour-item-icon {
  background: transparent;
  border: 1px solid #006d67;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  vertical-align: middle;
  align-content: center;
  text-align: center;
}

.tour-item-icon i {
  color: #006d67;
}

.tour-item-headline {
  display: grid;
}

.tour-item-headline label {
  color: #a2a2a2;
  font-size: 80%;
  text-transform: uppercase;
}

.season-holiday {
  display: flex;
  justify-content: space-between;
}

.season-holiday .tour-season {
  padding-right: 1em;
  border-right: 1px solid #a2a2a2;
}

.season-holiday .tour-holiday {
  padding-left: 1em;
}

.tour-detail-wrapper {
  margin-top: 2em;
}

.section-tour-detail {
  padding: 1.5em 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.section-tour-detail.flex-view {
  width: 100%;
  justify-content: flex-start;
}

.section-tour-detail:first-child {
  padding-top: 0;
}

.section-tour-detail:last-child {
  border-bottom: none;
}

.section-tour-detail ul li ul {
  margin-left: 0 !important;
}

.section-tour-detail li ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
  list-style: none !important;
  font-size: initial;
}

.section-tour-detail li ul li:last-child {
  margin-bottom: 0;
}

.section-tour-detail li ul li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.section-tour-detail.experience-highlight li ul li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.section-tour-detail li ul li span:first-child::before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.section-tour-detail .accordion.tour-plan ul {
  margin-left: 30px !important;
}

.section-tour-detail.flex-view .tour-included-excluded .title,
.tour-included-excluded.my-tour .title {
  font-weight: normal;
  font-size: 100%;
  font-style: italic;
  text-decoration: underline;
  padding-bottom: 5px;
}

.section-tour-detail .tour-included li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.section-tour-detail .tour-excluded li:before {
  content: "\2A2F";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.tour-places {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

.tour-places-list {
  position: relative;
  height: calc(25vh - calc(2 * 10px));
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tour-places-list:hover img {
  transform: scale(1.05);
  border-radius: 10px;
}

.tour-places-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tour-short-info {
  background: #f7f7f7;
  padding: 2em 0;
  -webkit-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 18px -10px rgba(0, 0, 0, 0.42);
}

.guest-phone .iti {
  width: 100%;
}

.itin-tour-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-day-info {
  display: flex;
  align-items: baseline;
}

.seelink {
  color: #e84d0e;
  font-size: 85%;
  text-transform: uppercase;
}

.secondary-color {
  color: var(--orange-color) !important;
}

div#tourPlan .accordion-header {
  margin-bottom: 0;
  padding-top: 0.3em;
  padding-bottom: 0;
}

div#tourPlan .accordion-item {
  padding: 0 0 24px !important;
  margin: 0 0 14px 45px;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(4, 15, 26, 0.1);
}

#tourPlan .accordion-item:before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(4, 15, 26, 0.1);
  background: none;
  position: absolute;
  top: 5px;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}

#tourPlan .accordion-item:not(:last-child)::before {
  height: calc(100% + 32px);
}

#tourPlan .accordion-item:last-child::before {
  content: none;
}

div#tourPlan .accordion-button:before {
  content: "";
  border-radius: 50%;
  background-color: #ff681a;
  position: absolute;
  left: -30px;
  top: 14px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}

div#tourPlan .accordion-item:first-child .accordion-button::before,
div#tourPlan .accordion-item:last-child .accordion-button::before {
  content: "\F3E7";
  width: 30px;
  height: 30px;
  font-family: "bootstrap-icons" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  color: #fff;
  font-size: 80%;
}

div#tourPlan .accordion-button {
  margin: 0;
  padding: 0;
}

div#tourPlan .accordion-button .day-number {
  position: relative;
  white-space: nowrap;
  margin-right: 6px;
}

div#tourPlan .accordion-body {
  padding: 0;
  margin-top: 1em;
}

div#tourPlan .accordion-body p,
div#tourPlan .accordion-body p span,
div#tourPlan .accordion-body span {
  padding: 0;
  margin: 0;
}

div#tourPlan .accordion-body p,
div#tourPlan .accordion-body p span,
div#tourPlan .accordion-body span,
div#tourPlan .accordion-body strong,
.tour-included-excluded.highlight-detail p,
.tour-included-excluded.highlight-detail p span {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  font-family: var(--f-primary) !important;
}

div#tourPlan .accordion-body li {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  list-style-type: disc !important;
}

div#tourPlan .accordion-button {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 60%;
  display: flex;
  align-items: center;
  gap: 25px;
}

div#tourPlan .accordion-button:not(.collapsed) {
  color: inherit;
  box-shadow: none;
}

div#tourPlan .accordion-item .icon-box {
  position: absolute;
  top: 22px;
  right: 40px;
  font-size: 16px;
  color: inherit;
  transition: all 500ms ease;
}

div#tourPlan .accordion-header {
  position: relative;
}

#tourPlan .accordion-button:after {
  background-image: none;
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  margin-right: 1em;
  font-size: 80%;
}

.tour-included {
  margin-bottom: 5px;
  position: relative;
}

.tour-excluded {
  position: relative;
}

.tour-included-excluded li {
  margin-left: 30px;
}

.tour-excluded li:before {
  content: "\2A2F";
}

.tour-higlight-price {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 1fr;
}

.widget-tour-rate {
  border: 1px solid #ff4838;
  border-radius: 5px;
  background: #fff;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-tour-rate .btn.button-secondary {
  text-transform: uppercase;
}

.widget-tour-rate .btn.button-secondary:hover,
.widget-tour-rate .btn.button-secondary:active,
.widget-tour-rate .btn.button-secondary:focus {
  color: #000;
  background: #fdc300;
  border: 1px solid #fdc300;
  box-shadow: none;
  outline: none;
}

.widget-tour-rate .tour-rate-info span.ori-rate {
  text-decoration: line-through;
  display: inline-block;
}

.widget-tour-rate .tour-rate-info .promo-rate {
  font-size: 1.2em;
}

.flex-view {
  display: flex;
  gap: 30px;
}

.section-tour-detail.flex-view .highlight-heading {
  width: 25%;
}

.section-tour-detail.flex-view .highlight-detail {
  width: calc(100% - 25%);
}

img.page-mobile-banner {
  display: none;
}

.tour-packages-opt .accordion-button:not(.collapsed),
.tour-packages-opt .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.tour-packages-opt .accordion-button::before {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}

.tour-packages-opt .accordion-button.collapsed::before {
  background-color: var(--bs-gray-300);
}

.tour-packages-opt .accordion-button::after {
  background-image: none !important;
}

.section.tour-packages-detail {
  padding: 0;
}

.tour-price-list .tour-flight-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  align-items: center;
}

.tour-month-departure {
  padding: 0.5em 1em;
  background: #c7c7c7;
  text-transform: uppercase;
  font-weight: normal;
}

.tour-date-departure {
  margin: 1em;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 90%;
}

.tour-date-departure .radio-button-container {
  display: block;
  position: relative;
  padding-left: 35px;
  line-height: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tour-date-departure .radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.tour-date-departure .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.tour-date-departure .radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.5);
}

.tour-date-departure .radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: teal;
}

.tour-date-departure .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tour-date-departure .radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

.tour-date-departure .radio-button-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: teal;
}

.tour-schedule-price {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
}

/* .tour-flight-info {display: flex; gap: 10px; padding-bottom: .7em; border-bottom: 1px solid #E2E2E2; justify-content: space-between;} */
.tour-flight-info svg {
  stroke: #f16134;
}

.tour-flight-info span {
  font-weight: bold;
}

.tour-schedule-price {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
  width: 75%;
}

.tour-schedule-price .tour-flight-name {
  display: flex;
  gap: 10px;
}

.tour-class {
  padding: 1em 0;
}

.tour-class .ori-rate {
  display: inline-block;
  margin-left: 10px;
}

.tour-rate-traveler {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

a.tour-price-detail {
  font-size: 85%;
  font-style: italic;
}

.tour-schedule-flight-price {
  padding: 0 0 1em 0;
  margin-left: 2em;
}

.tour-schedule-price .tour-schedule-flight-price {
  border-top: 1px solid #eee;
}

.tour-schedule-price .tour-schedule-flight-price:first-child {
  border-top: none;
}

.tour-schedule-price .tour-guest .sum-traveler {
  display: flex;
  gap: 20px;
  align-items: center;
}

.tour-schedule-price .tour-guest .custom-select {
  border: 1px solid #eee;
  padding: 0.5em;
  border-radius: 5px;
}

.tour-schedule-price .tour-rate-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1em;
  width: auto;
}

.tour-schedule-price .tour-classnm {
  text-transform: uppercase;
  padding: 0;
}

.tour-schedule-price button.btn.button-secondary.tour-booking,
.tour-schedule-price button.btn.button-secondary.tour-booking:hover {
  background: #006d67;
  text-transform: uppercase;
}

.tour-schedule-price .tour-class {
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 20px;
}

.tour-schedule-price .tour-class-info {
  text-transform: uppercase;
  width: 40%;
}

.tour-schedule-price .tour-class-name-detail {
  display: flex;
  gap: 5px;
  align-items: self-end;
}

.tour-schedule-price .tour-class-name-detail .tooltip-info {
  margin-top: -5px;
}

.tour-schedule-price .tour-status {
  color: red;
  font-weight: normal;
}

.tippy-tooltip.custom-theme {
  background-color: white;
  color: inherit;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.19);
  border: 1px solid #e8e8e8;
  padding: 0.5em;
}

.tippy-tooltip.custom-theme[data-placement^="top"] .tippy-arrow {
  border-top-color: white;
}

.tippy-tooltip.custom-theme[data-placement^="bottom"] .tippy-arrow {
  border-bottom-color: white;
}

.tippy-tooltip.custom-theme[data-placement^="left"] .tippy-arrow {
  border-left-color: white;
}

.tippy-tooltip.custom-theme[data-placement^="right"] .tippy-arrow {
  border-right-color: white;
}

.label-tooltips .tooltip-info {
  margin-top: -5px;
}

.label-tooltips .tooltip-info i {
  color: #04776d;
}

.tooltip-wrapper {
  text-transform: initial;
}

#PriceDetail .price-date-flight {
  display: flex;
  justify-content: space-between;
}

#PriceDetail .price-date-flight svg,
.tour-order-summary .tour-date svg,
.tour-order-summary .tour-flight svg {
  fill: #e84d0e;
}

.tour-order-summary .tour-traveler svg {
  stroke: #e84d0e;
}

#PriceDetail .price-date-flight .price-flight svg {
  width: 30px;
}

#PriceDetail .price-date-flight .price-date svg,
.tour-order-summary .tour-date svg,
.tour-order-summary .tour-flight svg,
.tour-order-summary .tour-traveler svg,
.tour-order-summary .tour-modify-date svg {
  width: 15px;
}

#PriceDetail .price-date-flight .price-date,
#PriceDetail .price-date-flight .price-flight {
  display: flex;
  gap: 10px;
  align-items: center;
}

#PriceDetail table.price-breakdown {
  border: 1px solid #006d67;
  width: 100%;
  background: #f2fbfa;
}

#PriceDetail table.price-breakdown th {
  display: table;
  margin: 0.5em 1em;
}

#PriceDetail table.price-breakdown td {
  border: transparent;
}

#PriceDetail table.price-breakdown td.rates {
  text-align: right;
  padding-right: 1em;
  width: 20%;
}

#PriceDetail table.price-breakdown tr {
  border-bottom: 1px solid #006d67;
}

.tour-order-summary .tour-modify-date svg {
  fill: none;
  stroke: #0066ff;
}

.tour-flight-option {
  margin-bottom: 1em;
}

.tour-flight-option:last-child {
  margin-bottom: 0;
}

.tour-schedule-price .tour-class-selected {
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 1em;
  display: none;
}

.tour-selected-price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: end;
}

.tour-temp-info-price {
  font-size: 80%;
  font-style: italic;
}

.tour-selected-price span {
  color: #e84d0e;
  font-weight: bold;
  font-size: large;
}

.tour-selected-btn .btn {
  text-transform: uppercase;
}

.tour-selected-btn .btn:hover {
  color: #fff;
  background: #ff4838;
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  font-size: 90%;
}

.tour-selected-detail {
  display: flex;
  justify-content: space-between;
}

.tour-flight-status {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

/* #TourTempSum {display: none;} */
.tour-booking-side-container.slidetour {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tour-booking-side-container {
  position: fixed;
  top: 100px;
  right: 0;
  width: 325px;
  z-index: 99;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  display: inline-grid;
  vertical-align: bottom;
  align-content: space-between;
  box-sizing: border-box;
  height: min-content;
  float: left;
  z-index: 10;
}

.tour-booking-side-container.posFix {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tour-booking-side-container.posFix.slidetour {
  transform: translateX(100%);
}

.aside-tour-wrapper {
  display: inline-flex;
  width: 300px;
}

.aside-tour-thumb {
  width: auto;
  background: #006d67;
  padding: 1em;
  vertical-align: middle;
  align-self: baseline;
  margin-top: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  cursor: pointer;
  position: absolute;
  right: calc(325px - 0%);
}

.aside-tour-thumb .tour-cart-info {
  display: flex;
}

.aside-tour-thumb .tour-cart-info svg {
  stroke: #fff;
  stroke-width: 0.1px;
  color: #fff;
  width: 25px;
  height: 25px;
}

.aside-tour-thumb .tour-cart-info .aside-icon-close svg {
  stroke: #fff;
  stroke-width: 2px;
  color: #fff;
  width: 25px;
  height: 25px;
}

.aside-tour-content {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  border-top: 8px solid #006d67;
  background: #fff;
  border-radius: 4px;
  width: 300px;
}

.aside-icon-close {
  display: none;
}

.tour-booking-temp-info {
  background: #f5f5f5;
  padding: 1em;
}

.tour-booking-temp-info .tour-temp-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-booking-temp-info .close-this-info {
  cursor: pointer;
}

.tour-booking-temp-info .tour-temp-info-header .close-this-info svg {
  stroke: #ff4838;
}

.tour-booking-temp-info .tour-info {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: 1em 0 0;
}

.tour-booking-temp-info .tour-info img.tour-info-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.tour-booking-temp-info .tour-info .title {
  font-size: 90%;
}

.tour-travlr-summary-info {
  display: block;
}

.tour-travlr-summary-info .tour-info {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 0.5em;
  border-radius: 5px;
}

.tour-travlr-summary-info .tour-info img.tour-info-thumb {
  width: 65px;
  object-fit: cover;
  height: 65px;
  border-radius: 4px;
}

.tour-travlr-summary-info .tour-info .title {
  font-size: 100%;
}

.tour-travlr-summary-info .tour-date,
.tour-travlr-summary-info .tour-flight {
  display: flex;
  gap: 10px;
}

.tour-travlr-summary-info .tour-date svg,
.tour-travlr-summary-info .tour-flight svg {
  width: 15px;
  fill: #e84d0e;
}

.tour-travlr-summary-info .date-flight-info {
  margin: 1em 0;
  padding: 0 1em;
}

.tour-travlr-summary-info .tour-date.date-flight-info {
  margin-bottom: 0.5em;
}

.tour-travlr-summary-info .tour-flight.date-flight-info {
  margin-top: 0.5em;
}

.tour-detail-selection {
  padding: 1em;
}

.tour-detail-selection .tour-traveler-class-info {
  margin-bottom: 1em;
}

.tour-detail-selection .tour-selected-class {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.tour-detail-selection .tour-class-title {
  text-transform: uppercase;
}

.tour-detail-selection .tour-selected-price-trvlr {
  margin-left: 1em;
  font-size: 90%;
}

.tour-temp-summary .tour-temp-summary-detail {
  padding: 1em;
  border-top: 1px solid #eee;
}

.tour-temp-summary .tour-temp-summary-detail .tour-temp-info {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.tour-temp-summary .tour-temp-summary-detail .tour-selected-btn {
  margin-top: 1em;
}

.tour-temp-summary .tour-temp-summary-detail .tour-selected-btn .btn {
  width: 100%;
}

.tour-traveler-class-info.class2,
.tour-temp-summary.class2 {
  display: none;
}

.btn.btn-booking-page,
.btn.btn-booking-page:hover,
.btn.btn-booking-page:active,
.btn.btn-booking-page:focus {
  background: #ff483873;
  cursor: none;
  color: #fff;
  border: none;
}

.set-participant-wrapper .tour-class-participant .title {
  text-transform: capitalize;
  font-weight: normal;
}

.set-participant-wrapper .room-list-heading .title {
  padding: 0;
  font-weight: bold;
}

.set-participant-wrapper .tour-room-combination {
  background: #fff;
  border: 1px solid #afe4e1;
  border-radius: 10px;
}

.set-participant-wrapper .tour-class-room-list .bedtype-note {
  margin: 0.5em 0 1em;
  font-size: 85%;
  font-style: italic;
}

.set-participant-wrapper .room-list-heading {
  background: rgb(228 246 245 / 98%);
  padding: 1em;
}

.set-participant-wrapper .room-list-bed-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

select.custom-select {
  border: 1px solid #eee;
  padding: 0.5em 0.6em;
  border-radius: 5px;
}

.set-participant-wrapper .room-list-content {
  padding: 1em;
}

.set-participant-wrapper .participant-info {
  margin-bottom: 1em;
}

.set-participant-wrapper .participant-info:last-child {
  margin-bottom: 0;
}

.set-participant-wrapper .participant-info-room {
  display: flex;
  justify-content: space-between;
}

.set-participant-wrapper .participant-info-room .guest-label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.set-participant-wrapper .participant-info-room .guest-label img {
  height: 20px;
}

.set-participant-wrapper .participant-info-room .guest-label span {
  color: #a2a2a2;
}

.set-participant-wrapper .participant-extrabed {
  margin-left: 1.5em;
}

.set-participant-wrapper .participant-extrabed input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.set-participant-wrapper .participant-extrabed label {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.set-participant-wrapper .participant-extrabed label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.set-participant-wrapper .participant-extrabed input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.set-participant-wrapper .infant-note {
  margin-left: 1.5em;
  font-style: italic;
  font-size: 85%;
}

.set-participant-wrapper .infant-note p {
  margin: 0;
}

.set-participant-wrapper .tour-class-room-list {
  margin-top: 1em;
}

.set-participant-wrapper .tour-class-room-list:first-child {
  margin-top: 0;
}

.set-participant-wrapper .tour-class-room-list .tour-room-combination .title {
  text-transform: uppercase;
  font-weight: bold;
}

.review-your-tour
  .set-participant-wrapper
  .tour-room-additional
  .remove-room
  svg {
  width: 15px;
}

.add-review-your-tour {
  text-align: right;
  font-size: 90%;
  color: #0066ff;
  cursor: pointer;
}

.tour-order-summary {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: min-content;
  background-color: #fff;
  border-top: 8px solid #006d67;
  border-radius: 4px;
  position: static;
  z-index: 9;
}

.tour-order-summary.sticky {
  position: fixed;
  top: 100px;
}

.tour-order-summary-info .title {
  margin: 0.5em 0 0 0.8em;
}

.tour-order-summary .tour-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}

.tour-order-summary .tour-info img.tour-info-thumb {
  width: 30%;
  height: 100px;
  object-fit: cover;
}

.tour-order-summary .tour-flight,
.tour-order-summary .tour-traveler {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: 0.5em 0;
  align-items: center;
}

.tour-order-summary .tour-date,
.tour-order-summary .tour-modify-date {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.tour-modify-date {
  color: #0066ff;
  font-size: 85%;
}

.tour-order-summary .tour-date-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.tour-order-summary-info {
  border: 1px solid #eee;
}

.tour-order-summary-info .tour-breakdown-traveler-class {
  margin-bottom: 1em;
  padding: 0 1em;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-guest-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-guest-price-pax {
  font-size: 85%;
  margin-left: 1em;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-guest-price-pax a {
  color: #0066ff;
}

.tour-order-summary-info .tour-breakdown-class-nm {
  text-transform: uppercase;
  text-decoration: underline;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-traveler-sum {
  padding-bottom: 1em;
  margin-left: 1em;
}

.tour-order-summary-info
  .tour-class-price-breakdown
  .tour-traveler-sum:last-child {
  border-bottom: none;
}

.tour-order-summary-info
  .tour-class-price-breakdown
  .tour-traveler-sum:first-child {
  margin-top: 0;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-traveler-sum-room {
  font-weight: bold;
  margin-top: 0.5em;
}

.tour-order-summary-info .tour-class-price-breakdown .tour-traveler-sum.room2 {
  display: none;
}

.tour-order-summary-info .tour-price-summary {
  padding: 0.5em;
  background: #e5f6f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tour-order-summary-info .tour-price-summary .tour-selected-pax {
  padding: 0;
}

.tour-order-summary-price {
  padding: 1em;
  background: #e5f6f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tour-order-summary-price .tour-price-summary.room2 {
  display: none;
}

.tour-order-summary-price .tour-summary-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.tour-order-summary-price .tour-selected-btn .btn {
  width: 100%;
}

.tour-order-summary-price .tour-summary-info .tour-selected-pax {
  padding: 0;
}

.tour-temp-info {
  padding: 1em;
}

.review-your-tour .set-participant-wrapper .tour-class-room-list.room2,
.add-review-your-tour.room2 {
  display: none;
}

.review-your-tour .set-participant-wrapper .tour-room-additional {
  display: flex;
  justify-content: space-between;
}

.review-your-tour .set-participant-wrapper .tour-room-additional .remove-room {
  color: #db1414;
  cursor: pointer;
  display: flex;
  gap: 5px;
}

.review-your-tour .section-tour-booking {
  border: 1px solid #eee;
  padding: 1.5em;
  border-radius: 4px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.review-your-tour .set-participant-wrapper .title {
  font-weight: normal;
  text-transform: capitalize;
}

.review-your-tour .register-signin p {
  margin: 0;
}

.review-your-tour .section-tour-booking a,
.review-your-tour .section-tour-booking a:hover,
.review-your-tour .section-tour-booking a:focus,
.review-your-tour .section-tour-booking a:active {
  color: #e84d0e;
  font-weight: 600;
  cursor: pointer;
}

.review-your-tour .section-tour-booking .title {
  margin-bottom: 0.5em;
}

.review-your-tour .section-tour-booking .title.tour-class-selected {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.traveler-contact-info input[required] + label:after,
.traveler-contact-info select[required] + label:after {
  content: "*";
  color: red;
}

.traveler-contact-info .guest-item-info {
  text-align: left;
}

.traveler-contact-info .guest-item-info input,
.traveler-contact-info .guest-item-info select {
  width: 100%;
  height: 35px;
  order: 2;
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.traveler-contact-info .guest-item-info label {
  width: 100%;
  height: 20px;
  order: 1;
  float: left;
  text-align: left;
  margin-bottom: 4px;
}

.traveler-contact-info .guest-title-name,
.traveler-contact-info .guest-email-phone,
.traveler-contact-info .guest-password {
  display: flex;
  gap: 3px 1.5em;
}

.traveler-contact-info .guest-item-info.guest-fname,
.traveler-contact-info .guest-item-info.guest-lname {
  width: 42%;
}

.traveler-contact-info .guest-email-phone .guest-phone .iti {
  width: 100%;
}

.traveler-contact-info .guest-participated {
  margin-top: 1em;
}

.traveler-contact-info .guest-participant {
  margin-top: 1em;
}

.traveler-contact-info .guest-email-phone .guest-email,
.traveler-contact-info .guest-email-phone .guest-phone,
.traveler-contact-info .guest-password .guest-create-pwd,
.traveler-contact-info .guest-password .guest-confirm-pwd {
  width: 50%;
}

.traveler-contact-info .traveler-info {
  margin-bottom: 1em;
}

.guest-item-info.guest-phone .input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.guest-item-info.guest-phone
  .input-group
  > .intl-tel-input.allow-dropdown
  > .flag-container {
  z-index: 4;
}

.custom-phone .input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.custom-phone .input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.custom-phone .iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .custom-phone .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

.custom-phone .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

.custom-phone input#mobile {
  width: 100%;
}

.info-primary-contact .guest-participated input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.info-primary-contact .guest-participated label {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.info-primary-contact .guest-participated label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.info-primary-contact .guest-participated input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.review-your-tour,
.tour-detail-review {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2em;
}

.detail-summary-content.left {
  width: 600px;
}

.detail-summary-content.left .accordion .title {
  padding: 0;
  text-transform: uppercase;
}

.aside-summary-info .right-child {
  display: block;
  width: 360px;
  border-radius: 4px;
}

.aside-summary-info .right-child.posFix {
  position: fixed;
  top: 25px;
}

.aside-summary-info .right-child.posAbs {
  position: absolute;
  bottom: 25px;
}

.simulation-purpose {
  background: #ffe6e6;
  padding: 1em;
  color: #ff0000;
  margin: 1.5em auto 0;
  display: grid;
}

.simulation-purpose label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.simulation-purpose li {
  list-style: disc;
  margin-left: 2em;
}

.simulation-purpose a.tour-simulation-case {
  font-style: italic;
  cursor: pointer;
  color: #ff0000;
}

.tour-breakdown-traveler-class.class2 {
  display: none;
}

.info-tour-details {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

.tour-package-detail {
  position: relative;
  padding: 1.5em;
}

.tour-package-detail .tour-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.tour-package-detail {
  position: relative;
  padding: 1.5em;
}

.tour-package-detail .tour-info {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.tour-info-contact {
  background: #f3f3f3;
  padding: 1.5em;
}

.tour-package-detail .tour-info img {
  width: 25%;
  object-fit: cover;
}

.tour-detail-date-flight {
  display: flex;
  gap: 5em;
}

.tour-package-detail-info-list {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
}

.tour-package-detail-info-list label {
  display: grid;
  font-size: 85%;
  color: #a2a2a2;
}

.review-your-tour .tour-package-detail-info-list {
  grid-template-columns: 1fr 1fr;
}

.tour-info-contact {
  background: #f3f3f3;
  padding: 1.5em;
}

.tour-info-contact .tour-contact-name {
  font-weight: bold;
}

.tour-contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tour-contact-list .tour-contact-phone,
.tour-contact-list .tour-contact-email,
.review-tour-details .tour-contact-list .tour-contact-email,
.contact-phone,
.contact-email {
  display: flex;
  gap: 10px;
}

.tour-contact-list svg,
.contact-list svg,
.tour-traveler-info svg {
  stroke: #a2a2a2;
}

.contact-list svg,
.tour-traveler-info svg {
  width: 15px;
}

.tour-travelernm div {
  display: flex;
  gap: 10px;
}

#TourImportantInfo h4 {
  padding: 0;
}

#TourImportantInfo button.accordion-button {
  font-size: inherit;
  font-weight: inherit;
  border-radius: 0;
}

#TourImportantInfo .accordion-item {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}

#TourImportantInfo .accordion-button:after {
  background-image: none;
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  font-size: 60%;
}

#TourImportantInfo .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}

#TourImportantInfo .accordion-body {
  padding: 1.5em;
  border-top: 1px solid #efefef;
}

.review-your-tour ul.review-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.review-your-tour ul.review-list li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.review-your-tour a.dwnload-form {
  color: #0066ff;
  font-size: 90%;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.review-your-tour a.dwnload-form svg {
  width: 15px;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 150px;
}

.alert-price {
  background: rgb(255, 230, 230);
  padding: 1em;
  color: #ff0000;
}

.alert-price span {
  font-weight: bold;
}

.payment-options-list {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.payment-options-list input[type="radio"] {
  accent-color: #006d67;
  transform: scale(1.5);
  margin-left: 3px;
  margin-right: 10px;
}

.payment-others-method label {
  width: 85%;
}

.info-payment-options {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.info-payment-wrapper {
  background: #f5fffe;
  padding: 0 1em 1em;
}

.info-source-booking {
  background: #f5fffe;
  padding: 0 1em 1.5em;
  display: grid;
  grid-gap: 0.2em;
}

.info-source-booking select {
  height: 35px;
  width: 100%;
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: block;
}

.info-voucher-wrapper {
  position: relative;
  background: #f5fffe;
  padding: 1.5em 1em;
  display: grid;
}

.info-voucher-wrapper input {
  width: 100%;
  height: 35px;
  padding: 5px 5px 5px 35px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.info-voucher-wrapper .input-voucher {
  position: relative;
}

.info-voucher-wrapper .input-voucher i {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.2em;
  color: gray;
}

button.btn.button-secondary.apply-voucher {
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-voucher-wrapper .input-voucher button {
  margin-left: 8px;
  /* Margin to separate button from input */
  /* Add additional styling for the button here */
}

/* booking status css */

.booking-status {
  font-size: 85%;
}

.booking-status.cancelled {
  color: red;
}

.booking-status.unconfirmed {
  color: orange;
}

.booking-status.confirmed {
  color: green;
}

.payment-options-list label {
  cursor: pointer;
}

.payment-opt-dtl {
  display: none;
  font-weight: normal;
  font-size: 90%;
  margin: 0.3em 0 1em 1.6em;
}

.tour-order-summary-info .info-dp-tour,
.tour-order-summary-info .info-payment-tour {
  padding: 1em;
  background: #f5fffe;
}

.tour-order-summary-info .info-dp-tour .title,
.tour-order-summary-info .info-payment-tour .title {
  margin: unset;
  color: #e84d0e;
}

.tour-order-summary-info .info-dp-tour label,
.tour-order-summary-info .info-payment-tour label,
.tour-order-summary-info .info-payment-wrapper label,
.tour-order-summary-info .info-voucher-wrapper label,
.tour-order-summary-info .info-source-booking label {
  font-size: 85%;
}

.tour-order-summary-info .payment-options-list label {
  font-size: 90%;
  font-weight: normal;
}

.info-payment-options
  .others-payment-dtl
  .others-payment-list
  .other-payment-date {
  width: 100%;
  padding: 0 5px !important;
}

.info-payment-options
  .others-payment-dtl
  .others-payment-list
  .other-payment-date
  input {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: initial;
}

.tour-order-summary-info .info-payment-tour .payment-info {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.tour-order-summary-info .info-dp-tour .dp-info {
  display: block;
}

.tour-order-summary-info .info-dp-tour .dp-info .title,
.tour-order-summary-info .info-payment-tour .payment-info .title {
  padding: 0;
}

.tour-order-summary-info .info-dp-tour .dp-info span,
.tour-order-summary-info .info-payment-tour .payment-info span {
  font-style: italic;
  font-size: 80% !important;
}

.info-price-total {
  margin: 0 1.3em 1em;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.info-price-total .list-info1 {
  display: grid;
}

.info-price-total .list-info1 span {
  font-weight: normal;
  font-size: 80%;
}

#accordionSeePrice .accordion-button:after {
  background-image: none;
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  font-size: 80%;
}

#accordionSeePrice .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 0;
}

.btn.button-secondary.disabled-book,
.btn.button-secondary.disabled-book:hover {
  opacity: 0.3;
  cursor: unset;
  color: #fff;
  background: #ff4838;
}

.traveler-category.sum2pax,
.tour-class-sum.sum2pax,
.tour-temp-summary.class2,
.tour-temp-summary.class3 {
  display: none;
}

#accordionSeePrice .accordion-body {
  padding: 0 1.5em;
  margin-bottom: 1em;
}

#accordionSeePrice button.accordion-button.collapsed {
  padding-bottom: 0;
}

#accordionSeePrice .breakdown-detail-price {
  font-size: 85%;
  margin-left: 0.5em;
}

#accordionSeePrice .price-list {
  display: flex;
  justify-content: space-between;
}

#accordionSeePrice .price-list {
  display: flex;
  justify-content: flex-start;
}

#accordionSeePrice .price-list .list-info1,
.info-price-total .list-info1 {
  width: 90%;
}

#accordionSeePrice .price-list .list-info2,
.info-price-total .list-info2 {
  width: 15%;
  text-align: right;
}

#accordionSeePrice .price-list .list-info3,
.info-price-total .list-info3 {
  width: 35%;
  text-align: right;
  float: right;
}

#accordionSeePrice .breakdown-detail-price label.title-other-fees {
  margin: 1em 0 0;
  font-weight: bold;
}

.confirm-agree input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.confirm-agree label {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
  font-size: 90%;
}

.confirm-agree label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -20px;
}

.confirm-agree input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.confirm-agree label a {
  display: contents;
  color: #0d6efd !important;
}

.review-your-tour .tour-order-summary-info {
  border: none;
}

.confirm-note-participant {
  font-size: 90%;
  background: #f1f1f1;
  padding: 1em;
}

.confirm-note-participant p:last-child {
  margin-bottom: 0;
}

.tour-order-summary-price.tnc-booking {
  background: none;
}

.confirmation-info-top {
  display: flex;
  gap: 3em;
}

.confirm-tour-info .btn.button-secondary,
.confirm-tour-info .btn.button-secondary:hover {
  width: 100%;
  text-transform: uppercase;
  margin-top: 2em;
  color: #fff;
  background: #ff4838;
  outline: none;
  border: none;
}

.confirmation-info {
  display: flex;
  gap: 30px;
}

.confirmation-left-info {
  background: #fff;
  padding: 1.5em 0 0;
  position: relative;
  top: -5em;
  width: 300px;
  text-align: center;
  box-shadow: 1px 3px 20px 7px rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.success-booking .circle-shadow {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 1em;
  background: #e6ffe1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
}

.success-booking img {
  filter: invert(1);
  width: 40px;
  height: 40px;
}

.success-booking .circle-inner {
  background: #64bc51;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.confirm-success {
  padding: 0 1.5em;
}

.confirm-success .title {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.confirm-id {
  padding: 0.5em 0;
  background: #e3f4f2;
}

.confirm-id .booking-conf-id {
  display: inline-grid;
}

.confirmation-right-info {
  padding-top: 3em;
}

.confirmation-info-details .section-details {
  background: #fff;
  box-shadow: 3px 5px 12px #e7e7e785;
  border: 1px solid #eee;
  margin: 1.5em 0;
}

.confirmation-info-details .section-details:first-child {
  margin-top: -2em;
}

.confirmation-info-details .section-details:last-child {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 1.5em 0;
}

.confirmation-info-details label {
  color: #a2a2a2;
  font-size: 90%;
}

.confirmation-info-details .title.info-section {
  text-transform: uppercase;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-weight: normal;
}

.confirmation-info-details .tournm-type {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 0.5em;
}

.confirmation-info-details .tournm-type img.tour-type-icon {
  width: 30px;
}

.confirmation-info-details .tournm-type .title {
  padding: 0;
}

.confirmation-info-details .tour-trvlr-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.confirmation-info-details .tour-highlight-info {
  margin: 1.5em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirmation-info-details .tour-highlight-info .highlight-info-list {
  display: grid;
  gap: unset;
  border-bottom: none;
  padding-bottom: unset;
  width: 100%;
  border-right: 1px solid #eee;
  margin-left: 1em;
}

.confirmation-info-details
  .tour-highlight-info
  .highlight-info-list:first-child {
  margin-left: 0;
}

.confirmation-info-details
  .tour-highlight-info
  .highlight-info-list:last-child {
  border-right: none;
}

.confirmation-info-details .conflist-info {
  padding: 1.5em;
}

.confirmation-info-details .tour-info-pkg.conflist-info {
  border-right: 1px solid #eee;
}

.confirmation-info-details .tour-price-deposit div {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.confirmation-info-details .tour-price-deposit .total-traveler-pax {
  font-weight: normal;
  font-style: italic;
  font-size: 90%;
}

.confirmation-info-details .tour-price-deposit div label {
  color: inherit;
  font-weight: normal;
}

.confirmation-info-details .confirm-finish .btn {
  text-transform: uppercase;
  padding-left: 5%;
  padding-right: 5%;
}

.confirmation-info-details .tournm-type {
  margin-bottom: 1em;
}

.confirmation-info-details li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.confirmation-info-details li:before {
  content: "\F285";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
  font-family: bootstrap-icons !important;
  font-size: 70%;
  margin-top: 4px;
}

.review-your-tour.waiting {
  display: block;
}

.review-your-tour.waiting .tour-package-detail .tour-info {
  justify-content: flex-start;
}

.review-your-tour.waiting .tour-package-detail .tour-info img {
  width: auto;
}

.join-waitinglist {
  text-align: center;
  margin: 1.5em 0;
  text-transform: uppercase;
}

.btn-set-participant {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 1em 0 0;
}

.modal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 400px;
}

.modal-header,
.modal-content {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.popup-signin .modal-header {
  padding: 0;
  border-bottom: none;
}

.popup-signin .modal-header button.btn-close {
  align-self: flex-start;
}

.popup-signin .modal-content {
  padding: 1.5em;
}

.popup-signin.modal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 400px;
}

.popup-signin .modal-content-logo {
  text-align: center;
  margin-bottom: 1.5em;
}

.popup-signin .modal-body h5 {
  font-weight: normal;
}

.popup-signin .modal-body .popup-input-info {
  margin: 2em 0 3em;
}

.popup-signin .modal-input {
  display: grid;
  margin-bottom: 1em;
}

.popup-signin .modal-input input {
  width: 100%;
  height: 35px;
  order: 2;
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.popup-signin span.note {
  font-size: 80%;
  font-style: italic;
}

.popup-signin .siginin-action {
  display: grid;
  gap: 15px;
}

.popup-signin .siginin-action a {
  font-size: 85%;
  font-style: italic;
}

.popup-signin .link-backsignin:before {
  content: "\f138";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  color: var(--bs-link-color);
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-self: center;
  transform: rotate(180deg);
}

.mobile-signin-icon svg {
  width: 35px;
  height: 35px;
  fill: #e84d0e;
}

.tour-participant-detail img.tour-info-thumb {
  width: auto;
}

.tour-participant-detail .tour-info {
  justify-content: flex-start;
}

.avatar-profile img {
  width: 37px;
  height: 37px;
  cursor: pointer;
  border-radius: 100%;
}

header .header .main-nav ul li.has-child-menu.avatar-profile {
  padding-bottom: 10px;
}

header .header .main-nav ul li.has-child-menu.avatar-profile:after {
  top: 10px;
  right: 7px;
}

header
  .header
  .main-nav
  > ul
  > li
  + li.has-child-menu.avatar-profile
  > .sub-menu {
  left: unset;
  right: 0;
  padding: 0;
  margin-top: 20px;
}

header .header .main-nav ul li.has-child-menu.avatar-profile li span {
  font-style: italic;
  color: #ff4838;
}

.avatar-profile .avatar-info {
  display: flex;
  gap: 15px;
  padding: 1.5em;
  background: #197b75;
  vertical-align: middle;
  text-align: left;
  align-items: center;
}

.avatar-profile .avatar-info img.avatar-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #c7ecea;
  padding: 5px;
  object-fit: cover;
}

.avatar-profile .avatar-info .avatar-detail .avatar-name {
  padding-bottom: 0;
}

.avatar-profile .avatar-info .avatar-detail p.avatar-email {
  font-size: 90%;
  margin: 0;
}

.section.account-page .container {
  margin-top: -8em;
  background: #fff;
  width: 500px;
  padding: 2em;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.account-wrapper h5 {
  font-weight: normal;
}

.account-wrapper form {
  margin: 3em 0 0;
}

.account-wrapper .popup-input-info {
  margin-bottom: 2.5em;
  position: relative;
}

.account-wrapper .account-input,
.account-wrapper .account-input .account-email {
  display: grid;
}

.account-wrapper .account-input {
  margin-bottom: 1em;
}

.error-message {
  font-size: 85%;
  font-style: italic;
  padding: 0;
  margin: 0;
}

.input-pwd {
  position: relative;
}

.signin-pwd.account-input {
  margin-bottom: 0;
}

.account-wrapper .signin-info input {
  width: 100%;
  height: 35px;
  order: 2;
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.account-wrapper .account-input span.note {
  font-size: 80%;
  font-style: italic;
}

.account-wrapper .siginin-action {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  flex-direction: row-reverse;
}

.account-wrapper .signin-info button.btn.button-secondary {
  height: unset;
  padding: 10px 20px;
  width: 200px;
}

.account-wrapper a {
  font-style: italic;
  font-size: 90%;
}

.account-wrapper a.btn {
  font-style: normal;
}

.signin-info .toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.signin-info .toggle-password.fa-eye-slash::before {
  color: #cdcdcd;
}

.signin-info .toggle-password.fa-eye::before {
  color: #979797;
}

.account-wrapper .link-backsignin:before {
  content: "\f138";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  color: var(--bs-link-color);
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-self: center;
  transform: rotate(180deg);
}

.result-tour-search {
  margin-top: 2em;
}

.tour-list-page {
  background-image: url(../images/bg-earth-vector.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: inherit;
  padding-top: 3em;
}

table.tour-details {
  border: 1px solid #ffe7e0;
  text-align: center;
}

table.tour-details thead.info-tour {
  background: #006d67;
  color: #fff;
}

table.tour-details thead.info-tour th {
  padding: 0.5em;
  font-weight: normal;
}

table.tour-details tbody td {
  padding: 0.5em;
  text-align: left;
  vertical-align: baseline;
}

.tour-list-page .search-tour input {
  border: 1px solid #e2e2e2;
  width: 400px;
  margin-bottom: 0.5em;
  float: right;
}

.tour-list-page .tc-name {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
}

.tour-list-page .tour-list-setting .tc-office-info {
  font-size: 90%;
  font-style: italic;
}

.tour-list-page .tc-info .tc-office,
.tour-list-page .tc-info .tc-branch {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
}

.tour-list-page .tour-list-setting {
  display: flex;
  justify-content: space-between;
  vertical-align: bottom;
  align-items: flex-end;
}

table.tour-details tbody td.action-table {
  text-align: center;
}

table.tour-details tbody td.action-table svg {
  width: 25px;
  height: 25px;
  fill: #0066ff;
}

table.tour-details span.tour-booking-date {
  font-size: 90%;
  color: #6b7280;
}

.tour-list-page .table-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

.tour-list-page .table-pagination .showing-pagination-detail {
  font-size: 90%;
}

.tour-list-page .table-pagination button.btn.dropdown-toggle {
  border: 1px solid #cdcdcd;
  padding: 0.5em;
  margin: 0 0.5em;
}

.tour-list-page .table-pagination .dropup .dropdown-toggle::after {
  transform: rotate(180deg);
}

.tour-list-page .table-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

.tour-list-page .table-pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.tour-list-page .table-pagination .page-link,
.tour-list-page .table-pagination .page-link {
  font-size: 90%;
  border: none;
  border-radius: 100%;
  color: inherit;
}

.tour-list-page
  .tour-list-details
  .number-pagination
  .page-item.active
  a.page-link {
  background: #ff4838;
  opacity: 0.7;
  border: none;
  border-radius: 100%;
  color: #fff;
}

.tour-list-page .tour-list-details .page-item:last-child .page-link {
  margin-left: 0;
}

table.tour-details th.bookingid {
  width: 15%;
}

table.tour-details th.bookingcontact {
  width: 17%;
}

table.tour-details th.tournm {
  width: 35%;
}

.tour-list-page .primary-guest {
  display: inline-grid;
}

.tour-list-page .primary-guest span.primary-guest-info {
  font-size: 85%;
}

.tour-list-page .list-booking-id {
  display: grid;
}

.tour-list-page .tour-details td.tourpax {
  text-align: center;
}

.tour-booking-info-details {
  margin: 3em 0 0;
}

.tour-booking-info-details .section-details {
  background: #fff;
  box-shadow: 3px 5px 12px #e7e7e785;
  border: 1px solid #eee;
  margin: 1.5em 0;
}

.tour-booking-info-details .conflist-info {
  padding: 1.5em;
  display: grid;
  gap: 20px;
}

.tour-booking-info-details .tour-info-pkg.conflist-info {
  border-right: 1px solid #eee;
}

.tour-booking-info-details .tour-highlight-info {
  display: flex;
  align-items: center;
}

.tour-booking-info-details .highlight-info-list {
  display: grid;
  border-bottom: none;
  padding-bottom: unset;
  border-right: 1px solid #eee;
  margin-bottom: 1em;
}

.tour-booking-info-details .highlight-info-list:nth-child(3) {
  border-right: none;
}

.tour-booking-info-details .highlight-info-list:first-child {
  margin-left: 0;
}

.tour-booking-info-details .highlight-info-list:last-child {
  border-right: none;
}

.tour-booking-info-details label {
  color: #a2a2a2;
  font-size: 90%;
}

.tour-booking-info-details .title.info-section {
  text-transform: uppercase;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-weight: normal;
}

.tour-booking-info-details .booking-info-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.tour-booking-info-details .booking-info-list .title {
  font-weight: normal;
}

.tour-booking-info-details .booking-info-list .title label {
  text-transform: uppercase;
  color: inherit;
  font-size: 100%;
  margin-right: 10px;
}

.tour-booking-info-details .tournm-type {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 0.5em;
}

.tour-booking-info-details .tournm-type img.tour-type-icon {
  width: 30px;
}

.tour-booking-info-details .conflist-info .total-tour-info {
  display: grid;
  margin-bottom: 0;
}

.tour-booking-info-details .tc-sources-section {
  padding: 3em 0 0;
}

.tour-booking-info-details .tour-pkg-info.conflist-info .title.info-section {
  margin-bottom: 0;
}

.tour-booking-info-details .tour-pkg-info.conflist-info .citylist,
.tour-section-details .citylist {
  margin-top: 0;
}

.tour-booking-info-details
  .tour-pkg-info.conflist-info
  .citylist
  .tour-item-icon,
.tour-section-details .citylist .tour-item-icon {
  width: 20px;
  height: 20px;
  border: none;
}

.tour-booking-info-details
  .tour-pkg-info.conflist-info
  .citylist
  .tour-item-icon
  i,
.tour-section-details .citylist .tour-item-icon i {
  color: #ff681a;
}

.tour-booking-info-details
  .tour-pkg-info.conflist-info
  .citylist
  li:last-child::after {
  display: none;
}

.tour-booking-info-details .tour-experience li,
.tour-booking-info-details .tour-included li,
.tour-booking-info-details .tour-excluded li,
.tour-section-details .tour-info-tnc li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.tour-booking-info-details .tour-experience li:before,
.tour-booking-info-details .tour-included li:before,
.tour-section-details .tour-info-tnc li::before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.tour-booking-info-details .tour-excluded li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.tour-booking-info-details .highlight-heading {
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
}

.tour-booking-info-details .tour-pkg-info.conflist-info .tour-places {
  grid-gap: 15px;
}

.tour-booking-info-details .tour-pkg-info.conflist-info .tour-places-list,
.tour-section-details .tour-places-list {
  height: 140px;
}

.tour-section-details .accordion .accordion-item {
  border: 1px solid #eee;
  box-shadow: 3px 5px 12px #e7e7e785;
  border-radius: 0;
  background: #fff;
  margin-bottom: 1em;
}

.tour-section-details
  .accordion
  .accordion-item
  h6.title.info-section
  button.accordion-button:not(.collapsed) {
  background-color: #006d67;
  border-radius: 0;
  border-bottom: none;
  box-shadow: none;
  color: #fff;
}

.tour-section-details .accordion .accordion-item h6.title.info-section {
  margin-bottom: 0;
  padding: 0;
}

.tour-section-details .tour-information-list {
  margin-bottom: 2em;
}

.tour-booking-info-details.my-tour .tour-information-list.citylist {
  font-size: unset;
}

.tour-section-details .tour-information-list:last-child {
  margin-bottom: 0;
}

.tour-booking-info-details.my-tour
  .tour-information-list.tour-experience
  .highlight-content-detail
  li,
.tour-booking-info-details.my-tour
  .tour-information-list.tour-experience
  .highlight-content-detail
  span {
  font-size: unset;
}

.tour-booking-info-details.my-tour
  .tour-information-list.tour-experience
  .highlight-content-detail
  li::marker {
  list-style-type: none !important;
}

.tour-section-details .accordion-button:after {
  background-image: none;
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  font-size: 80%;
}

.tour-section-details .accordion-button:not(.collapsed)::after {
  color: #fff;
}

.tour-section-details .accordion .accordion-item .tour-plan .accordion-item {
  box-shadow: none;
}

.tour-section-details button.accordion-button {
  text-transform: uppercase;
}

.tour-section-details .travelers-list-info .payment-list-info {
  margin-top: 1em;
}

.tour-section-details .tour-payment-info-detail li,
.tour-section-details .tour-visa-info-detail li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.tour-section-details .tour-payment-info-detail .breakdown-detail-payment,
.tour-section-details .tour-visa-info-detail .breakdown-detail-visa {
  display: grid;
  margin-bottom: 1em;
}

.tour-section-details
  .tour-payment-info-detail
  .breakdown-detail-payment
  span.payment-note {
  color: #ff0000;
}

.search-tour-wrapper {
  border: 1px solid #ededed;
  padding: 1em;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.tc-search-tour .search-tour-options {
  padding-left: 2em;
}

.tc-search-tour .search-tour-options .form-check-inline {
  margin-right: 0;
}

.search-tour-wrapper .search-tour-button {
  text-align: right;
  margin: 0.5em 0;
}

.search-tour-wrapper .search-tour-button i {
  margin-left: 1em;
}

.tc-search-tour .search-tour-options .form-check-input {
  width: 1.1em;
  height: 1.1em;
}

.tc-search-tour .search-tour-options .form-check-input:checked {
  background-color: #006d67;
  border-color: #006d67;
}

.search-tour-options-info {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.search-tour-options-info .search-info-detail {
  background: #f3f3f3;
  margin-right: 0.5em;
  padding: 1em;
}

.search-tour-options-info .opsi-booking-fromto {
  display: flex;
  gap: 20px;
  vertical-align: middle;
  align-items: center;
}

.search-tour-options-info label {
  color: #a2a2a2;
  font-size: 90%;
}

.tc-search-tour .booking-date-section,
.tc-search-tour .depart-date-section {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tc-search-tour .opsi-search-list input {
  border: 1px solid #e2e2e2;
}

.search-tour-wrapper .title {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  text-align: center;
}

/* .select2-container {min-width: 400px;} */
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
}

.select-icon .select2-search--dropdown {
  display: none;
}

.tc-search-tour span.select2-selection.select2-selection--multiple {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

.tc-search-tour span.select2.select2-container {
  width: 100%;
  min-width: unset;
}

.tc-search-tour
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  padding-left: 10px;
}

.tc-search-tour
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  flex-direction: row-reverse;
  display: flex;
  gap: 5px;
}

.tc-search-tour
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #f00;
  cursor: pointer;
  display: inline-table;
  font-weight: 700;
  margin-left: 2px;
  align-self: center;
  text-align: center;
  content: "X";
  border-radius: 100%;
}

.tc-search-tour
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  color: #ff0000;
}

.tc-search-tour .opsi-search-list.booking-period,
.tc-search-tour .opsi-search-list.booking-period,
.tc-search-tour .opsi-search-list.booking-contact {
  margin-bottom: 1.5em;
}

.tc-search-tour .opsi-search-list label {
  font-size: 85%;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}

.tc-search-tour .booking-date-section,
.tc-search-tour .depart-date-section {
  position: relative;
}

.tc-search-tour .booking-from,
.tc-search-tour .booking-to,
.tc-search-tour .depart-from,
.tc-search-tour .depart-to,
.datepicker-from,
.datepicker-to {
  position: relative;
}

.tc-search-tour .booking-from i,
.tc-search-tour .booking-to i,
.tc-search-tour .depart-from i,
.tc-search-tour .depart-to i,
.datepicker-from i,
.datepicker-to i {
  position: absolute;
  right: 0.5em;
  top: 0.9em;
  color: #ababab;
}

.tour-booking-list .tour-list-wrapper {
  margin-top: 3em;
}

.my-tour-upcoming,
.my-tour-history {
  margin-top: 2em;
}

.tour-booking-list .my-tour-list {
  margin: 0.5em 0 0;
}

.my-tour-list .tour-list-status-booking {
  text-align: right;
}

.tour-booking-list label {
  font-size: 1.3em;
  color: #505050;
  text-transform: uppercase;
  font-weight: bold;
}

.tour-booking-list .tour-list-info-detail {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  height: 100%;
}

.tour-booking-list .tour-list-card {
  -webkit-box-shadow: 3px 5px 12px #e7e7e785;
  box-shadow: 3px 5px 12px #e7e7e785;
  border-radius: 10px;
  height: auto;
  position: relative;
  border: 1px solid #eee;
  padding: 1em;
  margin-bottom: 1em;
}

.tour-booking-list .tour-list-card .tour-list-card-info-wrapper {
  display: flex;
  gap: 20px;
}

.tour-booking-list .tour-list-img {
  width: 100px;
  height: 100px;
  position: relative;
}

.tour-booking-list .tour-list-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.tour-booking-list .tour-list-info .tour-country svg,
.tour-booking-list .tour-list-info .tour-country svg,
.tour-booking-list .tour-list-info .tour-date-country svg {
  width: 20px;
  margin-right: 5px;
  align-self: center;
  display: inline-flex;
  color: #a1a1a1;
}

.tour-booking-list .tour-list-info .tour-depart-return svg {
  fill: #a1a1a1;
  width: 15px;
}

.tour-booking-list .tour-list-info .tour-country .icon,
.tour-booking-list .tour-list-info .tour-depart-return .icon {
  width: 20px;
  margin-right: 10px;
}

.tour-booking-list .tour-list-info .tour-country,
.tour-booking-list .tour-list-info .tour-depart-return {
  display: flex;
  color: #5e6d77;
  padding-bottom: 4px;
  font-size: 90%;
  align-items: center;
}

.tour-booking-list .tour-payment-sts span.badge.rounded-pill.bg-info.paid {
  background-color: #ffda7e !important;
  padding: 0.5em 1em;
  font-size: 90%;
  color: #ff0000;
  text-transform: capitalize;
  font-weight: normal;
}

.tour-booking-list
  .my-tour-history
  .tour-payment-sts
  span.badge.rounded-pill.bg-info.paid {
  background: transparent !important;
  border: 1px solid grey;
  color: grey;
}

.tour-booking-list .my-tour-list .tour-top-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

.tour-booking-list .tour-see-details {
  margin-right: 0;
  float: right;
  margin-top: 1em;
}

.tour-booking-list .tour-list-info-detail .tour-list-nm-date {
  width: 75%;
}

.tour-booking-list .tour-list-img .like-wrapper {
  transform: scale(0.8);
  top: 0;
  right: 0;
}

.tour-booking-list .tour-list-card.ongoing {
  border: 3px solid #ffecb8;
  background: #fdc32c30;
}

.tour-booking-list .tour-note-label {
  background: #fef1ec;
  padding: 0.5em;
  margin-top: 1em;
}

.tour-booking-list .tour-note-label label {
  font-size: inherit;
  font-weight: normal;
  color: #ff0000;
  text-transform: unset;
}

.tour-booking-list .tour-notes .tour-note-list {
  margin: 0.5em;
}

.tour-booking-list .tour-notes .tour-note-list label {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
  text-transform: uppercase;
}

.tour-booking-list .tour-notes .tour-note-list li {
  list-style: disc;
  margin-left: 1.5em;
}

.tour-booking-list .tour-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-booking-list .tour-notes .tour-note-list .note-list-info:first-child {
  padding-left: 0;
}

.tour-booking-list .tour-list-info {
  width: calc(100vw - 70%);
}

.tour-booking-list .tour-notes .tour-note-list a.btn {
  margin-top: 5px;
  margin-left: 1.5em;
  padding: 5px 20px;
}

.tour-booking-list .tour-list-card.history {
  background: #e5e5e5;
  box-shadow: none;
  opacity: 0.8;
}

.tour-booking-list .tour-list-card.history .title {
  font-weight: normal;
}

.tour-traveler-info table.travelers-list-details {
  border: 1px solid #006d67;
  width: 60%;
}

.tour-traveler-info table.travelers-list-details thead.info-travel-participant {
  background: #cfe4e2;
}

.tour-traveler-info table.travelers-list-details th,
.tour-traveler-info table.travelers-list-details td {
  padding: 0.5em;
}

.tour-traveler-info table.travelers-list-details .tour-travelernm {
  display: grid;
}

.tour-traveler-info
  table.travelers-list-details
  .tour-travelernm
  span.tour-travelerph {
  font-size: 85%;
}

.tour-booking-info-details .tour-visa-info-detail label {
  color: inherit;
  text-transform: uppercase;
  font-size: 100%;
}

.tour-participants .info-tour-participant .accordion-header {
  padding: 0;
}

.tour-participants .info-tour-participant .accordion-item {
  border: 1px solid #afe4e1;
  border-radius: 0;
  margin-bottom: 1em;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button.accordion-button,
.tour-participants
  .info-tour-participant
  .accordion-item
  button.accordion-button:not(.collapsed) {
  background-color: #e4f6f5;
  border-radius: 0;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button.accordion-button::after {
  background-image: none;
  content: "\F282";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  font-size: 80%;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button
  .title.room-number {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button
  .room-participant-info {
  color: #0a0a0a;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button
  .room-participant-info
  .room-class {
  text-transform: uppercase;
}

.tour-participants
  .info-tour-participant
  .accordion-item
  button
  .room-participant-info
  .room-type-details {
  font-size: 85%;
  margin-top: 5px;
}

.tour-participants .info-tour-participant .detail-room-person .accordion-item {
  border: none;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button {
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button.accordion-button {
  background-color: #fff;
  border-radius: 0;
  color: #006d67;
  text-transform: uppercase;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button.accordion-button:not(.collapsed) {
  background-color: #fff;
  border-radius: 0;
  color: #006d67;
  text-transform: uppercase;
  font-weight: bold;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button.accordion-button {
  color: #0a0a0a;
  text-transform: uppercase;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button.accordion-button::after {
  background-image: none;
  content: "\F4FE";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #2d373c;
  font-size: 100%;
  font-weight: bold;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  button.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\F2EA";
  font-family: "bootstrap-icons" !important;
  height: auto;
  width: auto;
  color: #006d67;
  font-size: 100%;
  font-weight: bold;
}

.tour-participants
  .info-tour-participant
  .room-person
  .detail-room-person
  .accordion-body {
  padding: 1em 0 2em;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item:last-child
  .accordion-body {
  padding-bottom: 0;
}

.file-upload-contain {
  position: relative;
  border: 2px dashed #006d67;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background-color: #edf5f4;
  height: 75px;
  width: 30%;
}

.tour-participants
  .info-tour-participant
  .room-person
  .detail-room-person
  label {
  font-size: 85%;
}

.participant-detail-list.file-upload .file-upload-inner {
  display: grid;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  vertical-align: middle;
  padding: 1em 0;
}

.participant-detail-list.file-upload .file-upload-inner svg {
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  fill: #006d67;
}

.participant-detail-list.file-upload .file-upload-inner span {
  font-size: 80% !important;
  color: #006d67;
}

.participant-detail-list.file-upload .file-upload-wrapper {
  display: flex;
  gap: 20px;
}

.participant-detail-list.file-upload .file-upload-note span {
  font-size: 85% !important;
  font-style: italic;
}

.info-tour-participant .detail-room-person .participant-detail-list {
  margin-bottom: 1em;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-titlenm {
  display: flex;
  gap: 1.5em;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-titlenm
  .guest-fname,
.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-titlenm
  .guest-lname {
  width: 42%;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-dob-country,
.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-email-phone {
  display: flex;
  gap: 1.5em;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-dob-country
  .guest-dob,
.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-dob-country
  .guest-country {
  width: 100%;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-email-phone
  .guest-email,
.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-email-phone
  .guest-phone {
  width: 100%;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-email-phone
  .guest-phone
  .iti {
  width: 100%;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item
  .iti
  button {
  border-bottom: none;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list.guest-email-phone
  .guest-phone
  span {
  font-size: 85% !important;
}

.tour-participants .info-tour-participant .detail-room-person .accordion-item {
  margin: 1em 0;
}

.tour-participants
  .info-tour-participant
  .detail-room-person
  .accordion-item:first-child {
  margin-top: 0;
}

.tour-participants .info-booking-notes span {
  font-size: 85% !important;
  font-style: italic;
}

.tour-participants .info-booking-notes textarea {
  height: 125px;
}

input,
textarea,
select,
input.form-control,
.form-select {
  border: 1px solid #e2e2e2;
}

.tour-participants .info-guest-tnc li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}

.tour-participants .info-guest-tnc li::before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  color: #ff4838;
}

.tour-participants .tour-order-summary-info .title {
  margin: 0;
}

.tour-participants .tour-order-booking-contact {
  background: #ebebeb;
  padding: 1em;
}

.tour-participants .tour-order-booking-contact .booking-contact-info i {
  color: #a2a2a2;
}

.tour-participants .booking-contact-info .booking-contact-phone,
.tour-participants .booking-contact-info .booking-contact-mail {
  display: flex;
  gap: 10px;
  margin: 0.3em 0;
}

.tour-participants .action-page-button {
  margin-top: 1.5em;
}

.tour-participants .action-page-button .btn {
  min-width: 100px;
  width:auto;
}

.tour-participants .action-page-button .btn:first-child {
  margin-right: 1em;
}

.tour-participants .tour-order-summary .tour-info {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}

.tour-participants .tour-order-summary .tour-info img.tour-info-thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.tour-participants .tour-order-summary-info .tour-booking-details .title {
  margin-top: 0.5em;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.tour-participants .tour-order-summary .tour-traveler {
  margin: 0;
}

.modal-footer.modal-button-action {
  justify-content: center;
}

.modal-header {
  display: block;
  text-align: center;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-footer.modal-button-action .btn {
  min-width: 100px;
  margin-bottom: 1em;
}

.modal-footer.modal-button-action .btn:first-child {
  margin-right: 1em;
}

.tour-package-id {
  display: flex;
  justify-content: space-between;
}

.tour-package-id .tour-id {
  font-weight: normal;
}

.tour-order-summary-info .info-payment-tour span.due-note {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
}

.tour-order-summary-info .info-payment-tour label {
  display: inline-grid;
  margin-bottom: 1em;
}

.modal-icon {
  margin-bottom: 1em;
}

.modal-icon .success-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #e6ffe1;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.modal-icon .success-icon .success-icon-wrapper {
  background: #64bc51;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.modal-icon .success-icon .success-icon-wrapper svg {
  fill: #fff;
  width: 22px;
  height: 22px;
  margin-top: 14px;
}

.modal-icon .success-icon i {
  color: #fff;
  font-size: 2em;
  vertical-align: middle;
}

.modal-icon .success-icon i::before {
  vertical-align: middle;
}

.modal-dialog .modal-body {
  padding: 1.5em;
}

.signin-info.recover-pwd .signin-pwd.pwd-input {
  position: relative;
  margin-top: 1em;
}

.signin-info.recover-pwd .signin-pwd.pwd-input:first-child {
  margin-top: 0;
}

.signin-info.recover-pwd .signin-pwd.pwd-input span.note {
  font-size: 80% !important;
  font-style: italic;
}

.signin-info.recover-pwd .signin-pwd.pwd-input .account-email {
  position: relative;
}

.alert-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #ffd8d8;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.alert-icon .alert-icon-wrapper {
  background: #ffafa7;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.alert-icon .alert-icon-wrapper i {
  font-size: 2em;
  color: #c90606;
}

.alert-icon .alert-icon-wrapper i::before {
  vertical-align: unset;
}

.section.profile-page {
  padding-top: 18vh;
}

.profile-page .user-profile.left .user-profile-info {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #f7f7f7;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}

.profile-page .user-profile.left .user-profile-info .user-avatar-pic {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.profile-page .user-profile.left .user-profile-info .user-avatar-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
}

.profile-page .update-pic {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #61a9a3;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 1.5em;
  bottom: 0;
  cursor: pointer;
}

.profile-page .update-pic i {
  color: #fff;
  vertical-align: bottom;
}

.profile-page form.user-profile-detail .profile-list-info label {
  font-size: 85% !important;
}

.profile-page
  .profile-gender
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #59a9f7;
  background-color: #59a9f7;
}

.profile-page .profile-gender .card-radio-btn .content_head {
  font-size: 1rem;
}

.profile-page .profile-gender .card-radio-btn .content_sub {
  color: #9e9e9e;
  font-size: 14px;
}

.profile-page .profile-gender .card-input-element + .card {
  margin-right: 0.5em;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  border-radius: 0.375rem;
  text-align: center;
  padding: 0.5em 3em;
}

.profile-page .profile-gender .card-input-element + .card:hover {
  cursor: pointer;
}

.profile-page .profile-gender .card-input-element:checked + .card {
  border: 2px solid #006d67;
}

.profile-page .profile-gender .card-input-element:checked + .card::before {
  content: "\f058";
  color: rgb(0 109 103);
  position: absolute;
  left: 5px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

input.form-control:disabled {
  background-color: #efefef;
  opacity: 0.6;
}

.profile-page .profile-list-info {
  margin-bottom: 1em;
}

.user-profile-title.profile-list-info {
  width: 12%;
}

.user-profile-fname.profile-list-info {
  width: 38%;
}

.profile-page .profile-list-info:last-child {
  margin-bottom: 0;
}

.profile-page .user-avatar-shortinfo {
  margin: 1.5em 0;
}

.profile-page .user-avatar-shortinfo .user-name {
  padding: 0;
}

.profile-page .user-avatar-shortinfo .user-email {
  font-weight: normal;
}

.profile-page .action-page-button {
  margin-top: 2em;
  text-align: right;
  padding: 0;
}

.profile-page .action-page-button .btn {
  min-width: 100px;
}

.profile-page .action-page-button .btn:first-child {
  margin-right: 1em;
}

.profile-page .user-profile-content {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 2em;
  gap: 30px;
}

.success-icon {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 1em auto;
  background: #e6ffe1;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.success-icon .success-icon-wrapper {
  background: #64bc51;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
}

.success-icon .success-icon-wrapper svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  margin-top: 14px;
}

.success-icon i {
  color: #fff;
  font-size: 2.5em;
  vertical-align: middle;
}

.success-icon i::before {
  vertical-align: middle;
}

.section-resetEmailpwd .link-backsignin {
  margin-top: 3em;
}

.booking-payment-page .process-payment {
  text-align: center;
}

.booking-payment-page .process-payment a,
.booking-payment-page .process-payment a:hover,
.booking-payment-page .process-payment a:active,
.booking-payment-page .process-payment a:focus {
  color: var(--bs-link-color);
  text-decoration: underline;
  cursor: pointer;
}

.booking-payment-page .action-page-button {
  text-align: center;
  margin-top: 3em;
}

.booking-payment-page .action-page-button .btn {
  min-width: 100px;
}

.tour-order-summary .payment-options-list span.note {
  font-style: italic;
}

.info-payment-options .others-payment-dtl {
  margin: 0.5em 0 0.5em 1.5em;
  width: 100%;
}

.info-payment-options .others-payment-dtl select,
.info-payment-options .others-payment-dtl input {
  height: 35px;
  width: 100%;
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: block;
}

.info-payment-options .others-payment-dtl .others-payment-list {
  margin-bottom: 0.8em;
}

.info-payment-options .others-payment-dtl .others-payment-list:last-child {
  margin-bottom: 0;
}

.info-payment-options
  .others-payment-dtl
  .paydate.others-payment-list
  .paydate-others-date {
  position: relative;
}

.info-payment-options .others-payment-dtl .paydate.others-payment-list i {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  color: #ababab;
}

.info-payment-options .others-payment-dtl .cc-payment-info,
.info-payment-options .others-payment-dtl .dbt-payment-info {
  display: none;
}

.payment-options-list.payment-others label {
  width: 80%;
}

.page-search-tour {
  margin-bottom: 3em;
}

.page-search-tour-wrapper {
  padding-top: 10em;
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap-reverse;
  align-items: center;
}

.page-search-tour .search-tour-content {
  z-index: 1;
}

.page-search-tour-wrapper .tour-search-box .main-searchbar-wrapper {
  bottom: unset;
}

.page-search-tour-wrapper .search-tour-img .banner-search-tour img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}

.page-search-tour-wrapper .tour-search-box {
  box-shadow: 0 20px 35px rgba(20, 20, 20, 0.08);
  border-radius: 20px;
  background: #fff;
}

.page-search-tour-wrapper
  .tour-search-box
  .main-searchbar-wrapper
  .multi-main-searchbar {
  width: 100%;
  box-shadow: unset;
  border: none;
}

.page-search-tour .search-tour-img .banner-search-tour {
  margin-left: -250px;
}

.page-search-tour .page-search-tour-wrapper h1 {
  font-size: calc(2.5em + 1vw);
  font-weight: 700;
  width: 25vw;
  text-align: left;
  margin-bottom: 1em;
}

.page-search-tour .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}

.page-search-tour .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff4838;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.page-search-tour .search-box-single {
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-search-tour .search-box-single .searchbox-icon {
  font-size: 100%;
  color: #ff4838;
  padding-right: 0;
  float: left;
  margin-right: 10px;
}

.page-search-tour .search-box-single .searchbox-input {
  width: 100%;
  height: 4em;
  position: relative;
  padding: 5px 0;
  display: grid;
}

.page-search-tour .search-box-single .searchbox-input p {
  padding: 0;
  margin: 0;
  color: #999;
}

.page-search-tour .search-box-single .searchbox-input i.bi.bi-caret-down-fill {
  position: absolute;
  right: 0;
  bottom: 1em;
  color: #999;
  font-size: 0.8em;
}

.page-search-tour .search-box-single .searchbox-input.month-picker-input {
  z-index: 21;
}

.page-search-tour
  .search-box-single
  .searchbox-input.month-picker-input::before {
  position: absolute;
  content: "\f1f3";
  font-family: bootstrap-icons !important;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}

.page-search-tour .search-box-single .searchbox-input label {
  font-weight: 600;
  color: #2d373c;
  line-height: 1;
}

.page-search-tour .search-box-single .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  display: block;
}

.page-search-tour .search-box-single .searchbox-input input,
.page-search-tour .search-box-single .searchbox-input select {
  height: 30px;
  padding: 0;
  border: none;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.page-search-tour
  .search-box-single
  .searchbox-input
  input::-webkit-input-placeholder,
.page-search-tour
  .search-box-single
  .searchbox-input
  select::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.page-search-tour
  .search-box-single
  .searchbox-input
  input:-ms-input-placeholder,
.page-search-tour
  .search-box-single
  .searchbox-input
  select:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.page-search-tour
  .search-box-single
  .searchbox-input
  input::-ms-input-placeholder,
.page-search-tour
  .search-box-single
  .searchbox-input
  select::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.page-search-tour .search-box-single .searchbox-input input::placeholder,
.page-search-tour .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.page-search-tour .main-form-submit {
  height: 100%;
  background: #ff4838;
}

.page-search-tour .main-form-submit button {
  font-weight: 400;
  color: #fff;
  border: none;
  background: transparent;
  display: inline-grid;
  width: 100%;
  padding: 12px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  margin-top: 10px;
  transform: translateY(0);
}

.page-search-tour .main-form-submit button i {
  vertical-align: middle;
  margin-bottom: 0.3em;
}

.page-search-tour form#page_searchbar {
  display: flex;
  gap: 5px;
}

.recommended-tour ul.tour-recommended {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.recommended-tour .tour-card ul.tour-content-info {
  min-height: 70px;
}

.header-area .disabled-button {
  opacity: 0.4;
  cursor: unset;
}

.header-area .disabled-button:hover {
  color: #fff;
  background: #ff4838;
  border: 2px solid #ff4838;
  opacity: 0.4;
  cursor: unset;
}

.booking-payment-page .process-payment i {
  color: #999;
  margin-left: 5px;
  cursor: pointer;
}

.section.extract-id {
  padding-top: 18vh;
}

.result-extract-id .doc-id .title {
  font-weight: normal;
  text-transform: uppercase;
}

.result-extract-id .doc-id .doc-img {
  width: 80%;
  height: auto;
}

.result-extract-id .doc-id .doc-img img {
  width: 100%;
  object-fit: cover;
}

.extract-id .result-extract-id {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 2em;
}

.extract-id .result-info-list {
  margin-bottom: 1em;
}

.extract-id .action-page-button {
  margin-top: 2em;
  text-align: right;
  padding: 0;
}

.extract-id .action-page-button .btn {
  min-width: 100px;
}

.extract-id .action-page-button .btn:first-child {
  margin-right: 1em;
}

.file-upload-contain.passport-result {
  width: 20%;
  height: auto;
}

.file-upload-contain.passport-result img {
  width: 100%;
}

.page-shortdesc-info {
  margin-bottom: 3em;
  padding: 0 3em;
}

.page-shortdesc-info p {
  margin: 0;
}

.page-shortdesc-info span {
  background-color: transparent !important;
}

.passvisa-card.shadow ul {
  margin-left: 20px;
}

.passvisa-card.shadow li {
  list-style: disc;
}

.passvisa-card.shadow li a {
  font-size: 100%;
  color: inherit;
}

.section.visa-requirement .accordion-item {
  border: none;
}

.section.visa-requirement .accordion-button {
  background-color: transparent;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
}

.section.visa-requirement .accordion-button .title {
  padding: 0;
}

.visa-requirement-info .accordion-body.country-list-group ul {
  display: flex;
  gap: 30px;
}

.visa-requirement-info .accordion-body.country-list-group .country-flag-nm {
  color: initial;
  margin-top: 5px;
}

.section.visa-passport-detail-info .detail-table-info div {
  display: flex;
  gap: 30px;
}

.section.visa-passport-detail-info .detail-table-info div div {
  display: block;
}

.immigration-office-desc p {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
}

button.sign-out-btn.mobile {
  padding: 0;
}

.see-price-details {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 85%;
  font-style: italic;
  color: var(--bs-link-color);
}

.seeprice-modal .modal-dialog {
  width: 500px;
  margin: 1.75rem auto;
}

.seeprice-modal .modal-content {
  border-radius: 0px;
}

.seeprice-modal .modal-footer {
  display: none;
}

.sign-out-btn {
  width: 100%;
  border: none;
  padding: 10px 15px;
  text-align: left;
  float: left;
  background-color: white;
  font-size: initial;
}

.sign-out-btn:hover {
  background-color: #e84d0e;
  /* Orange color on hover */
  color: white;
  /* Change text color on hover */
}

.text-left {
  text-align: left;
}

.immigration-office-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.immigration-office {
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.immigration-office-info {
  text-align: left;
  background: #fff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all 0.4s;
  flex: 1;
}

.immigration-office-list {
  display: block;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.immigration-office {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.immigration-office-info {
  margin-bottom: 20px;
}

.passport-visa-card {
  min-height: 250px;
  padding-top: 2em;
  padding-right: 2em;
}

.passport-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form#main_searchbar .search-date .input-monthtour .ant-picker-input input {
  font-size: 17px !important;
  color: grey !important;
}

.search-destination .wrapper-search-destination-home div {
  font-size: 15px !important;
  color: grey !important;
}

.homevideo .destination-highlights-info-short {
  margin-top: 1em;
}

.homevideo .destination-highlights-info-short p:not(:first-child) {
  display: none;
}

.section.testimonial-area {
  padding-top: 2em;
}

.no-record-msg {
  text-align: center;
  color: red;
  margin-top: 2em;
}

.tooltip-dark .tippy-box {
  background-color: red;
  color: #fff;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list
  .guest-phone
  span {
  font-size: 85% !important;
  font-style: italic;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list
  .guest-phone
  span.phone-note {
  font-size: 80% !important;
}

.info-tour-participant
  .detail-room-person
  .participant-detail-list
  .guest-phone
  .input-group {
  margin-bottom: unset !important;
}


/* .cms-content-html-2 table tbody td {
  padding: 8px;
}
.cms-content-html-2 table tbody td p {
  line-height: 0.8;
} */

.cms-content-html ul {
  position: relative;
  margin-bottom: 1em;
  margin-left: 0 !important;
}

.tour-booking-info-details .cms-content-html ul li {
  margin-left: 0;
}

.cms-content-html li:before {
  content: "\2713";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  color: #ff4838;
  opacity: 0;
}

.terms-conditions-page p,
.terms-conditions-page span,
.terms-conditions-page li {
  font-size: initial !important;
}

.terms-conditions-page .breadcrumb li {
  font-size: 70% !important;
}

.tour-booking-info-details.my-tour
  .accordion
  .tour-information-list.tour-info-itinerary
  ul {
  margin-left: 2em;
}

.tour-booking-info-details .tour-experience .cms-content-html ul li {
  margin-left: unset;
}

.error-text {
  color: red;
  font-size: 90%;
  font-style: italic;
}

.info-visa-note {
  font-size: 90%;
}

.tour-booking-info-details .tour-classnm.highlight-info-list {
  margin-bottom: 0;
}

.tc-source-booking-info label {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  text-transform: uppercase;
  color: inherit;
  font-size: 100%;
  margin-right: 10px;
}

.tc-source-detail .tc-other-info .tc-sources label {
  text-transform: unset;
  border-bottom: none;
  padding-bottom: unset;
  margin-bottom: unset;
  color: #a2a2a2;
  font-size: 90%;
}

.tc-officectgr {
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
}

.tc-pic {
  color: #a2a2a2;
  font-weight: normal;
  font-size: 90%;
}

.tc-pic span {
  margin-right: 5px;
}

/* .visa-passport-detail-wrapper p,
.visa-passport-detail-wrapper li,
.visa-passport-detail-wrapper span {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
} */

.tc-tour-list .travelers-list-info,
.tc-tour-list .payment-list-info,
.my-tour .travelers-list-info,
.my-tour .payment-list-info {
  margin-top: 0.5em;
}

div.input-note {
  /* margin: 0.5em 0 1em; */
  font-size: 70% !important;
  font-style: italic;
}

.label-tour-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tour-title-tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
  bottom: 100%;
  padding: 10px;
  border-radius: 2px;
  background: #808080;
  color: #fff;
  box-shadow: 0px 0px 12px rgba(2, 2, 111, 0.4);
}

.label-tour-title:hover + .tour-title-tooltip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.participant-detail-list input {
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #e2e2e2;
}

.guest-phone .css-hhdv7d-control,
.guest-phone .css-hhdv7d-control:hover {
  border-right: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.guest-phone .css-hhdv7d-control:focus,
.guest-phone .css-hhdv7d-control:active {
  outline: none;
}

.guest-phone input.form-control {
  border-left: none;
}

.cms-content-html .e-rte-content,
.cms-content-html,
.cms-content-html p,
.cms-content-html span,
.cms-content-html li,
.cms-content-html .sub-info {
  font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  font-family: var(--f-primary) !important;
  color: inherit !important;
}

.cms-content-html h1,
.cms-content-html h2,
.cms-content-html h3,
.cms-content-html h4,
.cms-content-html h5 {
  font-size: calc(0.6 * (1.5vh + 1.1vw)) !important;
  font-family: var(--f-primary) !important;
  color: inherit !important;
}

.tc-search-tour #dateFrom_root,
.tc-search-tour #dateTo_root,
.tc-search-tour #departFrom_root,
.tc-search-tour #departTo_root {
  width: 260px;
}

.tc-search-tour .picker__holder {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: none;
  margin-top: 5px;
}

.tc-search-tour .picker__month,
.tc-search-tour .picker__year {
  font-weight: bold;
  color: inherit;
  font-style: normal;
  font-size: inherit;
}

.tc-search-tour .picker__header {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff !important;
  background: #1677ff !important;
  border-radius: 4px;
}

.picker__day--today:before {
  opacity: 0;
}

button.picker__button--clear,
button.picker__button--close {
  display: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  display: none !important;
}

.picker__button--today {
  color: var(--bs-link-color) !important;
  font-weight: normal !important;
}

.picker__footer {
  border-top: 1px solid #eee;
}

.pdf-tour-itinerary .itinerary-day-desc ul {
  margin-left: 20px !important;
}

.pdf-tour-itinerary .itinerary-day-desc li {
  list-style-type: none !important;
  color: #fff !important;
}

::-webkit-details-marker,
.pdf-tour-itinerary .itinerary-day-desc li::-webkit-details-marker {
  display: none !important;
  color: #fff !important;
}

.group-address p span {
  font-size: 100%;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  form#main_searchbar {
    display: flex;
    gap: 5px;
    padding: 0;
  }

  .search-destination {
    margin-bottom: 0;
    flex-grow: 2;
    flex-basis: 0%;
    position: relative;
  }

  .search-date {
    margin-bottom: 0;
    flex-grow: 2;
    flex-basis: 0%;
    position: relative;
  }

  .search-button {
    position: relative;
  }

  .home-user-photo {
    height: 280px;
  }

  .footer-menu {
    text-align: center;
  }

  .home-banner .banner-content {
    padding: 0 10%;
  }

  .section.alltours {
    padding-top: 6em;
  }

  .tips-content.latest-tips .tips-info div {
    -webkit-line-clamp: 2;
  }

  .destination-tips-header {
    display: flex;
    margin-bottom: 0;
  }

  .places-visit .section-title-info {
    display: flex;
  }

  .travel-tips-wrapper ul#TravelTipsInfo li {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px;
  }

  .tour-list-page .container,
  .tour-list-page .container-lg,
  .tour-list-page .container-md,
  .tour-list-page .container-sm,
  .tour-list-page .container-xl {
    max-width: 1140px;
  }

  footer.footer-area .chat-wa {
    width: 10%;
  }

  .multi-main-searchbar {
    width: 70vw;
  }

  .footer-logo {
    width: 15%;
  }

  .home-banner .banner-content {
    padding: unset;
  }

  .home-banner,
  .hero-main-wrapper,
  .swiper.home-slider-banner {
    height: 75vh;
  }

  .home-banner .slider-bg {
    padding: 220px 0px 0;
  }

  .footer-subs-news {
    width: 80%;
    float: right;
  }

  .travel-tips-wrapper ul#TravelTipsInfo li {
    width: 33%;
  }

  .tips-page .container,
  .destination-page .container {
    margin-top: -8em;
  }

  .mobile-share-fav {
    display: none;
  }

  .tour-class-selected-mobile {
    display: none;
  }

  .tour-order-summary-mobile {
    display: none;
  }

  .aside-summary-info .right-child.posFix {
    top: 90px;
  }

  .aside-summary-info .right-child {
    width: 300px;
  }

  .profile-page .user-profile-detail {
    padding-right: 2em;
  }

  .tour-order-summary .tour-info {
    display: block;
  }

  .tour-order-summary .tour-info img.tour-info-thumb {
    width: 100%;
    height: 150px;
    margin-bottom: 1em;
  }
}

@media (min-width: 1200px) {
  .home-user-photo {
    height: 280px;
  }

  .user-picgallery-top {
    padding-left: 0;
    padding-right: 0;
  }

  header .header.sticky {
    animation: smooth-header 0.65s linear;
  }

  header .header {
    height: auto;
  }

  .tour-card ul.tour-content-info {
    min-height: 115px;
  }

  .section.alltours {
    padding-top: 4em;
  }

  .home-banner,
  .hero-main-wrapper,
  .swiper.home-slider-banner {
    height: 80vh;
  }
  .dropdown.mobile-signin-icon.mobile-avatar-profile {
    display: none;
  }

  /* .tour-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.tour-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-card-bottom-info {
  margin-top: auto;
} */

  /* .tour-card {
    min-height: 300px; 
  } */

  /* .tour-card {
    display: flex;
    flex-direction: column;
  }
  .tour-package-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .tour-card-bottom-info {
    margin-top: auto;
  } */
}

/* .tour-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tour-package-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tour-card-bottom-info {
  margin-top: auto;
}

.tour-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pkg-tour-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  height: 100%;
} */
/* 
@media (max-width: 900px) {
  .tour-cards-container {
    flex-direction: column;
    gap: 16px;
  }
  .pkg-tour-list {
    min-width: 0;
    width: 100%;
  }
} */

/* .tour-card {
    height: auto;
  }
  .tour-card {
    display: flex;
    flex-direction: column;
    height: 100%; 
  }
  
  .tour-package-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
  }
  
  .tour-card-bottom-info {
    margin-top: auto; 
  }

  .horizontal-tour-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; 
  }
  
  .horizontal-tour-card .tour-package-thumb {
    flex: 0 0 200px; 
  }
  
  .horizontal-tour-card .tour-package-card-body {
    flex: 1; 
    display: flex;
    flex-direction: column;
  }
  
  .horizontal-tour-card .tour-card-bottom-info {
    margin-top: auto; 
  } */

/* .destinations .controls ul {
    overflow-x: hidden;
  }

  .popular-tour-list .tour-card {
    height: 285px;
  }

  .tips-content-group ul {
    overflow-x: scroll;
  }

  .multi-main-searchbar {
    width: 60vw;
  }

  .tour-order-summary-info .tour-price-summary-detail {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tour-order-summary-info .tour-summary-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tour-order-summary-info .tour-selected-btn {
    width: 100%;
    margin-top: 1em;
  }

  .tour-order-summary-info .tour-selected-btn a.btn.button-secondary {
    width: 100%;
  }

  .tour-booking-side-container {
    width: 265px;
  }

  .aside-tour-thumb {
    right: calc(265px - 0%);
  }

  .aside-summary-info .right-child.posFix {
    top: 95px;
  }

  .tour-booking-side-container.slidetour,
  .tour-booking-side-container.posFix {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .detail-summary-content.left,
  .detail-tour-booking.left {
    width: auto;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile {
    display: none;
  }

  .tips-content.latest-tips .tips-info div {
    -webkit-line-clamp: 4;
  }

  .confirm-agree input:checked + label:after {
    top: 0;
  }
} */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  .tour-list-page .container,
  .tour-list-page .container-lg,
  .tour-list-page .container-md,
  .tour-list-page .container-sm,
  .tour-list-page .container-xl {
    max-width: 1320px;
  }

  .home-banner .slider-bg {
    padding: 300px 0px 0;
  }
  .tour-class-breakdown {
    font-size: 95%;
  }

  .aside-summary-info .right-child {
    width: 350px;
  }

  .tour-booking-side-container {
    width: 300px;
  }

  .aside-tour-thumb {
    right: calc(300px - 0%);
  }

  .tc-search-tour .booking-from i,
  .tc-search-tour .booking-to i,
  .tc-search-tour .depart-from i,
  .tc-search-tour .depart-to i {
    top: 0.8em;
  }

  .confirm-agree input:checked + label:after {
    top: 2px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }

  .tour-class-breakdown {
    font-size: 95%;
  }

  .tour-booking-side-container {
    width: 350px;
  }

  .aside-tour-thumb {
    right: calc(350px - 0%);
  }

  .popup-signin.modal .modal-dialog {
    width: 450px;
  }

  .tc-search-tour .booking-from i,
  .tc-search-tour .booking-to i,
  .tc-search-tour .depart-from i,
  .tc-search-tour .depart-to i {
    top: 0.6em;
  }
}

@media (min-width: 1920px) {
  .info-voucher-wrapper .input-voucher i {
    top: 0;
  }

  .info-voucher-wrapper input {
    padding: 5px 5px 5px 40px;
  }

  .confirm-agree input:checked + label:after {
    top: 6px;
  }

  .tour-card ul.tour-content-info {
    min-height: 165px;
  }

  p,
  span,
  li {
    font-size: calc(0.45 * (1.5vh + 1.1vw));
  }
  .popular-tour-list .tour-card {
    height: 420px;
  }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
  header .header-area .main-nav.slidenav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  header .header-area .main-nav {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    padding: 10px 15px !important;
    z-index: 99;
    height: 100%;
    overflow: auto;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    display: inline-grid;
    vertical-align: bottom;
    align-content: space-between;
    height: calc(100% - 73px);
    text-align: center;
  }

  header .header-area .mobile-menu {
    padding: 0 5px;
    margin: 16px 0;
  }

  header .header-area .hamburger {
    display: block !important;
    position: relative;
    width: 28px !important;
    height: 22px !important;
    margin: 8px 0;
    cursor: pointer;
    float: right;
  }

  .home-banner .slider-bg {
    padding: 160px 0px 0;
  }

  .home-banner .banner-content h1 {
    font-size: calc(1.75em + 1vw);
  }

  header .header-area .hamburger span {
    width: 100%;
    height: 4px;
    background: #006d67 !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header .header-area .hamburger span.h-top {
    top: 0;
  }

  header .header-area .hamburger span.h-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  header .header-area .hamburger span.h-bottom {
    bottom: 0;
    width: 100%;
  }

  header .header-area .hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px;
  }

  header .header-area .hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  header .header-area .hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -2px;
  }

  header .header-area .main-nav > ul {
    text-align: center;
  }

  header .header-area .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 20px;
    margin-left: 0;
  }

  header .header-area .main-nav > ul > li a {
    line-height: 35px;
    color: #262626;
    margin: 10px 0;
    padding: 0;
  }

  header .header-area .main-nav > ul > li a.active {
    color: var(--green-color);
  }

  header .header-area .main-nav > ul > li.has-child-menu:after,
  header .header-area .main-nav > ul > li > a:after {
    content: none;
  }

  header .header-area .main-nav > ul > li a {
    font-size: 1.1em;
  }

  header .header-area .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }

  header .header-area .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
  }

  header .header-area .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #707070;
    border: none;
    line-height: 0.8;
    text-decoration: none;
    padding-left: 18px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin: 0;
    transition: all 0.3s;
  }

  header .header-area li a.active::before {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: red;
    opacity: 0 !important;
    transition: all 200ms linear;
  }

  .mobil-contact-menu .contact-box-inner {
    font-size: 15px;
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }

  .mobil-contact-menu .contact-box-inner i {
    margin-right: 10px;
    color: #262626;
  }

  .mobil-contact-menu .contact-box-inner a {
    color: inherit;
    display: inline-block;
  }

  .topbar {
    display: block;
  }

  .bottom-menu-mobile {
    display: inline-grid;
    align-items: center;
    height: 150px;
    align-content: space-around;
  }

  header .header .main-nav ul li:last-child {
    padding-right: 20px;
  }

  .menu-list a.btn.mobile-menu-book {
    text-align: center;
    margin: 2em auto 0;
    width: 150px;
    padding: 0.3em;
    color: #fff;
    text-transform: uppercase;
  }

  .inner-contact-options a {
    color: inherit;
  }

  .contact-box-inner {
    margin-bottom: 1em;
  }

  header .header {
    height: 75px;
  }

  .tips-content.latest-tips .tips-info p {
    -webkit-line-clamp: 2;
  }

  .popular-tour-list {
    padding-right: 10px;
    padding-top: 0;
  }

  .breadcrumb.full-page {
    margin-top: -5em;
  }

  .tour-order-summary-info .tour-price-summary-detail {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tour-order-summary-info .tour-summary-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tour-order-summary-info .tour-selected-btn {
    width: 100%;
    margin-top: 1em;
  }

  .tour-order-summary-info .tour-selected-btn a.btn.button-secondary {
    width: 100%;
  }

  .tour-booking-side-container.posFix {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .tour-booking-side-container {
    top: unset;
    bottom: 0;
    width: 100%;
    right: unset;
    background: #e5f6f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tour-booking-side-container .tour-travlr-summary-info {
    width: 50%;
    border-right: 1px solid #006d674a;
  }

  .tour-booking-side-container .tour-detail-summary {
    width: 50%;
  }

  .tour-booking-side-container .tour-booking-temp-info,
  .tour-booking-side-container .tour-detail-selection {
    display: none !important;
  }

  .tour-booking-side-container .tour-booking-side-container {
    justify-content: space-between;
  }

  .tour-booking-side-container.poxFix {
    transform: translateX(0);
    transition: none;
  }

  .aside-tour-thumb {
    display: none;
  }

  .aside-tour-wrapper {
    display: block;
    width: 100%;
  }

  .aside-tour-content {
    display: flex;
    background: #e5f6f5;
    width: 100%;
  }

  .review-your-tour.waiting .tour-package-detail .tour-info img {
    width: 20%;
  }

  .nav-logo {
    gap: 15px;
  }

  header .header .main-nav ul li.has-child-menu.avatar-profile {
    display: none;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile .dropdown-toggle {
    background: transparent !important;
    border: none;
    outline: none;
    box-shadow: none;
    padding-right: 0;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile .dropdown-toggle::after {
    display: none;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu {
    width: auto;
    right: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 14px;
    padding: 0;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    .avatar-info {
    display: flex;
    gap: 15px;
    padding: 1em;
    background: #197b75;
    vertical-align: middle;
    text-align: left;
    align-items: center;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    .avatar-info
    img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #c7ecea;
    padding: 5px;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    .avatar-info
    .avatar-detail
    .avatar-name {
    padding-bottom: 0;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    .avatar-info
    .avatar-detail
    p.avatar-email {
    font-size: 90%;
    margin: 0;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    li {
    padding: 1em 1em 0 1em;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    li:last-child {
    padding-bottom: 1em;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    li
    a {
    color: inherit;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu
    li
    span {
    font-style: italic;
    color: #ff4838;
  }

  .tc-search-tour .booking-from i,
  .tc-search-tour .booking-to i,
  .tc-search-tour .depart-from i,
  .tc-search-tour .depart-to i {
    top: 0.6em;
  }

  .profile-page .user-profile-detail {
    padding-right: 2em;
  }

  .section.profile-page {
    padding-top: 12vh;
  }

  .page-search-tour .page-search-tour-wrapper h1 {
    width: 38vw;
    margin-bottom: 0.5em;
  }

  .recommended-tour ul.tour-recommended {
    grid-template-columns: repeat(3, 1fr);
  }

  .select2-container {
    width: auto;
    min-width: unset;
  }

  .section.extract-id {
    padding-top: 12vh;
  }

  .section.visa-passport-detail-info .detail-table-info div {
    width: 100%;
    display: block;
  }

  .section.visa-passport-detail-info .detail-table-info div div {
    display: block;
    width: 50%;
    float: left;
  }

  .search-destination .wrapper-search-destination-home div {
    font-size: 14px !important;
  }

  .tour-booking-list .tour-list-info-detail .tour-list-nm-date {
    width: 75%;
  }

  .visa-passport-detail-wrapper p,
  .visa-passport-detail-wrapper li,
  .visa-passport-detail-wrapper span {
    font-size: 100% !important;
  }

  .visa-passport-detail-wrapper table.e-rte-table {
    width: 100% !important;
  }

  .immigration-office-desc p {
    font-size: 100% !important;
  }
  .popular-tour-list .tour-card {
    height: 400px !important;
  }
}

@media (max-width: 991.98px) {
  .home-banner .slider-bg {
    padding: 130px 0px 0;
  }

  .home-banner .banner-content {
    padding: 0;
  }

  .home-banner,
  .hero-main-wrapper,
  .swiper.home-slider-banner {
    height: 50vh;
  }

  .multi-main-searchbar {
    width: 85vw;
  }

  .subs-newsletter.subs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subs-newsletter.subs-wrapper .subscribe-form {
    gap: 10px;
  }

  .subs-newsletter.subs-wrapper .subscribe-form-field {
    height: 51px;
  }

  .popular-tour-list .viewmore.more-center {
    justify-content: start;
    margin-top: 1em;
  }

  .popular-tour-list .tour-card {
    height: 340px;
  }

  .contact-page .branch-office-address {
    display: block;
  }

  .banner-page {
    height: 35vh;
    background: none !important;
    padding-top: 0;
  }

  .page-banner {
    background: none !important;
    height: 45vh;
  }

  img.page-mobile-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-banner:after {
    background: linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0),
      rgba(20, 20, 20, 1)
    );
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    opacity: 0.7;
    content: "";
  }

  .section.destination-page {
    padding-top: 0;
    top: unset !important;
  }

  .tips-page .container,
  .destination-page .container {
    margin-top: -5em;
    padding: 2em;
  }

  .breadcrumb.full-page {
    margin-top: -4em;
  }

  .promo-page {
    margin-top: 4em;
  }

  .tour-page-title.page-banner {
    padding: 0;
    height: 60vh;
  }

  .tour-page-title .container {
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    padding: 0 2em;
  }

  .tour-page-title .breadcrumb-content {
    margin-bottom: 1em;
  }

  .share-fav {
    display: none;
  }

  .mobile-share-fav .share-fav {
    display: flex;
    margin-bottom: 2em;
    justify-content: center;
  }

  .tour-info-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .tour-info-highlight {
    margin-bottom: 2em;
  }

  .flex-view {
    display: block;
  }

  .section-tour-detail.flex-view .highlight-heading,
  .section-tour-detail.flex-view .highlight-detail {
    width: 100%;
  }

  .tour-places-wrapper {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
  }

  .tour-places {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .tour-places-list {
    width: 175px;
  }

  .tour-class-selected {
    display: none;
  }

  .tour-schedule-price .tour-class-selected-mobile {
    background: #d4e4e3;
    padding: 1.5em;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
  }

  .tour-date-departure {
    display: block;
  }

  .tour-schedule-price {
    width: auto;
    margin-left: 3em;
  }

  .tour-guest.traveler label {
    display: none;
  }

  .tour-schedule-price .tour-class-selected {
    display: none;
  }

  footer.footer-area .chat-wa {
    bottom: 7em;
  }

  .tour-order-summary {
    display: none;
  }

  .tour-order-summary-mobile {
    background: #d4e4e3;
    padding: 1.5em;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.23);
    border-top: 8px solid #006d67;
  }

  .tour-order-summary-mobile .tour-price-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tour-summary-info.room2 {
    display: none;
  }

  .detail-summary-content {
    padding-right: 0;
  }

  .review-your-tour,
  .tour-detail-review {
    display: block;
  }

  .detail-summary-content.left {
    width: 100%;
  }

  .aside-summary-info .right-child {
    display: flex;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    justify-content: space-between;
    align-items: center;
    background: #e5f6f5;
  }

  .tour-order-summary .tour-info,
  .tour-order-summary-info .title,
  .tour-class-price-breakdown {
    display: none;
  }

  .tour-order-summary-info,
  .tour-order-summary-price {
    width: 50%;
    border: none;
  }

  .tour-order-summary .tour-date-info {
    justify-content: flex-start;
    gap: 20px;
  }

  .result-tour-content ul.tour-per-category,
  .tour-list-by-destination ul.tour-per-category,
  .tour-wishlist ul.my-tour-wishlist,
  ul.tour-per-category,
  ul.my-tour-wishlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .review-your-tour .aside-summary-info .right-child {
    display: block;
    position: relative;
    width: 100%;
    transform: unset;
    background: #fff;
  }

  .tour-order-summary-info,
  .tour-order-summary-price {
    width: 100%;
  }

  .tour-order-summary-info .info-dp-tour .dp-info .title,
  .tour-order-summary-info .info-payment-tour .payment-info .title {
    display: block;
  }

  .info-payment-options {
    display: flex;
    gap: 5em;
    justify-content: flex-start;
  }

  .confirm-agree label:before {
    margin-top: 0;
  }

  .review-your-tour.waiting .tour-package-detail .tour-info img {
    width: 30%;
  }

  .review-your-tour.tour-participants {
    display: flex;
    flex-direction: column-reverse;
  }

  .tour-participants .tour-order-summary-info .title {
    display: block;
  }

  .tour-participants .tour-order-summary .tour-info {
    display: flex;
  }

  .tour-participants .tour-order-summary .tour-info img.tour-info-thumb {
    width: 30%;
  }

  .tour-participants .booking-contact-info {
    display: flex;
    gap: 50px;
  }

  .profile-page .user-profile-content {
    display: block;
  }

  .profile-page .user-profile-detail {
    padding-right: 0;
  }

  .section.profile-page {
    padding-top: 10vh;
  }

  .confirmation-left-info {
    width: 60%;
  }

  .page-search-tour .search-tour-img {
    display: none;
  }

  .page-search-tour .page-search-tour-wrapper h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  .recommended-tour ul.tour-recommended {
    grid-template-columns: repeat(2, 1fr);
  }

  .extract-id .result-extract-id {
    display: block;
  }

  .result-extract-id .doc-id .doc-img {
    width: 30vw;
    margin: 0 auto 2em;
  }

  .extract-id .doc-id {
    text-align: center;
  }

  .section.extract-id {
    padding-top: 10vh;
  }

  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-titlenm
    .guest-lname {
    margin-bottom: 0;
  }

  .tour-booking-info-details .tour-info-guest.conflist-info {
    border-top: 1px solid #eee;
    background: #eee;
  }

  .continent-group-tab .tourtypenm {
    font-size: 1.1em;
  }

  div#tourPlan .accordion-button {
    font-size: 70%;
  }

  .places-visit .places-visit-info {
    height: 180px;
  }

  div#carouselCustFeedback .feedback-card {
    display: block;
  }

  div#carouselCustFeedback .feedback-traveler .traveler-info {
    margin-left: 1em;
  }

  .tour-booking-list .my-tour-list .tour-top-info {
    display: block;
    margin-bottom: 0;
  }

  .tour-booking-list .tour-list-info-detail .tour-list-nm-date {
    width: 100%;
  }

  .tour-list-mobile {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .tour-country-date-detail-mobile {
    display: flex;
    align-items: baseline;
  }

  .tour-booking-list .tour-list-info .tour-country {
    align-items: baseline;
    margin-top: 0.5em;
  }

  .tour-booking-list .tour-see-details {
    margin-top: 0;
  }

  .tour-see-details .details-tour {
    display: inline-block;
    margin-right: 10px;
  }

  .tour-list-mobile .tour-id {
    margin-bottom: 0;
  }

  .tour-booking-list .my-tour-list .tour-top-info .title {
    padding: 0;
  }

  .tour-booking-list .tour-list-img {
    height: 110px;
  }

  .tc-search-tour #dateTo_root,
  .tc-search-tour #departTo_root {
    right: 0;
  }

  .tour-card-content h4.tour-continent-nm {
    font-size: 1.5em;
  }

  .tour-card-content h4.tour-continent-nm::before {
    bottom: 1.8em;
  }

  div#carouselCustFeedback .feedback-traveler {
    display: flex;
  }

  div#carouselCustFeedback .feedback-traveler .traveler-info {
    display: flex;
    flex-direction: column;
  }

  .group-address p span {
    font-size: 1.3em !important;
  }

  .popular-tour-list .tour-card {
    display: block;
    height: auto;
  }

  .popular-tour-list .tour-card .tour-package-thumb {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 200px;
  }
  .popular-tour-list .tour-card {
    height: 600px !important;
  }
  .popular-tour-list .tour-package-card-body {
    height: 400px;
  }

  .tour-booking-list .tour-list-info .tour-country,
  .tour-booking-list .tour-list-info .tour-depart-return {
    padding-bottom: 0;
  }

  .tour-booking-list .tour-notes .tour-note-list .note-list-info:last-child {
    padding-left: 0;
  }

  .tour-booking-list .tour-notes .tour-note-list {
    margin: 0.5em;
    display: block;
  }

  .tour-booking-list .tour-notes .tour-note-list .note-list-info {
    padding-left: 0;
    margin-bottom: 1em;
  }

  .tour-booking-list .tour-notes .tour-note-list .tour-note-info {
    display: flex;
    gap: 2em;
  }

  .tour-booking-list .tour-notes .tour-note-list a.btn {
    margin-top: -5px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  p,
  span,
  li {
    font-size: 100% !important;
  }

  body {
    font-size: 100%;
  }

  .tour-page-title.page-banner
    .breadcrumb-content
    ul.breadcrumb-items
    li.breadcrumb-item {
    font-size: 70% !important;
  }

  .footer-subs-news {
    width: 80%;
    float: right;
  }

  .mobile-share-fav {
    display: none;
  }

  .widget-tour-rate {
    display: block;
    text-align: center;
  }

  .widget-tour-rate .tour-rate-info {
    margin-bottom: 1em;
  }

  .share-fav {
    display: flex;
  }

  .destination-highlights .highlight-area {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    font-weight: 500;
  }

  .destination-highlights p {
    -webkit-line-clamp: 5;
  }

  div#tourPlan .accordion-body p,
  div#tourPlan .accordion-body p span,
  div#tourPlan .accordion-body span,
  div#tourPlan .accordion-body strong,
  .tour-included-excluded.highlight-detail p,
  .tour-included-excluded.highlight-detail p span,
  .cms-content-html,
  .cms-content-html p,
  .cms-content-html li,
  .cms-content-html h1,
  .cms-content-html h2,
  .cms-content-htmlh3,
  .cms-content-html h4,
  .cms-content-html h5,
  .cms-content-html .e-rte-content,
  div#tourPlan .accordion-body li,
  .cms-content-html .sub-info {
    font-size: 100% !important;
  }

  .group-address p {
    font-size: calc(0.5 * (1.5vh + 1.1vw)) !important;
  }

  .group-address p span {
    font-size: 1.3em !important;
  }
}

@media (max-width: 767.98px) {
  p,
  span,
  li {
    font-size: 100% !important;
  }

  body {
    font-size: 100%;
  }

  .tour-page-title.page-banner
    .breadcrumb-content
    ul.breadcrumb-items
    li.breadcrumb-item {
    font-size: 70% !important;
  }

  .inner-logo img {
    width: 100%;
  }

  .home-tips-content {
    display: block;
  }

  .home-tips-content .tips-content.latest-tips .tips-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cfd3da;
    align-items: center;
    display: flex;
  }

  .home-tips-content .tips-content.latest-tips .tips-thumbnail {
    width: 150px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .topbar {
    gap: unset;
  }

  .topbar .nav-logo {
    width: 100%;
    margin-top: 0.5em;
    gap: 15px;
  }

  .topbar .logo {
    width: 50%;
    float: left;
    position: relative;
  }

  .topbar .logo img {
    max-width: 200px;
  }

  header .header-area .topbar .mobile-menu {
    display: block !important;
    float: right;
    position: relative;
    margin: 0;
  }

  .home-banner-animation {
    padding-top: 6em;
  }

  .home-banner-animation img.balloon {
    width: 60px;
  }

  .home-user-photo {
    height: 233px;
  }

  .home-banner,
  .hero-main-wrapper,
  .swiper.home-slider-banner {
    height: 60vh;
  }

  .multi-main-searchbar {
    width: 100%;
  }

  .main-searchbar-wrapper {
    position: absolute;
    width: 100%;
    top: 40vh;
  }

  .page-search-tour-wrapper .tour-search-box .main-searchbar-wrapper {
    bottom: unset;
    position: relative;
    top: unset;
  }

  .multi-main-searchbar .main-form-submit button {
    display: block;
  }

  .multi-main-searchbar .main-form-submit button i {
    margin-right: 0.8em;
  }

  .tour-continent-destination {
    height: 225px;
  }

  .menu-list a.btn.mobile-menu-book {
    width: 50%;
  }

  .section.app-link {
    background-blend-mode: overlay;
  }

  .tips-content.latest-tips .tips-info p {
    -webkit-line-clamp: 1;
  }

  .tips-content.latest-tips .viewmore {
    display: none;
  }

  .home-tips-content .tips-title {
    font-size: 1em;
  }

  .home-testimonial .review-img {
    display: none;
  }

  .home-testimonial .section-cust-review {
    padding-right: 0;
  }

  .home-testimonial .title-section {
    text-align: center;
  }

  .footer-logo {
    width: 40%;
    margin-top: 2em;
  }

  footer ul.footer-menu li {
    padding-left: 0;
  }

  footer .footer-contact,
  footer .footer-about {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 1.5em;
  }

  .copyright {
    padding: 1em 0;
  }

  header .header .main-nav ul li.has-child-menu:after {
    display: none;
  }

  .breadcrumb .breadcrumb-items .breadcrumb-item {
    display: flex;
  }

  .tour-filter {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    gap: 20px;
  }

  .filter-region {
    display: block;
    overflow: scroll;
  }

  .tour-filter .filter-region ul.nav {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .continent-group-tab ul {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .continent-group-tab .tour-type {
    justify-content: center;
  }

  .continent-group-tab ul.tabs-continent-group .nav-link span {
    display: block;
  }

  .nav-pills.tabs-continent-group button.nav-link {
    width: max-content;
    padding: 0 1.3em;
  }

  .nav-pills.tabs-continent-group .nav-link.active {
    border-top: 1px solid #f7f7f7;
  }

  div#pills-tabContent li.pkg-tour-list {
    width: 100%;
  }

  .tour-card-wrapper {
    margin-bottom: 1em;
  }

  .tour-card-wrapper,
  .tour-card {
    height: auto;
  }

  .swiper.home-slider-banner .slider-bg p {
    display: none;
  }

  .section.alltours {
    padding-top: 5em;
  }

  .destination-highlights p {
    -webkit-line-clamp: 5;
  }

  .home-banner .slider-bg {
    padding: 160px 0px;
  }

  .subs-newsletter.subs-wrapper .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subs-newsletter.subs-wrapper .subscribe-form-field {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .subs-newsletter.subs-wrapper .cs_btn.cs_style_1 {
    width: 100%;
  }

  div#home-main {
    padding-top: 2em;
  }

  .short-desc-info {
    padding: 0;
    text-align: left !important;
  }

  .tour-card-content h4.tour-continent-nm {
    font-size: 1.5em;
  }

  .tour-card-content h4.tour-continent-nm::before {
    bottom: 1.8em;
  }

  .dest-highlight {
    padding-top: 3em;
  }

  .destination-highlights h4 {
    font-weight: 500;
  }

  .home-tips-content .tips-content.latest-tips {
    min-height: unset;
  }

  .destinations-wrapper {
    display: block;
  }

  .highlight-list {
    max-width: 100%;
  }

  .highlight-content .highlight-img {
    height: 225px;
  }

  .places-visit-info {
    height: 225px;
  }

  .places-visit-slider .places-visit-info img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 100%;
  }

  .tips-page .container,
  .destination-page .container {
    margin-top: 0;
    padding: calc(var(--bs-gutter-x) * 0.5);
  }

  .breadcrumb.big-banner {
    height: 400px;
    padding: 120px 0.5em 50px;
  }

  .popular-tour-list {
    padding-right: 0;
  }

  .popular-tour-list .tour-card {
    border: 1px solid #f1f1f1;
  }

  .destination-related-tips {
    padding: 3em 0;
  }

  .places-visit .section-title-info {
    margin-bottom: 1em;
  }

  .footer-menu {
    margin: auto;
    -webkit-column-gap: 45px;
    column-gap: 45px;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 2;
  }

  .prevnav-tips {
    display: block;
  }

  .prevnav-tips .tips-previous,
  .prevnav-tips .tips-next {
    width: 100%;
  }

  .prevnav-tips .tips-previous a {
    padding-bottom: 15px;
  }

  .prevnav-tips .tips-next a {
    padding-top: 15px;
  }

  .page-banner {
    background: none !important;
    height: 35vh;
  }

  .tips-content-group {
    padding: 0;
  }

  li.control.tips-country .filter-label {
    font-size: 90%;
  }

  .travel-tips-wrapper ul#TravelTipsInfo li.tips-blog {
    width: 100%;
  }

  .continent-tour-list-content .travel-tips-thumb {
    height: 200px;
  }

  .travel-tips-card {
    margin-bottom: 1em;
  }

  footer {
    font-size: 100%;
  }

  .tour-higlight-price {
    display: block;
  }

  .breadcrumb.full-page {
    margin-top: -4em;
    display: flex;
    justify-content: flex-start;
    padding: 0 1.5em;
    position: relative;
  }

  .tour-date-departure,
  .tour-schedule-price .tour-class {
    display: block;
  }

  .tour-schedule-price {
    width: auto;
    margin-left: 2em;
  }

  .tour-schedule-price .tour-class-info {
    width: 100%;
  }

  .tour-name-sts {
    display: flex;
    gap: 10px;
    align-items: baseline;
  }

  .tour-schedule-price .tour-schedule-flight-price {
    display: block;
  }

  .tour-schedule-price .tour-rate-traveler {
    width: 100%;
  }

  .tour-schedule-price .tour-class .ori-rate {
    margin-left: 0;
  }

  .tour-schedule-price .tour-guest.traveler label {
    display: none;
  }

  .tour-schedule-price .tour-classnm {
    margin-bottom: 10px;
  }

  .tour-schedule-price .tour-class {
    padding-bottom: 0;
  }

  .tour-selected-detail {
    align-items: center;
  }

  .detail-summary-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .tour-booking-side-container .tour-booking-temp-info,
  .tour-booking-side-container .tour-travlr-summary-info,
  .tour-booking-side-container .tour-detail-selection {
    display: none !important;
  }

  .traveler-contact-info .guest-title-name,
  .traveler-contact-info .guest-email-phone,
  .traveler-contact-info .guest-password {
    display: block;
  }

  .traveler-contact-info .guest-item-info,
  .traveler-contact-info .guest-item-info.guest-title,
  .traveler-contact-info .guest-item-info.guest-fname,
  .traveler-contact-info .guest-item-info.guest-lname,
  .traveler-contact-info .guest-email-phone .guest-email,
  .traveler-contact-info .guest-email-phone .guest-phone,
  .traveler-contact-info .guest-password .guest-create-pwd,
  .traveler-contact-info .guest-password .guest-confirm-pwd,
  .guest-item-info.guest-phone .iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
  }

  .traveler-contact-info .guest-item-info {
    margin-bottom: 1em;
  }

  .aside-summary-info .right-child {
    display: block;
  }

  .tour-order-summary-info,
  .tour-order-summary-price {
    width: 100%;
    border: none;
  }

  .tour-order-summary .tour-date-info {
    justify-content: space-between;
    gap: unset;
  }

  .result-tour-content ul.tour-per-category,
  .tour-list-by-destination ul.tour-per-category,
  .tour-wishlist ul.my-tour-wishlist,
  ul.tour-per-category,
  ul.my-tour-wishlist {
    display: block;
  }

  .aside-tour-content {
    display: block;
  }

  .tour-booking-side-container .tour-detail-summary {
    width: 100%;
  }

  .info-payment-options {
    display: block;
  }

  .confirm-agree label:before {
    margin-top: -20px;
  }

  .tour-package-detail .tour-info {
    display: block;
  }

  .tour-package-detail .tour-info img {
    width: 100%;
    margin-bottom: 1em;
  }

  .tour-package-detail-info-list {
    display: block;
  }

  .tour-package-detail-info-list div {
    margin-bottom: 1em;
  }

  .tour-package-detail-info-list div:first-child {
    margin-top: 1em;
  }

  .tour-package-detail-info-list div:last-child {
    margin-bottom: 0;
  }

  .tour-contact-list {
    display: block;
  }

  .tour-contact-list svg {
    width: 20px;
  }

  .confirmation-info-top {
    display: block;
  }

  .confirmation-left-info {
    width: 100%;
    padding: 0;
  }

  .confirm-success {
    display: flex;
    gap: 1em;
    align-items: center;
    padding: 1em 0;
  }

  .confirm-success .success-booking {
    width: 30%;
  }

  .success-booking .circle-shadow {
    margin-bottom: 0;
  }

  .confirm-success .title {
    text-transform: uppercase;
    padding: 0;
  }

  .confirmation-right-info {
    padding-top: 0;
    margin-top: -2.5em;
  }

  .confirmation-info-details .section-details:first-child {
    margin-top: 1em;
  }

  .confirmation-info-details .conflist-info {
    padding: 1em;
  }

  .confirmation-info-details .tour-trvlr-info {
    display: grid;
    gap: unset;
  }

  .confirmation-info-details .tour-highlight-info {
    display: block;
    margin: 0;
  }

  .confirmation-info-details .tour-highlight-info .highlight-info-list {
    margin: 0.5em 0;
  }

  .confirmation-info-details .tour-price-deposit div {
    display: grid;
    margin: 0.5em 0;
  }

  .review-your-tour.waiting .tour-package-detail .tour-info img {
    width: 100%;
  }

  .popup-signin.modal .modal-dialog {
    left: 48%;
    width: 80%;
  }

  .dropdown.mobile-signin-icon.mobile-avatar-profile
    ul.dropdown-menu.default-menu {
    right: -2em;
  }

  .section.account-page .container {
    margin-top: 0;
    width: auto;
  }

  .account-wrapper .siginin-action {
    display: block;
    width: 100%;
  }

  .account-wrapper .signin-info button.btn.button-secondary {
    width: 100%;
    margin-bottom: 1em;
  }

  #responsiveTables table,
  #responsiveTables thead,
  #responsiveTables tbody,
  #responsiveTables th,
  #responsiveTables td,
  #responsiveTables tr {
    display: block;
  }

  #responsiveTables table.tour-details {
    border: #facfc2;
  }

  #responsiveTables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #responsiveTables td {
    border-bottom: 1px solid #facfc2;
    position: relative;
    padding-left: 40vw;
    white-space: normal;
    text-align: left;
  }

  #responsiveTables td:before {
    position: absolute;
    top: 7px;
    left: 6px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    content: attr(data-title);
  }

  #responsiveTables tr {
    margin-bottom: 1em;
  }

  #responsiveTables td:first-child {
    background: #006d67;
    color: #fff;
  }

  table.tour-details span.tour-booking-date {
    color: #fff;
  }

  .tour-list-page .search-tour input {
    width: 100%;
  }

  .tour-list-page .table-pagination {
    display: block;
    text-align: center;
  }

  .tour-list-page .table-pagination .showing-pagination-detail {
    margin-bottom: 1em;
  }

  .tour-booking-info-details {
    margin: 2em 0 0;
  }

  .tour-booking-info-details .booking-info-list {
    display: block;
  }

  .tour-booking-info-details .tour-highlight-info {
    display: block;
    margin-top: 0.5em;
  }

  .tour-booking-info-details .highlight-info-list {
    border-right: none;
    margin-bottom: 0.5em;
    margin-left: 0;
  }

  .tour-booking-info-details .tour-trvlr-info {
    display: grid;
  }

  .tc-search-tour .opsi-search-list.departure-period,
  .tc-search-tour .opsi-search-list.opt-country {
    margin-bottom: 1.5em;
  }

  .tc-search-tour span.select2-selection.select2-selection--multiple {
    margin-bottom: 0;
  }

  .search-tour-wrapper .search-tour-button {
    margin: 1.5em 0 1em;
  }

  .tc-search-tour .booking-from i,
  .tc-search-tour .booking-to i,
  .tc-search-tour .depart-from i,
  .tc-search-tour .depart-to i {
    top: 0.6em;
  }

  .tour-traveler-info table.travelers-list-details {
    width: 100%;
    margin-bottom: 1em;
  }

  .tour-booking-list .tour-list-card .tour-list-card-info-wrapper {
    display: block;
  }

  .tour-booking-list .tour-list-img {
    width: 100%;
    height: 150px;
  }

  .tour-booking-list .tour-list-info {
    width: 100%;
  }

  .tour-booking-list .tour-list-info-detail {
    margin-top: 0.5em;
  }

  .tour-booking-list .tour-payment-sts span.badge.rounded-pill.bg-info.paid {
    padding: 0.5em 2em;
  }

  .tour-booking-list .tour-notes .tour-note-list .note-list-info {
    padding-left: 0;
    margin-bottom: 1em;
  }

  .tour-booking-list .tour-notes .tour-note-list .note-list-info:last-child {
    margin-bottom: 0;
  }

  .tour-participants .tour-order-summary .tour-info {
    display: block;
  }

  .tour-participants .tour-order-summary .tour-info img.tour-info-thumb {
    width: 100%;
    height: 125px;
  }

  .tour-participants .booking-contact-info {
    display: block;
  }

  .participant-detail-list.file-upload .file-upload-wrapper {
    display: block;
  }

  .participant-detail-list.file-upload
    .file-upload-wrapper
    .file-upload-contain {
    width: 100%;
  }

  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-titlenm,
  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-dob-country,
  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-email-phone {
    display: block;
  }

  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-titlenm
    .guest-fname,
  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-titlenm
    .guest-lname {
    width: 100%;
  }

  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-titlenm
    div,
  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-dob-country
    div,
  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-email-phone {
    margin-bottom: 1em;
  }

  .info-tour-participant
    .detail-room-person
    .participant-detail-list.guest-email-phone
    .guest-phone {
    margin-top: 1em;
  }

  .tour-participants .action-page-button {
    text-align: center;
  }

  .tour-participants .detail-summary-content.left {
    padding-right: 0;
  }

  .tour-package-id {
    display: block;
  }

  .select2-container {
    min-width: unset;
  }

  .modal .modal-dialog {
    left: 50%;
    width: 90%;
  }

  #PriceDetail .price-date-flight {
    margin: 1em 0;
  }

  .account-wrapper a.btn {
    font-style: normal;
    width: 100%;
    margin-bottom: 1em;
  }

  .profile-page .action-page-button {
    text-align: center;
  }

  .page-search-tour-wrapper {
    padding-top: 5em;
  }

  .page-search-tour .page-search-tour-wrapper h1 {
    width: 100%;
    text-align: center;
    padding: 0 10%;
  }

  .page-search-tour form#page_searchbar {
    display: block;
  }

  .page-search-tour form#page_searchbar div {
    margin-bottom: 1em;
  }

  .page-search-tour form#page_searchbar div:last-child {
    margin-bottom: 0;
  }

  .page-search-tour .search-tour-img {
    display: none;
  }

  .recommended-tour ul.tour-recommended {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-search-tour .main-form-submit button {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .page-search-tour .main-form-submit button i {
    margin-bottom: 0;
  }

  .result-extract-id .doc-id .doc-img {
    width: 100%;
  }

  .extract-id .action-page-button {
    text-align: center;
  }

  .tour-booking-info-details .tour-info-guest.conflist-info {
    border-top: 1px solid #eee;
    background: #eee;
  }

  .destination-tips,
  .destination-tips:last-child,
  .destination-tips:nth-last-child(-n + 2) {
    margin-bottom: 1.5em;
  }

  .places-visit .places-visit-info {
    height: 200px;
  }

  .visa-requirement-info .accordion-body.country-list-group ul {
    display: block;
  }

  .visa-requirement-info .accordion-body.country-list-group ul li {
    width: 50%;
    float: left;
    margin-bottom: 1em;
  }

  .section.visa-passport-detail-info .detail-table-info div div {
    width: 100%;
  }

  .tour-page-title .container {
    padding: 0 1em;
  }

  .tour-page-title ul.breadcrumb-items {
    display: block !important;
  }

  div#carouselCustFeedback .carousel-indicators {
    margin-left: unset;
    margin-right: unset;
    right: unset;
    left: unset;
    text-align: center;
    width: 100%;
  }

  .home-tips-content .tips-content.tips-thumbnail,
  .home-tips-content .tips-content.latest-tips .tips-thumbnail,
  .prev-tips-list .tips-thumbnail {
    height: 150px;
  }

  .home-tips-content .tips-content:not(:nth-child(4n + 1)) .tips-wrapper,
  .home-tips-content .tips-content.latest-tips .tips-wrapper {
    align-items: flex-start;
  }

  .tips-content.latest-tips .tips-detail {
    margin-top: 0;
  }

  .tips-content.prev-tips .tips-info div,
  .tips-content.latest-tips .tips-info div {
    -webkit-line-clamp: 3;
    margin: 0;
    padding: 0;
  }

  .user-profile-title.profile-list-info {
    width: 30%;
  }

  .user-profile-fname.profile-list-info {
    width: 100%;
  }

  div#tourPlan .accordion-body p,
  div#tourPlan .accordion-body p span,
  div#tourPlan .accordion-body span,
  div#tourPlan .accordion-body strong,
  .tour-included-excluded.highlight-detail p,
  .tour-included-excluded.highlight-detail p span,
  .cms-content-html,
  .cms-content-html p,
  .cms-content-html span,
  .cms-content-html li,
  .cms-content-html li ul li,
  .cms-content-html h1,
  .cms-content-html h2,
  .cms-content-htmlh3,
  .cms-content-html h4,
  .cms-content-html h5,
  .cms-content-html .e-rte-content,
  div#tourPlan .accordion-body li,
  .cms-content-html .sub-info {
    font-size: 100% !important;
    text-align: left;
    font-family: var(--f-primary) !important;
  }

  .citylist {
    vertical-align: text-top;
    align-items: normal;
    font-size: 100%;
  }

  div#carouselCustFeedback .feedback-traveler img {
    width: 40%;
    height: 120px;
  }

  div#carouselCustFeedback .feedback-traveler {
    display: flex;
  }

  div#carouselCustFeedback .feedback-traveler .traveler-info {
    display: flex;
    flex-flow: column;
  }

  .tips-page .container,
  .destination-page .container {
    box-shadow: none;
  }

  .tour-booking-list .my-tour-list {
    margin-bottom: 0;
  }

  .tour-booking-list .my-tour-list .tour-top-info .title {
    padding-bottom: 10px;
  }

  .tour-booking-list .tour-notes .tour-note-list .tour-note-info {
    display: block;
  }

  .tour-booking-list .tour-notes .tour-note-list a.btn {
    margin-top: 5px;
    margin-left: 1.5em;
  }

  .tour-traveler-info table,
  .tour-traveler-info tbody,
  .tour-traveler-info thead,
  .tour-traveler-info tbody,
  .tour-traveler-info th,
  .tour-traveler-info td,
  .tour-traveler-info tr {
    display: block;
    float: left;
    /* ie9 fix */
    width: 100%;
    clear: both;
  }

  .tour-traveler-info thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tour-traveler-info tr {
    border: 1px solid #ccc;
    border-bottom: 1px solid #006d67;
    border-top: unset;
  }

  .tour-traveler-info td,
  .tour-traveler-info th {
    border: none;
    border-bottom: 1px solid #eee;
  }

  .tour-traveler-info td:before {
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }

  .tour-traveler-info td {
    padding-left: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*
      Label the data
      */
  .tour-traveler-info td:nth-of-type(1):before {
    content: "Name:";
  }

  .tour-traveler-info td:nth-of-type(2):before {
    content: "Bed Type:";
  }

  .tour-traveler-info td:nth-of-type(3):before {
    content: "Class:";
  }

  .tour-traveler-info table.travelers-list-details .tour-travelernm {
    display: block;
  }

  .tour-traveler-info table.travelers-list-details td {
    padding: 3px 0.5em;
  }

  .tour-traveler-info table.travelers-list-details td:first-child {
    padding-top: 0.5em;
  }

  .tour-traveler-info table.travelers-list-details td:last-child {
    padding-bottom: 0.5em;
  }
}

@media (max-width: 575.98px) {
  .inner-logo img {
    width: 160px;
  }
}

@media (max-width: 400px) {
  .home-banner,
  .hero-main-wrapper,
  .swiper.home-slider-banner {
    height: 70vh;
  }

  .main-searchbar-wrapper {
    top: 60vh;
  }

  .section.alltours {
    padding-top: 10em;
  }
}

/* Scoped CSS */
.cms-content-html-2 {
  all: initial; /* Resets all inherited styles */
  font-family: inherit;
  color: inherit;
  line-height: 1.5;
}

.cms-content-html-2 * {
  all: unset;
  display: revert; /* bring back default display (for <p>, <ul>, etc.) */
  font: inherit;
  color: inherit;
  margin: revert;
  padding: revert;
  box-sizing: border-box;
}

/* Optional: re-add safe formatting for known tags */
.cms-content-html-2 p {
  margin-bottom: 1rem;
}

.cms-content-html-2 strong {
  font-weight: bold;
}

.cms-content-html-2 em {
  font-style: italic;
}


.cms-content-html-2 ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.cms-content-html-2 ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.cms-content-html-2 li,
.cms-content-html-2 li p {
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
}

.cms-content-html-2 h1,
.cms-content-html-2 h1 span {
  font-size: 34px;
  font-weight: 700;
}

.cms-content-html-2 h2,
.cms-content-html-2 h2 span {
  font-size: 26px;
  font-weight: 700;
}

.cms-content-html-2 h3,
.cms-content-html-2 h3 span {
  font-size: 22px;
  font-weight: 700;
}

.cms-content-html-2 h4,
.cms-content-html-2 h4 span {
  font-size: 18px;
  font-weight: 700;;
}

.cms-content-html-2 table tbody th, 
.cms-content-html-2 table tbody td {
  padding: 0;
}

.cms-content-html-2 table tbody th p, 
.cms-content-html-2 table tbody td p {
  margin: 8px;
}

.country-flag-img {
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
}
